Trace number 1089468

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+minisat? (TO) 1800.06 1814.17

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25c-25.xml
MD5SUM915d2b8095a8d52ae5acbb8e68bb744f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17343
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17343
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.05	c 0	BEGIN Sat Jul  5 16:31:11 2008
0.00/0.05	c 0	PID 20055
0.04/0.05	c 0	HOST node33.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1089468-1215268271.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089468-1215268271.xml' 'HOME/temp.csp'
1.36/1.41	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 17343 constraints
1.36/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.47	c 1	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'
1.39/1.55	c 1	Parsing HOME/temp.csp
1.39/1.87	c 2	parsed 10000 expressions
1.39/2.04	c 2	parsed 17795 expressions
1.39/2.05	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/2.05	c 2	Converting to clausal form CSP
2.10/2.29	c 2	converted 1780 (10%) expressions
2.19/2.34	c 2	converted 3559 (20%) expressions
2.30/2.45	c 2	converted 5339 (30%) expressions
2.39/2.50	c 2	converted 7118 (40%) expressions
2.39/2.55	c 2	converted 8898 (50%) expressions
2.39/2.60	c 2	converted 10677 (60%) expressions
2.49/2.64	c 2	converted 12457 (70%) expressions
2.59/2.79	c 3	converted 14236 (80%) expressions
2.69/2.84	c 3	converted 16016 (90%) expressions
2.69/2.89	c 3	converted 17795 (100%) expressions
2.69/2.89	c 3	CSP : 450 integers, 0 booleans, 17343 clauses, largest domain size 25
2.69/2.89	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.89	c 3	Propagation in CSP
2.88/3.04	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.88/3.04	c 3	CSP : 450 integers, 0 booleans, 17343 clauses, largest domain size 25
2.88/3.04	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.05	c 3	Simplifing CSP by introducing new Boolean variables
3.18/3.38	c 3	CSP : 450 integers, 34686 booleans, 52029 clauses, largest domain size 25
3.18/3.38	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.52	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.37/3.55	c 3	45 (10%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
3.37/3.56	c 3	90 (20%) CSP integer variables are encoded (2070 clauses, 24853 bytes)
3.37/3.56	c 3	135 (30%) CSP integer variables are encoded (3105 clauses, 38308 bytes)
3.37/3.56	c 3	180 (40%) CSP integer variables are encoded (4140 clauses, 51763 bytes)
3.37/3.56	c 3	225 (50%) CSP integer variables are encoded (5175 clauses, 65218 bytes)
3.37/3.56	c 3	270 (60%) CSP integer variables are encoded (6210 clauses, 78673 bytes)
3.37/3.56	c 3	315 (70%) CSP integer variables are encoded (7245 clauses, 92128 bytes)
3.37/3.56	c 3	360 (80%) CSP integer variables are encoded (8280 clauses, 105583 bytes)
3.37/3.57	c 3	405 (90%) CSP integer variables are encoded (9315 clauses, 119038 bytes)
3.37/3.57	c 3	450 (100%) CSP integer variables are encoded (10350 clauses, 134028 bytes)
3.67/3.81	c 4	5203 (10%) CSP clauses are encoded (98809 clauses, 1755861 bytes)
3.87/4.00	c 4	10406 (20%) CSP clauses are encoded (187268 clauses, 3424848 bytes)
3.96/4.19	c 4	15609 (30%) CSP clauses are encoded (275703 clauses, 5152808 bytes)
4.17/4.39	c 4	20812 (40%) CSP clauses are encoded (364162 clauses, 6881801 bytes)
4.36/4.58	c 4	26015 (50%) CSP clauses are encoded (452621 clauses, 8610830 bytes)
4.56/4.77	c 5	31218 (60%) CSP clauses are encoded (541056 clauses, 10340728 bytes)
4.76/4.97	c 5	36421 (70%) CSP clauses are encoded (629515 clauses, 12072811 bytes)
4.95/5.16	c 5	41624 (80%) CSP clauses are encoded (717974 clauses, 13806592 bytes)
5.15/5.35	c 5	46827 (90%) CSP clauses are encoded (806409 clauses, 15543012 bytes)
5.36/5.54	c 5	52029 (100%) CSP clauses are encoded (894843 clauses, 17304450 bytes)
5.36/5.54	c 5	52029 CSP clauses encoded
5.36/5.54	c 5	Writing map file : HOME/temp.map
5.36/5.56	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.56	c 5	SAT : 45486 SAT variables, 894843 SAT clauses, 17304450 bytes
5.36/5.56	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.41/5.62	c 5	SOLVING HOME/temp.cnf
5.41/5.62	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.41/5.62	c 5	This is MiniSat 2.0 beta
5.41/5.62	c 5	WARNING: for repeatability, setting FPU to use double precision
5.41/5.62	c 5	============================[ Problem Statistics ]=============================
5.41/5.62	c 5	|                                                                             |
5.41/5.63	c 5	|  Number of variables:  45486                                                |
5.41/5.63	c 5	|  Number of clauses:    894843                                               |
5.42/6.11	c 6	|  Parsing time:         0.42         s                                       |
5.42/6.13	c 6	============================[ Search Statistics ]==============================
5.42/6.13	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.42/6.14	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.42/6.14	c 6	===============================================================================
5.42/6.14	c 6	|         0 |   45486   894843  2587464 |   298281        0    nan |  0.000 % |
6.27/6.51	c 6	|       101 |   45486   894843  2587464 |   328109      101     82 |  0.000 % |
6.38/6.69	c 6	|       252 |   45486   894843  2587464 |   360920      252     56 |  0.000 % |
6.57/6.84	c 7	|       478 |   45486   894843  2587464 |   397012      478     37 |  0.000 % |
6.87/7.14	c 7	|       815 |   45486   894843  2587464 |   436713      815     51 |  0.000 % |
6.97/7.23	c 7	|      1323 |   45486   894843  2587464 |   480384     1323     35 |  0.000 % |
8.35/8.64	c 8	|      2082 |   45486   894843  2587464 |   528422     2082     53 |  0.000 % |
8.55/8.87	c 9	|      3223 |   45486   894843  2587464 |   581265     3223     38 |  0.000 % |
10.92/11.20	c 11	|      4932 |   45486   894843  2587464 |   639391     4932     56 |  0.000 % |
12.01/12.33	c 12	|      7494 |   45486   894843  2587464 |   703330     7494     49 |  0.000 % |
16.36/16.76	c 16	|     11338 |   45486   894843  2587464 |   773664    11338     60 |  0.000 % |
19.64/20.07	c 20	|     17105 |   45486   894843  2587464 |   851030    17105     62 |  0.000 % |
22.01/22.41	c 22	|     25755 |   45486   894843  2587464 |   936133    25755     52 |  0.000 % |
28.45/28.97	c 29	|     38731 |   45486   894843  2587464 |  1029746    38731     53 |  0.000 % |
40.03/40.64	c 40	|     58193 |   45486   894843  2587464 |  1132721    58193     61 |  0.000 % |
165.73/167.55	c 167	|     87385 |   45486   894843  2587464 |  1245993    87385    108 |  0.000 % |
192.98/195.02	c 195	|    131175 |   45486   894843  2587464 |  1370593   131175     92 |  0.000 % |
238.15/240.69	c 240	|    196859 |   45486   894843  2587464 |  1507652   196859     78 |  0.000 % |
634.02/640.30	c 640	|    295385 |   45486   894843  2587464 |  1658417   295385    109 |  0.000 % |
964.38/973.76	c 973	|    443175 |   45486   894843  2587464 |  1824259   443175    104 |  0.000 % |
1246.22/1258.28	c 1258	|    664858 |   45486   894843  2587464 |  2006685   664858     77 |  0.000 % |
1800.06/1814.11	c ERROR INTERRUPTED
1800.06/1814.16	s UNKNOWN
1800.06/1814.16	c 1814	CPU 5.15 (0.04 0.01 5.11 0.28)
1800.06/1814.16	c 1814	END Sat Jul  5 17:01:25 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1089468-1215268271/watcher-1089468-1215268271 -o /tmp/evaluation-result-1089468-1215268271/solver-1089468-1215268271 -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-1089468-1215268271.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: 1.99 1.97 1.99 4/74 20055
/proc/meminfo: memFree=1734144/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=18572 CPUtime=0
/proc/20055/stat : 20055 (runsolver) R 20053 20055 19683 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2005800565 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20055/statm: 4643 292 257 25 0 2626 0

[startup+0.0507459 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 20055
/proc/meminfo: memFree=1734144/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=0.04
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2005800565 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102261 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 20055
/proc/meminfo: memFree=1734144/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=0.04
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005800565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301132 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 20055
/proc/meminfo: memFree=1734144/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=0.04
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005800565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701189 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 20055
/proc/meminfo: memFree=1734144/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=0.04
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005800565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 2.07 1.99 1.99 4/85 20067
/proc/meminfo: memFree=1709608/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=1.39
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 956 11926 0 1 3 1 128 7 16 0 1 0 2005800565 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10482 s]
/proc/loadavg: 2.07 1.99 1.99 3/85 20077
/proc/meminfo: memFree=1720040/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=1.39
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 974 11926 0 1 3 1 128 7 15 0 1 0 2005800565 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 797 370 3 0 500 0
[pid=20068] ppid=20055 vsize=5356 CPUtime=0
/proc/20068/stat : 20068 (sh) S 20055 20055 19683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005800712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20068/statm: 1339 233 193 169 0 50 0
[pid=20069] ppid=20068 vsize=868356 CPUtime=1.6
/proc/20069/stat : 20069 (java) S 20068 20055 19683 0 -1 0 11256 0 1 0 154 6 0 0 18 0 9 0 2005800712 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20069/statm: 217089 10217 2540 9 0 211664 0
[pid=20069/tid=20070] ppid=20068 vsize=868356 CPUtime=0.94
/proc/20069/task/20070/stat : 20070 (java) R 20068 20055 19683 0 -1 64 2785 0 1 0 92 2 0 0 25 0 9 0 2005800713 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20071] ppid=20068 vsize=868356 CPUtime=0.42
/proc/20069/task/20071/stat : 20071 (java) S 20068 20055 19683 0 -1 64 6315 0 0 0 40 2 0 0 15 0 9 0 2005800714 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20072] ppid=20068 vsize=868356 CPUtime=0
/proc/20069/task/20072/stat : 20072 (java) S 20068 20055 19683 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005800715 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20073] ppid=20068 vsize=868356 CPUtime=0
/proc/20069/task/20073/stat : 20073 (java) S 20068 20055 19683 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2005800715 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20074] ppid=20068 vsize=868356 CPUtime=0
/proc/20069/task/20074/stat : 20074 (java) S 20068 20055 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005800717 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20075] ppid=20068 vsize=868356 CPUtime=0.2
/proc/20069/task/20075/stat : 20075 (java) S 20068 20055 19683 0 -1 64 1459 0 0 0 20 0 0 0 16 0 9 0 2005800717 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20076] ppid=20068 vsize=868356 CPUtime=0
/proc/20069/task/20076/stat : 20076 (java) S 20068 20055 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005800717 889196544 10217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20069/tid=20077] ppid=20068 vsize=868356 CPUtime=0
/proc/20069/task/20077/stat : 20077 (java) S 20068 20055 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005800717 889196544 10217 996147200 134512640 134550740 4294955952 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) 887312

[startup+6.30286 s]
/proc/loadavg: 2.07 1.99 1.99 3/85 20077
/proc/meminfo: memFree=1674856/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 15 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 13600

[startup+12.7026 s]
/proc/loadavg: 2.06 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1671016/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=45100 CPUtime=6.98
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 10919 0 0 0 691 7 0 0 25 0 1 0 2005801128 46182400 10905 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 11275 10905 76 150 0 11122 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 64056

[startup+25.5012 s]
/proc/loadavg: 2.05 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1665000/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=50872 CPUtime=19.67
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 12359 0 0 0 1958 9 0 0 25 0 1 0 2005801128 52092928 12345 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 12718 12345 76 150 0 12565 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 69828

[startup+51.1012 s]
/proc/loadavg: 2.03 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1654568/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=61256 CPUtime=45.01
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 14953 0 0 0 4489 12 0 0 25 0 1 0 2005801128 62726144 14939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 15314 14939 76 150 0 15161 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 80212

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1644520/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=70880 CPUtime=95.73
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 17352 0 0 0 9558 15 0 0 25 0 1 0 2005801128 72581120 17338 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 17720 17338 76 150 0 17567 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 89836

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1632360/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=82500 CPUtime=155.16
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 20257 0 0 0 15497 19 0 0 25 0 1 0 2005801128 84480000 20243 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 20625 20243 76 150 0 20472 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 101456

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1610216/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=104120 CPUtime=214.6
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 25619 0 0 0 21435 25 0 0 25 0 1 0 2005801128 106618880 25605 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 26030 25605 76 150 0 25877 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 123076

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 20079
/proc/meminfo: memFree=1596008/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1425960/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=282492 CPUtime=1343.93
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 70088 0 0 0 134316 77 0 0 25 0 1 0 2005801128 289271808 70074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 70623 70074 76 150 0 70470 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 301448

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/77 20081
/proc/meminfo: memFree=1418408/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=289492 CPUtime=1403.37
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 71868 0 0 0 140258 79 0 0 25 0 1 0 2005801128 296439808 71854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20079/statm: 72373 71854 76 150 0 72220 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 308448

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20120
/proc/meminfo: memFree=1414640/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=298400 CPUtime=1462.98
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 73758 0 0 0 146216 82 0 0 25 0 1 0 2005801128 305561600 73744 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 74600 73744 76 150 0 74447 0
Current children cumulated CPU time (s) 1468.4
Current children cumulated vsize (KiB) 317356

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20120
/proc/meminfo: memFree=1407472/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=305468 CPUtime=1522.96
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 75539 0 0 0 152212 84 0 0 25 0 1 0 2005801128 312799232 75525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 76367 75525 76 150 0 76214 0
Current children cumulated CPU time (s) 1528.38
Current children cumulated vsize (KiB) 324424

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20120
/proc/meminfo: memFree=1400176/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=312736 CPUtime=1582.93
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 77342 0 0 0 158207 86 0 0 25 0 1 0 2005801128 320241664 77328 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 78184 77328 76 150 0 78031 0
Current children cumulated CPU time (s) 1588.35
Current children cumulated vsize (KiB) 331692

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20120
/proc/meminfo: memFree=1392688/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=320000 CPUtime=1642.91
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 79177 0 0 0 164204 87 0 0 25 0 1 0 2005801128 327680000 79163 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 80000 79163 76 150 0 79847 0
Current children cumulated CPU time (s) 1648.33
Current children cumulated vsize (KiB) 338956

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20120
/proc/meminfo: memFree=1385648/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=327032 CPUtime=1702.88
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 80953 0 0 0 170200 88 0 0 25 0 1 0 2005801128 334880768 80939 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 81758 80939 76 150 0 81605 0
Current children cumulated CPU time (s) 1708.3
Current children cumulated vsize (KiB) 345988

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20120
/proc/meminfo: memFree=1378736/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=333784 CPUtime=1762.86
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 82645 0 0 0 176195 91 0 0 25 0 1 0 2005801128 341794816 82631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 83446 82631 76 150 0 83293 0
Current children cumulated CPU time (s) 1768.28
Current children cumulated vsize (KiB) 352740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20126
/proc/meminfo: memFree=1374832/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=337516 CPUtime=1794.64
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 83575 0 0 0 179373 91 0 0 25 0 1 0 2005801128 345616384 83561 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 84379 83561 76 150 0 84226 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 356472

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1814.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 20126
/proc/meminfo: memFree=1374832/2055920 swapFree=4180424/4192956
[pid=20055] ppid=20053 vsize=13600 CPUtime=5.42
/proc/20055/stat : 20055 (sugar) S 20053 20055 19683 0 -1 4194304 1033 26236 0 2 3 1 511 27 16 0 1 0 2005800565 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20055/statm: 3400 799 370 3 0 500 0
[pid=20078] ppid=20055 vsize=5356 CPUtime=0
/proc/20078/stat : 20078 (sh) S 20055 20055 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005801128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20078/statm: 1339 232 193 169 0 50 0
[pid=20079] ppid=20078 vsize=337516 CPUtime=1794.64
/proc/20079/stat : 20079 (minisat) R 20078 20055 19683 0 -1 4194304 83575 0 0 0 179373 91 0 0 25 0 1 0 2005801128 345616384 83561 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20079/statm: 84379 83561 76 150 0 84226 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 356472

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20055 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=157215
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=305953
# CPU time returned by wait4() is 5.46317
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.17
CPU time (s): 1800.06
CPU user time (s): 1798.87
CPU system time (s): 1.19
CPU usage (%): 99.2224
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.15721
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27614
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4354
involuntary context switches= 4283

runsolver used 1.78073 second user time and 6.17906 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 16:31:11
IDJOB=1089468
IDBENCH=58279
IDSOLVER=346
FILE ID=node33/1089468-1215268271
PBS_JOBID= 7882188
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25c-25.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-1089468-1215268271/watcher-1089468-1215268271 -o /tmp/evaluation-result-1089468-1215268271/solver-1089468-1215268271 -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-1089468-1215268271.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 915d2b8095a8d52ae5acbb8e68bb744f
RANDOM SEED=602626896

node33.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:       1734624 kB
Buffers:         36468 kB
Cached:         199512 kB
SwapCached:       6236 kB
Active:         184428 kB
Inactive:        82672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734624 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:          38320 kB
Slab:            39308 kB
Committed_AS:  3633676 kB
PageTables:       1888 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= 66440 MiB
End job on node33 at 2008-07-05 17:01:27