Trace number 1128235

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.12 3632.71

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-49_ext.xml
MD5SUMd644afef850492387bbe6e2fa96898fb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark1.43378
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.04/0.15	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.15	c 0	BEGIN Wed Jul 23 04:44:10 2008
0.04/0.15	c 0	PID 9024
0.04/0.15	c 0	HOST node43.alineos.net
0.04/0.15	c 0	CONVERTING HOME/instance-1128235-1216781050.xml TO HOME/temp.csp
0.04/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128235-1216781050.xml' 'HOME/temp.csp'
0.07/0.49	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.07/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.52	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.40/0.60	c 1	Parsing HOME/temp.csp
0.40/0.74	c 1	parsed 407 expressions
0.40/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.74	c 1	MAX CSP: 189 constraints
0.40/0.74	c 1	Converting to clausal form CSP
0.40/0.77	c 1	converted 60 (10%) expressions
0.40/0.77	c 1	converted 120 (20%) expressions
0.40/0.77	c 1	converted 180 (30%) expressions
0.40/0.78	c 1	converted 240 (40%) expressions
0.40/0.80	c 1	converted 300 (50%) expressions
0.40/0.80	c 1	converted 360 (60%) expressions
0.40/0.81	c 1	converted 420 (70%) expressions
0.40/0.81	c 1	converted 480 (80%) expressions
0.40/0.82	c 1	converted 540 (90%) expressions
0.40/0.97	c 1	converted 599 (100%) expressions
0.40/0.97	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.40/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.97	c 1	Propagation in CSP
0.40/0.99	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.99	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.40/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.99	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.40/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.85/1.03	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/1.03	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/1.03	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/1.03	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/1.03	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.85/1.04	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.85/1.04	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.85/1.04	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.85/1.05	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.85/1.05	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.85/1.08	c 1	57 (10%) CSP clauses are encoded (2831 clauses, 36494 bytes)
0.85/1.09	c 1	114 (20%) CSP clauses are encoded (3183 clauses, 42611 bytes)
0.85/1.10	c 1	170 (30%) CSP clauses are encoded (3520 clauses, 48435 bytes)
0.96/1.11	c 1	227 (40%) CSP clauses are encoded (3939 clauses, 54613 bytes)
0.96/1.12	c 1	283 (50%) CSP clauses are encoded (6435 clauses, 91456 bytes)
0.96/1.13	c 1	340 (60%) CSP clauses are encoded (7276 clauses, 103331 bytes)
0.96/1.14	c 1	397 (70%) CSP clauses are encoded (13953 clauses, 212954 bytes)
0.96/1.15	c 1	453 (80%) CSP clauses are encoded (14857 clauses, 228064 bytes)
0.96/1.19	c 1	510 (90%) CSP clauses are encoded (34526 clauses, 576676 bytes)
1.06/1.23	c 1	566 (100%) CSP clauses are encoded (52986 clauses, 912936 bytes)
1.06/1.23	c 1	566 CSP clauses encoded
1.06/1.23	c 1	Writing map file : HOME/temp.map
1.06/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.23	c 1	SAT : 2887 SAT variables, 52986 SAT clauses, 912936 bytes
1.06/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.26	c 1	OBJECTIVE minimize _COST
1.06/1.26	c 1	SOLVING HOME/temp.cnf
1.06/1.26	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.06/1.26	c 1	This is MiniSat 2.0 beta incremental
1.06/1.26	c 1	WARNING: for repeatability, setting FPU to use double precision
1.06/1.26	c 1	============================[ Problem Statistics ]=============================
1.06/1.26	c 1	|                                                                             |
1.06/1.26	c 1	|  Number of variables:  2887                                                 |
1.06/1.26	c 1	|  Number of clauses:    52986                                                |
1.06/1.29	c 1	|  Parsing time:         0.02         s                                       |
1.06/1.29	c 1	OK
1.06/1.29	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.06/1.29	c 1	SEARCHING: _COST <= 95
1.06/1.29	c 1	============================[ Search Statistics ]==============================
1.06/1.29	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.06/1.29	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.06/1.29	c 1	===============================================================================
1.06/1.29	c 1	|         0 |    2887    52986   152539 |    17662        0    nan |  0.000 % |
1.11/1.30	c 1	|       101 |    2885    52986   152539 |    19428      100     24 |  0.321 % |
1.11/1.31	c 1	===============================================================================
1.11/1.31	c 1	restarts              : 2
1.11/1.31	c 1	conflicts             : 102           (2488 /sec)
1.11/1.31	c 1	decisions             : 351           (0.28 % random) (8562 /sec)
1.11/1.31	c 1	propagations          : 24577          (599541 /sec)
1.11/1.31	c 1	conflict literals     : 2444           (17.35 % deleted)
1.11/1.31	c 1	Memory used           : 4.09 MB
1.11/1.31	c 1	CPU time              : 0.040993 s
1.11/1.31	c 1	
1.11/1.31	c 1	SATISFIABLE
1.11/1.31	c 1	OK
1.11/1.31	c 1	FOUND: _COST <= 95
1.11/1.31	s SATISFIABLE
1.11/1.31	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.11/1.31	c 1	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.11/1.39	c 2	Decoding HOME/temp.out
1.12/1.44	c 2	OBJECTIVE _COST 95
1.12/1.44	o 95
1.12/1.45	v 4 4 4 4 4 4 1 3 4 4 4 4 2 4 4 4 0 3 4 4 4 4 3 4 4 4 3 2
1.12/1.45	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.47	c 2	OK
1.12/1.47	c 2	OBJECTIVE BOUND: 0 <= _COST <= 95
1.12/1.47	c 2	SEARCHING: _COST <= 47
1.12/1.48	c 2	============================[ Search Statistics ]==============================
1.12/1.48	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.48	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.48	c 2	===============================================================================
1.12/1.48	c 2	|       102 |    2878    52986   152539 |    17662      101     24 |  0.321 % |
1.12/1.48	c 2	|       203 |    2878    52986   152539 |    19428      202     17 | 26.365 % |
1.12/1.49	c 2	|       353 |    2878    52986   152539 |    21371      352     15 | 26.365 % |
1.26/1.51	c 2	|       578 |    2878    52986   152539 |    23508      577     15 | 26.365 % |
1.26/1.54	c 2	|       916 |    2878    52986   152539 |    25858      915     16 | 26.365 % |
1.26/1.59	c 2	|      1422 |    2126    34560    99456 |    28444     1421     16 | 26.365 % |
1.26/1.66	c 2	|      2181 |    2126    34560    99456 |    31289     2180     20 | 26.365 % |
1.26/1.77	c 2	|      3321 |    2126    34560    99456 |    34418     3320     20 | 26.365 % |
1.26/1.78	c 2	===============================================================================
1.26/1.78	c 2	restarts              : 10
1.26/1.78	c 2	conflicts             : 3409          (9631 /sec)
1.26/1.78	c 2	decisions             : 4513          (0.62 % random) (12751 /sec)
1.26/1.78	c 2	propagations          : 691107         (1952578 /sec)
1.26/1.78	c 2	conflict literals     : 67243          (28.16 % deleted)
1.26/1.78	c 2	Memory used           : 4.22 MB
1.26/1.78	c 2	CPU time              : 0.353946 s
1.26/1.78	c 2	
1.26/1.78	c 2	SATISFIABLE
1.26/1.78	c 2	OK
1.26/1.78	c 2	FOUND: _COST <= 47
1.26/1.78	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.26/1.78	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.26/1.86	c 2	Decoding HOME/temp.out
1.26/1.92	c 2	OBJECTIVE _COST 47
1.26/1.92	o 47
1.26/1.92	v 0 4 2 4 4 4 4 0 0 4 4 3 3 1 1 3 0 4 4 4 2 0 4 3 2 4 3 1
1.26/1.93	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.26/1.95	c 2	OK
1.26/1.95	c 2	OBJECTIVE BOUND: 0 <= _COST <= 47
1.26/1.95	c 2	SEARCHING: _COST <= 23
1.26/1.95	c 2	============================[ Search Statistics ]==============================
1.26/1.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.96	c 2	===============================================================================
1.26/1.96	c 2	|      3409 |    1692    23060    66210 |     7686     3382     20 | 26.365 % |
1.26/1.96	c 2	|      3510 |    1692    23060    66210 |     8455     3483     19 | 41.396 % |
1.26/1.98	c 2	|      3660 |    1692    23060    66210 |     9300     3633     19 | 41.396 % |
1.40/2.00	c 2	|      3885 |    1692    23060    66210 |    10230     3858     19 | 41.396 % |
1.40/2.03	c 2	|      4224 |    1692    23060    66210 |    11254     4197     19 | 41.396 % |
1.40/2.09	c 2	|      4730 |    1692    23060    66210 |    12379     4703     19 | 41.396 % |
1.90/2.17	c 2	|      5489 |    1692    23060    66210 |    13617     5462     18 | 41.396 % |
2.00/2.29	c 2	|      6629 |    1692    23060    66210 |    14979     6602     18 | 41.396 % |
2.19/2.49	c 3	|      8338 |    1692    23060    66210 |    16477     8311     17 | 41.396 % |
2.59/2.81	c 3	|     10901 |    1692    23060    66210 |    18124    10874     17 | 41.396 % |
3.09/3.39	c 4	|     14745 |    1692    23060    66210 |    19937    14718     17 | 41.396 % |
3.97/4.27	c 4	|     20511 |    1692    23060    66210 |    21930    20484     18 | 41.396 % |
5.57/5.88	c 6	|     29160 |    1692    23060    66210 |    24124    17191     19 | 41.396 % |
8.14/8.41	c 9	|     42136 |    1692    23060    66210 |    26536    16397     19 | 41.396 % |
12.30/12.60	c 13	|     61597 |    1692    23060    66210 |    29190    19565     21 | 41.396 % |
18.84/19.28	c 19	|     90789 |    1692    23060    66210 |    32109    30233     20 | 41.396 % |
29.64/30.15	c 30	|    134580 |    1692    23060    66210 |    35320    32865     20 | 41.396 % |
46.78/47.41	c 48	|    200264 |    1692    23060    66210 |    38852    28813     19 | 41.396 % |
73.64/74.55	c 75	|    298791 |    1692    23060    66210 |    42737    21868     19 | 41.396 % |
114.46/115.70	c 116	|    446581 |    1692    23060    66210 |    47010    20066     21 | 41.396 % |
179.76/181.65	c 182	|    668264 |    1692    23060    66210 |    51712    33279     19 | 41.396 % |
284.14/286.91	c 287	|   1000790 |    1692    23060    66210 |    56883    17823     20 | 41.396 % |
444.22/448.50	c 449	|   1499578 |    1692    23060    66210 |    62571    32628     24 | 41.396 % |
718.18/724.83	c 725	|   2247760 |    1692    23060    66210 |    68828    31937     22 | 41.396 % |
1140.16/1150.61	c 1151	|   3370034 |    1692    23060    66210 |    75711    37531     22 | 41.396 % |
1830.22/1846.91	c 1847	|   5053448 |    1692    23060    66210 |    83282    45729     24 | 41.396 % |
2949.80/2976.62	c 2977	|   7578566 |    1692    23060    66210 |    91611    67506     26 | 41.396 % |
3600.08/3632.71	c 3633	CPU 3599.78 (0.06 0.03 3599.72 0.29)
3600.08/3632.71	c 3633	END Wed Jul 23 05:44:43 2008

Verifier Data (download as text)

OK	45	144
45 unsatisfied constraints, 144 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-1128235-1216781050/watcher-1128235-1216781050 -o /tmp/evaluation-result-1128235-1216781050/solver-1128235-1216781050 -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-1128235-1216781050.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: 3.20 3.30 3.25 4/80 9024
/proc/meminfo: memFree=1307576/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=12268 CPUtime=0
/proc/9024/stat : 9024 (sugar++) R 9022 9024 8079 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5193911 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 221954931301 0 0 4224 0 0 0 0 17 1 0 0
/proc/9024/statm: 3067 316 241 3 0 167 0

[startup+0.053394 s]
/proc/loadavg: 3.20 3.30 3.25 4/80 9024
/proc/meminfo: memFree=1307576/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=13336 CPUtime=0.02
/proc/9024/stat : 9024 (sugar++) D 9022 9024 8079 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 5193911 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/9024/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101396 s]
/proc/loadavg: 3.20 3.30 3.25 4/80 9024
/proc/meminfo: memFree=1307576/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=13600 CPUtime=0.04
/proc/9024/stat : 9024 (sugar++) R 9022 9024 8079 0 -1 4194304 782 0 0 0 3 1 0 0 18 0 1 0 5193911 13926400 750 996147200 4194304 4206940 548682068528 18446744073709551615 221968191906 0 0 4224 0 0 0 0 17 1 0 0
/proc/9024/statm: 3400 750 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301416 s]
/proc/loadavg: 3.20 3.30 3.25 4/80 9024
/proc/meminfo: memFree=1307576/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16740 CPUtime=0.07
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 5193911 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701451 s]
/proc/loadavg: 3.20 3.30 3.25 4/80 9024
/proc/meminfo: memFree=1307576/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16740 CPUtime=0.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1296 4425 0 1 5 2 30 3 16 0 1 0 5193911 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.50152 s]
/proc/loadavg: 3.20 3.30 3.25 4/91 9046
/proc/meminfo: memFree=1292760/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.26
/proc/9024/stat : 9024 (sugar++) R 9022 9024 8079 0 -1 4194304 1553 14822 0 3 6 3 107 10 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661266 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 16872

[startup+3.10166 s]
/proc/loadavg: 3.20 3.30 3.25 3/82 9067
/proc/meminfo: memFree=1299544/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 15 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=4908 CPUtime=1.49
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 1130 0 0 0 149 0 0 0 25 0 1 0 5194037 5025792 1074 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 1227 1074 80 151 0 1073 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 21780

[startup+6.30194 s]
/proc/loadavg: 3.10 3.28 3.25 3/82 9067
/proc/meminfo: memFree=1297944/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=6136 CPUtime=4.67
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 1456 0 0 0 466 1 0 0 25 0 1 0 5194037 6283264 1400 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 1534 1400 80 151 0 1380 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 23008

[startup+12.7025 s]
/proc/loadavg: 3.01 3.26 3.24 3/82 9067
/proc/meminfo: memFree=1296744/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=7236 CPUtime=11
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 1719 0 0 0 1099 1 0 0 25 0 1 0 5194037 7409664 1663 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 1809 1663 80 151 0 1655 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 24108

[startup+25.5016 s]
/proc/loadavg: 2.79 3.20 3.22 3/82 9067
/proc/meminfo: memFree=1295720/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=8500 CPUtime=23.68
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 1999 0 0 0 2367 1 0 0 25 0 1 0 5194037 8704000 1943 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 2125 1943 80 151 0 1971 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 25372

[startup+51.1019 s]
/proc/loadavg: 2.72 3.15 3.20 3/82 9067
/proc/meminfo: memFree=1246440/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=9340 CPUtime=49.05
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 2231 0 0 0 4903 2 0 0 25 0 1 0 5194037 9564160 2175 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 2335 2175 80 151 0 2181 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 26212

[startup+102.306 s]
/proc/loadavg: 2.77 3.09 3.18 4/82 9067
/proc/meminfo: memFree=1240296/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=10776 CPUtime=99.78
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 2557 0 0 0 9976 2 0 0 25 0 1 0 5194037 11034624 2501 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 2694 2501 80 151 0 2540 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 27648

[startup+162.302 s]
/proc/loadavg: 2.67 3.01 3.14 4/82 9067
/proc/meminfo: memFree=1239016/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=11972 CPUtime=159.24
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 2836 0 0 0 15921 3 0 0 25 0 1 0 5194037 12259328 2780 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 2993 2780 80 151 0 2839 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 28844

[startup+222.302 s]
/proc/loadavg: 2.62 2.94 3.11 4/82 9067
/proc/meminfo: memFree=1237992/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=12944 CPUtime=218.7
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 3083 0 0 0 21867 3 0 0 25 0 1 0 5194037 13254656 3027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 3236 3027 80 151 0 3082 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 29816

[startup+282.301 s]
/proc/loadavg: 2.63 2.88 3.08 3/82 9067
/proc/meminfo: memFree=1237352/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=13488 CPUtime=278.18
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 3223 0 0 0 27814 4 0 0 25 0 1 0 5194037 13811712 3167 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 3372 3167 80 151 0 3218 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 30360

[startup+342.301 s]
/proc/loadavg: 2.62 2.82 3.04 4/82 9067
/proc/meminfo: memFree=1236520/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=14248 CPUtime=337.64
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 3419 0 0 0 33760 4 0 0 25 0 1 0 5194037 14589952 3363 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 3562 3363 80 151 0 3408 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 31120

[startup+402.302 s]
/proc/loadavg: 2.73 2.81 3.02 4/82 9067
/proc/meminfo: memFree=1236072/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=14760 CPUtime=397.12
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 3513 0 0 0 39707 5 0 0 25 0 1 0 5194037 15114240 3457 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 3690 3457 80 151 0 3536 0
Current children cumulated CPU time (s) 398.52
Current children cumulated vsize (KiB) 31632

[startup+462.301 s]
/proc/loadavg: 2.66 2.78 2.99 3/82 9067
/proc/meminfo: memFree=1235176/2055920 swapFree=4192956/4192956

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

[pid=9047] ppid=9024 vsize=26148 CPUtime=2894.59
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6202 0 0 0 289447 12 0 0 25 0 1 0 5194037 26775552 6146 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6537 6146 80 151 0 6383 0
Current children cumulated CPU time (s) 2895.99
Current children cumulated vsize (KiB) 43020

[startup+2982.3 s]
/proc/loadavg: 2.78 2.66 2.66 4/82 9075
/proc/meminfo: memFree=1223720/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=26672 CPUtime=2954.05
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6299 0 0 0 295393 12 0 0 25 0 1 0 5194037 27312128 6243 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6668 6243 80 151 0 6514 0
Current children cumulated CPU time (s) 2955.45
Current children cumulated vsize (KiB) 43544

[startup+3042.3 s]
/proc/loadavg: 2.85 2.71 2.67 4/82 9075
/proc/meminfo: memFree=1223080/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=27436 CPUtime=3013.52
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6454 0 0 0 301340 12 0 0 25 0 1 0 5194037 28094464 6398 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6859 6398 80 151 0 6705 0
Current children cumulated CPU time (s) 3014.92
Current children cumulated vsize (KiB) 44308

[startup+3102.3 s]
/proc/loadavg: 2.61 2.66 2.66 4/82 9075
/proc/meminfo: memFree=1223016/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=27436 CPUtime=3072.98
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6458 0 0 0 307286 12 0 0 25 0 1 0 5194037 28094464 6402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6859 6402 80 151 0 6705 0
Current children cumulated CPU time (s) 3074.38
Current children cumulated vsize (KiB) 44308

[startup+3162.3 s]
/proc/loadavg: 2.70 2.68 2.66 3/82 9075
/proc/meminfo: memFree=1222952/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=27436 CPUtime=3132.46
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6469 0 0 0 313233 13 0 0 25 0 1 0 5194037 28094464 6413 996147200 134512640 135134323 4294956192 18446744073709551615 134528130 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6859 6413 80 151 0 6705 0
Current children cumulated CPU time (s) 3133.86
Current children cumulated vsize (KiB) 44308

[startup+3222.3 s]
/proc/loadavg: 2.53 2.64 2.64 3/82 9075
/proc/meminfo: memFree=1222696/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=27680 CPUtime=3191.93
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6525 0 0 0 319180 13 0 0 25 0 1 0 5194037 28344320 6469 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6920 6469 80 151 0 6766 0
Current children cumulated CPU time (s) 3193.33
Current children cumulated vsize (KiB) 44552

[startup+3282.3 s]
/proc/loadavg: 2.68 2.66 2.64 4/82 9075
/proc/meminfo: memFree=1222696/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=27680 CPUtime=3251.39
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6525 0 0 0 325126 13 0 0 25 0 1 0 5194037 28344320 6469 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6920 6469 80 151 0 6766 0
Current children cumulated CPU time (s) 3252.79
Current children cumulated vsize (KiB) 44552

[startup+3342.3 s]
/proc/loadavg: 2.63 2.64 2.64 4/82 9075
/proc/meminfo: memFree=1222760/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=27872 CPUtime=3310.86
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6543 0 0 0 331073 13 0 0 25 0 1 0 5194037 28540928 6487 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 6968 6487 80 151 0 6814 0
Current children cumulated CPU time (s) 3312.26
Current children cumulated vsize (KiB) 44744

[startup+3402.31 s]
/proc/loadavg: 2.49 2.61 2.62 4/82 9075
/proc/meminfo: memFree=1222504/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=28036 CPUtime=3370.32
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6587 0 0 0 337019 13 0 0 25 0 1 0 5194037 28708864 6531 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 7009 6531 80 151 0 6855 0
Current children cumulated CPU time (s) 3371.72
Current children cumulated vsize (KiB) 44908

[startup+3462.3 s]
/proc/loadavg: 2.64 2.63 2.63 4/82 9075
/proc/meminfo: memFree=1222312/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=28036 CPUtime=3429.79
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6587 0 0 0 342965 14 0 0 25 0 1 0 5194037 28708864 6531 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 7009 6531 80 151 0 6855 0
Current children cumulated CPU time (s) 3431.19
Current children cumulated vsize (KiB) 44908

[startup+3522.3 s]
/proc/loadavg: 2.60 2.62 2.63 4/82 9075
/proc/meminfo: memFree=1222376/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=28216 CPUtime=3489.26
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6622 0 0 0 348912 14 0 0 25 0 1 0 5194037 28893184 6566 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 7054 6566 80 151 0 6900 0
Current children cumulated CPU time (s) 3490.66
Current children cumulated vsize (KiB) 45088

[startup+3582.3 s]
/proc/loadavg: 2.70 2.64 2.64 4/82 9075
/proc/meminfo: memFree=1222120/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=28216 CPUtime=3548.72
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6649 0 0 0 354858 14 0 0 25 0 1 0 5194037 28893184 6593 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 7054 6593 80 151 0 6900 0
Current children cumulated CPU time (s) 3550.12
Current children cumulated vsize (KiB) 45088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.7 s]
/proc/loadavg: 2.64 2.63 2.63 3/82 9075
/proc/meminfo: memFree=1221672/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=28700 CPUtime=3598.68
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6742 0 0 0 359853 15 0 0 25 0 1 0 5194037 29388800 6686 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 7175 6686 80 151 0 7021 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 45572

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

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

[startup+3632.7 s]
/proc/loadavg: 2.64 2.63 2.63 3/82 9075
/proc/meminfo: memFree=1221672/2055920 swapFree=4192956/4192956
[pid=9024] ppid=9022 vsize=16872 CPUtime=1.4
/proc/9024/stat : 9024 (sugar++) S 9022 9024 8079 0 -1 4194304 1624 18567 0 4 6 3 118 13 16 0 1 0 5193911 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9024/statm: 4218 1119 414 3 0 797 0
[pid=9047] ppid=9024 vsize=28700 CPUtime=3598.68
/proc/9047/stat : 9047 (minisat-inc) R 9024 9024 8079 0 -1 4194304 6742 0 0 0 359853 15 0 0 25 0 1 0 5194037 29388800 6686 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/9047/statm: 7175 6686 80 151 0 7021 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 45572

Child status: 0
Real time (s): 3632.71
CPU time (s): 3600.12
CPU user time (s): 3599.79
CPU system time (s): 0.32795
CPU usage (%): 99.1028
Max. virtual memory (cumulated for all children) (KiB): 890436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.79
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27008
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= 2365
involuntary context switches= 80216

runsolver used 4.46632 second user time and 10.4474 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-23 04:44:10
IDJOB=1128235
IDBENCH=64994
IDSOLVER=367
FILE ID=node43/1128235-1216781050
PBS_JOBID= 7974172
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-49_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-1128235-1216781050/watcher-1128235-1216781050 -o /tmp/evaluation-result-1128235-1216781050/solver-1128235-1216781050 -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-1128235-1216781050.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d644afef850492387bbe6e2fa96898fb
RANDOM SEED=1908079351

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1308056 kB
Buffers:         33608 kB
Cached:         625584 kB
SwapCached:          0 kB
Active:         385776 kB
Inactive:       310352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308056 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:          57224 kB
Slab:            36896 kB
Committed_AS:   900600 kB
PageTables:       2016 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 node43 at 2008-07-23 05:44:43