Trace number 1127915

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.13 3621.01

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-60/
normalized-kbtree-5-2-4-5-60-34_ext.xml
MD5SUMec5816e66f88719aa6ff3ceb4e48dc3e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints39
Best CPU time to get the best result obtained on this benchmark8.15176
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
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.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Wed Jul 23 03:48:10 2008
0.05/0.08	c 0	PID 3924
0.05/0.08	c 0	HOST node42.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1127915-1216777690.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127915-1216777690.xml' 'HOME/temp.csp'
0.06/0.53	c 1	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.52/0.64	c 1	Parsing HOME/temp.csp
0.52/0.78	c 1	parsed 485 expressions
0.52/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.79	c 1	MAX CSP: 211 constraints
0.52/0.79	c 1	Converting to clausal form CSP
0.52/0.82	c 1	converted 70 (10%) expressions
0.52/0.82	c 1	converted 140 (20%) expressions
0.52/0.82	c 1	converted 210 (30%) expressions
0.52/0.83	c 1	converted 280 (40%) expressions
0.52/0.84	c 1	converted 350 (50%) expressions
0.52/0.85	c 1	converted 420 (60%) expressions
0.52/0.86	c 1	converted 490 (70%) expressions
0.52/0.86	c 1	converted 560 (80%) expressions
0.52/0.86	c 1	converted 630 (90%) expressions
0.94/1.01	c 1	converted 699 (100%) expressions
0.94/1.01	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.94/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.01	c 1	Propagation in CSP
0.94/1.03	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.03	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.94/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.04	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.94/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.07	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.94/1.07	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.94/1.07	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.94/1.08	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.94/1.08	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.94/1.08	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.94/1.08	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.94/1.08	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.94/1.09	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.94/1.09	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.04/1.12	c 1	64 (10%) CSP clauses are encoded (3348 clauses, 43677 bytes)
1.04/1.14	c 1	127 (20%) CSP clauses are encoded (3787 clauses, 51154 bytes)
1.04/1.14	c 1	190 (30%) CSP clauses are encoded (4241 clauses, 59770 bytes)
1.04/1.16	c 1	253 (40%) CSP clauses are encoded (4777 clauses, 67860 bytes)
1.04/1.17	c 1	316 (50%) CSP clauses are encoded (7762 clauses, 112067 bytes)
1.04/1.17	c 1	380 (60%) CSP clauses are encoded (8806 clauses, 129280 bytes)
1.04/1.19	c 1	443 (70%) CSP clauses are encoded (17085 clauses, 273330 bytes)
1.04/1.19	c 1	506 (80%) CSP clauses are encoded (18214 clauses, 292342 bytes)
1.14/1.21	c 1	569 (90%) CSP clauses are encoded (27661 clauses, 454473 bytes)
1.14/1.28	c 1	632 (100%) CSP clauses are encoded (65343 clauses, 1141658 bytes)
1.14/1.28	c 1	632 CSP clauses encoded
1.14/1.28	c 1	Writing map file : HOME/temp.map
1.14/1.29	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.29	c 1	SAT : 3374 SAT variables, 65343 SAT clauses, 1141658 bytes
1.14/1.29	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.30	c 1	OBJECTIVE minimize _COST
1.14/1.30	c 1	SOLVING HOME/temp.cnf
1.14/1.30	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.27/1.30	c 1	This is MiniSat 2.0 beta incremental
1.27/1.30	c 1	WARNING: for repeatability, setting FPU to use double precision
1.27/1.30	c 1	============================[ Problem Statistics ]=============================
1.27/1.30	c 1	|                                                                             |
1.27/1.30	c 1	|  Number of variables:  3374                                                 |
1.27/1.30	c 1	|  Number of clauses:    65343                                                |
1.27/1.33	c 1	|  Parsing time:         0.03         s                                       |
1.27/1.33	c 1	OK
1.27/1.33	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.27/1.33	c 1	SEARCHING: _COST <= 106
1.27/1.33	c 1	============================[ Search Statistics ]==============================
1.27/1.33	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.33	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.33	c 1	===============================================================================
1.27/1.33	c 1	|         0 |    3374    65343   188512 |    21781        0    nan |  0.000 % |
1.27/1.35	c 1	|       100 |    3367    65343   188512 |    23959       99     27 |  0.274 % |
1.27/1.36	c 1	===============================================================================
1.27/1.36	c 1	restarts              : 2
1.27/1.36	c 1	conflicts             : 101           (1837 /sec)
1.27/1.36	c 1	decisions             : 557           (0.72 % random) (10129 /sec)
1.27/1.36	c 1	propagations          : 40553          (737448 /sec)
1.27/1.36	c 1	conflict literals     : 2654           (22.49 % deleted)
1.27/1.36	c 1	Memory used           : 4.75 MB
1.27/1.36	c 1	CPU time              : 0.054991 s
1.27/1.36	c 1	
1.27/1.36	c 1	SATISFIABLE
1.27/1.36	c 1	OK
1.27/1.36	c 1	FOUND: _COST <= 106
1.27/1.36	s SATISFIABLE
1.27/1.36	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.27/1.36	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.27/1.44	c 2	Decoding HOME/temp.out
1.27/1.50	c 2	OBJECTIVE _COST 106
1.27/1.50	o 106
1.27/1.50	v 0 4 4 0 3 4 1 2 1 3 3 0 0 4 0 1 1 4 3 0 3 0 2 4 3 4 4 3 0 2 4 0 1 3 4 4 4 4 3 4 4 3 4 4 4 4 3 4 2 2 4 2 1 4 3 3 4 1 2 2 0 0
1.27/1.51	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.27/1.52	c 2	OK
1.27/1.52	c 2	OBJECTIVE BOUND: 0 <= _COST <= 106
1.27/1.52	c 2	SEARCHING: _COST <= 53
1.27/1.53	c 2	============================[ Search Statistics ]==============================
1.27/1.54	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.54	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.54	c 2	===============================================================================
1.27/1.54	c 2	|       101 |    3365    65343   188512 |    21781      100     27 |  0.274 % |
1.27/1.54	c 2	|       201 |    3364    65343   188512 |    23959      200     20 | 25.167 % |
1.27/1.55	c 2	|       352 |    3364    65343   188512 |    26355      351     22 | 25.167 % |
1.27/1.57	c 2	|       581 |    3364    65343   188512 |    28990      580     21 | 25.167 % |
1.41/1.61	c 2	|       920 |    3364    65343   188512 |    31889      919     21 | 25.167 % |
1.41/1.66	c 2	|      1427 |    2525    42651   122884 |    35078     1426     21 | 25.167 % |
1.41/1.73	c 2	|      2187 |    2525    42651   122884 |    38586     2186     22 | 25.167 % |
1.41/1.87	c 2	|      3326 |    2525    42651   122884 |    42445     3325     23 | 25.167 % |
1.41/2.03	c 2	|      5034 |    2525    42651   122884 |    46689     5033     22 | 25.167 % |
2.23/2.38	c 2	|      7597 |    2525    42651   122884 |    51358     7596     25 | 25.167 % |
2.83/2.91	c 3	|     11441 |    2525    42651   122884 |    56494    11440     26 | 25.167 % |
3.73/3.83	c 4	|     17207 |    2525    42651   122884 |    62143    17206     28 | 25.167 % |
5.42/5.51	c 6	|     25856 |    2525    42651   122884 |    68358    25855     29 | 25.167 % |
9.20/9.31	c 9	|     38833 |    2525    42651   122884 |    75193    38832     31 | 25.167 % |
17.46/17.68	c 18	|     58294 |    2525    42651   122884 |    82713    58293     31 | 25.167 % |
31.78/32.06	c 32	|     87486 |    2525    42651   122884 |    90984    16684     36 | 25.167 % |
48.50/48.88	c 49	|    131277 |    2525    42651   122884 |   100083    60475     35 | 25.167 % |
83.73/84.24	c 84	|    196961 |    2525    42651   122884 |   110091    38532     32 | 25.167 % |
91.39/91.94	c 92	===============================================================================
91.39/91.94	c 92	restarts              : 20
91.39/91.94	c 92	conflicts             : 218948        (2433 /sec)
91.39/91.94	c 92	decisions             : 251583        (0.62 % random) (2796 /sec)
91.39/91.94	c 92	propagations          : 45300451       (503437 /sec)
91.39/91.94	c 92	conflict literals     : 7278244        (26.42 % deleted)
91.39/91.94	c 92	Memory used           : 22.80 MB
91.39/91.94	c 92	CPU time              : 89.9823 s
91.39/91.94	c 92	
91.39/91.94	c 92	SATISFIABLE
91.39/91.95	c 92	OK
91.39/91.95	c 92	FOUND: _COST <= 53
91.39/91.95	c 92	DECODING HOME/temp.out WITH HOME/temp.map
91.39/91.95	c 92	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
91.44/92.04	c 92	Decoding HOME/temp.out
91.44/92.11	c 92	OBJECTIVE _COST 53
91.44/92.11	o 53
91.44/92.11	v 0 2 4 2 0 4 4 2 1 4 3 2 0 4 0 1 1 4 3 0 3 4 1 0 2 2 4 0 3 3 0 4 2 3 4 3 2 0 4 3 1 3 1 4 0 2 3 4 0 2 3 4 4 4 2 1 4 0 2 2 1 0
91.44/92.13	c 92	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
91.44/92.19	c 92	OK
91.44/92.19	c 92	OBJECTIVE BOUND: 0 <= _COST <= 53
91.44/92.19	c 92	SEARCHING: _COST <= 26
91.44/92.19	c 92	============================[ Search Statistics ]==============================
91.44/92.19	c 92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
91.44/92.19	c 92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
91.44/92.19	c 92	===============================================================================
91.44/92.19	c 92	|    218948 |    2047    28709    82439 |     9569    60519     31 | 25.167 % |
91.85/92.42	c 93	|    219048 |    2047    28709    82439 |    10526     6819     29 | 39.333 % |
91.85/92.44	c 93	|    219198 |    2047    28709    82439 |    11579     6969     29 | 39.333 % |
91.85/92.47	c 93	|    219423 |    2047    28709    82439 |    12737     7194     29 | 39.333 % |
91.95/92.51	c 93	|    219761 |    2047    28709    82439 |    14010     7532     28 | 39.333 % |
91.95/92.57	c 93	|    220268 |    2047    28709    82439 |    15412     8039     27 | 39.333 % |
92.05/92.67	c 93	|    221027 |    2047    28709    82439 |    16953     8798     26 | 39.333 % |
92.25/92.80	c 93	|    222166 |    2047    28709    82439 |    18648     9937     26 | 39.333 % |
92.45/93.01	c 93	|    223874 |    2047    28709    82439 |    20513    11645     24 | 39.333 % |
92.75/93.38	c 94	|    226438 |    2047    28709    82439 |    22564    14209     23 | 39.333 % |
93.44/94.06	c 94	|    230282 |    2047    28709    82439 |    24821    18053     22 | 39.333 % |
94.64/95.20	c 95	|    236049 |    2047    28709    82439 |    27303    23820     21 | 39.333 % |
96.53/97.15	c 97	|    244698 |    2047    28709    82439 |    30033    15146     17 | 39.333 % |
99.52/100.11	c 100	|    257672 |    2047    28709    82439 |    33037    28120     17 | 39.333 % |
105.00/105.66	c 106	|    277133 |    2047    28709    82439 |    36340    26532     17 | 39.333 % |
113.06/113.72	c 114	|    306327 |    2047    28709    82439 |    39974    31498     17 | 39.333 % |
125.51/126.25	c 126	|    350117 |    2047    28709    82439 |    43972    19417     19 | 39.333 % |
145.03/145.86	c 146	|    415802 |    2047    28709    82439 |    48369    23740     17 | 39.333 % |
177.00/177.96	c 178	|    514330 |    2047    28709    82439 |    53206    14487     18 | 39.333 % |
226.10/227.23	c 227	|    662120 |    2047    28709    82439 |    58527    40081     21 | 39.333 % |
303.08/304.50	c 305	|    883805 |    2047    28709    82439 |    64379    30234     23 | 39.333 % |
427.27/429.21	c 429	|   1216331 |    2047    28709    82439 |    70817    55512     20 | 39.333 % |
643.58/646.43	c 647	|   1715119 |    2047    28709    82439 |    77899    40077     21 | 39.333 % |
991.02/997.46	c 998	|   2463302 |    2047    28709    82439 |    85689    18162     22 | 39.333 % |
1564.55/1575.47	c 1576	|   3585576 |    2047    28709    82439 |    94258    57913     24 | 39.333 % |
2533.57/2549.23	c 2549	|   5268988 |    2047    28709    82439 |   103684    66029     26 | 39.333 % |
3600.09/3621.01	c 3621	CPU 3599.79 (0.06 0.02 3599.73 0.3)
3600.09/3621.01	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	51	160
51 unsatisfied constraints, 160 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-1127915-1216777690/watcher-1127915-1216777690 -o /tmp/evaluation-result-1127915-1216777690/solver-1127915-1216777690 -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-1127915-1216777690.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: 1.93 1.98 1.92 4/80 3924
/proc/meminfo: memFree=1569072/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=12268 CPUtime=0
/proc/3924/stat : 3924 (sugar++) R 3922 3924 3733 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4857982 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 259415308901 0 0 4224 0 0 0 0 17 1 0 0
/proc/3924/statm: 3067 316 241 3 0 167 0

[startup+0.0686171 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 3924
/proc/meminfo: memFree=1569072/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16344 CPUtime=0.05
/proc/3924/stat : 3924 (sugar++) R 3922 3924 3733 0 -1 4194304 982 0 0 0 4 1 0 0 18 0 1 0 4857982 16736256 950 996147200 4194304 4206940 548682068528 18446744073709551615 259434783598 0 0 4224 0 0 0 0 17 1 0 0
/proc/3924/statm: 4086 950 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101403 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 3924
/proc/meminfo: memFree=1569072/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16740 CPUtime=0.06
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4857982 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30144 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 3924
/proc/meminfo: memFree=1569072/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16740 CPUtime=0.06
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4857982 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701518 s]
/proc/loadavg: 1.93 1.98 1.92 4/80 3924
/proc/meminfo: memFree=1569072/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16740 CPUtime=0.52
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1296 4568 0 1 5 1 43 3 16 0 1 0 4857982 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16740

[startup+1.50167 s]
/proc/loadavg: 1.93 1.98 1.92 3/91 3946
/proc/meminfo: memFree=1554456/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.27
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1532 11251 0 2 6 2 110 9 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 16872

[startup+3.10197 s]
/proc/loadavg: 1.93 1.98 1.92 3/82 3957
/proc/meminfo: memFree=1560480/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.41
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1550 15017 0 3 6 2 122 11 15 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=6180 CPUtime=1.62
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 1460 0 0 0 162 0 0 0 25 0 1 0 4858112 6328320 1407 996147200 134512640 135134323 4294956192 18446744073709551615 134529375 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 1545 1407 80 151 0 1391 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 23052

[startup+6.30159 s]
/proc/loadavg: 1.93 1.98 1.92 3/82 3957
/proc/meminfo: memFree=1557280/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.41
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1550 15017 0 3 6 2 122 11 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=8856 CPUtime=4.8
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 2134 0 0 0 479 1 0 0 25 0 1 0 4858112 9068544 2081 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 2214 2081 80 151 0 2060 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 25728

[startup+12.7018 s]
/proc/loadavg: 1.94 1.98 1.92 3/82 3957
/proc/meminfo: memFree=1553568/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.41
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1550 15017 0 3 6 2 122 11 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=12108 CPUtime=11.18
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 2929 0 0 0 1116 2 0 0 25 0 1 0 4858112 12398592 2876 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 3027 2876 80 151 0 2873 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 28980

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.92 3/82 3957
/proc/meminfo: memFree=1548512/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.41
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1550 15017 0 3 6 2 122 11 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=16872 CPUtime=23.91
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 4138 0 0 0 2388 3 0 0 25 0 1 0 4858112 17276928 4085 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 4218 4085 80 151 0 4064 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 33744

[startup+51.1011 s]
/proc/loadavg: 2.31 2.06 1.95 3/82 3957
/proc/meminfo: memFree=1497632/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.41
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1550 15017 0 3 6 2 122 11 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=18752 CPUtime=49.38
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 4584 0 0 0 4935 3 0 0 25 0 1 0 4858112 19202048 4531 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 4688 4531 80 151 0 4534 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 35624

[startup+102.306 s]
/proc/loadavg: 2.39 2.13 1.97 4/82 3967
/proc/meminfo: memFree=1488800/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=23348 CPUtime=100.12
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 5692 0 0 0 10007 5 0 0 25 0 1 0 4858112 23908352 5637 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 0 0 0
/proc/3947/statm: 5837 5637 80 151 0 5683 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 40220

[startup+162.301 s]
/proc/loadavg: 2.48 2.20 2.01 3/82 3967
/proc/meminfo: memFree=1488672/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=23348 CPUtime=159.88
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 5693 0 0 0 15982 6 0 0 25 0 1 0 4858112 23908352 5638 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/3947/statm: 5837 5638 80 151 0 5683 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 40220

[startup+222.303 s]
/proc/loadavg: 2.73 2.32 2.06 4/82 3967
/proc/meminfo: memFree=1488672/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=23348 CPUtime=219.63
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 5715 0 0 0 21957 6 0 0 25 0 1 0 4858112 23908352 5660 996147200 134512640 135134323 4294956192 18446744073709551615 134532195 0 0 4096 3 0 0 0 17 0 0 0
/proc/3947/statm: 5837 5660 80 151 0 5683 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 40220

[startup+282.301 s]
/proc/loadavg: 2.73 2.39 2.10 4/82 3967
/proc/meminfo: memFree=1488672/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=23524 CPUtime=279.38
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 5730 0 0 0 27932 6 0 0 25 0 1 0 4858112 24088576 5675 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/3947/statm: 5881 5675 80 151 0 5727 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 40396

[startup+342.302 s]
/proc/loadavg: 2.78 2.46 2.14 4/82 3967
/proc/meminfo: memFree=1488416/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=23812 CPUtime=339.13
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 5791 0 0 0 33907 6 0 0 25 0 1 0 4858112 24383488 5736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3947/statm: 5953 5736 80 151 0 5799 0
Current children cumulated CPU time (s) 340.72
Current children cumulated vsize (KiB) 40684

[startup+402.301 s]
/proc/loadavg: 2.44 2.42 2.14 3/82 3967
/proc/meminfo: memFree=1488224/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=23988 CPUtime=398.9
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 5832 0 0 0 39883 7 0 0 25 0 1 0 4858112 24563712 5777 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3947/statm: 5997 5777 80 151 0 5843 0
Current children cumulated CPU time (s) 400.49
Current children cumulated vsize (KiB) 40860

[startup+462.302 s]
/proc/loadavg: 2.60 2.46 2.17 5/82 3967
/proc/meminfo: memFree=1488096/2055920 swapFree=4192956/4192956

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

[pid=3947] ppid=3924 vsize=34544 CPUtime=2843.53
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8142 0 0 0 284339 14 0 0 25 0 1 0 4858112 35373056 8087 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 8636 8087 80 151 0 8482 0
Current children cumulated CPU time (s) 2845.12
Current children cumulated vsize (KiB) 51416

[startup+2922.3 s]
/proc/loadavg: 2.67 2.66 2.63 3/82 4483
/proc/meminfo: memFree=1420768/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=35808 CPUtime=2903.24
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8444 0 0 0 290310 14 0 0 25 0 1 0 4858112 36667392 8389 996147200 134512640 135134323 4294956192 18446744073709551615 134524678 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 8952 8389 80 151 0 8798 0
Current children cumulated CPU time (s) 2904.83
Current children cumulated vsize (KiB) 52680

[startup+2982.3 s]
/proc/loadavg: 2.74 2.68 2.64 3/82 4483
/proc/meminfo: memFree=1420512/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36052 CPUtime=2962.94
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8489 0 0 0 296280 14 0 0 25 0 1 0 4858112 36917248 8434 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9013 8434 80 151 0 8859 0
Current children cumulated CPU time (s) 2964.53
Current children cumulated vsize (KiB) 52924

[startup+3042.3 s]
/proc/loadavg: 2.77 2.69 2.64 3/82 4483
/proc/meminfo: memFree=1420576/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36052 CPUtime=3022.64
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8489 0 0 0 302250 14 0 0 25 0 1 0 4858112 36917248 8434 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9013 8434 80 151 0 8859 0
Current children cumulated CPU time (s) 3024.23
Current children cumulated vsize (KiB) 52924

[startup+3102.3 s]
/proc/loadavg: 2.76 2.70 2.64 3/82 4483
/proc/meminfo: memFree=1420256/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36216 CPUtime=3082.35
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8551 0 0 0 308221 14 0 0 25 0 1 0 4858112 37085184 8496 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9054 8496 80 151 0 8900 0
Current children cumulated CPU time (s) 3083.94
Current children cumulated vsize (KiB) 53088

[startup+3162.3 s]
/proc/loadavg: 2.76 2.72 2.65 3/82 4483
/proc/meminfo: memFree=1420064/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36380 CPUtime=3142.05
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8594 0 0 0 314191 14 0 0 25 0 1 0 4858112 37253120 8539 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9095 8539 80 151 0 8941 0
Current children cumulated CPU time (s) 3143.64
Current children cumulated vsize (KiB) 53252

[startup+3222.3 s]
/proc/loadavg: 2.64 2.69 2.64 3/82 4483
/proc/meminfo: memFree=1419872/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36544 CPUtime=3201.76
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8636 0 0 0 320162 14 0 0 25 0 1 0 4858112 37421056 8581 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9136 8581 80 151 0 8982 0
Current children cumulated CPU time (s) 3203.35
Current children cumulated vsize (KiB) 53416

[startup+3282.3 s]
/proc/loadavg: 2.82 2.73 2.65 3/82 4483
/proc/meminfo: memFree=1419808/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36624 CPUtime=3261.47
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8647 0 0 0 326133 14 0 0 25 0 1 0 4858112 37502976 8592 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9156 8592 80 151 0 9002 0
Current children cumulated CPU time (s) 3263.06
Current children cumulated vsize (KiB) 53496

[startup+3342.3 s]
/proc/loadavg: 2.75 2.72 2.65 3/82 4483
/proc/meminfo: memFree=1419680/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36840 CPUtime=3321.17
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8674 0 0 0 332103 14 0 0 25 0 1 0 4858112 37724160 8619 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9210 8619 80 151 0 9056 0
Current children cumulated CPU time (s) 3322.76
Current children cumulated vsize (KiB) 53712

[startup+3402.31 s]
/proc/loadavg: 2.53 2.67 2.63 3/82 4483
/proc/meminfo: memFree=1419616/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36840 CPUtime=3380.88
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8674 0 0 0 338074 14 0 0 25 0 1 0 4858112 37724160 8619 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9210 8619 80 151 0 9056 0
Current children cumulated CPU time (s) 3382.47
Current children cumulated vsize (KiB) 53712

[startup+3462.3 s]
/proc/loadavg: 2.69 2.68 2.64 3/82 4483
/proc/meminfo: memFree=1419488/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36840 CPUtime=3440.58
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8694 0 0 0 344044 14 0 0 25 0 1 0 4858112 37724160 8639 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9210 8639 80 151 0 9056 0
Current children cumulated CPU time (s) 3442.17
Current children cumulated vsize (KiB) 53712

[startup+3522.3 s]
/proc/loadavg: 2.82 2.71 2.65 3/82 4483
/proc/meminfo: memFree=1419424/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=36840 CPUtime=3500.28
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8694 0 0 0 350014 14 0 0 25 0 1 0 4858112 37724160 8639 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9210 8639 80 151 0 9056 0
Current children cumulated CPU time (s) 3501.87
Current children cumulated vsize (KiB) 53712

[startup+3582.3 s]
/proc/loadavg: 2.78 2.71 2.65 3/82 4483
/proc/meminfo: memFree=1419296/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=37052 CPUtime=3559.99
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8725 0 0 0 355985 14 0 0 25 0 1 0 4858112 37941248 8670 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9263 8670 80 151 0 9109 0
Current children cumulated CPU time (s) 3561.58
Current children cumulated vsize (KiB) 53924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621 s]
/proc/loadavg: 2.92 2.75 2.66 3/82 4483
/proc/meminfo: memFree=1419168/2055920 swapFree=4192956/4192956
[pid=3924] ppid=3922 vsize=16872 CPUtime=1.59
/proc/3924/stat : 3924 (sugar++) S 3922 3924 3733 0 -1 4194304 1619 18790 0 4 6 2 137 14 16 0 1 0 4857982 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3924/statm: 4218 1118 414 3 0 797 0
[pid=3947] ppid=3924 vsize=37212 CPUtime=3598.5
/proc/3947/stat : 3947 (minisat-inc) R 3924 3924 3733 0 -1 4194304 8767 0 0 0 359836 14 0 0 25 0 1 0 4858112 38105088 8712 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 1 0 0
/proc/3947/statm: 9303 8712 80 151 0 9149 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 54084

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): 3621.01
CPU time (s): 3600.13
CPU user time (s): 3599.81
CPU system time (s): 0.328949
CPU usage (%): 99.4234
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.81
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29255
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= 2007
involuntary context switches= 62040

runsolver used 3.54646 second user time and 9.8985 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-23 03:48:10
IDJOB=1127915
IDBENCH=64350
IDSOLVER=367
FILE ID=node42/1127915-1216777690
PBS_JOBID= 7974189
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-60/normalized-kbtree-5-2-4-5-60-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-1127915-1216777690/watcher-1127915-1216777690 -o /tmp/evaluation-result-1127915-1216777690/solver-1127915-1216777690 -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-1127915-1216777690.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec5816e66f88719aa6ff3ceb4e48dc3e
RANDOM SEED=1806453698

node42.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.268
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	: 5931.00
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.268
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:       1569552 kB
Buffers:         28576 kB
Cached:         374188 kB
SwapCached:          0 kB
Active:         131440 kB
Inactive:       308096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:          57112 kB
Slab:            32248 kB
Committed_AS:   885668 kB
PageTables:       1820 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= 66556 MiB
End job on node42 at 2008-07-23 04:48:33