Trace number 1035742

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+minisatUNSAT 820.818 825.587

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-7_ext.xml
MD5SUM54a98534709cc8808fa1d77c18bb50ae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
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 Wed Jul  2 01:05:14 2008
0.00/0.04	c 0	PID 20476
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035742-1214953513.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-1035742-1214953513.xml' 'HOME/temp.csp'
0.03/0.66	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	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.03/0.78	c 0	Parsing HOME/temp.csp
0.90/1.05	c 1	parsed 1385 expressions
0.90/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.06	c 1	Converting to clausal form CSP
0.90/1.09	c 1	converted 139 (10%) expressions
1.01/1.11	c 1	converted 277 (20%) expressions
1.01/1.13	c 1	converted 416 (30%) expressions
1.01/1.16	c 1	converted 554 (40%) expressions
1.01/1.18	c 1	converted 693 (50%) expressions
1.10/1.20	c 1	converted 831 (60%) expressions
1.10/1.27	c 1	converted 970 (70%) expressions
1.10/1.29	c 1	converted 1108 (80%) expressions
1.20/1.30	c 1	converted 1247 (90%) expressions
1.20/1.32	c 1	converted 1385 (100%) expressions
1.20/1.32	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.20/1.32	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.32	c 1	Propagation in CSP
1.20/1.38	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.38	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.20/1.38	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.39	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.20/1.39	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.44	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.45	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.30/1.46	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.30/1.46	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.30/1.46	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.30/1.46	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.30/1.46	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.30/1.46	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.30/1.46	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.30/1.46	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.30/1.47	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.39/1.52	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.39/1.56	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60550 bytes)
1.39/1.58	c 1	379 (30%) CSP clauses are encoded (5874 clauses, 92611 bytes)
1.49/1.61	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123461 bytes)
1.49/1.64	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153425 bytes)
1.49/1.68	c 1	757 (60%) CSP clauses are encoded (10734 clauses, 184537 bytes)
1.59/1.70	c 1	883 (70%) CSP clauses are encoded (12300 clauses, 213706 bytes)
1.59/1.73	c 1	1009 (80%) CSP clauses are encoded (13936 clauses, 245233 bytes)
1.59/1.75	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280228 bytes)
1.59/1.78	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317595 bytes)
1.59/1.78	c 1	1261 CSP clauses encoded
1.59/1.78	c 1	Writing map file : HOME/temp.map
1.59/1.78	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.78	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317595 bytes
1.59/1.78	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.80	c 1	SOLVING HOME/temp.cnf
1.68/1.80	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/1.81	c 1	This is MiniSat 2.0 beta
1.68/1.81	c 1	WARNING: for repeatability, setting FPU to use double precision
1.68/1.81	c 1	============================[ Problem Statistics ]=============================
1.68/1.81	c 1	|                                                                             |
1.68/1.81	c 1	|  Number of variables:  1990                                                 |
1.68/1.81	c 1	|  Number of clauses:    17532                                                |
1.68/1.82	c 1	|  Parsing time:         0.01         s                                       |
1.68/1.82	c 1	============================[ Search Statistics ]==============================
1.68/1.82	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.82	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.82	c 1	===============================================================================
1.68/1.82	c 1	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.68/1.82	c 1	|       100 |    1888    15423    50626 |     5655      100     10 |  5.127 % |
1.68/1.83	c 1	|       250 |    1888    15423    50626 |     6220      250     11 |  5.128 % |
1.68/1.84	c 1	|       475 |    1888    15423    50626 |     6842      475     10 |  5.127 % |
1.68/1.86	c 1	|       812 |    1888    15423    50626 |     7526      812     12 |  5.127 % |
1.68/1.88	c 1	|      1318 |    1888    15423    50626 |     8279     1318     12 |  5.127 % |
1.70/1.92	c 1	|      2078 |    1884    15382    50538 |     9107     2076     14 |  5.328 % |
1.70/2.00	c 2	|      3217 |    1884    15382    50538 |    10018     3215     17 |  5.328 % |
1.98/2.11	c 2	|      4926 |    1884    15382    50538 |    11020     4924     19 |  5.328 % |
2.08/2.28	c 2	|      7488 |    1884    15382    50538 |    12122     7486     20 |  5.328 % |
2.38/2.56	c 2	|     11333 |    1879    15339    50446 |    13334    11329     19 |  5.580 % |
2.90/3.67	c 3	|     17099 |    1879    15339    50446 |    14667    10154     18 |  5.580 % |
3.70/4.43	c 4	|     25750 |    1879    15339    50446 |    16134    11218     18 |  5.580 % |
4.90/5.68	c 5	|     38725 |    1879    15339    50446 |    17748    15787     18 |  5.580 % |
6.78/7.57	c 7	|     58186 |    1879    15339    50446 |    19522    16942     17 |  5.580 % |
10.16/10.93	c 10	|     87378 |    1879    15339    50446 |    21475    16084     17 |  5.580 % |
15.74/16.55	c 16	|    131169 |    1879    15339    50446 |    23622    15703     22 |  5.580 % |
23.60/24.41	c 24	|    196854 |    1879    15339    50446 |    25985    21035     18 |  5.580 % |
36.83/37.70	c 37	|    295381 |    1877    15333    50433 |    28583    13554     16 |  5.680 % |
58.31/59.33	c 59	|    443170 |    1877    15333    50433 |    31441    24752     19 |  5.680 % |
94.14/95.38	c 95	|    664853 |    1876    15325    50412 |    34586    26544     18 |  5.730 % |
152.54/154.01	c 154	|    997378 |    1874    15314    50384 |    38044    33957     17 |  5.832 % |
239.51/241.45	c 241	|   1496167 |    1874    15314    50384 |    41849    27479     15 |  5.832 % |
383.99/386.67	c 386	|   2244349 |    1869    15272    50294 |    46034    27005     18 |  6.081 % |
616.45/620.29	c 620	|   3366624 |    1869    15272    50294 |    50637    20089     17 |  6.083 % |
820.64/825.41	c 825	===============================================================================
820.64/825.41	c 825	restarts              : 25
820.64/825.41	c 825	conflicts             : 4315752        (5270 /sec)
820.64/825.41	c 825	decisions             : 8010164        (1.43 % random) (9781 /sec)
820.64/825.41	c 825	propagations          : 391562580      (478142 /sec)
820.64/825.41	c 825	conflict literals     : 81558525       (30.12 % deleted)
820.64/825.41	c 825	Memory used           : 13.92 MB
820.64/825.41	c 825	CPU time              : 818.926 s
820.64/825.41	c 825	
820.64/825.41	c 825	UNSATISFIABLE
820.64/825.41	c 825	DECODING HOME/temp.out WITH HOME/temp.map
820.64/825.41	c 825	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
820.66/825.50	c 825	Decoding HOME/temp.out
820.66/825.53	s UNSATISFIABLE
820.66/825.53	c 825	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
820.66/825.58	c 825	CPU 820.64 (0.03 0 820.61 0.15)
820.66/825.58	c 825	END Wed Jul  2 01:18:59 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1035742-1214953513/watcher-1035742-1214953513 -o /tmp/evaluation-result-1035742-1214953513/solver-1035742-1214953513 -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-1035742-1214953513.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.00 2.01 1.92 4/72 20476
/proc/meminfo: memFree=1756896/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=12268 CPUtime=0
/proc/20476/stat : 20476 (sugar) R 20474 20476 20071 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 122736673 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20476/statm: 3067 316 241 3 0 167 0

[startup+0.0532169 s]
/proc/loadavg: 2.00 2.01 1.92 4/72 20476
/proc/meminfo: memFree=1756896/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=0.03
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 122736673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10125 s]
/proc/loadavg: 2.00 2.01 1.92 4/72 20476
/proc/meminfo: memFree=1756896/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=0.03
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 122736673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301269 s]
/proc/loadavg: 2.00 2.01 1.92 4/72 20476
/proc/meminfo: memFree=1756896/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=0.03
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 122736673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701316 s]
/proc/loadavg: 2.00 2.01 1.92 4/72 20476
/proc/meminfo: memFree=1756896/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=0.03
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 122736673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.08 2.03 1.93 4/83 20498
/proc/meminfo: memFree=1749064/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=0.63
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 974 4726 0 1 3 0 57 3 15 0 1 0 122736673 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 797 370 3 0 500 0
[pid=20489] ppid=20476 vsize=5356 CPUtime=0
/proc/20489/stat : 20489 (sh) S 20476 20476 20071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 122736744 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20489/statm: 1339 233 193 169 0 50 0
[pid=20490] ppid=20489 vsize=864264 CPUtime=0.76
/proc/20490/stat : 20490 (java) S 20489 20476 20071 0 -1 0 6765 0 1 0 73 3 0 0 19 0 9 0 122736744 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20490/statm: 216066 6009 2565 9 0 210613 0
[pid=20490/tid=20491] ppid=20489 vsize=864264 CPUtime=0.4
/proc/20490/task/20491/stat : 20491 (java) R 20489 20476 20071 0 -1 64 2692 0 1 0 39 1 0 0 18 0 9 0 122736745 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20492] ppid=20489 vsize=864264 CPUtime=0.23
/proc/20490/task/20492/stat : 20492 (java) S 20489 20476 20071 0 -1 64 3021 0 0 0 22 1 0 0 16 0 9 0 122736746 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20493] ppid=20489 vsize=864264 CPUtime=0
/proc/20490/task/20493/stat : 20493 (java) S 20489 20476 20071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 122736747 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20494] ppid=20489 vsize=864264 CPUtime=0
/proc/20490/task/20494/stat : 20494 (java) S 20489 20476 20071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 122736747 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20495] ppid=20489 vsize=864264 CPUtime=0
/proc/20490/task/20495/stat : 20495 (java) S 20489 20476 20071 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 122736749 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20496] ppid=20489 vsize=864264 CPUtime=0.11
/proc/20490/task/20496/stat : 20496 (java) R 20489 20476 20071 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 122736749 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 104075975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20497] ppid=20489 vsize=864264 CPUtime=0
/proc/20490/task/20497/stat : 20497 (java) S 20489 20476 20071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 122736749 885006336 6009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20490/tid=20498] ppid=20489 vsize=864264 CPUtime=0
/proc/20490/task/20498/stat : 20498 (java) S 20489 20476 20071 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 122736749 885006336 6009 996147200 134512640 134550740 4294955952 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) 883220

[startup+3.1014 s]
/proc/loadavg: 2.08 2.03 1.93 3/75 20500
/proc/meminfo: memFree=1752392/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 15 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=4088 CPUtime=0.85
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 756 0 0 0 85 0 0 0 25 0 1 0 122736855 4186112 742 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 1022 742 75 150 0 869 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 23044

[startup+6.30178 s]
/proc/loadavg: 2.07 2.02 1.93 3/75 20500
/proc/meminfo: memFree=1750856/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=4880 CPUtime=3.89
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 960 0 0 0 389 0 0 0 25 0 1 0 122736855 4997120 946 996147200 134512640 135127466 4294956272 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 1220 946 75 150 0 1067 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 23836

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 1.93 3/75 20500
/proc/meminfo: memFree=1750024/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=5672 CPUtime=10.26
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 1147 0 0 0 1026 0 0 0 25 0 1 0 122736855 5808128 1133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 1418 1133 75 150 0 1265 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 24628

[startup+25.507 s]
/proc/loadavg: 2.06 2.02 1.93 3/75 20500
/proc/meminfo: memFree=1749000/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=6468 CPUtime=23
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 1369 0 0 0 2299 1 0 0 25 0 1 0 122736855 6623232 1355 996147200 134512640 135127466 4294956272 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 1617 1355 75 150 0 1464 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 25424

[startup+51.103 s]
/proc/loadavg: 2.03 2.02 1.93 3/75 20500
/proc/meminfo: memFree=1747720/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=7824 CPUtime=48.47
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 1687 0 0 0 4846 1 0 0 25 0 1 0 122736855 8011776 1673 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 1956 1673 75 150 0 1803 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 26780

[startup+102.303 s]
/proc/loadavg: 2.01 2.02 1.93 3/75 20500
/proc/meminfo: memFree=1746824/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=8756 CPUtime=99.39
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 1901 0 0 0 9938 1 0 0 25 0 1 0 122736855 8966144 1887 996147200 134512640 135127466 4294956272 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 2189 1887 75 150 0 2036 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 27712

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 1.93 3/75 20500
/proc/meminfo: memFree=1745928/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=9432 CPUtime=159.11
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 2099 0 0 0 15909 2 0 0 25 0 1 0 122736855 9658368 2085 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 2358 2085 75 150 0 2205 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 28388

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20500
/proc/meminfo: memFree=1745352/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

################
# More data... #
################

/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=12204 CPUtime=457.62
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 2777 0 0 0 45760 2 0 0 25 0 1 0 122736855 12496896 2763 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3051 2763 75 150 0 2898 0
Current children cumulated CPU time (s) 459.32
Current children cumulated vsize (KiB) 31160

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1742664/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=12356 CPUtime=517.32
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 2812 0 0 0 51730 2 0 0 25 0 1 0 122736855 12652544 2798 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3089 2798 75 150 0 2936 0
Current children cumulated CPU time (s) 519.02
Current children cumulated vsize (KiB) 31312

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=13040 CPUtime=577.04
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 2970 0 0 0 57701 3 0 0 25 0 1 0 122736855 13352960 2956 996147200 134512640 135127466 4294956272 18446744073709551615 134530552 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3260 2956 75 150 0 3107 0
Current children cumulated CPU time (s) 578.74
Current children cumulated vsize (KiB) 31996

[startup+642.302 s]
/proc/loadavg: 2.04 2.01 1.93 3/75 20502
/proc/meminfo: memFree=1741960/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=13172 CPUtime=636.74
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3009 0 0 0 63671 3 0 0 25 0 1 0 122736855 13488128 2995 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3293 2995 75 150 0 3140 0
Current children cumulated CPU time (s) 638.44
Current children cumulated vsize (KiB) 32128

[startup+702.302 s]
/proc/loadavg: 2.01 2.01 1.93 3/75 20502
/proc/meminfo: memFree=1741640/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=13444 CPUtime=696.45
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3079 0 0 0 69642 3 0 0 25 0 1 0 122736855 13766656 3065 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3361 3065 75 150 0 3208 0
Current children cumulated CPU time (s) 698.15
Current children cumulated vsize (KiB) 32400

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1741256/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=13852 CPUtime=756.15
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3169 0 0 0 75612 3 0 0 25 0 1 0 122736855 14184448 3155 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3463 3155 75 150 0 3310 0
Current children cumulated CPU time (s) 757.85
Current children cumulated vsize (KiB) 32808

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1740808/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=14248 CPUtime=815.85
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3275 0 0 0 81582 3 0 0 25 0 1 0 122736855 14589952 3261 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 817.55
Current children cumulated vsize (KiB) 33204

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

[startup+822.502 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1740808/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=14248 CPUtime=816.05
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3275 0 0 0 81602 3 0 0 25 0 1 0 122736855 14589952 3261 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 817.75
Current children cumulated vsize (KiB) 33204

[startup+824.105 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1740808/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=14248 CPUtime=817.65
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3275 0 0 0 81762 3 0 0 25 0 1 0 122736855 14589952 3261 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 819.35
Current children cumulated vsize (KiB) 33204

[startup+824.901 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1740808/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=14248 CPUtime=818.44
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3275 0 0 0 81841 3 0 0 25 0 1 0 122736855 14589952 3261 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 820.14
Current children cumulated vsize (KiB) 33204

[startup+825.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1740808/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=1.7
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1031 11858 0 2 3 0 159 8 16 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
[pid=20499] ppid=20476 vsize=5356 CPUtime=0
/proc/20499/stat : 20499 (sh) S 20476 20476 20071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 122736854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20499/statm: 1339 232 193 169 0 50 0
[pid=20500] ppid=20499 vsize=14248 CPUtime=818.84
/proc/20500/stat : 20500 (minisat) R 20499 20476 20071 0 -1 4194304 3275 0 0 0 81881 3 0 0 25 0 1 0 122736855 14589952 3261 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20500/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 820.54
Current children cumulated vsize (KiB) 33204

[startup+825.501 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 20502
/proc/meminfo: memFree=1740808/2055920 swapFree=4192812/4192956
[pid=20476] ppid=20474 vsize=13600 CPUtime=820.66
/proc/20476/stat : 20476 (sugar) S 20474 20476 20071 0 -1 4194304 1070 15427 0 2 3 0 82051 12 17 0 1 0 122736673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20476/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 820.66
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 825.587
CPU time (s): 820.818
CPU user time (s): 820.652
CPU system time (s): 0.165974
CPU usage (%): 99.4223
Max. virtual memory (cumulated for all children) (KiB): 883352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 820.652
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20219
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= 1565
involuntary context switches= 10581

runsolver used 0.84987 second user time and 2.19567 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-02 01:05:13
IDJOB=1035742
IDBENCH=53414
IDSOLVER=346
FILE ID=node28/1035742-1214953513
PBS_JOBID= 7870277
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-7_ext.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-1035742-1214953513/watcher-1035742-1214953513 -o /tmp/evaluation-result-1035742-1214953513/solver-1035742-1214953513 -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-1035742-1214953513.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 54a98534709cc8808fa1d77c18bb50ae
RANDOM SEED=941134427

node28.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.231
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.231
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:       1757376 kB
Buffers:         25348 kB
Cached:         191844 kB
SwapCached:          0 kB
Active:          78908 kB
Inactive:       157800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          31060 kB
Slab:            47028 kB
Committed_AS:   177684 kB
PageTables:       1760 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= 66552 MiB
End job on node28 at 2008-07-02 01:18:59