Trace number 1080810

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 182.669 183.486

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-4.xml
MD5SUM0956c2101f17f3186356998f35f5383c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.5588
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1444
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:15:38 2008
0.00/0.04	c 0	PID 8241
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080810-1215213337.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080810-1215213337.xml' 'HOME/temp.csp'
0.03/0.61	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.03/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.73	c 0	Parsing HOME/temp.csp
0.60/0.95	c 0	parsed 3732 expressions
0.60/1.00	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/1.00	c 0	Converting to clausal form CSP
0.60/1.02	c 1	converted 374 (10%) expressions
0.60/1.08	c 1	converted 747 (20%) expressions
0.99/1.20	c 1	converted 1120 (30%) expressions
1.09/1.23	c 1	converted 1493 (40%) expressions
1.09/1.25	c 1	converted 1866 (50%) expressions
1.09/1.26	c 1	converted 2240 (60%) expressions
1.09/1.27	c 1	converted 2613 (70%) expressions
1.09/1.28	c 1	converted 2986 (80%) expressions
1.09/1.29	c 1	converted 3359 (90%) expressions
1.19/1.30	c 1	converted 3732 (100%) expressions
1.19/1.30	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1444
1.19/1.30	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.30	c 1	Propagation in CSP
1.29/1.47	c 1	204274 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.47	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 900
1.29/1.47	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.48	c 1	Simplifing CSP by introducing new Boolean variables
1.38/1.57	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 900
1.38/1.57	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.61	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.48/1.66	c 1	30 (10%) CSP integer variables are encoded (21930 clauses, 306840 bytes)
1.48/1.68	c 1	60 (20%) CSP integer variables are encoded (42750 clauses, 619140 bytes)
1.58/1.71	c 1	90 (30%) CSP integer variables are encoded (66645 clauses, 977565 bytes)
1.58/1.74	c 1	120 (40%) CSP integer variables are encoded (87360 clauses, 1288290 bytes)
1.58/1.76	c 1	150 (50%) CSP integer variables are encoded (105615 clauses, 1573628 bytes)
1.58/1.79	c 1	180 (60%) CSP integer variables are encoded (126000 clauses, 1920173 bytes)
1.68/1.83	c 1	210 (70%) CSP integer variables are encoded (150330 clauses, 2333783 bytes)
1.68/1.85	c 1	240 (80%) CSP integer variables are encoded (171540 clauses, 2694353 bytes)
1.68/1.89	c 1	270 (90%) CSP integer variables are encoded (194370 clauses, 3082463 bytes)
1.77/1.92	c 1	300 (100%) CSP integer variables are encoded (214035 clauses, 3416768 bytes)
2.17/2.38	c 2	883 (10%) CSP clauses are encoded (423402 clauses, 8031813 bytes)
2.86/3.03	c 3	1766 (20%) CSP clauses are encoded (748260 clauses, 15564384 bytes)
3.36/3.58	c 3	2649 (30%) CSP clauses are encoded (1019134 clauses, 21870464 bytes)
3.95/4.18	c 4	3532 (40%) CSP clauses are encoded (1327578 clauses, 29047131 bytes)
4.55/4.76	c 4	4415 (50%) CSP clauses are encoded (1642119 clauses, 36381408 bytes)
5.05/5.25	c 5	5298 (60%) CSP clauses are encoded (1909929 clauses, 42635350 bytes)
5.55/5.76	c 5	6181 (70%) CSP clauses are encoded (2181229 clauses, 48994661 bytes)
6.04/6.21	c 6	7064 (80%) CSP clauses are encoded (2426653 clauses, 54945495 bytes)
6.63/6.80	c 6	7947 (90%) CSP clauses are encoded (2750422 clauses, 62798463 bytes)
7.13/7.37	c 7	8830 (100%) CSP clauses are encoded (3074876 clauses, 70390646 bytes)
7.13/7.37	c 7	8830 CSP clauses encoded
7.13/7.37	c 7	Writing map file : HOME/temp.map
7.13/7.38	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.13/7.38	c 7	SAT : 220035 SAT variables, 3074876 SAT clauses, 70390646 bytes
7.13/7.38	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.22/7.42	c 7	SOLVING HOME/temp.cnf
7.22/7.42	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.22/7.42	c 7	This is MiniSat 2.0 beta
7.22/7.42	c 7	WARNING: for repeatability, setting FPU to use double precision
7.22/7.42	c 7	============================[ Problem Statistics ]=============================
7.22/7.42	c 7	|                                                                             |
7.22/7.42	c 7	|  Number of variables:  220035                                               |
7.22/7.42	c 7	|  Number of clauses:    3074876                                              |
8.99/9.25	c 9	|  Parsing time:         1.57         s                                       |
9.09/9.34	c 9	============================[ Search Statistics ]==============================
9.09/9.34	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.09/9.34	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.09/9.34	c 9	===============================================================================
9.09/9.34	c 9	|         0 |  219879  3074720  8801076 |  1024906        0    nan |  0.000 % |
10.77/11.00	c 10	|       101 |  219879  3074720  8801076 |  1127397      101     30 |  0.071 % |
12.06/12.37	c 12	|       251 |  219879  3074720  8801076 |  1240137      251     26 |  0.071 % |
14.15/14.49	c 14	|       476 |  219879  3074720  8801076 |  1364150      476     35 |  0.071 % |
16.82/17.19	c 17	|       813 |  219879  3074720  8801076 |  1500565      813     34 |  0.071 % |
20.28/20.61	c 20	|      1319 |  219879  3074720  8801076 |  1650622     1319     38 |  0.071 % |
28.31/28.76	c 28	|      2078 |  219879  3074720  8801076 |  1815684     2078     31 |  0.071 % |
37.61/38.12	c 38	|      3217 |  219879  3074720  8801076 |  1997253     3217     40 |  0.071 % |
58.02/58.74	c 58	|      4925 |  219879  3074720  8801076 |  2196978     4925     33 |  0.071 % |
81.05/81.84	c 81	|      7487 |  219879  3074720  8801076 |  2416676     7487     41 |  0.071 % |
120.13/120.94	c 120	|     11333 |  219879  3074720  8801076 |  2658343    11333     37 |  0.071 % |
182.00/182.90	c 182	===============================================================================
182.10/182.92	c 182	restarts              : 11
182.10/182.92	c 182	conflicts             : 16930          (97 /sec)
182.10/182.92	c 182	decisions             : 28568          (0.92 % random) (164 /sec)
182.10/182.92	c 182	propagations          : 219329425      (1256316 /sec)
182.10/182.92	c 182	conflict literals     : 591590         (23.43 % deleted)
182.10/182.92	c 182	Memory used           : 150.80 MB
182.10/182.92	c 182	CPU time              : 174.581 s
182.10/182.92	c 182	
182.20/183.00	c 182	SATISFIABLE
182.20/183.02	c 183	DECODING HOME/temp.out WITH HOME/temp.map
182.20/183.02	c 183	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
182.24/183.10	c 183	Decoding HOME/temp.out
182.24/183.37	s SATISFIABLE
182.24/183.38	v 123 138 259 308 403 443 593 785 844 931 1063 1189 1233 1358 1369 8 18 64 82 119 175 219 406 447 569 951 1025 1271 1276 1368 400 486 531 592 641 667 703 798 878 927 1059 1177 1228 1316 1368 37 95 480 643 673 758 827 914 952 965 1053 1315 1318 1377 1426 205 315 322 405 509 548 641 674 697 739 741 802 828 839 1405 167 247 336 453 663 695 757 799 811 1109 1149 1228 1326 1370 1429 61 144 185 233 234 310 342 343 424 519 1157 1235 1310 1328 1410 7 82 204 222 261 371 386 477 561 659 834 875 957 1155 1246 43 108 248 336 349 446 545 572 620 638 687 737 763 817 1352 332 505 594 658 705 811 886 927 952 1019 1104 1190 1202 1228 1366 233 340 427 522 550 621 700 728 826 928 980 1068 1143 1296 1317 348 478 491 509 536 589 683 741 773 898 987 1057 1191 1219 1344 79 180 298 316 874 917 1001 1023 1031 1122 1211 1236 1244 1313 1398 73 239 348 360 441 809 950 970 1023 1055 1119 1145 1155 1198 1441 33 137 172 241 345 398 463 501 550 647 648 734 743 1033 1122 1 14 42 86 181 283 326 381 460 637 638 649 751 764 897 0 132 156 597 617 623 685 803 965 1032 1079 1104 1211 1238 1310 6 74 166 181 335 437 509 610 651 833 1025 1153 1340 1363 1440 162 213 247 257 353 427 507 572 648 662 745 797 1217 1297 1340 4 73 129 227 364 426 709 811 869 928 1011 1111 1144 1171 1278
182.24/183.39	c 183	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
182.25/183.46	c 183	CPU 181.59 (0.04 0.01 181.55 1.02)
182.25/183.46	c 183	END Sat Jul  5 01:18:41 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080810-1215213337/watcher-1080810-1215213337 -o /tmp/evaluation-result-1080810-1215213337/solver-1080810-1215213337 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1080810-1215213337.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 4/82 8241
/proc/meminfo: memFree=1646904/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.03
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 837 0 0 0 3 0 0 0 19 0 1 0 2000306217 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 792 367 3 0 500 0
[pid=8242] ppid=8241 vsize=13600 CPUtime=0
/proc/8242/stat : 8242 (sugar) R 8241 8241 5820 0 -1 4194368 13 0 0 0 0 0 0 0 22 0 1 0 2000306222 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259415141671 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8242/statm: 3400 792 367 3 0 500 0

[startup+0.132455 s]
/proc/loadavg: 2.02 2.02 2.00 4/82 8241
/proc/meminfo: memFree=1646904/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.03
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2000306217 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20246 s]
/proc/loadavg: 2.02 2.02 2.00 4/82 8241
/proc/meminfo: memFree=1646904/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.03
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2000306217 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302471 s]
/proc/loadavg: 2.02 2.02 2.00 4/82 8241
/proc/meminfo: memFree=1646904/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.03
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2000306217 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702514 s]
/proc/loadavg: 2.02 2.02 2.00 4/82 8241
/proc/meminfo: memFree=1646904/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.6
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 956 6759 0 1 3 0 53 4 16 0 1 0 2000306217 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 8273
/proc/meminfo: memFree=1628760/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.6
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 974 6759 0 1 3 0 53 4 15 0 1 0 2000306217 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 797 370 3 0 500 0
[pid=8264] ppid=8241 vsize=5356 CPUtime=0
/proc/8264/stat : 8264 (sh) S 8241 8241 5820 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000306283 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8264/statm: 1339 233 193 169 0 50 0
[pid=8265] ppid=8264 vsize=868240 CPUtime=0.78
/proc/8265/stat : 8265 (java) S 8264 8241 5820 0 -1 0 5867 0 1 0 74 4 0 0 18 0 9 0 2000306283 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8265/statm: 217060 5232 1734 9 0 211635 0
[pid=8265/tid=8266] ppid=8264 vsize=868240 CPUtime=0.49
/proc/8265/task/8266/stat : 8266 (java) R 8264 8241 5820 0 -1 64 2687 0 1 0 48 1 0 0 23 0 9 0 2000306284 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 102687234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8267] ppid=8264 vsize=868240 CPUtime=0.05
/proc/8265/task/8267/stat : 8267 (java) S 8264 8241 5820 0 -1 64 1010 0 0 0 5 0 0 0 16 0 9 0 2000306285 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8268] ppid=8264 vsize=868240 CPUtime=0
/proc/8265/task/8268/stat : 8268 (java) S 8264 8241 5820 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2000306285 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8269] ppid=8264 vsize=868240 CPUtime=0
/proc/8265/task/8269/stat : 8269 (java) S 8264 8241 5820 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000306285 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8270] ppid=8264 vsize=868240 CPUtime=0
/proc/8265/task/8270/stat : 8270 (java) S 8264 8241 5820 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000306287 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8271] ppid=8264 vsize=868240 CPUtime=0.2
/proc/8265/task/8271/stat : 8271 (java) S 8264 8241 5820 0 -1 64 1478 0 0 0 19 1 0 0 16 0 9 0 2000306287 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8272] ppid=8264 vsize=868240 CPUtime=0
/proc/8265/task/8272/stat : 8272 (java) S 8264 8241 5820 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000306287 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8273] ppid=8264 vsize=868240 CPUtime=0
/proc/8265/task/8273/stat : 8273 (java) S 8264 8241 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000306287 889077760 5232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887196

[startup+3.10178 s]
/proc/loadavg: 2.02 2.02 2.00 4/93 8273
/proc/meminfo: memFree=1600280/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.6
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 974 6759 0 1 3 0 53 4 15 0 1 0 2000306217 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 797 370 3 0 500 0
[pid=8264] ppid=8241 vsize=5356 CPUtime=0
/proc/8264/stat : 8264 (sh) S 8241 8241 5820 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000306283 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8264/statm: 1339 233 193 169 0 50 0
[pid=8265] ppid=8264 vsize=868468 CPUtime=2.36
/proc/8265/stat : 8265 (java) S 8264 8241 5820 0 -1 0 7948 0 1 0 220 16 0 0 18 0 9 0 2000306283 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8265/statm: 217117 6698 2564 9 0 211664 0
[pid=8265/tid=8266] ppid=8264 vsize=868468 CPUtime=1.82
/proc/8265/task/8266/stat : 8266 (java) R 8264 8241 5820 0 -1 64 3174 0 1 0 171 11 0 0 25 0 9 0 2000306284 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4160647107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8267] ppid=8264 vsize=868468 CPUtime=0.26
/proc/8265/task/8267/stat : 8267 (java) S 8264 8241 5820 0 -1 64 2582 0 0 0 24 2 0 0 15 0 9 0 2000306285 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8268] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8268/stat : 8268 (java) S 8264 8241 5820 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000306285 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8269] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8269/stat : 8269 (java) S 8264 8241 5820 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000306285 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8270] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8270/stat : 8270 (java) S 8264 8241 5820 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000306287 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8271] ppid=8264 vsize=868468 CPUtime=0.24
/proc/8265/task/8271/stat : 8271 (java) S 8264 8241 5820 0 -1 64 1499 0 0 0 23 1 0 0 16 0 9 0 2000306287 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8272] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8272/stat : 8272 (java) S 8264 8241 5820 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000306287 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8273] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8273/stat : 8273 (java) S 8264 8241 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000306287 889311232 6698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887424

[startup+6.30214 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 8273
/proc/meminfo: memFree=1518936/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=0.6
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 974 6759 0 1 3 0 53 4 15 0 1 0 2000306217 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 797 370 3 0 500 0
[pid=8264] ppid=8241 vsize=5356 CPUtime=0
/proc/8264/stat : 8264 (sh) S 8241 8241 5820 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000306283 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8264/statm: 1339 233 193 169 0 50 0
[pid=8265] ppid=8264 vsize=868468 CPUtime=5.54
/proc/8265/stat : 8265 (java) S 8264 8241 5820 0 -1 0 8983 0 1 0 505 49 0 0 18 0 9 0 2000306283 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8265/statm: 217117 6701 2564 9 0 211664 0
[pid=8265/tid=8266] ppid=8264 vsize=868468 CPUtime=4.73
/proc/8265/task/8266/stat : 8266 (java) R 8264 8241 5820 0 -1 64 4206 0 1 0 436 37 0 0 25 0 9 0 2000306284 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4126372864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8265/tid=8267] ppid=8264 vsize=868468 CPUtime=0.53
/proc/8265/task/8267/stat : 8267 (java) S 8264 8241 5820 0 -1 64 2582 0 0 0 44 9 0 0 16 0 9 0 2000306285 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8265/tid=8268] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8268/stat : 8268 (java) S 8264 8241 5820 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000306285 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8269] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8269/stat : 8269 (java) S 8264 8241 5820 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000306285 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8270] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8270/stat : 8270 (java) S 8264 8241 5820 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000306287 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8271] ppid=8264 vsize=868468 CPUtime=0.24
/proc/8265/task/8271/stat : 8271 (java) S 8264 8241 5820 0 -1 64 1502 0 0 0 23 1 0 0 16 0 9 0 2000306287 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8272] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8272/stat : 8272 (java) S 8264 8241 5820 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000306287 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8265/tid=8273] ppid=8264 vsize=868468 CPUtime=0
/proc/8265/task/8273/stat : 8273 (java) S 8264 8241 5820 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000306287 889311232 6701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887424

[startup+12.7019 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 8277
/proc/meminfo: memFree=1332888/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=149008 CPUtime=5.22
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 36000 0 0 0 497 25 0 0 25 0 1 0 2000306960 152584192 35986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8277/statm: 37252 35986 75 150 0 37099 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 167964

[startup+25.5023 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 8277
/proc/meminfo: memFree=1278168/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=150724 CPUtime=17.89
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 36443 0 0 0 1764 25 0 0 25 0 1 0 2000306960 154341376 36429 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8277/statm: 37681 36429 75 150 0 37528 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 169680

[startup+51.1021 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 8277
/proc/meminfo: memFree=1248536/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=151260 CPUtime=43.25
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 36552 0 0 0 4299 26 0 0 25 0 1 0 2000306960 154890240 36538 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8277/statm: 37815 36538 75 150 0 37662 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 170216

[startup+102.303 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 8335
/proc/meminfo: memFree=846432/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=152448 CPUtime=94.3
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 36850 0 0 0 9403 27 0 0 25 0 1 0 2000306960 156106752 36836 996147200 134512640 135127466 4294956256 18446744073709551615 134531074 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38112 36836 75 150 0 37959 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 171404

[startup+162.302 s]
/proc/loadavg: 2.18 2.07 2.01 3/84 8383
/proc/meminfo: memFree=1168032/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=153404 CPUtime=154.27
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 37099 0 0 0 15397 30 0 0 25 0 1 0 2000306960 157085696 37085 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38351 37085 75 150 0 38198 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 172360

Solver just ended. Dumping a history of the last processes samples

[startup+166.402 s]
/proc/loadavg: 2.17 2.07 2.01 4/84 8383
/proc/meminfo: memFree=1073312/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=153536 CPUtime=158.37
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 37117 0 0 0 15807 30 0 0 25 0 1 0 2000306960 157220864 37103 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38384 37103 75 150 0 38231 0
Current children cumulated CPU time (s) 165.61
Current children cumulated vsize (KiB) 172492

[startup+172.808 s]
/proc/loadavg: 2.24 2.08 2.02 3/84 8383
/proc/meminfo: memFree=985312/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=153536 CPUtime=164.77
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 37145 0 0 0 16447 30 0 0 25 0 1 0 2000306960 157220864 37131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38384 37131 75 150 0 38231 0
Current children cumulated CPU time (s) 172.01
Current children cumulated vsize (KiB) 172492

[startup+179.202 s]
/proc/loadavg: 2.22 2.08 2.02 3/84 8383
/proc/meminfo: memFree=891744/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=153668 CPUtime=171.16
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 37164 0 0 0 17086 30 0 0 25 0 1 0 2000306960 157356032 37150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38417 37150 75 150 0 38264 0
Current children cumulated CPU time (s) 178.4
Current children cumulated vsize (KiB) 172624

[startup+180.802 s]
/proc/loadavg: 2.28 2.10 2.02 4/84 8383
/proc/meminfo: memFree=891744/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=153668 CPUtime=172.76
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 37172 0 0 0 17246 30 0 0 25 0 1 0 2000306960 157356032 37158 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38417 37158 75 150 0 38264 0
Current children cumulated CPU time (s) 180
Current children cumulated vsize (KiB) 172624

[startup+182.402 s]
/proc/loadavg: 2.28 2.10 2.02 3/84 8383
/proc/meminfo: memFree=890464/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=7.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1033 16413 0 2 3 1 656 64 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
[pid=8276] ppid=8241 vsize=5356 CPUtime=0
/proc/8276/stat : 8276 (sh) S 8241 8241 5820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000306959 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8276/statm: 1339 232 193 169 0 50 0
[pid=8277] ppid=8276 vsize=153668 CPUtime=174.36
/proc/8277/stat : 8277 (minisat) R 8276 8241 5820 0 -1 4194304 37187 0 0 0 17406 30 0 0 25 0 1 0 2000306960 157356032 37173 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/8277/statm: 38417 37173 75 150 0 38264 0
Current children cumulated CPU time (s) 181.6
Current children cumulated vsize (KiB) 172624

[startup+183.202 s]
/proc/loadavg: 2.28 2.10 2.02 3/84 8383
/proc/meminfo: memFree=853984/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=182.24
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1090 53970 0 2 3 1 18122 98 16 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 182.24
Current children cumulated vsize (KiB) 13600

[startup+183.402 s]
/proc/loadavg: 2.28 2.10 2.02 3/84 8383
/proc/meminfo: memFree=853984/2055920 swapFree=4180096/4192956
[pid=8241] ppid=8239 vsize=13600 CPUtime=182.25
/proc/8241/stat : 8241 (sugar) S 8239 8241 5820 0 -1 4194304 1091 53970 0 2 4 1 18122 98 15 0 1 0 2000306217 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8241/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 182.25
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 183.486
CPU time (s): 182.669
CPU user time (s): 181.595
CPU system time (s): 1.07384
CPU usage (%): 99.555
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.595
system time used= 1.07384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58982
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15574
involuntary context switches= 17220

runsolver used 0.202969 second user time and 0.645901 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 01:15:37
IDJOB=1080810
IDBENCH=57032
IDSOLVER=346
FILE ID=node42/1080810-1215213337
PBS_JOBID= 7881648
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080810-1215213337/watcher-1080810-1215213337 -o /tmp/evaluation-result-1080810-1215213337/solver-1080810-1215213337 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1080810-1215213337.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0956c2101f17f3186356998f35f5383c
RANDOM SEED=995214726

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1647768 kB
Buffers:         16932 kB
Cached:         318308 kB
SwapCached:       7140 kB
Active:         138728 kB
Inactive:       214172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647768 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            3420 kB
Writeback:           0 kB
Mapped:          30896 kB
Slab:            40388 kB
Committed_AS:  3650172 kB
PageTables:       1984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node42 at 2008-07-05 01:18:41