Trace number 2080256

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 167.471 169.19

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-6.xml
MD5SUM63cd5470592839865b6357c53b6681fa
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 benchmark167.471
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1495
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:30:34 2009
0.00/0.08	c 0	PID 22592
0.00/0.08	c 0	HOST node66.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080256-1247369434.xml TO HOME/temp.csp
0.00/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-2080256-1247369434.xml' 'HOME/temp.csp'
0.06/0.91	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.95	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.88/1.03	c 1	Parsing HOME/temp.csp
1.01/1.15	c 1	parsed 3732 expressions
1.01/1.16	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.16	c 1	Converting to clausal form CSP
1.01/1.18	c 1	converted 374 (10%) expressions
1.11/1.25	c 2	converted 747 (20%) expressions
1.20/1.39	c 2	converted 1120 (30%) expressions
1.30/1.43	c 2	converted 1493 (40%) expressions
1.30/1.44	c 2	converted 1866 (50%) expressions
1.30/1.46	c 2	converted 2240 (60%) expressions
1.30/1.47	c 2	converted 2613 (70%) expressions
1.30/1.49	c 2	converted 2986 (80%) expressions
1.30/1.50	c 2	converted 3359 (90%) expressions
1.40/1.51	c 2	converted 3732 (100%) expressions
1.40/1.51	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1479
1.40/1.51	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.51	c 2	Propagation in CSP
1.49/1.64	c 2	90408 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.64	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 856
1.49/1.64	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.73	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 856
1.60/1.73	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.82	c 2	30 (10%) CSP integer variables are encoded (18180 clauses, 250586 bytes)
1.69/1.84	c 2	60 (20%) CSP integer variables are encoded (40065 clauses, 578861 bytes)
1.69/1.86	c 2	90 (30%) CSP integer variables are encoded (57000 clauses, 832886 bytes)
1.69/1.89	c 2	120 (40%) CSP integer variables are encoded (79905 clauses, 1176461 bytes)
1.79/1.92	c 2	150 (50%) CSP integer variables are encoded (102165 clauses, 1514986 bytes)
1.79/1.96	c 2	180 (60%) CSP integer variables are encoded (124650 clauses, 1897231 bytes)
1.79/1.99	c 2	210 (70%) CSP integer variables are encoded (148860 clauses, 2308801 bytes)
1.90/2.02	c 2	240 (80%) CSP integer variables are encoded (174255 clauses, 2740516 bytes)
1.90/2.06	c 2	270 (90%) CSP integer variables are encoded (197160 clauses, 3129901 bytes)
1.90/2.08	c 2	300 (100%) CSP integer variables are encoded (215040 clauses, 3433861 bytes)
2.49/2.64	c 3	883 (10%) CSP clauses are encoded (470335 clauses, 9072953 bytes)
2.90/3.05	c 3	1766 (20%) CSP clauses are encoded (674325 clauses, 13799429 bytes)
3.48/3.66	c 4	2649 (30%) CSP clauses are encoded (965456 clauses, 20569572 bytes)
3.97/4.17	c 4	3532 (40%) CSP clauses are encoded (1218651 clauses, 26460592 bytes)
4.46/4.66	c 5	4415 (50%) CSP clauses are encoded (1463976 clauses, 32178219 bytes)
5.07/5.20	c 6	5298 (60%) CSP clauses are encoded (1734302 clauses, 38474607 bytes)
5.65/5.80	c 6	6181 (70%) CSP clauses are encoded (2034904 clauses, 45495269 bytes)
6.25/6.42	c 7	7064 (80%) CSP clauses are encoded (2346239 clauses, 52953270 bytes)
6.84/7.06	c 7	7947 (90%) CSP clauses are encoded (2660940 clauses, 60582081 bytes)
7.44/7.65	c 8	8830 (100%) CSP clauses are encoded (2969739 clauses, 67769928 bytes)
7.44/7.65	c 8	8830 CSP clauses encoded
7.44/7.65	c 8	Writing map file : HOME/temp.map
7.44/7.66	c 8	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.44/7.66	c 8	SAT : 221040 SAT variables, 2969739 SAT clauses, 67769928 bytes
7.44/7.66	c 8	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.44/7.68	c 8	SOLVING HOME/temp.cnf
7.44/7.68	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.44/7.68	c 8	This is MiniSat 2.0 beta
7.44/7.68	c 8	WARNING: for repeatability, setting FPU to use double precision
7.44/7.69	c 8	============================[ Problem Statistics ]=============================
7.44/7.69	c 8	|                                                                             |
7.44/7.69	c 8	|  Number of variables:  221040                                               |
7.44/7.69	c 8	|  Number of clauses:    2969739                                              |
9.28/9.50	c 10	|  Parsing time:         1.53         s                                       |
9.28/9.59	c 10	============================[ Search Statistics ]==============================
9.28/9.59	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.28/9.59	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.28/9.59	c 10	===============================================================================
9.28/9.59	c 10	|         0 |  220804  2969503  8483619 |   989834        0    nan |  0.000 % |
11.16/11.47	c 12	|       101 |  220804  2969503  8483619 |  1088817      101     35 |  0.107 % |
12.75/13.03	c 13	|       251 |  220804  2969503  8483619 |  1197699      251     26 |  0.107 % |
15.32/15.64	c 16	|       476 |  220804  2969503  8483619 |  1317469      476     24 |  0.107 % |
18.69/19.08	c 19	|       813 |  220804  2969503  8483619 |  1449216      813     20 |  0.107 % |
23.95/24.30	c 25	|      1319 |  220804  2969503  8483619 |  1594138     1319     22 |  0.107 % |
31.77/32.26	c 33	|      2078 |  220804  2969503  8483619 |  1753551     2078     21 |  0.107 % |
40.48/41.07	c 41	|      3217 |  220804  2969503  8483619 |  1928907     3217     19 |  0.107 % |
59.80/60.51	c 61	|      4925 |  220804  2969503  8483619 |  2121797     4925     22 |  0.107 % |
80.40/81.35	c 82	|      7489 |  220804  2969503  8483619 |  2333977     7489     24 |  0.107 % |
112.40/113.66	c 114	|     11333 |  220804  2969503  8483619 |  2567375    11333     20 |  0.107 % |
159.35/161.06	c 161	|     17099 |  220804  2969503  8483619 |  2824112    17099     26 |  0.107 % |
166.69/168.47	c 169	===============================================================================
166.69/168.50	c 169	restarts              : 12
166.69/168.50	c 169	conflicts             : 17966          (113 /sec)
166.69/168.50	c 169	decisions             : 28368          (1.08 % random) (178 /sec)
166.69/168.50	c 169	propagations          : 222698777      (1400781 /sec)
166.69/168.50	c 169	conflict literals     : 470405         (24.94 % deleted)
166.69/168.50	c 169	Memory used           : 145.84 MB
166.69/168.50	c 169	CPU time              : 158.982 s
166.69/168.50	c 169	
166.78/168.59	c 169	SATISFIABLE
166.88/168.61	c 169	DECODING HOME/temp.out WITH HOME/temp.map
166.88/168.61	c 169	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'
166.91/168.70	c 169	Decoding HOME/temp.out
166.91/169.10	s SATISFIABLE
166.91/169.11	v 32 72 130 225 296 398 429 486 522 614 808 888 927 930 1466 32 52 256 470 590 625 766 858 910 1016 1123 1217 1249 1305 1376 210 479 484 677 762 803 859 875 894 1019 1074 1097 1160 1331 1471 313 393 451 492 526 620 683 691 808 868 919 957 960 1044 1313 47 232 303 357 416 470 539 626 712 755 762 844 941 1116 1210 2 84 179 250 324 382 662 923 1069 1159 1181 1217 1328 1358 1452 1 99 162 297 329 368 464 951 1018 1023 1179 1243 1369 1416 1447 294 347 382 562 796 950 1040 1174 1255 1309 1371 1384 1405 1410 1459 71 117 148 296 400 790 857 923 960 1042 1111 1311 1315 1377 1429 13 80 154 241 269 312 325 343 424 497 517 699 1168 1320 1482 83 219 349 455 519 546 625 772 913 1087 1100 1204 1378 1395 1437 207 635 671 758 785 934 1006 1055 1134 1164 1196 1253 1319 1401 1405 102 108 170 308 430 522 545 588 606 659 686 1190 1287 1356 1491 18 311 447 618 687 699 758 808 865 969 1256 1311 1393 1454 1459 12 118 153 249 258 373 461 493 561 670 701 730 752 1169 1178 7 30 64 137 345 819 934 1007 1022 1073 1226 1236 1279 1286 1349 129 147 227 324 451 591 738 806 915 1044 1084 1125 1244 1259 1396 116 126 406 452 770 781 863 967 1033 1117 1232 1309 1367 1390 1452 1 171 209 301 386 464 534 581 613 697 793 856 985 1227 1355 168 248 301 373 397 492 537 572 618 675 797 1039 1163 1290 1464
166.91/169.12	c 169	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
166.91/169.15	c 169	CPU 167.41 (0.06 0.02 166.37 0.96)
166.91/169.15	c 169	END Sun Jul 12 05:33:23 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-2080256-1247369434/watcher-2080256-1247369434 -o /tmp/evaluation-result-2080256-1247369434/solver-2080256-1247369434 -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-2080256-1247369434.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.16 2.11 2.04 4/81 22592
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=18576 CPUtime=0
/proc/22592/stat : 22592 (runsolver) R 22590 22592 18315 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24006256 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22592/statm: 4644 284 249 26 0 2626 0

[startup+0.107517 s]
/proc/loadavg: 2.16 2.11 2.04 4/81 22592
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.06
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201528 s]
/proc/loadavg: 2.16 2.11 2.04 4/81 22592
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.06
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301535 s]
/proc/loadavg: 2.16 2.11 2.04 4/81 22592
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.06
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701585 s]
/proc/loadavg: 2.16 2.11 2.04 4/81 22592
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.06
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.16 2.11 2.04 3/92 22614
/proc/meminfo: memFree=1634168/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.88
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1309 6842 0 1 5 1 79 3 15 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
[pid=22605] ppid=22592 vsize=5356 CPUtime=0
/proc/22605/stat : 22605 (sh) S 22592 22592 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24006352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22605/statm: 1339 233 193 169 0 50 0
[pid=22606] ppid=22605 vsize=868512 CPUtime=0.52
/proc/22606/stat : 22606 (java) S 22605 22592 18315 0 -1 0 5725 0 1 0 50 2 0 0 18 0 9 0 24006352 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22606/statm: 217128 5154 1743 9 0 211633 0
[pid=22606/tid=22607] ppid=22605 vsize=868512 CPUtime=0.31
/proc/22606/task/22607/stat : 22607 (java) R 22605 22592 18315 0 -1 64 2663 0 1 0 30 1 0 0 21 0 9 0 24006353 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4126448864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22608] ppid=22605 vsize=868512 CPUtime=0.03
/proc/22606/task/22608/stat : 22608 (java) S 22605 22592 18315 0 -1 64 895 0 0 0 3 0 0 0 16 0 9 0 24006354 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22609] ppid=22605 vsize=868512 CPUtime=0
/proc/22606/task/22609/stat : 22609 (java) S 22605 22592 18315 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24006354 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22610] ppid=22605 vsize=868512 CPUtime=0
/proc/22606/task/22610/stat : 22610 (java) S 22605 22592 18315 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24006354 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22611] ppid=22605 vsize=868512 CPUtime=0
/proc/22606/task/22611/stat : 22611 (java) S 22605 22592 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24006356 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22612] ppid=22605 vsize=868512 CPUtime=0.15
/proc/22606/task/22612/stat : 22612 (java) S 22605 22592 18315 0 -1 64 1474 0 0 0 15 0 0 0 16 0 9 0 24006356 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22613] ppid=22605 vsize=868512 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22605 22592 18315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24006356 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22614] ppid=22605 vsize=868512 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22605 22592 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24006356 889356288 5154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890736

[startup+3.10287 s]
/proc/loadavg: 2.15 2.11 2.04 3/92 22614
/proc/meminfo: memFree=1618104/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.89
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1310 6842 0 1 6 1 79 3 15 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
[pid=22605] ppid=22592 vsize=5356 CPUtime=0
/proc/22605/stat : 22605 (sh) S 22592 22592 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24006352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22605/statm: 1339 233 193 169 0 50 0
[pid=22606] ppid=22605 vsize=868708 CPUtime=2.1
/proc/22606/stat : 22606 (java) S 22605 22592 18315 0 -1 0 7933 0 1 0 195 15 0 0 18 0 9 0 24006352 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22606/statm: 217177 6769 2590 9 0 211654 0
[pid=22606/tid=22607] ppid=22605 vsize=868708 CPUtime=1.64
/proc/22606/task/22607/stat : 22607 (java) R 22605 22592 18315 0 -1 64 3129 0 1 0 153 11 0 0 25 0 9 0 24006353 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 102093925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22608] ppid=22605 vsize=868708 CPUtime=0.23
/proc/22606/task/22608/stat : 22608 (java) S 22605 22592 18315 0 -1 64 2601 0 0 0 21 2 0 0 16 0 9 0 24006354 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22609] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22609/stat : 22609 (java) S 22605 22592 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24006354 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22610] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22610/stat : 22610 (java) S 22605 22592 18315 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24006354 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22611] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22611/stat : 22611 (java) S 22605 22592 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24006356 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22612] ppid=22605 vsize=868708 CPUtime=0.2
/proc/22606/task/22612/stat : 22612 (java) S 22605 22592 18315 0 -1 64 1505 0 0 0 20 0 0 0 16 0 9 0 24006356 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22613] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22605 22592 18315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24006356 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22614] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22605 22592 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24006356 889556992 6769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890932

[startup+6.30224 s]
/proc/loadavg: 2.15 2.11 2.04 3/92 22614
/proc/meminfo: memFree=1580472/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=0.89
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1310 6842 0 1 6 1 79 3 15 0 1 0 24006256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1111 409 3 0 796 0
[pid=22605] ppid=22592 vsize=5356 CPUtime=0
/proc/22605/stat : 22605 (sh) S 22592 22592 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24006352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22605/statm: 1339 233 193 169 0 50 0
[pid=22606] ppid=22605 vsize=868708 CPUtime=5.26
/proc/22606/stat : 22606 (java) S 22605 22592 18315 0 -1 0 8903 0 1 0 481 45 0 0 18 0 9 0 24006352 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22606/statm: 217177 6772 2590 9 0 211654 0
[pid=22606/tid=22607] ppid=22605 vsize=868708 CPUtime=4.51
/proc/22606/task/22607/stat : 22607 (java) R 22605 22592 18315 0 -1 64 4097 0 1 0 415 36 0 0 25 0 9 0 24006353 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4126902580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22608] ppid=22605 vsize=868708 CPUtime=0.52
/proc/22606/task/22608/stat : 22608 (java) S 22605 22592 18315 0 -1 64 2601 0 0 0 44 8 0 0 16 0 9 0 24006354 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22609] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22609/stat : 22609 (java) S 22605 22592 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24006354 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22610] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22610/stat : 22610 (java) S 22605 22592 18315 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24006354 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22611] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22611/stat : 22611 (java) S 22605 22592 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24006356 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22612] ppid=22605 vsize=868708 CPUtime=0.2
/proc/22606/task/22612/stat : 22612 (java) S 22605 22592 18315 0 -1 64 1507 0 0 0 20 0 0 0 16 0 9 0 24006356 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22613] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22613/stat : 22613 (java) S 22605 22592 18315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24006356 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22606/tid=22614] ppid=22605 vsize=868708 CPUtime=0
/proc/22606/task/22614/stat : 22614 (java) S 22605 22592 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24006356 889556992 6772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890932

[startup+12.702 s]
/proc/loadavg: 2.13 2.10 2.04 3/84 22616
/proc/meminfo: memFree=1433848/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.52
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 1 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=144276 CPUtime=4.93
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 34712 0 0 0 468 25 0 0 25 0 1 0 24007025 147738624 34698 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 36069 34698 75 150 0 35916 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 166500

[startup+25.5015 s]
/proc/loadavg: 2.11 2.10 2.04 3/84 22616
/proc/meminfo: memFree=1432120/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.52
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 1 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=146124 CPUtime=17.61
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35181 0 0 0 1735 26 0 0 25 0 1 0 24007025 149630976 35167 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 36531 35167 75 150 0 36378 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 168348

[startup+51.1015 s]
/proc/loadavg: 2.14 2.11 2.04 3/84 22616
/proc/meminfo: memFree=1431736/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.52
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 1 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=146524 CPUtime=42.96
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35272 0 0 0 4270 26 0 0 25 0 1 0 24007025 150040576 35258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 36631 35258 75 150 0 36478 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 168748

[startup+102.302 s]
/proc/loadavg: 2.13 2.10 2.04 3/84 22616
/proc/meminfo: memFree=1430776/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.53
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 2 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=147328 CPUtime=93.69
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35489 0 0 0 9342 27 0 0 25 0 1 0 24007025 150863872 35475 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 36832 35475 75 150 0 36679 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 169552

[startup+162.302 s]
/proc/loadavg: 2.12 2.10 2.04 3/84 22616
/proc/meminfo: memFree=1429368/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.53
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 2 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=148584 CPUtime=153.11
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35819 0 0 0 15284 27 0 0 25 0 1 0 24007025 152150016 35805 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 37146 35805 75 150 0 36993 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 170808

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

[startup+163.202 s]
/proc/loadavg: 2.11 2.10 2.04 3/84 22616
/proc/meminfo: memFree=1429368/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.53
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 2 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=148716 CPUtime=154
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35820 0 0 0 15373 27 0 0 25 0 1 0 24007025 152285184 35806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 37179 35806 75 150 0 37026 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 170940

[startup+166.401 s]
/proc/loadavg: 2.11 2.10 2.04 3/84 22616
/proc/meminfo: memFree=1429304/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.53
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 2 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=148716 CPUtime=157.17
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35832 0 0 0 15690 27 0 0 25 0 1 0 24007025 152285184 35818 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 37179 35818 75 150 0 37026 0
Current children cumulated CPU time (s) 164.7
Current children cumulated vsize (KiB) 170940

[startup+168.002 s]
/proc/loadavg: 2.10 2.09 2.04 3/84 22616
/proc/meminfo: memFree=1429304/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=7.53
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1376 16472 0 2 6 2 683 62 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
[pid=22615] ppid=22592 vsize=5356 CPUtime=0
/proc/22615/stat : 22615 (sh) S 22592 22592 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24007025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22615/statm: 1339 232 193 169 0 50 0
[pid=22616] ppid=22615 vsize=149120 CPUtime=158.76
/proc/22616/stat : 22616 (minisat) R 22615 22592 18315 0 -1 4194304 35858 0 0 0 15849 27 0 0 25 0 1 0 24007025 152698880 35844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22616/statm: 37280 35844 75 150 0 37127 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 171344

[startup+168.802 s]
/proc/loadavg: 2.10 2.09 2.04 3/84 22616
/proc/meminfo: memFree=1429112/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=166.91
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1448 52692 0 2 6 2 16590 93 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 166.91
Current children cumulated vsize (KiB) 16868

[startup+169.002 s]
/proc/loadavg: 2.10 2.09 2.04 3/84 22616
/proc/meminfo: memFree=1429112/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=166.91
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1448 52692 0 2 6 2 16590 93 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 166.91
Current children cumulated vsize (KiB) 16868

[startup+169.102 s]
/proc/loadavg: 2.10 2.09 2.04 3/84 22616
/proc/meminfo: memFree=1429112/2055920 swapFree=4192812/4192956
[pid=22592] ppid=22590 vsize=16868 CPUtime=166.91
/proc/22592/stat : 22592 (sugar) S 22590 22592 18315 0 -1 4194304 1448 52692 0 2 6 2 16590 93 16 0 1 0 24006256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22592/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 166.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 169.19
CPU time (s): 167.471
CPU user time (s): 166.444
CPU system time (s): 1.02684
CPU usage (%): 98.9837
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.444
system time used= 1.02684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58146
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= 18284
involuntary context switches= 24851

runsolver used 0.214967 second user time and 0.561914 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 05:30:34
IDJOB=2080256
IDBENCH=57045
IDSOLVER=739
FILE ID=node66/2080256-1247369434
PBS_JOBID= 9507051
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-6.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-2080256-1247369434/watcher-2080256-1247369434 -o /tmp/evaluation-result-2080256-1247369434/solver-2080256-1247369434 -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-2080256-1247369434.xml

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

MD5SUM BENCH= 63cd5470592839865b6357c53b6681fa
RANDOM SEED=575747605

node66.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:       1643504 kB
Buffers:         64344 kB
Cached:         196912 kB
SwapCached:          0 kB
Active:         216772 kB
Inactive:       119404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3360 kB
Writeback:           0 kB
Mapped:          95300 kB
Slab:            61424 kB
Committed_AS:   270960 kB
PageTables:       1912 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= 66248 MiB
End job on node66 at 2009-07-12 05:33:24