Trace number 2085437

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+minisat? (TO) 1800.09 1812.44

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-50.xml
MD5SUMb5456e7805b8b2f375e0f21897af217e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.18997
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
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 08:55:43 2009
0.00/0.08	c 0	PID 22647
0.07/0.08	c 0	HOST node20.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085437-1247381743.xml TO HOME/temp.csp
0.07/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-2085437-1247381743.xml' 'HOME/temp.csp'
0.07/0.88	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.01	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 5328 expressions
1.02/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Converting to clausal form CSP
1.21/1.36	c 2	converted 533 (10%) expressions
1.31/1.40	c 2	converted 1066 (20%) expressions
1.31/1.43	c 2	converted 1599 (30%) expressions
1.31/1.45	c 2	converted 2132 (40%) expressions
1.31/1.47	c 2	converted 2664 (50%) expressions
1.31/1.49	c 2	converted 3197 (60%) expressions
1.40/1.51	c 2	converted 3730 (70%) expressions
1.40/1.57	c 2	converted 4263 (80%) expressions
1.40/1.59	c 2	converted 4796 (90%) expressions
1.51/1.61	c 2	converted 5328 (100%) expressions
1.51/1.61	c 2	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 50
1.51/1.61	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.61	c 2	Propagation in CSP
1.51/1.64	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.65	c 2	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 50
1.51/1.65	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.78	c 2	CSP : 128 integers, 10396 booleans, 15594 clauses, largest domain size 50
1.60/1.78	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.87	c 2	13 (10%) CSP integer variables are encoded (624 clauses, 6718 bytes)
1.70/1.87	c 2	26 (20%) CSP integer variables are encoded (1248 clauses, 14121 bytes)
1.70/1.88	c 2	39 (30%) CSP integer variables are encoded (1872 clauses, 22233 bytes)
1.70/1.88	c 2	52 (40%) CSP integer variables are encoded (2496 clauses, 30345 bytes)
1.70/1.88	c 2	64 (50%) CSP integer variables are encoded (3072 clauses, 37833 bytes)
1.70/1.88	c 2	77 (60%) CSP integer variables are encoded (3696 clauses, 45945 bytes)
1.70/1.88	c 2	90 (70%) CSP integer variables are encoded (4320 clauses, 54057 bytes)
1.70/1.88	c 2	103 (80%) CSP integer variables are encoded (4944 clauses, 62169 bytes)
1.70/1.88	c 2	116 (90%) CSP integer variables are encoded (5568 clauses, 70281 bytes)
1.70/1.88	c 2	128 (100%) CSP integer variables are encoded (6144 clauses, 77769 bytes)
1.90/2.03	c 2	1560 (10%) CSP clauses are encoded (58664 clauses, 982541 bytes)
2.00/2.15	c 2	3119 (20%) CSP clauses are encoded (111183 clauses, 1910689 bytes)
2.10/2.27	c 2	4679 (30%) CSP clauses are encoded (163703 clauses, 2863689 bytes)
2.19/2.39	c 3	6238 (40%) CSP clauses are encoded (216173 clauses, 3867581 bytes)
2.29/2.50	c 3	7797 (50%) CSP clauses are encoded (268643 clauses, 4902432 bytes)
2.49/2.61	c 3	9357 (60%) CSP clauses are encoded (321163 clauses, 5938272 bytes)
2.58/2.72	c 3	10916 (70%) CSP clauses are encoded (373682 clauses, 6974098 bytes)
2.69/2.83	c 3	12476 (80%) CSP clauses are encoded (426202 clauses, 8009938 bytes)
2.79/2.94	c 3	14035 (90%) CSP clauses are encoded (478672 clauses, 9044789 bytes)
2.89/3.04	c 3	15594 (100%) CSP clauses are encoded (531142 clauses, 10079640 bytes)
2.89/3.04	c 3	15594 CSP clauses encoded
2.89/3.04	c 3	Writing map file : HOME/temp.map
2.89/3.05	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.89/3.05	c 3	SAT : 16668 SAT variables, 531142 SAT clauses, 10079640 bytes
2.89/3.05	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.89/3.07	c 3	SOLVING HOME/temp.cnf
2.89/3.07	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.89/3.07	c 3	This is MiniSat 2.0 beta
2.89/3.07	c 3	WARNING: for repeatability, setting FPU to use double precision
2.89/3.07	c 3	============================[ Problem Statistics ]=============================
2.89/3.07	c 3	|                                                                             |
2.89/3.08	c 3	|  Number of variables:  16668                                                |
2.89/3.08	c 3	|  Number of clauses:    531142                                               |
3.17/3.37	c 4	|  Parsing time:         0.25         s                                       |
3.17/3.39	c 4	============================[ Search Statistics ]==============================
3.17/3.39	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.39	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.39	c 4	===============================================================================
3.17/3.39	c 4	|         0 |   16668   531142  1561292 |   177047        0    nan |  0.000 % |
3.36/3.52	c 4	|       101 |   16668   531142  1561292 |   194752      101     10 |  0.000 % |
3.46/3.63	c 4	|       251 |   16668   531142  1561292 |   214227      251      9 |  0.000 % |
3.56/3.72	c 4	|       477 |   16668   531142  1561292 |   235650      477      8 |  0.000 % |
3.66/3.83	c 4	|       814 |   16668   531142  1561292 |   259215      814      9 |  0.000 % |
3.76/3.94	c 4	|      1321 |   16668   531142  1561292 |   285136     1321      9 |  0.000 % |
4.06/4.25	c 4	|      2080 |   16668   531142  1561292 |   313650     2080     10 |  0.000 % |
4.26/4.48	c 5	|      3220 |   16668   531142  1561292 |   345015     3220     11 |  0.000 % |
4.75/4.91	c 5	|      4928 |   16668   531142  1561292 |   379516     4928     12 |  0.000 % |
5.15/5.35	c 6	|      7490 |   16668   531142  1561292 |   417468     7490     12 |  0.000 % |
6.04/6.23	c 6	|     11334 |   16668   531142  1561292 |   459215    11334     14 |  0.000 % |
6.73/6.91	c 7	|     17100 |   16668   531142  1561292 |   505136    17100     12 |  0.000 % |
8.21/8.42	c 9	|     25750 |   16668   531142  1561292 |   555650    25750     13 |  0.000 % |
9.60/9.90	c 10	|     38725 |   16668   531142  1561292 |   611215    38725     13 |  0.000 % |
12.68/12.91	c 13	|     58186 |   16668   531142  1561292 |   672336    58186     13 |  0.000 % |
22.97/23.32	c 23	|     87378 |   16668   531142  1561292 |   739570    87378     15 |  0.000 % |
38.03/38.56	c 39	|    131168 |   16668   531142  1561292 |   813527   131168     15 |  0.000 % |
82.40/83.38	c 84	|    196854 |   16668   531142  1561292 |   894880   196854     18 |  0.000 % |
146.38/147.96	c 148	|    295380 |   16668   531142  1561292 |   984368   295380     18 |  0.000 % |
312.30/315.49	c 316	|    443169 |   16668   531142  1561292 |  1082805   443169     19 |  0.000 % |
777.06/784.61	c 785	|    664853 |   16668   531142  1561292 |  1191085   664853     19 |  0.000 % |
1591.48/1603.74	c 1604	|    997378 |   16668   531142  1561292 |  1310194   997378     19 |  0.000 % |
1800.09/1812.42	c ERROR INTERRUPTED
1800.09/1812.44	s UNKNOWN
1800.09/1812.44	c 1813	CPU 2.96 (0.06 0.01 2.69 0.2)
1800.09/1812.44	c 1813	END Sun Jul 12 09:25:56 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085437-1247381743/watcher-2085437-1247381743 -o /tmp/evaluation-result-2085437-1247381743/solver-2085437-1247381743 -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-2085437-1247381743.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.47 2.22 2.08 4/81 22647
/proc/meminfo: memFree=1865632/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=18576 CPUtime=0
/proc/22647/stat : 22647 (runsolver) R 22645 22647 22344 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 25240896 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22647/statm: 4644 284 249 26 0 2626 0

[startup+0.08461 s]
/proc/loadavg: 2.47 2.22 2.08 4/81 22647
/proc/meminfo: memFree=1865632/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16740 CPUtime=0.07
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25240896 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101049 s]
/proc/loadavg: 2.47 2.22 2.08 4/81 22647
/proc/meminfo: memFree=1865632/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.07
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25240896 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301064 s]
/proc/loadavg: 2.47 2.22 2.08 4/81 22647
/proc/meminfo: memFree=1865632/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.07
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25240896 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701111 s]
/proc/loadavg: 2.47 2.22 2.08 4/81 22647
/proc/meminfo: memFree=1865632/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.07
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25240896 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 2.52 2.24 2.08 3/92 22669
/proc/meminfo: memFree=1858504/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.86
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1309 7427 0 1 6 1 74 5 16 0 1 0 25240896 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
[pid=22660] ppid=22647 vsize=5356 CPUtime=0
/proc/22660/stat : 22660 (sh) S 22647 22647 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25240989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22660/statm: 1339 233 193 169 0 50 0
[pid=22661] ppid=22660 vsize=868508 CPUtime=0.54
/proc/22661/stat : 22661 (java) S 22660 22647 22344 0 -1 0 5790 0 1 0 51 3 0 0 18 0 9 0 25240989 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 217127 5216 1743 9 0 211632 0
[pid=22661/tid=22662] ppid=22660 vsize=868508 CPUtime=0.32
/proc/22661/task/22662/stat : 22662 (java) R 22660 22647 22344 0 -1 64 2665 0 1 0 31 1 0 0 18 0 9 0 25240990 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4126537206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22663] ppid=22660 vsize=868508 CPUtime=0.03
/proc/22661/task/22663/stat : 22663 (java) S 22660 22647 22344 0 -1 64 958 0 0 0 3 0 0 0 16 0 9 0 25240992 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22664] ppid=22660 vsize=868508 CPUtime=0
/proc/22661/task/22664/stat : 22664 (java) S 22660 22647 22344 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25240992 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22665] ppid=22660 vsize=868508 CPUtime=0
/proc/22661/task/22665/stat : 22665 (java) S 22660 22647 22344 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25240992 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22666] ppid=22660 vsize=868508 CPUtime=0
/proc/22661/task/22666/stat : 22666 (java) S 22660 22647 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25240994 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22667] ppid=22660 vsize=868508 CPUtime=0.15
/proc/22661/task/22667/stat : 22667 (java) S 22660 22647 22344 0 -1 64 1473 0 0 0 15 0 0 0 16 0 9 0 25240994 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22668] ppid=22660 vsize=868508 CPUtime=0
/proc/22661/task/22668/stat : 22668 (java) S 22660 22647 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25240994 889352192 5216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22669] ppid=22660 vsize=868508 CPUtime=0
/proc/22661/task/22669/stat : 22669 (java) S 22660 22647 22344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25240994 889352192 5216 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) 890732

[startup+3.10239 s]
/proc/loadavg: 2.52 2.24 2.08 3/92 22669
/proc/meminfo: memFree=1841352/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16868

[startup+6.30277 s]
/proc/loadavg: 2.52 2.24 2.08 4/84 22671
/proc/meminfo: memFree=1826824/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=27108 CPUtime=3.18
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 6494 0 0 0 314 4 0 0 25 0 1 0 25241204 27758592 6480 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 6777 6480 76 150 0 6624 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 49332

[startup+12.7015 s]
/proc/loadavg: 2.44 2.23 2.08 3/84 22671
/proc/meminfo: memFree=1822920/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=30956 CPUtime=9.52
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 7469 0 0 0 947 5 0 0 25 0 1 0 25241204 31698944 7455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 7739 7455 76 150 0 7586 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 53180

[startup+25.502 s]
/proc/loadavg: 2.37 2.22 2.08 3/84 22671
/proc/meminfo: memFree=1818568/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=35352 CPUtime=22.19
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 8523 0 0 0 2213 6 0 0 25 0 1 0 25241204 36200448 8509 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 8838 8509 76 150 0 8685 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 57576

[startup+51.102 s]
/proc/loadavg: 2.22 2.20 2.08 3/84 22671
/proc/meminfo: memFree=1812232/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=41708 CPUtime=47.54
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 10103 0 0 0 4746 8 0 0 25 0 1 0 25241204 42708992 10089 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 10427 10089 76 150 0 10274 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 63932

[startup+102.307 s]
/proc/loadavg: 2.10 2.17 2.08 3/84 22671
/proc/meminfo: memFree=1803080/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=50772 CPUtime=98.27
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 12333 0 0 0 9815 12 0 0 25 0 1 0 25241204 51990528 12319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 12693 12319 76 150 0 12540 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 72996

[startup+162.302 s]
/proc/loadavg: 2.03 2.13 2.07 3/84 22671
/proc/meminfo: memFree=1792456/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=61792 CPUtime=157.69
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 15011 0 0 0 15753 16 0 0 25 0 1 0 25241204 63275008 14997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 15448 14997 76 150 0 15295 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 84016

[startup+222.302 s]
/proc/loadavg: 2.01 2.11 2.06 3/84 22671
/proc/meminfo: memFree=1784264/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=69800 CPUtime=217.12
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 17016 0 0 0 21694 18 0 0 25 0 1 0 25241204 71475200 17002 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/22671/statm: 17450 17002 76 150 0 17297 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 92024


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

/proc/meminfo: memFree=1773664/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=131376 CPUtime=1287.24
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 31958 0 0 0 128689 35 0 0 25 0 1 0 25241204 134529024 31944 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 32844 31944 76 150 0 32691 0
Current children cumulated CPU time (s) 1290.2
Current children cumulated vsize (KiB) 153600

[startup+1362.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1768928/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=133072 CPUtime=1347.2
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 32371 0 0 0 134685 35 0 0 25 0 1 0 25241204 136265728 32357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 33268 32357 76 150 0 33115 0
Current children cumulated CPU time (s) 1350.16
Current children cumulated vsize (KiB) 155296

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1764256/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=134956 CPUtime=1407.19
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 32852 0 0 0 140683 36 0 0 25 0 1 0 25241204 138194944 32838 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 33739 32838 76 150 0 33586 0
Current children cumulated CPU time (s) 1410.15
Current children cumulated vsize (KiB) 157180

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1760928/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=136408 CPUtime=1467.17
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 33265 0 0 0 146681 36 0 0 25 0 1 0 25241204 139681792 33251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 34102 33251 76 150 0 33949 0
Current children cumulated CPU time (s) 1470.13
Current children cumulated vsize (KiB) 158632

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1758944/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=138368 CPUtime=1527.13
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 33722 0 0 0 152677 36 0 0 25 0 1 0 25241204 141688832 33708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 34592 33708 76 150 0 34439 0
Current children cumulated CPU time (s) 1530.09
Current children cumulated vsize (KiB) 160592

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1757216/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=139980 CPUtime=1587.12
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 34146 0 0 0 158675 37 0 0 25 0 1 0 25241204 143339520 34132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 34995 34132 76 150 0 34842 0
Current children cumulated CPU time (s) 1590.08
Current children cumulated vsize (KiB) 162204

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1751456/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=144068 CPUtime=1647.09
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 35197 0 0 0 164671 38 0 0 25 0 1 0 25241204 147525632 35183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 36017 35183 76 150 0 35864 0
Current children cumulated CPU time (s) 1650.05
Current children cumulated vsize (KiB) 166292

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1747744/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=149688 CPUtime=1707.07
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 36108 0 0 0 170668 39 0 0 25 0 1 0 25241204 153280512 36094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 37422 36094 76 150 0 37269 0
Current children cumulated CPU time (s) 1710.03
Current children cumulated vsize (KiB) 171912

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=152696 CPUtime=1767.04
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 36861 0 0 0 176665 39 0 0 25 0 1 0 25241204 156360704 36847 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 38174 36847 76 150 0 38021 0
Current children cumulated CPU time (s) 1770
Current children cumulated vsize (KiB) 174920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 22762
/proc/meminfo: memFree=1743008/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=2.96
/proc/22647/stat : 22647 (sugar) S 22645 22647 22344 0 -1 4194304 1376 16226 0 2 6 1 269 20 16 0 1 0 25240896 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=22670] ppid=22647 vsize=5356 CPUtime=0
/proc/22670/stat : 22670 (sh) S 22647 22647 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25241204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22670/statm: 1339 232 193 169 0 50 0
[pid=22671] ppid=22670 vsize=154260 CPUtime=1797.13
/proc/22671/stat : 22671 (minisat) R 22670 22647 22344 0 -1 4194304 37268 0 0 0 179674 39 0 0 25 0 1 0 25241204 157962240 37254 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/22671/statm: 38565 37254 76 150 0 38412 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 176484

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22647 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=765579
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=227965
# CPU time returned by wait4() is 2.99354
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.44
CPU time (s): 1800.09
CPU user time (s): 1799.49
CPU system time (s): 0.6
CPU usage (%): 99.3186
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.76558
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17985
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= 4580
involuntary context switches= 4584

runsolver used 2.12968 second user time and 6.11807 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 08:55:43
IDJOB=2085437
IDBENCH=58411
IDSOLVER=739
FILE ID=node20/2085437-1247381743
PBS_JOBID= 9507239
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-50.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-2085437-1247381743/watcher-2085437-1247381743 -o /tmp/evaluation-result-2085437-1247381743/solver-2085437-1247381743 -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-2085437-1247381743.xml

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

MD5SUM BENCH= b5456e7805b8b2f375e0f21897af217e
RANDOM SEED=313831364

node20.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.236
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.236
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:       1866112 kB
Buffers:          7472 kB
Cached:          61956 kB
SwapCached:          0 kB
Active:         117508 kB
Inactive:        25292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:          93796 kB
Slab:            31988 kB
Committed_AS:   271644 kB
PageTables:       1976 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= 66304 MiB
End job on node20 at 2009-07-12 09:25:58