Trace number 1128227

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-incMSAT (TO) 3600.07 3614.21

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-40/
normalized-kbtree-9-7-3-5-40-34_ext.xml
MD5SUMfcf21f6fdddde17df53c6dc764e5f399
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints23
Best CPU time to get the best result obtained on this benchmark0.576911
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.06/0.53	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.53	c 0	BEGIN Wed Jul 23 04:41:52 2008
0.06/0.53	c 0	PID 10421
0.06/0.53	c 0	HOST node44.alineos.net
0.06/0.53	c 0	CONVERTING HOME/instance-1128227-1216780912.xml TO HOME/temp.csp
0.06/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128227-1216780912.xml' 'HOME/temp.csp'
0.08/0.97	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.08/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/1.09	c 1	Parsing HOME/temp.csp
0.65/1.23	c 1	parsed 407 expressions
0.68/1.50	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.68/1.50	c 1	MAX CSP: 189 constraints
0.68/1.50	c 1	Converting to clausal form CSP
0.68/1.52	c 1	converted 60 (10%) expressions
0.68/1.53	c 1	converted 120 (20%) expressions
0.68/1.53	c 1	converted 180 (30%) expressions
0.68/1.54	c 1	converted 240 (40%) expressions
0.68/1.55	c 1	converted 300 (50%) expressions
0.68/1.56	c 1	converted 360 (60%) expressions
0.68/1.56	c 1	converted 420 (70%) expressions
0.68/1.57	c 1	converted 480 (80%) expressions
0.68/1.57	c 1	converted 540 (90%) expressions
0.89/1.71	c 2	converted 599 (100%) expressions
0.89/1.71	c 2	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.89/1.71	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.71	c 2	Propagation in CSP
0.89/1.72	c 2	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.89/1.72	c 2	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.89/1.73	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.73	c 2	Simplifing CSP by introducing new Boolean variables
0.89/1.73	c 2	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.89/1.73	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.89/1.76	c 2	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.89/1.76	c 2	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.89/1.76	c 2	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.89/1.76	c 2	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.89/1.76	c 2	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.89/1.77	c 2	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.89/1.77	c 2	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.89/1.77	c 2	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.89/1.78	c 2	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.89/1.78	c 2	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.98/1.81	c 2	57 (10%) CSP clauses are encoded (2826 clauses, 36229 bytes)
0.98/1.82	c 2	114 (20%) CSP clauses are encoded (3170 clauses, 42191 bytes)
0.98/1.83	c 2	170 (30%) CSP clauses are encoded (3512 clauses, 48108 bytes)
0.98/1.84	c 2	227 (40%) CSP clauses are encoded (3933 clauses, 54340 bytes)
0.98/1.85	c 2	283 (50%) CSP clauses are encoded (6429 clauses, 91183 bytes)
0.98/1.85	c 2	340 (60%) CSP clauses are encoded (7270 clauses, 103058 bytes)
0.98/1.87	c 2	397 (70%) CSP clauses are encoded (13947 clauses, 212681 bytes)
0.98/1.88	c 2	453 (80%) CSP clauses are encoded (14851 clauses, 227791 bytes)
1.08/1.92	c 2	510 (90%) CSP clauses are encoded (34520 clauses, 576403 bytes)
1.08/1.95	c 2	566 (100%) CSP clauses are encoded (52980 clauses, 912663 bytes)
1.08/1.95	c 2	566 CSP clauses encoded
1.08/1.95	c 2	Writing map file : HOME/temp.map
1.08/1.96	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.96	c 2	SAT : 2887 SAT variables, 52980 SAT clauses, 912663 bytes
1.08/1.96	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/2.00	c 2	OBJECTIVE minimize _COST
1.14/2.00	c 2	SOLVING HOME/temp.cnf
1.14/2.00	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.14/2.00	c 2	This is MiniSat 2.0 beta incremental
1.14/2.00	c 2	WARNING: for repeatability, setting FPU to use double precision
1.14/2.00	c 2	============================[ Problem Statistics ]=============================
1.14/2.00	c 2	|                                                                             |
1.14/2.01	c 2	|  Number of variables:  2887                                                 |
1.14/2.01	c 2	|  Number of clauses:    52980                                                |
1.14/2.03	c 2	|  Parsing time:         0.02         s                                       |
1.14/2.03	c 2	OK
1.14/2.03	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.14/2.03	c 2	SEARCHING: _COST <= 95
1.14/2.03	c 2	============================[ Search Statistics ]==============================
1.14/2.03	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/2.03	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/2.03	c 2	===============================================================================
1.14/2.03	c 2	|         0 |    2887    52980   152507 |    17660        0    nan |  0.000 % |
1.14/2.04	c 2	===============================================================================
1.14/2.04	c 2	restarts              : 1
1.14/2.04	c 2	conflicts             : 9             (281 /sec)
1.14/2.04	c 2	decisions             : 147           (0.68 % random) (4594 /sec)
1.14/2.04	c 2	propagations          : 5135           (160494 /sec)
1.14/2.04	c 2	conflict literals     : 75             (2.60 % deleted)
1.14/2.04	c 2	Memory used           : 4.09 MB
1.14/2.04	c 2	CPU time              : 0.031995 s
1.14/2.04	c 2	
1.14/2.04	c 2	SATISFIABLE
1.14/2.04	c 2	OK
1.14/2.04	c 2	FOUND: _COST <= 95
1.14/2.04	s SATISFIABLE
1.14/2.04	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.14/2.04	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.23/2.12	c 2	Decoding HOME/temp.out
1.23/2.18	c 2	OBJECTIVE _COST 94
1.23/2.18	o 94
1.23/2.18	v 4 4 4 3 3 4 4 3 4 3 4 4 4 4 3 4 2 1 3 4 3 4 1 3 0 3 0 4
1.23/2.18	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.30/2.20	c 2	OK
1.30/2.20	c 2	OBJECTIVE BOUND: 0 <= _COST <= 94
1.30/2.20	c 2	SEARCHING: _COST <= 47
1.30/2.22	c 2	============================[ Search Statistics ]==============================
1.30/2.22	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/2.22	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/2.22	c 2	===============================================================================
1.30/2.22	c 2	|         9 |    2887    52980   152507 |    17660        9      8 |  0.000 % |
1.30/2.23	c 2	|       109 |    2887    52980   152507 |    19426      109     21 | 26.365 % |
1.30/2.24	c 2	|       260 |    2887    52980   152507 |    21368      260     17 | 26.365 % |
1.30/2.25	c 2	|       485 |    2887    52980   152507 |    23505      485     19 | 26.365 % |
1.30/2.28	c 2	|       823 |    2887    52980   152507 |    25856      823     22 | 26.365 % |
1.41/2.33	c 2	|      1329 |    2126    34467    99156 |    28441     1329     19 | 26.365 % |
1.41/2.39	c 2	|      2089 |    2126    34467    99156 |    31285     2089     18 | 26.365 % |
1.61/2.51	c 2	|      3230 |    2126    34467    99156 |    34414     3230     19 | 26.365 % |
1.71/2.63	c 3	===============================================================================
1.71/2.63	c 3	restarts              : 9
1.71/2.63	c 3	conflicts             : 4403          (9657 /sec)
1.71/2.63	c 3	decisions             : 5892          (0.56 % random) (12923 /sec)
1.71/2.63	c 3	propagations          : 899015         (1971827 /sec)
1.71/2.63	c 3	conflict literals     : 91075          (27.56 % deleted)
1.71/2.63	c 3	Memory used           : 4.22 MB
1.71/2.63	c 3	CPU time              : 0.45593 s
1.71/2.63	c 3	
1.71/2.63	c 3	SATISFIABLE
1.71/2.63	c 3	OK
1.71/2.63	c 3	FOUND: _COST <= 47
1.71/2.63	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.71/2.63	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.74/2.71	c 3	Decoding HOME/temp.out
1.74/2.76	c 3	OBJECTIVE _COST 47
1.74/2.76	o 47
1.74/2.77	v 4 4 4 1 3 4 4 3 4 4 3 4 3 2 4 1 0 1 3 2 3 3 4 3 3 2 1 1
1.74/2.77	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.74/2.82	c 3	OK
1.74/2.82	c 3	OBJECTIVE BOUND: 0 <= _COST <= 47
1.74/2.82	c 3	SEARCHING: _COST <= 23
1.96/2.95	c 3	============================[ Search Statistics ]==============================
1.96/2.95	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.96/2.95	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.96/2.95	c 3	===============================================================================
1.96/2.95	c 3	|      4403 |    1702    23231    66673 |     7743     4403     21 | 26.365 % |
1.96/2.95	c 3	|      4503 |    1702    23231    66673 |     8518     4503     20 | 41.050 % |
1.96/2.95	c 3	|      4654 |    1702    23231    66673 |     9369     4654     20 | 41.050 % |
1.96/2.95	c 3	|      4879 |    1702    23231    66673 |    10306     4879     20 | 41.050 % |
1.96/2.95	c 3	|      5216 |    1702    23231    66673 |    11337     5216     20 | 41.050 % |
1.96/2.96	c 3	|      5722 |    1702    23231    66673 |    12471     5722     19 | 41.050 % |
2.06/3.03	c 3	|      6481 |    1702    23231    66673 |    13718     6481     19 | 41.050 % |
2.16/3.15	c 3	|      7621 |    1702    23231    66673 |    15090     7621     18 | 41.050 % |
2.36/3.36	c 3	|      9329 |    1702    23231    66673 |    16599     9329     18 | 41.050 % |
2.66/3.69	c 4	|     11892 |    1702    23231    66673 |    18259    11892     17 | 41.050 % |
3.25/4.24	c 4	|     15740 |    1702    23231    66673 |    20085    15740     17 | 41.050 % |
4.16/5.14	c 5	|     21506 |    1702    23231    66673 |    22093    21506     17 | 41.050 % |
5.46/6.49	c 6	|     30155 |    1702    23231    66673 |    24302    18208     16 | 41.050 % |
7.86/8.84	c 9	|     43129 |    1702    23231    66673 |    26733    17136     16 | 41.050 % |
11.36/12.33	c 12	|     62591 |    1702    23231    66673 |    29406    20938     17 | 41.050 % |
17.66/18.69	c 19	|     91784 |    1702    23231    66673 |    32347    14543     16 | 41.050 % |
27.06/28.04	c 28	|    135573 |    1702    23231    66673 |    35581    16582     18 | 41.050 % |
42.05/43.06	c 43	|    201257 |    1702    23231    66673 |    39140    33751     18 | 41.050 % |
67.04/68.03	c 68	|    299785 |    1702    23231    66673 |    43054    22796     19 | 41.050 % |
107.13/108.14	c 108	|    447575 |    1702    23231    66673 |    47359    15709     18 | 41.050 % |
170.70/171.70	c 172	|    669258 |    1702    23231    66673 |    52095    26486     19 | 41.050 % |
271.06/272.15	c 272	|   1001786 |    1702    23231    66673 |    57305    38490     21 | 41.050 % |
437.86/439.10	c 439	|   1500574 |    1702    23231    66673 |    63035    44428     21 | 41.050 % |
708.54/710.83	c 711	|   2248757 |    1702    23231    66673 |    69339    34185     20 | 41.050 % |
1161.29/1165.47	c 1165	|   3371032 |    1702    23231    66673 |    76273    24764     22 | 41.050 % |
1878.72/1885.82	c 1886	|   5054443 |    1702    23231    66673 |    83900    74338     22 | 41.050 % |
3040.23/3052.11	c 3052	|   7579560 |    1702    23231    66673 |    92290    67231     24 | 41.050 % |
3600.03/3614.21	c 3614	CPU 3599.78 (0.06 0.03 3599.72 0.24)
3600.03/3614.21	c 3614	END Wed Jul 23 05:42:06 2008

Verifier Data (download as text)

OK	41	148
41 unsatisfied constraints, 148 satisfied constraints

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-1128227-1216780912/watcher-1128227-1216780912 -o /tmp/evaluation-result-1128227-1216780912/solver-1128227-1216780912 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1128227-1216780912.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.45 2.63 2.69 5/80 10421
/proc/meminfo: memFree=1131880/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=6268 CPUtime=0
/proc/10421/stat : 10421 (sugar++) R 10419 10421 8171 0 -1 4194304 62 0 0 0 0 0 0 0 21 0 1 0 5180093 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 264837854601 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/10421/statm: 1567 47 36 3 0 8 0

[startup+0.0975769 s]
/proc/loadavg: 2.45 2.63 2.69 5/80 10421
/proc/meminfo: memFree=1131880/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=12676 CPUtime=0.01
/proc/10421/stat : 10421 (sugar++) R 10419 10421 8171 0 -1 4194304 533 0 0 0 1 0 0 0 20 0 1 0 5180093 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 0 0 0 0 17 0 0 0
/proc/10421/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101571 s]
/proc/loadavg: 2.45 2.63 2.69 5/80 10421
/proc/meminfo: memFree=1131880/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=12676 CPUtime=0.01
/proc/10421/stat : 10421 (sugar++) R 10419 10421 8171 0 -1 4194304 534 0 0 0 1 0 0 0 20 0 1 0 5180093 12980224 502 996147200 4194304 4206940 548682068528 18446744073709551615 264858450116 0 0 4224 0 0 0 0 17 0 0 0
/proc/10421/statm: 3169 502 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301611 s]
/proc/loadavg: 2.45 2.63 2.69 5/80 10421
/proc/meminfo: memFree=1131880/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=12676 CPUtime=0.01
/proc/10421/stat : 10421 (sugar++) R 10419 10421 8171 0 -1 4194304 536 0 0 0 1 0 0 0 20 0 1 0 5180093 12980224 504 996147200 4194304 4206940 548682068528 18446744073709551615 264858463207 0 0 4224 0 0 0 0 17 0 0 0
/proc/10421/statm: 3169 504 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.701681 s]
/proc/loadavg: 2.45 2.63 2.69 5/80 10421
/proc/meminfo: memFree=1131880/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16740 CPUtime=0.08
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1219 128 0 0 6 2 0 0 18 0 1 0 5180093 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50183 s]
/proc/loadavg: 2.45 2.63 2.69 3/83 10435
/proc/meminfo: memFree=1128272/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16740 CPUtime=0.48
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1296 4438 0 1 6 2 37 3 15 0 1 0 5180093 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4185 1104 409 3 0 764 0
[pid=10434] ppid=10421 vsize=5356 CPUtime=0
/proc/10434/stat : 10434 (sh) S 10421 10421 8171 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 5180192 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10434/statm: 1339 233 193 169 0 50 0
[pid=10435] ppid=10434 vsize=864072 CPUtime=0.2
/proc/10435/stat : 10435 (java) S 10434 10421 8171 0 -1 0 3645 0 1 0 18 2 0 0 18 0 9 0 5180193 884809728 3121 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10435/statm: 216018 3121 1697 9 0 210593 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 886168

[startup+3.10111 s]
/proc/loadavg: 2.45 2.63 2.69 3/92 10454
/proc/meminfo: memFree=1120328/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.43
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 2 122 13 15 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=4316 CPUtime=0.73
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 1004 0 0 0 73 0 0 0 17 0 1 0 5180294 4419584 948 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 1079 948 79 151 0 925 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 21188

[startup+6.3017 s]
/proc/loadavg: 2.49 2.64 2.69 3/82 10464
/proc/meminfo: memFree=1122136/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=5976 CPUtime=3.92
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 1401 0 0 0 392 0 0 0 25 0 1 0 5180294 6119424 1345 996147200 134512640 135134323 4294956192 18446744073709551615 134529123 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 1494 1345 79 151 0 1340 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 22848

[startup+12.7019 s]
/proc/loadavg: 2.45 2.63 2.69 3/82 10464
/proc/meminfo: memFree=1121432/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=6800 CPUtime=10.32
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 1588 0 0 0 1031 1 0 0 25 0 1 0 5180294 6963200 1532 996147200 134512640 135134323 4294956192 18446744073709551615 134528910 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 1700 1532 79 151 0 1546 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 23672

[startup+25.5012 s]
/proc/loadavg: 2.49 2.63 2.69 4/82 10464
/proc/meminfo: memFree=1120408/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=7868 CPUtime=23.12
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 1854 0 0 0 2311 1 0 0 25 0 1 0 5180294 8056832 1798 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 1967 1798 79 151 0 1813 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 24740

[startup+51.1019 s]
/proc/loadavg: 2.66 2.66 2.69 3/82 10464
/proc/meminfo: memFree=1119320/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=9140 CPUtime=48.7
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 2173 0 0 0 4869 1 0 0 25 0 1 0 5180294 9359360 2117 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 2285 2117 79 151 0 2131 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 26012

[startup+102.306 s]
/proc/loadavg: 2.69 2.66 2.69 3/82 10464
/proc/meminfo: memFree=1117720/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=10708 CPUtime=99.89
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 2531 0 0 0 9987 2 0 0 25 0 1 0 5180294 10964992 2475 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 2677 2475 79 151 0 2523 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 27580

[startup+162.302 s]
/proc/loadavg: 2.56 2.63 2.68 3/82 10464
/proc/meminfo: memFree=1116632/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=11768 CPUtime=159.86
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 2786 0 0 0 15984 2 0 0 25 0 1 0 5180294 12050432 2730 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 2942 2730 79 151 0 2788 0
Current children cumulated CPU time (s) 161.3
Current children cumulated vsize (KiB) 28640

[startup+222.302 s]
/proc/loadavg: 2.59 2.63 2.67 3/82 10464
/proc/meminfo: memFree=1115608/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=12800 CPUtime=219.84
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 3031 0 0 0 21982 2 0 0 25 0 1 0 5180294 13107200 2975 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 3200 2975 79 151 0 3046 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 29672

[startup+282.302 s]
/proc/loadavg: 2.62 2.63 2.67 3/82 10464
/proc/meminfo: memFree=1114712/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=13648 CPUtime=279.82
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 3248 0 0 0 27980 2 0 0 25 0 1 0 5180294 13975552 3192 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 3412 3192 79 151 0 3258 0
Current children cumulated CPU time (s) 281.26
Current children cumulated vsize (KiB) 30520

[startup+342.302 s]
/proc/loadavg: 2.71 2.65 2.67 3/82 10464
/proc/meminfo: memFree=1114264/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=14040 CPUtime=339.79
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 3349 0 0 0 33977 2 0 0 25 0 1 0 5180294 14376960 3293 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 3510 3293 79 151 0 3356 0
Current children cumulated CPU time (s) 341.23
Current children cumulated vsize (KiB) 30912

[startup+402.301 s]
/proc/loadavg: 2.80 2.68 2.68 3/82 10464
/proc/meminfo: memFree=1113368/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=15028 CPUtime=399.77
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 3576 0 0 0 39975 2 0 0 25 0 1 0 5180294 15388672 3520 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10444/statm: 3757 3520 79 151 0 3603 0

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

[pid=10444] ppid=10421 vsize=26832 CPUtime=2849.77
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6331 0 0 0 284968 9 0 0 25 0 1 0 5180294 27475968 6275 996147200 134512640 135134323 4294956192 18446744073709551615 134525656 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6708 6275 79 151 0 6554 0
Current children cumulated CPU time (s) 2851.21
Current children cumulated vsize (KiB) 43704

[startup+2922.3 s]
/proc/loadavg: 2.25 2.11 2.06 3/75 10524
/proc/meminfo: memFree=1128392/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=26832 CPUtime=2909.53
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6331 0 0 0 290944 9 0 0 25 0 1 0 5180294 27475968 6275 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6708 6275 79 151 0 6554 0
Current children cumulated CPU time (s) 2910.97
Current children cumulated vsize (KiB) 43704

[startup+2982.3 s]
/proc/loadavg: 2.30 2.13 2.07 3/75 10524
/proc/meminfo: memFree=1127944/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=26832 CPUtime=2969.28
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6331 0 0 0 296919 9 0 0 25 0 1 0 5180294 27475968 6275 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6708 6275 79 151 0 6554 0
Current children cumulated CPU time (s) 2970.72
Current children cumulated vsize (KiB) 43704

[startup+3042.3 s]
/proc/loadavg: 2.24 2.14 2.07 3/75 10524
/proc/meminfo: memFree=1127688/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=27044 CPUtime=3029.03
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6380 0 0 0 302894 9 0 0 25 0 1 0 5180294 27693056 6324 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6761 6324 79 151 0 6607 0
Current children cumulated CPU time (s) 3030.47
Current children cumulated vsize (KiB) 43916

[startup+3102.3 s]
/proc/loadavg: 2.21 2.14 2.08 3/75 10524
/proc/meminfo: memFree=1127240/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=27356 CPUtime=3088.78
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6450 0 0 0 308869 9 0 0 25 0 1 0 5180294 28012544 6394 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6839 6394 79 151 0 6685 0
Current children cumulated CPU time (s) 3090.22
Current children cumulated vsize (KiB) 44228

[startup+3162.3 s]
/proc/loadavg: 2.29 2.16 2.09 3/75 10524
/proc/meminfo: memFree=1126536/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=27576 CPUtime=3148.55
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6499 0 0 0 314845 10 0 0 25 0 1 0 5180294 28237824 6443 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6894 6443 79 151 0 6740 0
Current children cumulated CPU time (s) 3149.99
Current children cumulated vsize (KiB) 44448

[startup+3222.3 s]
/proc/loadavg: 2.45 2.25 2.12 3/75 10524
/proc/meminfo: memFree=1126152/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=27740 CPUtime=3208.3
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6535 0 0 0 320820 10 0 0 25 0 1 0 5180294 28405760 6479 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6935 6479 79 151 0 6781 0
Current children cumulated CPU time (s) 3209.74
Current children cumulated vsize (KiB) 44612

[startup+3282.3 s]
/proc/loadavg: 2.25 2.23 2.12 3/75 10524
/proc/meminfo: memFree=1126088/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=27904 CPUtime=3268.06
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6576 0 0 0 326796 10 0 0 25 0 1 0 5180294 28573696 6520 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 6976 6520 79 151 0 6822 0
Current children cumulated CPU time (s) 3269.5
Current children cumulated vsize (KiB) 44776

[startup+3342.3 s]
/proc/loadavg: 2.09 2.18 2.11 3/75 10524
/proc/meminfo: memFree=1125832/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=28248 CPUtime=3327.81
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6624 0 0 0 332771 10 0 0 25 0 1 0 5180294 28925952 6568 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 7062 6568 79 151 0 6908 0
Current children cumulated CPU time (s) 3329.25
Current children cumulated vsize (KiB) 45120

[startup+3402.31 s]
/proc/loadavg: 2.03 2.15 2.10 3/75 10524
/proc/meminfo: memFree=1124872/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=28248 CPUtime=3387.57
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6624 0 0 0 338747 10 0 0 25 0 1 0 5180294 28925952 6568 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 7062 6568 79 151 0 6908 0
Current children cumulated CPU time (s) 3389.01
Current children cumulated vsize (KiB) 45120

[startup+3462.3 s]
/proc/loadavg: 2.01 2.12 2.09 3/75 10524
/proc/meminfo: memFree=1123720/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=28940 CPUtime=3447.32
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6809 0 0 0 344722 10 0 0 25 0 1 0 5180294 29634560 6753 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 7235 6753 79 151 0 7081 0
Current children cumulated CPU time (s) 3448.76
Current children cumulated vsize (KiB) 45812

[startup+3522.3 s]
/proc/loadavg: 2.00 2.09 2.08 3/75 10524
/proc/meminfo: memFree=1123336/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=28940 CPUtime=3507.07
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 6809 0 0 0 350697 10 0 0 25 0 1 0 5180294 29634560 6753 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 7235 6753 79 151 0 7081 0
Current children cumulated CPU time (s) 3508.51
Current children cumulated vsize (KiB) 45812

[startup+3582.3 s]
/proc/loadavg: 2.00 2.07 2.08 3/75 10524
/proc/meminfo: memFree=1122056/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=29944 CPUtime=3566.82
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 7048 0 0 0 356672 10 0 0 25 0 1 0 5180294 30662656 6992 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 7486 6992 79 151 0 7332 0
Current children cumulated CPU time (s) 3568.26
Current children cumulated vsize (KiB) 46816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.2 s]
/proc/loadavg: 2.00 2.06 2.07 3/75 10524
/proc/meminfo: memFree=1121992/2055920 swapFree=4192956/4192956
[pid=10421] ppid=10419 vsize=16872 CPUtime=1.44
/proc/10421/stat : 10421 (sugar++) S 10419 10421 8171 0 -1 4194304 1624 18564 0 4 6 3 122 13 16 0 1 0 5180093 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10421/statm: 4218 1119 414 3 0 797 0
[pid=10444] ppid=10421 vsize=29940 CPUtime=3598.59
/proc/10444/stat : 10444 (minisat-inc) R 10421 10421 8171 0 -1 4194304 7050 0 0 0 359849 10 0 0 25 0 1 0 5180294 30658560 6994 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/10444/statm: 7485 6994 79 151 0 7331 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 46812

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): 3614.21
CPU time (s): 3600.07
CPU user time (s): 3599.79
CPU system time (s): 0.278957
CPU usage (%): 99.6087
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.79
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27313
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1935
involuntary context switches= 47838

runsolver used 3.2985 second user time and 9.8885 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-23 04:41:52
IDJOB=1128227
IDBENCH=64989
IDSOLVER=367
FILE ID=node44/1128227-1216780912
PBS_JOBID= 7974247
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-40/normalized-kbtree-9-7-3-5-40-34_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128227-1216780912/watcher-1128227-1216780912 -o /tmp/evaluation-result-1128227-1216780912/solver-1128227-1216780912 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1128227-1216780912.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fcf21f6fdddde17df53c6dc764e5f399
RANDOM SEED=1140718585

node44.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.263
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.263
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:       1132360 kB
Buffers:         37144 kB
Cached:         722824 kB
SwapCached:          0 kB
Active:         443944 kB
Inactive:       405600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:         109960 kB
Slab:            59200 kB
Committed_AS:   905568 kB
PageTables:       1912 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= 66560 MiB
End job on node44 at 2008-07-23 05:42:08