Trace number 2091113

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.05 1809.82

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-33_ext.xml
MD5SUM9db2d64bc9c649f3e25edf753e49fc01
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark477.729
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 11:56:21 2009
0.04/0.08	c 0	PID 23649
0.04/0.08	c 0	HOST node9.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2091113-1247392581.xml TO HOME/temp.csp
0.04/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-2091113-1247392581.xml' 'HOME/temp.csp'
0.07/0.83	c 1	1 domains, 50 variables, 0 predicates, 467 relations, 467 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.80/0.95	c 1	Parsing HOME/temp.csp
1.20/1.35	c 1	parsed 985 expressions
1.20/1.36	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.36	c 1	Converting to clausal form CSP
1.20/1.38	c 1	converted 99 (10%) expressions
1.20/1.39	c 1	converted 197 (20%) expressions
1.20/1.39	c 1	converted 296 (30%) expressions
1.30/1.46	c 1	converted 394 (40%) expressions
1.30/1.46	c 1	converted 493 (50%) expressions
1.40/1.51	c 1	converted 591 (60%) expressions
1.40/1.55	c 1	converted 690 (70%) expressions
1.40/1.59	c 2	converted 788 (80%) expressions
1.50/1.62	c 2	converted 887 (90%) expressions
1.60/1.74	c 2	converted 985 (100%) expressions
1.60/1.74	c 2	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.60/1.74	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.74	c 2	Propagation in CSP
1.60/1.74	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.74	c 2	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.60/1.74	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.75	c 2	CSP : 50 integers, 0 booleans, 467 clauses, largest domain size 23
1.60/1.75	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.82	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.69/1.82	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.69/1.82	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.69/1.82	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.69/1.82	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.69/1.83	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.69/1.83	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.69/1.83	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.69/1.83	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.69/1.83	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.69/1.90	c 2	47 (10%) CSP clauses are encoded (5421 clauses, 86000 bytes)
1.79/1.92	c 2	94 (20%) CSP clauses are encoded (9581 clauses, 160010 bytes)
1.79/1.95	c 2	141 (30%) CSP clauses are encoded (14086 clauses, 246921 bytes)
1.79/1.98	c 2	187 (40%) CSP clauses are encoded (18135 clauses, 324479 bytes)
1.89/2.01	c 2	234 (50%) CSP clauses are encoded (22485 clauses, 408704 bytes)
1.89/2.03	c 2	281 (60%) CSP clauses are encoded (26784 clauses, 491532 bytes)
1.89/2.06	c 2	327 (70%) CSP clauses are encoded (30944 clauses, 572101 bytes)
1.89/2.08	c 2	374 (80%) CSP clauses are encoded (35323 clauses, 656731 bytes)
1.99/2.12	c 2	421 (90%) CSP clauses are encoded (39496 clauses, 738267 bytes)
1.99/2.14	c 2	467 (100%) CSP clauses are encoded (43815 clauses, 826019 bytes)
1.99/2.14	c 2	467 CSP clauses encoded
1.99/2.14	c 2	Writing map file : HOME/temp.map
1.99/2.14	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.14	c 2	SAT : 1100 SAT variables, 43815 SAT clauses, 826019 bytes
1.99/2.14	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.19	c 2	SOLVING HOME/temp.cnf
1.99/2.19	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.19	c 2	This is MiniSat 2.0 beta
1.99/2.19	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.19	c 2	============================[ Problem Statistics ]=============================
1.99/2.19	c 2	|                                                                             |
1.99/2.19	c 2	|  Number of variables:  1100                                                 |
1.99/2.19	c 2	|  Number of clauses:    43815                                                |
2.05/2.22	c 2	|  Parsing time:         0.02         s                                       |
2.05/2.22	c 2	============================[ Search Statistics ]==============================
2.05/2.22	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.22	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.22	c 2	===============================================================================
2.05/2.22	c 2	|         0 |    1100    43815   163531 |    14605        0    nan |  0.000 % |
2.05/2.24	c 2	|       101 |    1100    43815   163531 |    16065      101     13 |  0.000 % |
2.05/2.27	c 2	|       251 |    1100    43815   163531 |    17672      251     15 |  0.001 % |
2.05/2.32	c 2	|       476 |    1100    43815   163531 |    19439      476     15 |  0.003 % |
2.05/2.39	c 2	|       813 |    1100    43815   163531 |    21383      813     14 |  0.004 % |
2.06/2.50	c 2	|      1319 |    1100    43815   163531 |    23521     1319     14 |  0.003 % |
2.06/2.66	c 3	|      2078 |    1100    43815   163531 |    25873     2078     14 |  0.003 % |
2.06/2.92	c 3	|      3217 |    1100    43815   163531 |    28461     3217     14 |  0.003 % |
3.14/3.30	c 3	|      4926 |    1100    43815   163531 |    31307     4926     16 |  0.004 % |
3.63/3.87	c 4	|      7488 |    1100    43815   163531 |    34437     7488     16 |  0.002 % |
4.62/4.82	c 5	|     11332 |    1100    43815   163531 |    37881    11332     17 |  0.003 % |
6.31/6.54	c 6	|     17098 |    1100    43815   163531 |    41669    17098     17 |  0.003 % |
9.17/9.42	c 9	|     25749 |    1100    43815   163531 |    45836    25749     17 |  0.004 % |
14.32/14.62	c 15	|     38724 |    1100    43815   163531 |    50420    38724     18 |  0.004 % |
23.54/23.98	c 24	|     58185 |    1100    43815   163531 |    55462    21809     18 |  0.004 % |
39.98/40.54	c 40	|     87379 |    1100    43815   163531 |    61008    51003     20 |  0.003 % |
63.95/64.76	c 65	|    131168 |    1100    43815   163531 |    67109    47636     19 |  0.004 % |
105.76/106.95	c 107	|    196853 |    1100    43815   163531 |    73820    60610     22 |  0.004 % |
169.95/171.78	c 172	|    295379 |    1100    43815   163531 |    81202    43116     21 |  0.003 % |
270.80/273.56	c 274	|    443168 |    1100    43815   163531 |    89322    59113     22 |  0.004 % |
443.65/448.07	c 448	|    664852 |    1100    43815   163531 |    98255    66857     21 |  0.004 % |
692.20/698.96	c 699	|    997379 |    1100    43815   163531 |   108080    79580     23 |  0.004 % |
1079.80/1089.35	c 1089	|   1496167 |    1100    43815   163531 |   118888    33248     19 |  0.004 % |
1665.76/1675.59	c 1676	|   2244349 |    1100    43815   163531 |   130777    74688     20 |  0.003 % |
1800.01/1809.81	sh: line 1: 23673 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1809.81	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1809.81	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1809.81	c ERROR INTERRUPTED
1800.01/1809.81	s UNKNOWN
1800.01/1809.82	c 1810	CPU 1800.03 (0.06 0.02 1799.75 0.2)
1800.01/1809.82	c 1810	END Sun Jul 12 12:26:31 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-2091113-1247392581/watcher-2091113-1247392581 -o /tmp/evaluation-result-2091113-1247392581/solver-2091113-1247392581 -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-2091113-1247392581.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.00 2.00 2.00 4/74 23649
/proc/meminfo: memFree=1835268/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=18576 CPUtime=0
/proc/23649/stat : 23649 (runsolver) R 23647 23649 22272 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26325209 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23649/statm: 4644 284 249 26 0 2626 0

[startup+0.05846 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23649
/proc/meminfo: memFree=1835268/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=15948 CPUtime=0.04
/proc/23649/stat : 23649 (sugar) R 23647 23649 22272 0 -1 4194304 908 0 0 0 3 1 0 0 18 0 1 0 26325209 16330752 876 996147200 4194304 4206940 548682068608 18446744073709551615 215418833448 0 0 4224 0 0 0 0 17 1 0 0
/proc/23649/statm: 3987 876 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101467 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23649
/proc/meminfo: memFree=1835268/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=0.07
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26325209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301483 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23649
/proc/meminfo: memFree=1835268/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=0.07
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26325209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701532 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23649
/proc/meminfo: memFree=1835268/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=0.07
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26325209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23671
/proc/meminfo: memFree=1826796/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=0.8
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1309 4986 0 1 5 2 70 3 15 0 1 0 26325209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1111 409 3 0 796 0
[pid=23662] ppid=23649 vsize=5356 CPUtime=0
/proc/23662/stat : 23662 (sh) S 23649 23649 22272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26325297 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23662/statm: 1339 233 193 169 0 50 0
[pid=23663] ppid=23662 vsize=864200 CPUtime=0.6
/proc/23663/stat : 23663 (java) S 23662 23649 22272 0 -1 0 7123 0 1 0 56 4 0 0 18 0 9 0 26325298 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23663/statm: 216050 6390 2566 9 0 210555 0
[pid=23663/tid=23664] ppid=23662 vsize=864200 CPUtime=0.36
/proc/23663/task/23664/stat : 23664 (java) R 23662 23649 22272 0 -1 64 2598 0 1 0 34 2 0 0 18 0 9 0 26325299 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4126532311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23665] ppid=23662 vsize=864200 CPUtime=0.18
/proc/23663/task/23665/stat : 23665 (java) S 23662 23649 22272 0 -1 64 3509 0 0 0 17 1 0 0 16 0 9 0 26325300 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23666] ppid=23662 vsize=864200 CPUtime=0
/proc/23663/task/23666/stat : 23666 (java) S 23662 23649 22272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26325300 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23667] ppid=23662 vsize=864200 CPUtime=0
/proc/23663/task/23667/stat : 23667 (java) S 23662 23649 22272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26325300 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23668] ppid=23662 vsize=864200 CPUtime=0
/proc/23663/task/23668/stat : 23668 (java) S 23662 23649 22272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26325302 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23669] ppid=23662 vsize=864200 CPUtime=0.04
/proc/23663/task/23669/stat : 23669 (java) S 23662 23649 22272 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 26325302 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23670] ppid=23662 vsize=864200 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23662 23649 22272 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26325302 884940800 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23671] ppid=23662 vsize=864200 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23662 23649 22272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26325302 884940800 6390 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) 886424

[startup+3.1028 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 23671
/proc/meminfo: memFree=1809260/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 15 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30116 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 23673
/proc/meminfo: memFree=1825772/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=5644 CPUtime=4.05
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 1262 0 0 0 405 0 0 0 25 0 1 0 26325429 5779456 1248 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 1411 1248 75 150 0 1258 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 27868

[startup+12.7019 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 23673
/proc/meminfo: memFree=1823724/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=7548 CPUtime=10.38
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 1725 0 0 0 1038 0 0 0 25 0 1 0 26325429 7729152 1711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 1887 1711 75 150 0 1734 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 29772

[startup+25.5013 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 23673
/proc/meminfo: memFree=1821996/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=9480 CPUtime=23.06
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 2189 0 0 0 2305 1 0 0 25 0 1 0 26325429 9707520 2175 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 2370 2175 75 150 0 2217 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 31704

[startup+51.1012 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 23673
/proc/meminfo: memFree=1820204/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=11168 CPUtime=48.42
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 2630 0 0 0 4840 2 0 0 25 0 1 0 26325429 11436032 2616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 2792 2616 75 150 0 2639 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 33392

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 23673
/proc/meminfo: memFree=1818732/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=12640 CPUtime=99.15
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 2976 0 0 0 9912 3 0 0 25 0 1 0 26325429 12943360 2962 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 3160 2962 75 150 0 3007 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 34864

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23673
/proc/meminfo: memFree=1816748/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=14524 CPUtime=158.57
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 3447 0 0 0 15854 3 0 0 25 0 1 0 26325429 14872576 3433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 3631 3433 75 150 0 3478 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 36748

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23673
/proc/meminfo: memFree=1815532/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=15128 CPUtime=218.02
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 3593 0 0 0 21798 4 0 0 25 0 1 0 26325429 15491072 3579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23673/statm: 3782 3579 75 150 0 3629 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 37352

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

[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=24772 CPUtime=1230.67
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 5905 0 0 0 123060 7 0 0 25 0 1 0 26325429 25366528 5891 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6193 5891 75 150 0 6040 0
Current children cumulated CPU time (s) 1232.73
Current children cumulated vsize (KiB) 46996

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1824180/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=24928 CPUtime=1290.65
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 5956 0 0 0 129058 7 0 0 25 0 1 0 26325429 25526272 5942 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6232 5942 75 150 0 6079 0
Current children cumulated CPU time (s) 1292.71
Current children cumulated vsize (KiB) 47152

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1823348/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=25872 CPUtime=1350.62
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6173 0 0 0 135055 7 0 0 25 0 1 0 26325429 26492928 6159 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6468 6159 75 150 0 6315 0
Current children cumulated CPU time (s) 1352.68
Current children cumulated vsize (KiB) 48096

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1823028/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=26136 CPUtime=1410.61
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6239 0 0 0 141053 8 0 0 25 0 1 0 26325429 26763264 6225 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6534 6225 75 150 0 6381 0
Current children cumulated CPU time (s) 1412.67
Current children cumulated vsize (KiB) 48360

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1822388/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=26812 CPUtime=1470.58
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6404 0 0 0 147050 8 0 0 25 0 1 0 26325429 27455488 6390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6703 6390 75 150 0 6550 0
Current children cumulated CPU time (s) 1472.64
Current children cumulated vsize (KiB) 49036

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1822196/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=26956 CPUtime=1530.55
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6437 0 0 0 153047 8 0 0 25 0 1 0 26325429 27602944 6423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6739 6423 75 150 0 6586 0
Current children cumulated CPU time (s) 1532.61
Current children cumulated vsize (KiB) 49180

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1822132/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=27116 CPUtime=1590.53
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6464 0 0 0 159045 8 0 0 25 0 1 0 26325429 27766784 6450 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6779 6450 75 150 0 6626 0
Current children cumulated CPU time (s) 1592.59
Current children cumulated vsize (KiB) 49340

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1821748/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=27264 CPUtime=1650.5
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6513 0 0 0 165042 8 0 0 25 0 1 0 26325429 27918336 6499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6816 6499 75 150 0 6663 0
Current children cumulated CPU time (s) 1652.56
Current children cumulated vsize (KiB) 49488

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1821492/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=27408 CPUtime=1710.47
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6556 0 0 0 171039 8 0 0 25 0 1 0 26325429 28065792 6542 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6852 6542 75 150 0 6699 0
Current children cumulated CPU time (s) 1712.53
Current children cumulated vsize (KiB) 49632

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1821300/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=27672 CPUtime=1770.45
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6609 0 0 0 177037 8 0 0 25 0 1 0 26325429 28336128 6595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6918 6595 75 150 0 6765 0
Current children cumulated CPU time (s) 1772.51
Current children cumulated vsize (KiB) 49896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 23742
/proc/meminfo: memFree=1821108/2055920 swapFree=4192812/4192956
[pid=23649] ppid=23647 vsize=16868 CPUtime=2.06
/proc/23649/stat : 23649 (sugar) S 23647 23649 22272 0 -1 4194304 1376 13968 0 2 6 2 188 10 16 0 1 0 26325209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23649/statm: 4217 1113 409 3 0 796 0
[pid=23672] ppid=23649 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23649 23649 22272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26325429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 232 193 169 0 50 0
[pid=23673] ppid=23672 vsize=27812 CPUtime=1797.95
/proc/23673/stat : 23673 (minisat) R 23672 23649 22272 0 -1 4194304 6654 0 0 0 179786 9 0 0 25 0 1 0 26325429 28479488 6640 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/23673/statm: 6953 6640 75 150 0 6800 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 50036

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

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

Child status: 0
Real time (s): 1809.82
CPU time (s): 1800.05
CPU user time (s): 1799.82
CPU system time (s): 0.233964
CPU usage (%): 99.4603
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22706
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= 2067
involuntary context switches= 26249

runsolver used 2.33264 second user time and 5.9081 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 11:56:21
IDJOB=2091113
IDBENCH=59998
IDSOLVER=739
FILE ID=node9/2091113-1247392581
PBS_JOBID= 9507308
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-33_ext.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-2091113-1247392581/watcher-2091113-1247392581 -o /tmp/evaluation-result-2091113-1247392581/solver-2091113-1247392581 -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-2091113-1247392581.xml

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

MD5SUM BENCH= 9db2d64bc9c649f3e25edf753e49fc01
RANDOM SEED=1970600323

node9.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.216
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.216
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:       1835748 kB
Buffers:         21880 kB
Cached:         103988 kB
SwapCached:          0 kB
Active:         103968 kB
Inactive:        60764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835748 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          49980 kB
Slab:            40612 kB
Committed_AS:   197016 kB
PageTables:       1856 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= 66396 MiB
End job on node9 at 2009-07-12 12:26:33