Trace number 2080300

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.14.6+minisatSAT 265.025 267.738

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-1.xml
MD5SUMe4484fdddfc52711e3ae8ca42944a11b
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.3649
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1450
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:33:30 2009
0.00/0.08	c 0	PID 22540
0.06/0.08	c 0	HOST node64.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080300-1247369610.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080300-1247369610.xml' 'HOME/temp.csp'
0.06/0.88	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.01	c 1	Parsing HOME/temp.csp
0.99/1.13	c 1	parsed 3732 expressions
0.99/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.14	c 1	Converting to clausal form CSP
0.99/1.16	c 1	converted 374 (10%) expressions
1.09/1.23	c 1	converted 747 (20%) expressions
1.19/1.36	c 1	converted 1120 (30%) expressions
1.19/1.40	c 2	converted 1493 (40%) expressions
1.28/1.42	c 2	converted 1866 (50%) expressions
1.28/1.43	c 2	converted 2240 (60%) expressions
1.28/1.44	c 2	converted 2613 (70%) expressions
1.28/1.46	c 2	converted 2986 (80%) expressions
1.28/1.47	c 2	converted 3359 (90%) expressions
1.28/1.48	c 2	converted 3732 (100%) expressions
1.28/1.48	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1423
1.28/1.48	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.48	c 2	Propagation in CSP
1.48/1.62	c 2	93799 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.62	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 791
1.48/1.62	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.63	c 2	Simplifing CSP by introducing new Boolean variables
1.57/1.71	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 791
1.57/1.71	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.57/1.76	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.67/1.80	c 2	30 (10%) CSP integer variables are encoded (22185 clauses, 310657 bytes)
1.67/1.83	c 2	60 (20%) CSP integer variables are encoded (43305 clauses, 627457 bytes)
1.67/1.85	c 2	90 (30%) CSP integer variables are encoded (60645 clauses, 887557 bytes)
1.67/1.87	c 2	120 (40%) CSP integer variables are encoded (79410 clauses, 1169032 bytes)
1.78/1.90	c 2	150 (50%) CSP integer variables are encoded (97470 clauses, 1439932 bytes)
1.78/1.93	c 2	180 (60%) CSP integer variables are encoded (118500 clauses, 1792691 bytes)
1.78/1.96	c 2	210 (70%) CSP integer variables are encoded (140985 clauses, 2174936 bytes)
1.78/1.99	c 2	240 (80%) CSP integer variables are encoded (163170 clauses, 2552081 bytes)
1.88/2.02	c 2	270 (90%) CSP integer variables are encoded (184095 clauses, 2907806 bytes)
1.88/2.04	c 2	300 (100%) CSP integer variables are encoded (201315 clauses, 3200546 bytes)
2.48/2.67	c 3	883 (10%) CSP clauses are encoded (495197 clauses, 9731591 bytes)
2.98/3.18	c 3	1766 (20%) CSP clauses are encoded (747690 clauses, 15586003 bytes)
3.56/3.71	c 4	2649 (30%) CSP clauses are encoded (1003275 clauses, 21521648 bytes)
3.96/4.19	c 4	3532 (40%) CSP clauses are encoded (1243724 clauses, 27103598 bytes)
4.46/4.63	c 5	4415 (50%) CSP clauses are encoded (1461143 clauses, 32159696 bytes)
4.86/5.09	c 5	5298 (60%) CSP clauses are encoded (1684491 clauses, 37349233 bytes)
5.34/5.59	c 6	6181 (70%) CSP clauses are encoded (1926817 clauses, 42996589 bytes)
5.82/6.03	c 6	7064 (80%) CSP clauses are encoded (2129872 clauses, 47819231 bytes)
6.41/6.65	c 7	7947 (90%) CSP clauses are encoded (2426295 clauses, 54999410 bytes)
6.90/7.18	c 7	8830 (100%) CSP clauses are encoded (2696160 clauses, 61259658 bytes)
6.90/7.18	c 7	8830 CSP clauses encoded
6.90/7.18	c 7	Writing map file : HOME/temp.map
6.90/7.19	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.90/7.19	c 7	SAT : 207315 SAT variables, 2696160 SAT clauses, 61259658 bytes
6.90/7.19	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.99/7.24	c 7	SOLVING HOME/temp.cnf
6.99/7.24	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.99/7.24	c 7	This is MiniSat 2.0 beta
6.99/7.24	c 7	WARNING: for repeatability, setting FPU to use double precision
6.99/7.24	c 7	============================[ Problem Statistics ]=============================
6.99/7.24	c 7	|                                                                             |
6.99/7.24	c 7	|  Number of variables:  207315                                               |
6.99/7.24	c 7	|  Number of clauses:    2696160                                              |
8.54/8.86	c 9	|  Parsing time:         1.36         s                                       |
8.64/8.94	c 9	============================[ Search Statistics ]==============================
8.64/8.94	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.64/8.94	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.64/8.94	c 9	===============================================================================
8.64/8.94	c 9	|         0 |  206931  2695776  7689161 |   898592        0    nan |  0.000 % |
10.03/10.37	c 10	|       100 |  206931  2695776  7689161 |   988451      100     17 |  0.185 % |
11.61/11.91	c 12	|       250 |  206931  2695776  7689161 |  1087296      250     22 |  0.185 % |
12.50/12.82	c 13	|       476 |  206931  2695776  7689161 |  1196025      476     19 |  0.185 % |
15.97/16.30	c 16	|       813 |  206931  2695776  7689161 |  1315628      813     27 |  0.185 % |
21.02/21.43	c 22	|      1320 |  206931  2695776  7689161 |  1447191     1320     28 |  0.185 % |
28.64/29.19	c 29	|      2079 |  206931  2695776  7689161 |  1591910     2079     24 |  0.185 % |
37.86/38.47	c 39	|      3218 |  206931  2695776  7689161 |  1751101     3218     25 |  0.185 % |
53.02/53.76	c 54	|      4926 |  206931  2695776  7689161 |  1926211     4926     25 |  0.185 % |
74.12/75.08	c 75	|      7488 |  206931  2695776  7689161 |  2118832     7488     30 |  0.185 % |
110.27/111.57	c 112	|     11332 |  206931  2695776  7689161 |  2330716    11332     33 |  0.185 % |
161.49/163.25	c 163	|     17098 |  206931  2695776  7689161 |  2563787    17098     31 |  0.185 % |
260.75/263.46	c 264	|     25747 |  206931  2695776  7689161 |  2820166    25747     33 |  0.185 % |
264.32/267.03	c 267	===============================================================================
264.32/267.05	c 267	restarts              : 13
264.32/267.05	c 267	conflicts             : 26146          (102 /sec)
264.32/267.05	c 267	decisions             : 40455          (1.04 % random) (157 /sec)
264.32/267.05	c 267	propagations          : 334524236      (1301185 /sec)
264.32/267.05	c 267	conflict literals     : 868050         (28.97 % deleted)
264.32/267.05	c 267	Memory used           : 133.85 MB
264.32/267.05	c 267	CPU time              : 257.092 s
264.32/267.05	c 267	
264.42/267.14	c 267	SATISFIABLE
264.42/267.16	c 267	DECODING HOME/temp.out WITH HOME/temp.map
264.42/267.16	c 267	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
264.51/267.25	c 267	Decoding HOME/temp.out
264.89/267.64	s SATISFIABLE
264.89/267.65	v 216 271 372 518 580 598 619 938 945 1025 1030 1131 1245 1358 1369 284 370 602 642 718 770 815 901 952 1121 1169 1244 1338 1363 1368 216 323 420 446 516 549 588 608 647 775 808 1081 1171 1194 1248 49 109 250 264 300 355 418 449 460 599 708 859 1094 1269 1361 26 178 211 226 262 520 636 768 792 895 1053 1076 1089 1115 1249 13 132 193 322 421 516 557 580 691 770 825 965 1161 1367 1369 5 258 482 616 707 788 899 984 1011 1013 1126 1135 1206 1235 1272 28 158 225 262 290 383 689 786 878 1012 1080 1149 1237 1270 1336 0 62 73 91 181 238 333 350 447 508 671 722 760 1158 1425 17 152 236 376 420 516 580 648 705 882 971 1029 1193 1295 1371 40 94 160 168 271 403 459 577 690 747 763 827 840 902 1199 13 34 140 182 337 439 444 527 650 717 790 1090 1287 1342 1424 363 648 690 739 793 851 860 954 968 1003 1020 1227 1243 1336 1405 99 181 315 332 358 460 658 689 720 784 869 1153 1333 1353 1364 117 234 438 566 616 640 754 822 958 1064 1118 1123 1165 1173 1249 187 434 502 587 883 944 998 1014 1032 1037 1106 1139 1236 1303 1409 236 253 316 479 552 684 715 940 1016 1112 1139 1208 1252 1293 1382 12 98 104 193 486 542 603 727 857 1006 1035 1231 1234 1309 1376 148 186 282 329 350 430 529 564 609 683 810 908 962 1056 1140 64 104 160 191 362 684 856 970 1014 1064 1130 1186 1268 1356 1408
264.89/267.66	c 268	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
264.96/267.71	c 268	CPU 264.97 (0.06 0.02 263.95 0.94)
264.96/267.71	c 268	END Sun Jul 12 05:37:58 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080300-1247369610/watcher-2080300-1247369610 -o /tmp/evaluation-result-2080300-1247369610/solver-2080300-1247369610 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2080300-1247369610.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 22540
/proc/meminfo: memFree=1723320/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=4708 CPUtime=0
/proc/22540/stat : 22540 (sugar) R 22538 22540 25392 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 24024312 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 251252507344 0 0 4096 0 0 0 0 17 1 0 0
/proc/22540/statm: 1177 41 31 3 0 8 0

[startup+0.082492 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 22540
/proc/meminfo: memFree=1723320/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16740 CPUtime=0.06
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24024312 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101185 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 22540
/proc/meminfo: memFree=1723320/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=0.06
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24024312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301203 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 22540
/proc/meminfo: memFree=1723320/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=0.06
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24024312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701252 s]
/proc/loadavg: 2.08 2.05 2.00 4/74 22540
/proc/meminfo: memFree=1723320/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=0.06
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24024312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50134 s]
/proc/loadavg: 2.08 2.05 2.00 3/85 22562
/proc/meminfo: memFree=1716128/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=0.84
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1310 6842 0 1 5 1 73 5 15 0 1 0 24024312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1111 409 3 0 796 0
[pid=22553] ppid=22540 vsize=5356 CPUtime=0
/proc/22553/stat : 22553 (sh) S 22540 22540 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24024405 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22553/statm: 1339 233 193 169 0 50 0
[pid=22554] ppid=22553 vsize=868508 CPUtime=0.55
/proc/22554/stat : 22554 (java) S 22553 22540 25392 0 -1 0 5827 0 1 0 51 4 0 0 18 0 9 0 24024406 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22554/statm: 217127 5253 1743 9 0 211632 0
[pid=22554/tid=22555] ppid=22553 vsize=868508 CPUtime=0.31
/proc/22554/task/22555/stat : 22555 (java) R 22553 22540 25392 0 -1 64 2665 0 1 0 30 1 0 0 21 0 9 0 24024407 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4126808561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22556] ppid=22553 vsize=868508 CPUtime=0.03
/proc/22554/task/22556/stat : 22556 (java) S 22553 22540 25392 0 -1 64 992 0 0 0 3 0 0 0 16 0 9 0 24024408 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22557] ppid=22553 vsize=868508 CPUtime=0
/proc/22554/task/22557/stat : 22557 (java) S 22553 22540 25392 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24024408 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22558] ppid=22553 vsize=868508 CPUtime=0
/proc/22554/task/22558/stat : 22558 (java) S 22553 22540 25392 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24024408 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22559] ppid=22553 vsize=868508 CPUtime=0
/proc/22554/task/22559/stat : 22559 (java) S 22553 22540 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24024410 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22560] ppid=22553 vsize=868508 CPUtime=0.16
/proc/22554/task/22560/stat : 22560 (java) S 22553 22540 25392 0 -1 64 1477 0 0 0 16 0 0 0 16 0 9 0 24024410 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22561] ppid=22553 vsize=868508 CPUtime=0
/proc/22554/task/22561/stat : 22561 (java) S 22553 22540 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24024410 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22562] ppid=22553 vsize=868508 CPUtime=0
/proc/22554/task/22562/stat : 22562 (java) S 22553 22540 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24024410 889352192 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890732

[startup+3.10269 s]
/proc/loadavg: 2.08 2.05 2.00 3/85 22562
/proc/meminfo: memFree=1699232/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=0.85
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1310 6842 0 1 5 2 73 5 15 0 1 0 24024312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1111 409 3 0 796 0
[pid=22553] ppid=22540 vsize=5356 CPUtime=0
/proc/22553/stat : 22553 (sh) S 22540 22540 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24024405 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22553/statm: 1339 233 193 169 0 50 0
[pid=22554] ppid=22553 vsize=868704 CPUtime=2.13
/proc/22554/stat : 22554 (java) S 22553 22540 25392 0 -1 0 7943 0 1 0 197 16 0 0 18 0 9 0 24024406 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22554/statm: 217176 6771 2590 9 0 211653 0
[pid=22554/tid=22555] ppid=22553 vsize=868704 CPUtime=1.63
/proc/22554/task/22555/stat : 22555 (java) R 22553 22540 25392 0 -1 64 3136 0 1 0 153 10 0 0 25 0 9 0 24024407 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22556] ppid=22553 vsize=868704 CPUtime=0.25
/proc/22554/task/22556/stat : 22556 (java) S 22553 22540 25392 0 -1 64 2601 0 0 0 22 3 0 0 15 0 9 0 24024408 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22557] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22557/stat : 22557 (java) S 22553 22540 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24024408 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22558] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22558/stat : 22558 (java) S 22553 22540 25392 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24024408 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22559] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22559/stat : 22559 (java) S 22553 22540 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24024410 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22560] ppid=22553 vsize=868704 CPUtime=0.21
/proc/22554/task/22560/stat : 22560 (java) S 22553 22540 25392 0 -1 64 1507 0 0 0 20 1 0 0 16 0 9 0 24024410 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22561] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22561/stat : 22561 (java) S 22553 22540 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24024410 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22562] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22562/stat : 22562 (java) S 22553 22540 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24024410 889552896 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890928

[startup+6.30286 s]
/proc/loadavg: 2.07 2.05 2.00 3/85 22562
/proc/meminfo: memFree=1661600/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=0.86
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1310 6842 0 1 6 2 73 5 15 0 1 0 24024312 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1111 409 3 0 796 0
[pid=22553] ppid=22540 vsize=5356 CPUtime=0
/proc/22553/stat : 22553 (sh) S 22540 22540 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24024405 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22553/statm: 1339 233 193 169 0 50 0
[pid=22554] ppid=22553 vsize=868704 CPUtime=5.25
/proc/22554/stat : 22554 (java) S 22553 22540 25392 0 -1 0 8894 0 1 0 480 45 0 0 18 0 9 0 24024406 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22554/statm: 217176 6774 2590 9 0 211653 0
[pid=22554/tid=22555] ppid=22553 vsize=868704 CPUtime=4.48
/proc/22554/task/22555/stat : 22555 (java) R 22553 22540 25392 0 -1 64 4085 0 1 0 414 34 0 0 25 0 9 0 24024407 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4126919464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22556] ppid=22553 vsize=868704 CPUtime=0.53
/proc/22554/task/22556/stat : 22556 (java) S 22553 22540 25392 0 -1 64 2601 0 0 0 44 9 0 0 16 0 9 0 24024408 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22557] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22557/stat : 22557 (java) S 22553 22540 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24024408 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22558] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22558/stat : 22558 (java) S 22553 22540 25392 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24024408 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22559] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22559/stat : 22559 (java) S 22553 22540 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24024410 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22560] ppid=22553 vsize=868704 CPUtime=0.22
/proc/22554/task/22560/stat : 22560 (java) S 22553 22540 25392 0 -1 64 1509 0 0 0 21 1 0 0 16 0 9 0 24024410 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22561] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22561/stat : 22561 (java) S 22553 22540 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24024410 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22554/tid=22562] ppid=22553 vsize=868704 CPUtime=0
/proc/22554/task/22562/stat : 22562 (java) S 22553 22540 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24024410 889552896 6774 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890928

[startup+12.7016 s]
/proc/loadavg: 2.07 2.05 2.00 3/77 22564
/proc/meminfo: memFree=1532320/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=131496 CPUtime=5.39
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 31782 0 0 0 514 25 0 0 25 0 1 0 24025037 134651904 31768 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 32874 31768 75 150 0 32721 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 153720

[startup+25.502 s]
/proc/loadavg: 2.05 2.05 2.00 3/77 22564
/proc/meminfo: memFree=1530976/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=132424 CPUtime=18.07
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 32007 0 0 0 1782 25 0 0 25 0 1 0 24025037 135602176 31993 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 33106 31993 75 150 0 32953 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 154648

[startup+51.1017 s]
/proc/loadavg: 2.11 2.06 2.00 3/77 22564
/proc/meminfo: memFree=1530656/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=132840 CPUtime=43.44
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 32126 0 0 0 4318 26 0 0 25 0 1 0 24025037 136028160 32112 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 33210 32112 75 150 0 33057 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 155064

[startup+102.306 s]
/proc/loadavg: 2.12 2.07 2.01 3/77 22564
/proc/meminfo: memFree=1529376/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=134032 CPUtime=94.15
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 32423 0 0 0 9389 26 0 0 25 0 1 0 24025037 137248768 32409 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 33508 32409 75 150 0 33355 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 156256

[startup+162.302 s]
/proc/loadavg: 2.12 2.07 2.00 3/77 22564
/proc/meminfo: memFree=1527904/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=135140 CPUtime=153.58
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 32696 0 0 0 15332 26 0 0 25 0 1 0 24025037 138383360 32682 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 33785 32682 75 150 0 33632 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 157364

[startup+222.301 s]
/proc/loadavg: 2.11 2.07 2.00 3/77 22564
/proc/meminfo: memFree=1527072/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=136064 CPUtime=213.03
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 32941 0 0 0 21276 27 0 0 25 0 1 0 24025037 139329536 32927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34016 32927 75 150 0 33863 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 158288

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

[startup+230.301 s]
/proc/loadavg: 2.09 2.07 2.00 3/77 22564
/proc/meminfo: memFree=1526944/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=136196 CPUtime=220.95
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 32973 0 0 0 22068 27 0 0 25 0 1 0 24025037 139464704 32959 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34049 32959 75 150 0 33896 0
Current children cumulated CPU time (s) 227.96
Current children cumulated vsize (KiB) 158420

[startup+243.107 s]
/proc/loadavg: 2.08 2.06 2.00 3/77 22564
/proc/meminfo: memFree=1526752/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=136460 CPUtime=233.63
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 33022 0 0 0 23336 27 0 0 25 0 1 0 24025037 139735040 33008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34115 33008 75 150 0 33962 0
Current children cumulated CPU time (s) 240.64
Current children cumulated vsize (KiB) 158684

[startup+255.902 s]
/proc/loadavg: 2.06 2.06 2.00 3/77 22564
/proc/meminfo: memFree=1526560/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=136592 CPUtime=246.31
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 33075 0 0 0 24604 27 0 0 25 0 1 0 24025037 139870208 33061 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34148 33061 75 150 0 33995 0
Current children cumulated CPU time (s) 253.32
Current children cumulated vsize (KiB) 158816

[startup+262.303 s]
/proc/loadavg: 2.05 2.06 2.00 3/77 22564
/proc/meminfo: memFree=1526432/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=136724 CPUtime=252.65
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 33098 0 0 0 25238 27 0 0 25 0 1 0 24025037 140005376 33084 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34181 33084 75 150 0 34028 0
Current children cumulated CPU time (s) 259.66
Current children cumulated vsize (KiB) 158948

[startup+265.501 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 22564
/proc/meminfo: memFree=1526304/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=136856 CPUtime=255.83
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 33126 0 0 0 25555 28 0 0 25 0 1 0 24025037 140140544 33112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34214 33112 75 150 0 34061 0
Current children cumulated CPU time (s) 262.84
Current children cumulated vsize (KiB) 159080

[startup+267.101 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 22564
/proc/meminfo: memFree=1526304/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=7.01
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1376 16310 0 2 6 2 632 61 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22563] ppid=22540 vsize=5356 CPUtime=0
/proc/22563/stat : 22563 (sh) S 22540 22540 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24025036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22563/statm: 1339 232 193 169 0 50 0
[pid=22564] ppid=22563 vsize=137072 CPUtime=257.41
/proc/22564/stat : 22564 (minisat) R 22563 22540 25392 0 -1 4194304 33219 0 0 0 25713 28 0 0 25 0 1 0 24025037 140361728 33204 996147200 134512640 135127466 4294956256 18446744073709551615 134779890 0 0 4096 3 0 0 0 17 1 0 0
/proc/22564/statm: 34268 33204 81 150 0 34115 0
Current children cumulated CPU time (s) 264.42
Current children cumulated vsize (KiB) 159296

[startup+267.501 s]
/proc/loadavg: 2.13 2.07 2.01 3/81 22570
/proc/meminfo: memFree=1654720/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=264.49
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1448 49814 0 2 6 2 26349 92 16 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22565] ppid=22540 vsize=5356 CPUtime=0
/proc/22565/stat : 22565 (sh) S 22540 22540 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24051028 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22565/statm: 1339 233 193 169 0 50 0
[pid=22566] ppid=22565 vsize=862156 CPUtime=0.31
/proc/22566/stat : 22566 (java) S 22565 22540 25392 0 -1 0 3019 0 1 0 30 1 0 0 18 0 9 0 24051029 882847744 2490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22566/statm: 215539 2490 1271 9 0 210452 0
[pid=22566/tid=22567] ppid=22565 vsize=862156 CPUtime=0.26
/proc/22566/task/22567/stat : 22567 (java) R 22565 22540 25392 0 -1 64 2023 0 1 0 26 0 0 0 19 0 9 0 24051030 882847744 2490 996147200 134512640 134550932 4294955984 18446744073709551615 4126473919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22566/tid=22568] ppid=22565 vsize=862156 CPUtime=0
/proc/22566/task/22568/stat : 22568 (java) S 22565 22540 25392 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 24051031 882847744 2490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22566/tid=22569] ppid=22565 vsize=862156 CPUtime=0
/proc/22566/task/22569/stat : 22569 (java) S 22565 22540 25392 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24051032 882847744 2490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22566/tid=22570] ppid=22565 vsize=862156 CPUtime=0
/proc/22566/task/22570/stat : 22570 (java) S 22565 22540 25392 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24051032 882847744 2490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.8
Current children cumulated vsize (KiB) 884380

[startup+267.703 s]
/proc/loadavg: 2.13 2.07 2.01 3/81 22570
/proc/meminfo: memFree=1654720/2055920 swapFree=4192812/4192956
[pid=22540] ppid=22538 vsize=16868 CPUtime=264.49
/proc/22540/stat : 22540 (sugar) S 22538 22540 25392 0 -1 4194304 1450 49814 0 2 6 2 26349 92 15 0 1 0 24024312 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22540/statm: 4217 1113 409 3 0 796 0
[pid=22565] ppid=22540 vsize=5356 CPUtime=0
/proc/22565/stat : 22565 (sh) R 22540 22540 25392 0 -1 4194304 278 0 0 0 0 0 0 0 15 0 1 0 24051028 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/22565/statm: 1339 233 193 169 0 50 0
[pid=22566] ppid=22565 vsize=0 CPUtime=0.47
/proc/22566/stat : 22566 (java) Z 22565 22540 25392 0 -1 12 3629 0 1 0 45 2 0 0 15 0 1 0 24051029 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744071563351923 0 0 17 1 0 0
/proc/22566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.96
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 267.738
CPU time (s): 265.025
CPU user time (s): 264.017
CPU system time (s): 1.00785
CPU usage (%): 98.9864
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.017
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55266
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= 16989
involuntary context switches= 22406

runsolver used 0.293955 second user time and 0.943856 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 05:33:30
IDJOB=2080300
IDBENCH=57055
IDSOLVER=739
FILE ID=node64/2080300-1247369610
PBS_JOBID= 9507105
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080300-1247369610/watcher-2080300-1247369610 -o /tmp/evaluation-result-2080300-1247369610/solver-2080300-1247369610 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080300-1247369610.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e4484fdddfc52711e3ae8ca42944a11b
RANDOM SEED=292782684

node64.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.220
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.220
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:       1723800 kB
Buffers:         39372 kB
Cached:         185912 kB
SwapCached:          0 kB
Active:         144252 kB
Inactive:       114080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          44148 kB
Slab:            58792 kB
Committed_AS:   191404 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node64 at 2009-07-12 05:37:58