Trace number 1050605

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 1816.73

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-11-a3.xml
MD5SUM485c8fe818a9857f587d4656422ed032
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark481.664
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
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 Thu Jul  3 03:59:36 2008
0.00/0.04	c 0	PID 24295
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1050605-1215050376.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1050605-1215050376.xml' 'HOME/temp.csp'
0.03/0.54	c 1	2 domains, 66 variables, 3 predicates, 0 relations, 1595 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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'
0.53/0.66	c 1	Parsing HOME/temp.csp
0.53/0.83	c 1	parsed 1666 expressions
0.53/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.83	c 1	Converting to clausal form CSP
0.53/0.88	c 1	converted 167 (10%) expressions
0.53/0.92	c 1	converted 334 (20%) expressions
0.93/1.01	c 1	converted 500 (30%) expressions
0.93/1.02	c 1	converted 667 (40%) expressions
0.93/1.03	c 1	converted 833 (50%) expressions
0.93/1.04	c 1	converted 1000 (60%) expressions
0.93/1.05	c 1	converted 1167 (70%) expressions
0.93/1.05	c 1	converted 1333 (80%) expressions
0.93/1.06	c 1	converted 1500 (90%) expressions
0.93/1.07	c 1	converted 1666 (100%) expressions
0.93/1.07	c 1	CSP : 66 integers, 0 booleans, 1650 clauses, largest domain size 68
0.93/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.07	c 1	Propagation in CSP
1.03/1.13	c 1	440 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.13	c 1	CSP : 66 integers, 0 booleans, 1650 clauses, largest domain size 67
1.03/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.16	c 1	CSP : 66 integers, 2970 booleans, 4620 clauses, largest domain size 67
1.03/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.21	c 1	7 (10%) CSP integer variables are encoded (392 clauses, 4164 bytes)
1.13/1.21	c 1	14 (20%) CSP integer variables are encoded (787 clauses, 8509 bytes)
1.13/1.21	c 1	20 (30%) CSP integer variables are encoded (1156 clauses, 12917 bytes)
1.13/1.21	c 1	27 (40%) CSP integer variables are encoded (1572 clauses, 18325 bytes)
1.13/1.21	c 1	33 (50%) CSP integer variables are encoded (1932 clauses, 23005 bytes)
1.13/1.21	c 1	40 (60%) CSP integer variables are encoded (2350 clauses, 28439 bytes)
1.13/1.21	c 1	47 (70%) CSP integer variables are encoded (2763 clauses, 33808 bytes)
1.13/1.22	c 1	53 (80%) CSP integer variables are encoded (3114 clauses, 38371 bytes)
1.13/1.22	c 1	60 (90%) CSP integer variables are encoded (3521 clauses, 43662 bytes)
1.13/1.22	c 1	66 (100%) CSP integer variables are encoded (3861 clauses, 48082 bytes)
1.13/1.27	c 1	462 (10%) CSP clauses are encoded (22928 clauses, 365205 bytes)
1.22/1.31	c 1	924 (20%) CSP clauses are encoded (41642 clauses, 698332 bytes)
1.22/1.35	c 1	1386 (30%) CSP clauses are encoded (60510 clauses, 1049548 bytes)
1.22/1.39	c 1	1848 (40%) CSP clauses are encoded (78898 clauses, 1395282 bytes)
1.33/1.43	c 1	2310 (50%) CSP clauses are encoded (97568 clauses, 1746368 bytes)
1.33/1.46	c 2	2772 (60%) CSP clauses are encoded (116100 clauses, 2094862 bytes)
1.33/1.50	c 2	3234 (70%) CSP clauses are encoded (134666 clauses, 2443960 bytes)
1.42/1.53	c 2	3696 (80%) CSP clauses are encoded (153072 clauses, 2790024 bytes)
1.42/1.56	c 2	4158 (90%) CSP clauses are encoded (171478 clauses, 3136088 bytes)
1.82/1.92	c 2	4620 (100%) CSP clauses are encoded (391578 clauses, 6647269 bytes)
1.82/1.92	c 2	4620 CSP clauses encoded
1.82/1.92	c 2	Writing map file : HOME/temp.map
1.82/1.92	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.93	c 2	SAT : 6897 SAT variables, 391578 SAT clauses, 6647269 bytes
1.82/1.93	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.93	c 2	SOLVING HOME/temp.cnf
1.82/1.93	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.82/1.93	c 2	This is MiniSat 2.0 beta
1.82/1.93	c 2	WARNING: for repeatability, setting FPU to use double precision
1.82/1.93	c 2	============================[ Problem Statistics ]=============================
1.82/1.93	c 2	|                                                                             |
1.82/1.94	c 2	|  Number of variables:  6897                                                 |
1.82/1.94	c 2	|  Number of clauses:    391578                                               |
2.01/2.11	c 2	|  Parsing time:         0.14         s                                       |
2.01/2.12	c 2	============================[ Search Statistics ]==============================
2.01/2.12	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.01/2.12	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.01/2.12	c 2	===============================================================================
2.01/2.12	c 2	|         0 |    6897   391578  1152228 |   130526        0    nan |  0.000 % |
2.20/2.33	c 2	|       101 |    6897   391578  1152228 |   143578      101      6 |  0.000 % |
2.50/2.69	c 3	|       251 |    6897   391578  1152228 |   157936      251      8 |  0.000 % |
2.90/3.10	c 3	|       477 |    6897   391578  1152228 |   173730      477      8 |  0.000 % |
3.29/3.49	c 4	|       814 |    6897   391578  1152228 |   191103      814      9 |  0.000 % |
4.79/4.93	c 5	|      1320 |    6897   391578  1152228 |   210213     1320     11 |  0.001 % |
6.68/6.81	c 7	|      2079 |    6897   391578  1152228 |   231234     2079     11 |  0.002 % |
8.37/8.52	c 9	|      3218 |    6897   391578  1152228 |   254358     3218     11 |  0.002 % |
11.96/12.11	c 12	|      4926 |    6897   391578  1152228 |   279794     4926     11 |  0.000 % |
17.13/17.30	c 17	|      7489 |    6897   391578  1152228 |   307773     7489     12 |  0.003 % |
22.51/22.76	c 23	|     11333 |    6897   391578  1152228 |   338550    11333     12 |  0.001 % |
32.46/32.72	c 33	|     17099 |    6897   391578  1152228 |   372405    17099     12 |  0.000 % |
52.15/52.53	c 53	|     25749 |    6897   391578  1152228 |   409646    25749     13 |  0.002 % |
74.45/74.95	c 75	|     38723 |    6897   391578  1152228 |   450611    38723     13 |  0.003 % |
116.92/117.68	c 118	|     58186 |    6897   391578  1152228 |   495672    58186     14 |  0.003 % |
185.23/188.51	c 189	|     87378 |    6897   391578  1152228 |   545239    87378     14 |  0.004 % |
301.05/304.93	c 305	|    131168 |    6897   391578  1152228 |   599763   131168     14 |  0.005 % |
503.85/508.72	c 509	|    196852 |    6897   391578  1152228 |   659739   196852     14 |  0.001 % |
902.76/910.92	c 911	|    295379 |    6897   391578  1152228 |   725713   295379     15 |  0.000 % |
1610.66/1625.59	c 1626	|    443169 |    6897   391578  1152228 |   798285   443169     16 |  0.001 % |
1800.06/1816.71	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1816.71	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1816.72	c ERROR INTERRUPTED
1800.06/1816.72	s UNKNOWN
1800.06/1816.72	c 1817	CPU 1.74 (0.03 0.01 1.71 0.11)
1800.06/1816.72	c 1817	END Thu Jul  3 04:29:53 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-1050605-1215050376/watcher-1050605-1215050376 -o /tmp/evaluation-result-1050605-1215050376/solver-1050605-1215050376 -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-1050605-1215050376.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.00 1.99 4/87 24295
/proc/meminfo: memFree=1544480/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=12268 CPUtime=0
/proc/24295/stat : 24295 (sugar) R 24293 24295 22236 0 -1 4194304 337 0 0 0 0 0 0 0 19 0 1 0 116718237 12562432 305 996147200 4194304 4206940 548682068608 18446744073709551615 265691774659 0 0 4224 0 0 0 0 17 0 0 0
/proc/24295/statm: 3067 305 231 3 0 167 0

[startup+0.071607 s]
/proc/loadavg: 2.00 2.00 1.99 4/87 24295
/proc/meminfo: memFree=1544480/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=0.03
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 116718237 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101507 s]
/proc/loadavg: 2.00 2.00 1.99 4/87 24295
/proc/meminfo: memFree=1544480/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=0.03
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 116718237 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301523 s]
/proc/loadavg: 2.00 2.00 1.99 4/87 24295
/proc/meminfo: memFree=1544480/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=0.03
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 116718237 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701577 s]
/proc/loadavg: 2.00 2.00 1.99 4/87 24295
/proc/meminfo: memFree=1544480/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=0.53
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 973 4980 0 1 3 1 46 3 15 0 1 0 116718237 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50267 s]
/proc/loadavg: 2.00 2.00 1.99 3/98 24317
/proc/meminfo: memFree=1531456/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=0.53
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 974 4980 0 1 3 1 46 3 15 0 1 0 116718237 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 797 370 3 0 500 0
[pid=24308] ppid=24295 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (sh) S 24295 24295 22236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116718295 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24308/statm: 1339 233 193 169 0 50 0
[pid=24309] ppid=24308 vsize=868476 CPUtime=0.89
/proc/24309/stat : 24309 (java) S 24308 24295 22236 0 -1 0 6631 0 1 0 84 5 0 0 20 0 9 0 116718295 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24309/statm: 217119 5790 2562 9 0 211666 0
[pid=24309/tid=24310] ppid=24308 vsize=868476 CPUtime=0.6
/proc/24309/task/24310/stat : 24310 (java) R 24308 24295 22236 0 -1 64 2779 0 1 0 57 3 0 0 25 0 9 0 116718296 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4126920488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24311] ppid=24308 vsize=868476 CPUtime=0.07
/proc/24309/task/24311/stat : 24311 (java) S 24308 24295 22236 0 -1 64 1683 0 0 0 6 1 0 0 16 0 9 0 116718297 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24312] ppid=24308 vsize=868476 CPUtime=0
/proc/24309/task/24312/stat : 24312 (java) S 24308 24295 22236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 116718297 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24313] ppid=24308 vsize=868476 CPUtime=0
/proc/24309/task/24313/stat : 24313 (java) S 24308 24295 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 116718297 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24314] ppid=24308 vsize=868476 CPUtime=0
/proc/24309/task/24314/stat : 24314 (java) S 24308 24295 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116718299 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24315] ppid=24308 vsize=868476 CPUtime=0.2
/proc/24309/task/24315/stat : 24315 (java) S 24308 24295 22236 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 116718299 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24316] ppid=24308 vsize=868476 CPUtime=0
/proc/24309/task/24316/stat : 24316 (java) S 24308 24295 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116718299 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24309/tid=24317] ppid=24308 vsize=868476 CPUtime=0
/proc/24309/task/24317/stat : 24317 (java) S 24308 24295 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116718299 889319424 5790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887432

[startup+3.10285 s]
/proc/loadavg: 2.08 2.02 1.99 3/90 24319
/proc/meminfo: memFree=1520640/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 15 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=18884 CPUtime=1.14
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 4536 0 0 0 112 2 0 0 25 0 1 0 116718431 19337216 4522 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 4721 4522 75 150 0 4568 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 37840

[startup+6.30121 s]
/proc/loadavg: 2.08 2.02 1.99 3/90 24319
/proc/meminfo: memFree=1517312/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=18884 CPUtime=4.33
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 4557 0 0 0 430 3 0 0 25 0 1 0 116718431 19337216 4543 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 4721 4543 75 150 0 4568 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 37840

[startup+12.7019 s]
/proc/loadavg: 2.21 2.05 2.00 3/90 24319
/proc/meminfo: memFree=1517256/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=19148 CPUtime=10.69
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 4603 0 0 0 1066 3 0 0 25 0 1 0 116718431 19607552 4589 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 4787 4589 75 150 0 4634 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 38104

[startup+25.5014 s]
/proc/loadavg: 2.18 2.05 2.00 3/90 24319
/proc/meminfo: memFree=1516744/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=19844 CPUtime=23.43
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 4779 0 0 0 2339 4 0 0 25 0 1 0 116718431 20320256 4765 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 4961 4765 75 150 0 4808 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 38800

[startup+51.1013 s]
/proc/loadavg: 2.12 2.04 2.00 3/90 24319
/proc/meminfo: memFree=1515720/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=20824 CPUtime=48.9
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 5039 0 0 0 4886 4 0 0 25 0 1 0 116718431 21323776 5025 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 5206 5025 75 150 0 5053 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 39780

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/90 24325
/proc/meminfo: memFree=1513096/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=23332 CPUtime=99.84
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 5639 0 0 0 9979 5 0 0 25 0 1 0 116718431 23891968 5625 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 5833 5625 75 150 0 5680 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 42288

[startup+162.302 s]
/proc/loadavg: 2.35 2.10 2.03 3/90 24822
/proc/meminfo: memFree=1505280/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=25716 CPUtime=157.3
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 6241 0 0 0 15724 6 0 0 25 0 1 0 116718431 26333184 6227 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 6429 6227 75 150 0 6276 0
Current children cumulated CPU time (s) 159.16
Current children cumulated vsize (KiB) 44672

[startup+222.302 s]
/proc/loadavg: 2.16 2.10 2.02 3/90 24822
/proc/meminfo: memFree=1503816/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1564568/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=56360 CPUtime=1348.07
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 13733 0 0 0 134791 16 0 0 25 0 1 0 116718431 57712640 13719 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 14090 13719 75 150 0 13937 0
Current children cumulated CPU time (s) 1349.93
Current children cumulated vsize (KiB) 75316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1563352/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=57548 CPUtime=1407.51
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 14050 0 0 0 140734 17 0 0 25 0 1 0 116718431 58929152 14036 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 14387 14036 75 150 0 14234 0
Current children cumulated CPU time (s) 1409.37
Current children cumulated vsize (KiB) 76504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1562136/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=58636 CPUtime=1466.94
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 14350 0 0 0 146677 17 0 0 25 0 1 0 116718431 60043264 14336 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 14659 14336 75 150 0 14506 0
Current children cumulated CPU time (s) 1468.8
Current children cumulated vsize (KiB) 77592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1560920/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=59892 CPUtime=1526.37
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 14660 0 0 0 152620 17 0 0 25 0 1 0 116718431 61329408 14646 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 14973 14646 75 150 0 14820 0
Current children cumulated CPU time (s) 1528.23
Current children cumulated vsize (KiB) 78848

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1560024/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=60816 CPUtime=1585.82
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 14904 0 0 0 158564 18 0 0 25 0 1 0 116718431 62275584 14890 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 15204 14890 75 150 0 15051 0
Current children cumulated CPU time (s) 1587.68
Current children cumulated vsize (KiB) 79772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1558424/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=62388 CPUtime=1645.25
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 15287 0 0 0 164507 18 0 0 25 0 1 0 116718431 63885312 15273 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 15597 15273 75 150 0 15444 0
Current children cumulated CPU time (s) 1647.11
Current children cumulated vsize (KiB) 81344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1557080/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=63640 CPUtime=1704.69
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 15616 0 0 0 170451 18 0 0 25 0 1 0 116718431 65167360 15602 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 15910 15602 75 150 0 15757 0
Current children cumulated CPU time (s) 1706.55
Current children cumulated vsize (KiB) 82596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1555672/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=65740 CPUtime=1764.12
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 15931 0 0 0 176394 18 0 0 25 0 1 0 116718431 67317760 15917 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 16435 15917 75 150 0 16282 0
Current children cumulated CPU time (s) 1765.98
Current children cumulated vsize (KiB) 84696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1555096/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=66404 CPUtime=1798.2
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 16087 0 0 0 179802 18 0 0 25 0 1 0 116718431 67997696 16073 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 16601 16073 75 150 0 16448 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 85360

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

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

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24851
/proc/meminfo: memFree=1555096/2055920 swapFree=4179076/4192956
[pid=24295] ppid=24293 vsize=13600 CPUtime=1.86
/proc/24295/stat : 24295 (sugar) S 24293 24295 22236 0 -1 4194304 1032 12061 0 2 3 1 171 11 16 0 1 0 116718237 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 3400 798 370 3 0 500 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116718430 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=66404 CPUtime=1798.2
/proc/24319/stat : 24319 (minisat) R 24318 24295 22236 0 -1 4194304 16087 0 0 0 179802 18 0 0 25 0 1 0 116718431 67997696 16073 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24319/statm: 16601 16073 75 150 0 16448 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 85360

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24295 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=755733
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=133979
# CPU time returned by wait4() is 1.88971
# 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): 1816.73
CPU time (s): 1800.06
CPU user time (s): 1799.76
CPU system time (s): 0.3
CPU usage (%): 99.0826
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.75573
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13519
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= 3205
involuntary context switches= 3048

runsolver used 2.22466 second user time and 6.05008 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 03:59:36
IDJOB=1050605
IDBENCH=55369
IDSOLVER=346
FILE ID=node76/1050605-1215050376
PBS_JOBID= 7875025
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-11-a3.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-1050605-1215050376/watcher-1050605-1215050376 -o /tmp/evaluation-result-1050605-1215050376/solver-1050605-1215050376 -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-1050605-1215050376.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 485c8fe818a9857f587d4656422ed032
RANDOM SEED=830534162

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1544960 kB
Buffers:         50980 kB
Cached:         287684 kB
SwapCached:       7660 kB
Active:         190348 kB
Inactive:       249656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544960 kB
SwapTotal:     4192956 kB
SwapFree:      4179076 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         120348 kB
Slab:            55672 kB
Committed_AS:  1071828 kB
PageTables:       2232 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= 66548 MiB
End job on node76 at 2008-07-03 04:29:55