Trace number 1128012

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+minisatMSAT (TO) 3600.12 3604.31

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-50/
normalized-kbtree-5-2-4-5-50-14_ext.xml
MD5SUM5640bc790593aafa78b5cce92d69dd6f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark7.27589
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:15:06 2008
0.00/0.04	c 0	PID 4835
0.03/0.04	c 0	HOST node8.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1128012-1216779306.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128012-1216779306.xml' 'HOME/temp.csp'
0.03/0.40	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/1.77	c 2	Parsing HOME/temp.csp
0.58/1.92	c 2	parsed 485 expressions
0.58/1.93	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/1.93	c 2	MAX CSP: 211 constraints
0.58/1.93	c 2	Converting to clausal form CSP
0.58/1.95	c 2	converted 70 (10%) expressions
0.58/1.96	c 2	converted 140 (20%) expressions
0.58/1.96	c 2	converted 210 (30%) expressions
0.58/1.97	c 2	converted 280 (40%) expressions
0.58/1.98	c 2	converted 350 (50%) expressions
0.58/1.99	c 2	converted 420 (60%) expressions
0.58/1.99	c 2	converted 490 (70%) expressions
0.67/2.00	c 2	converted 560 (80%) expressions
0.67/2.01	c 2	converted 630 (90%) expressions
0.78/2.14	c 2	converted 699 (100%) expressions
0.78/2.14	c 2	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.78/2.14	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/2.14	c 2	Propagation in CSP
0.78/2.16	c 2	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.78/2.16	c 2	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.78/2.16	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/2.16	c 2	Simplifing CSP by introducing new Boolean variables
0.78/2.16	c 2	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.78/2.16	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/2.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.78/2.20	c 2	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.78/2.20	c 2	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.88/2.20	c 2	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.88/2.20	c 2	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.88/2.21	c 2	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.88/2.21	c 2	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.88/2.21	c 2	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.88/2.21	c 2	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.88/2.21	c 2	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.88/2.22	c 2	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.88/2.25	c 2	64 (10%) CSP clauses are encoded (3305 clauses, 42980 bytes)
0.88/2.26	c 2	127 (20%) CSP clauses are encoded (3719 clauses, 50529 bytes)
0.88/2.27	c 2	190 (30%) CSP clauses are encoded (4137 clauses, 58770 bytes)
0.88/2.28	c 2	253 (40%) CSP clauses are encoded (4653 clauses, 66551 bytes)
0.88/2.29	c 2	316 (50%) CSP clauses are encoded (7638 clauses, 110758 bytes)
0.88/2.30	c 2	380 (60%) CSP clauses are encoded (8682 clauses, 127971 bytes)
0.97/2.31	c 2	443 (70%) CSP clauses are encoded (16961 clauses, 272021 bytes)
0.97/2.31	c 2	506 (80%) CSP clauses are encoded (18090 clauses, 291033 bytes)
0.97/2.33	c 2	569 (90%) CSP clauses are encoded (27537 clauses, 453164 bytes)
1.08/2.40	c 2	632 (100%) CSP clauses are encoded (65219 clauses, 1140349 bytes)
1.08/2.40	c 2	632 CSP clauses encoded
1.08/2.40	c 2	Writing map file : HOME/temp.map
1.08/2.41	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/2.41	c 2	SAT : 3374 SAT variables, 65219 SAT clauses, 1140349 bytes
1.08/2.41	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/2.45	c 2	OBJECTIVE minimize _COST
1.08/2.45	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.08/2.45	c 2	SEARCHING: _COST <= 106
1.08/2.45	c 2	SOLVING HOME/temp.cnf
1.08/2.45	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.08/2.47	c 2	This is MiniSat 2.0 beta
1.08/2.47	c 2	WARNING: for repeatability, setting FPU to use double precision
1.08/2.47	c 2	============================[ Problem Statistics ]=============================
1.08/2.47	c 2	|                                                                             |
1.08/2.47	c 2	|  Number of variables:  3374                                                 |
1.08/2.47	c 2	|  Number of clauses:    65220                                                |
1.10/2.50	c 2	|  Parsing time:         0.02         s                                       |
1.10/2.51	c 2	============================[ Search Statistics ]==============================
1.10/2.51	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/2.51	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/2.51	c 2	===============================================================================
1.10/2.51	c 2	|         0 |    2534    42665   123001 |    14221        0    nan |  0.000 % |
1.10/2.51	c 2	===============================================================================
1.10/2.52	c 2	restarts              : 1
1.10/2.52	c 2	conflicts             : 35             (833 /sec)
1.10/2.52	c 2	decisions             : 312            (0.32 % random) (7430 /sec)
1.10/2.52	c 2	propagations          : 9301           (221489 /sec)
1.10/2.52	c 2	conflict literals     : 388            (13.78 % deleted)
1.10/2.52	c 2	Memory used           : 4.60 MB
1.10/2.52	c 2	CPU time              : 0.041993 s
1.10/2.52	c 2	
1.10/2.52	c 2	SATISFIABLE
1.10/2.52	c 2	FOUND: _COST <= 106
1.10/2.52	s SATISFIABLE
1.10/2.52	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.10/2.52	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.14/3.03	c 3	Decoding HOME/temp.out
1.14/3.09	c 3	OBJECTIVE _COST 100
1.14/3.09	o 100
1.14/3.09	v 3 3 3 3 4 4 4 3 4 4 1 1 4 4 0 4 3 0 4 1 3 4 2 3 4 4 4 1 3 1 4 3 1 1 3 4 4 4 2 1 4 4 3 4 2 3 3 4 2 3 4 4 1 4 4 1 0 1 4 2 4 4
1.14/3.10	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/3.14	c 3	OBJECTIVE BOUND: 0 <= _COST <= 100
1.14/3.14	c 3	SEARCHING: _COST <= 50
1.14/3.14	c 3	SOLVING HOME/temp.cnf
1.14/3.14	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/3.15	c 3	This is MiniSat 2.0 beta
1.14/3.15	c 3	WARNING: for repeatability, setting FPU to use double precision
1.14/3.15	c 3	============================[ Problem Statistics ]=============================
1.14/3.15	c 3	|                                                                             |
1.14/3.15	c 3	|  Number of variables:  3374                                                 |
1.14/3.15	c 3	|  Number of clauses:    65220                                                |
1.14/3.18	c 3	|  Parsing time:         0.03         s                                       |
1.14/3.19	c 3	============================[ Search Statistics ]==============================
1.14/3.19	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/3.19	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/3.19	c 3	===============================================================================
1.14/3.19	c 3	|         0 |    2021    27423    78758 |     9141        0    nan |  0.000 % |
1.33/3.21	c 3	|       100 |    2021    27423    78758 |    10055      100     20 | 40.101 % |
1.33/3.21	c 3	===============================================================================
1.33/3.21	c 3	restarts              : 2
1.33/3.21	c 3	conflicts             : 190            (3519 /sec)
1.33/3.21	c 3	decisions             : 448            (0.89 % random) (8298 /sec)
1.33/3.21	c 3	propagations          : 37183          (688689 /sec)
1.33/3.21	c 3	conflict literals     : 3679           (13.50 % deleted)
1.33/3.21	c 3	Memory used           : 4.60 MB
1.33/3.21	c 3	CPU time              : 0.053991 s
1.33/3.21	c 3	
1.33/3.21	c 3	SATISFIABLE
1.33/3.22	c 3	FOUND: _COST <= 50
1.33/3.22	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.33/3.22	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.33/3.30	c 3	Decoding HOME/temp.out
1.38/3.35	c 3	OBJECTIVE _COST 50
1.38/3.35	o 50
1.38/3.35	v 0 3 1 3 4 2 2 1 4 4 4 3 4 4 3 2 3 0 0 1 3 3 1 4 1 2 4 3 0 2 2 4 3 3 4 4 4 3 0 0 4 4 1 0 0 3 3 3 4 4 3 4 3 3 4 3 3 1 3 4 3 4
1.38/3.36	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/3.42	c 3	OBJECTIVE BOUND: 0 <= _COST <= 50
1.38/3.42	c 3	SEARCHING: _COST <= 25
1.38/3.42	c 3	SOLVING HOME/temp.cnf
1.38/3.42	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.38/3.43	c 3	This is MiniSat 2.0 beta
1.38/3.43	c 3	WARNING: for repeatability, setting FPU to use double precision
1.38/3.43	c 3	============================[ Problem Statistics ]=============================
1.38/3.43	c 3	|                                                                             |
1.38/3.43	c 3	|  Number of variables:  3374                                                 |
1.38/3.43	c 3	|  Number of clauses:    65220                                                |
1.38/3.46	c 3	|  Parsing time:         0.03         s                                       |
1.38/3.48	c 3	============================[ Search Statistics ]==============================
1.38/3.48	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/3.48	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/3.48	c 3	===============================================================================
1.38/3.48	c 3	|         0 |    1711    16887    48055 |     5629        0    nan |  0.000 % |
1.38/3.49	c 3	|       100 |    1711    16887    48055 |     6191      100     16 | 49.289 % |
1.52/3.50	c 3	|       250 |    1711    16887    48055 |     6811      250     19 | 49.289 % |
1.52/3.52	c 3	|       476 |    1711    16887    48055 |     7492      476     20 | 49.289 % |
1.52/3.54	c 3	|       813 |    1711    16887    48055 |     8241      813     21 | 49.289 % |
1.52/3.59	c 4	|      1319 |    1711    16887    48055 |     9065     1319     22 | 49.289 % |
1.52/3.65	c 4	|      2078 |    1711    16887    48055 |     9972     2078     21 | 49.289 % |
1.52/3.76	c 4	|      3217 |    1711    16887    48055 |    10969     3217     22 | 49.289 % |
1.52/3.93	c 4	|      4928 |    1711    16887    48055 |    12066     4928     22 | 49.290 % |
1.52/4.24	c 4	|      7492 |    1711    16887    48055 |    13272     7492     22 | 49.289 % |
2.87/4.83	c 5	|     11336 |    1711    16887    48055 |    14600    11336     22 | 49.289 % |
3.87/5.85	c 6	|     17103 |    1711    16887    48055 |    16060     8642     23 | 49.289 % |
5.48/7.45	c 7	|     25752 |    1711    16887    48055 |    17666    17291     24 | 49.289 % |
8.17/10.10	c 10	|     38727 |    1711    16887    48055 |    19432    10158     22 | 49.289 % |
12.97/14.98	c 15	|     58188 |    1711    16887    48055 |    21376    18739     28 | 49.289 % |
21.57/23.56	c 23	|     87380 |    1711    16887    48055 |    23513    12351     29 | 49.289 % |
33.67/35.69	c 36	|    131169 |    1711    16887    48055 |    25865    15802     23 | 49.289 % |
51.76/53.78	c 54	|    196853 |    1711    16887    48055 |    28451    20516     22 | 49.289 % |
81.14/83.15	c 83	|    295379 |    1711    16887    48055 |    31296    17419     20 | 49.289 % |
127.42/129.49	c 129	|    443168 |    1711    16887    48055 |    34426    26382     24 | 49.289 % |
201.90/203.99	c 204	|    664851 |    1711    16887    48055 |    37869    19301     22 | 49.289 % |
318.45/320.52	c 320	|    997376 |    1711    16887    48055 |    41656    39777     25 | 49.289 % |
486.88/489.93	c 490	|   1496165 |    1711    16887    48055 |    45821    37424     23 | 49.289 % |
766.98/770.11	c 770	|   2244347 |    1711    16887    48055 |    50403    19930     26 | 49.289 % |
1247.89/1251.27	c 1251	|   3366621 |    1711    16887    48055 |    55444    19264     25 | 49.289 % |
1977.52/1981.13	c 1981	|   5050033 |    1711    16887    48055 |    60988    47662     31 | 49.289 % |
3132.86/3136.96	c 3137	|   7575149 |    1711    16887    48055 |    67087    46831     28 | 49.289 % |
3600.08/3604.31	sh: line 1:  4883 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.08/3604.31	c ERROR unknown output  in HOME/temp.out
3600.08/3604.31	c 3604	CPU 3599.73 (0.04 0.01 3599.69 0.36)
3600.08/3604.31	c 3604	END Wed Jul 23 05:15:10 2008

Verifier Data (download as text)

OK	42	169
42 unsatisfied constraints, 169 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-1128012-1216779306/watcher-1128012-1216779306 -o /tmp/evaluation-result-1128012-1216779306/solver-1128012-1216779306 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128012-1216779306.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.52 2.60 2.56 5/81 4835
/proc/meminfo: memFree=1502688/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=12268 CPUtime=0
/proc/4835/stat : 4835 (sugar) R 4833 4835 3969 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5022701 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 228706712165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4835/statm: 3067 316 241 3 0 167 0

[startup+0.0467971 s]
/proc/loadavg: 2.52 2.60 2.56 5/81 4835
/proc/meminfo: memFree=1502688/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.03
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 5022701 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10162 s]
/proc/loadavg: 2.52 2.60 2.56 5/81 4835
/proc/meminfo: memFree=1502688/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.03
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5022701 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301642 s]
/proc/loadavg: 2.52 2.60 2.56 5/81 4835
/proc/meminfo: memFree=1502688/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.03
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5022701 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70167 s]
/proc/loadavg: 2.52 2.60 2.56 5/81 4835
/proc/meminfo: memFree=1502688/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.37
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 957 4568 0 1 3 0 32 2 16 0 1 0 5022701 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 2.52 2.60 2.56 4/85 4850
/proc/meminfo: memFree=1499192/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.37
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 957 4568 0 1 3 0 32 2 16 0 1 0 5022701 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 3969 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5022747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=859184 CPUtime=0.03
/proc/4849/stat : 4849 (java) S 4848 4835 3969 0 -1 0 1475 0 1 0 1 2 0 0 20 0 3 0 5022748 879804416 1164 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4849/statm: 214796 1164 679 9 0 209775 0
[pid=4849/tid=4850] ppid=4848 vsize=859184 CPUtime=0.02
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 3969 0 -1 64 797 0 1 0 1 1 0 0 23 0 3 0 5022749 879804416 1164 996147200 134512640 134550740 4294955936 18446744073709551615 103779072 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 878140

[startup+3.1019 s]
/proc/loadavg: 2.56 2.60 2.56 5/92 4857
/proc/meminfo: memFree=1491776/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.14
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1127 12621 0 2 3 0 102 9 15 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13600

[startup+6.30221 s]
/proc/loadavg: 2.56 2.60 2.56 3/84 4883
/proc/meminfo: memFree=1494400/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=5764 CPUtime=2.85
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 1319 0 0 0 285 0 0 0 25 0 1 0 5023045 5902336 1305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 1441 1305 75 150 0 1288 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 24720

[startup+12.7018 s]
/proc/loadavg: 2.54 2.60 2.56 3/84 4883
/proc/meminfo: memFree=1493376/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=6868 CPUtime=9.25
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 1605 0 0 0 924 1 0 0 25 0 1 0 5023045 7032832 1591 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 1717 1591 75 150 0 1564 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 25824

[startup+25.501 s]
/proc/loadavg: 2.53 2.59 2.56 3/84 4883
/proc/meminfo: memFree=1491840/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=8204 CPUtime=22.05
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 1943 0 0 0 2204 1 0 0 25 0 1 0 5023045 8400896 1929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 2051 1929 75 150 0 1898 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 27160

[startup+51.1025 s]
/proc/loadavg: 2.48 2.58 2.55 3/84 4883
/proc/meminfo: memFree=1491392/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=8772 CPUtime=47.64
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 2069 0 0 0 4763 1 0 0 25 0 1 0 5023045 8982528 2055 996147200 134512640 135127466 4294956256 18446744073709551615 134710540 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 2193 2055 75 150 0 2040 0
Current children cumulated CPU time (s) 49.16
Current children cumulated vsize (KiB) 27728

[startup+102.306 s]
/proc/loadavg: 2.57 2.58 2.55 3/84 4883
/proc/meminfo: memFree=1489216/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=10956 CPUtime=98.82
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 2583 0 0 0 9881 1 0 0 25 0 1 0 5023045 11218944 2569 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 2739 2569 75 150 0 2586 0
Current children cumulated CPU time (s) 100.34
Current children cumulated vsize (KiB) 29912

[startup+162.302 s]
/proc/loadavg: 2.74 2.63 2.57 3/84 4883
/proc/meminfo: memFree=1488256/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=11820 CPUtime=158.8
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 2803 0 0 0 15878 2 0 0 25 0 1 0 5023045 12103680 2789 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 2955 2789 75 150 0 2802 0
Current children cumulated CPU time (s) 160.32
Current children cumulated vsize (KiB) 30776

[startup+222.302 s]
/proc/loadavg: 2.62 2.62 2.56 3/84 4883
/proc/meminfo: memFree=1487616/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=12488 CPUtime=218.77
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 2970 0 0 0 21875 2 0 0 25 0 1 0 5023045 12787712 2956 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 3122 2956 75 150 0 2969 0
Current children cumulated CPU time (s) 220.29
Current children cumulated vsize (KiB) 31444

[startup+282.301 s]
/proc/loadavg: 2.67 2.63 2.57 3/84 4885
/proc/meminfo: memFree=1486464/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=13484 CPUtime=278.75
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 3212 0 0 0 27873 2 0 0 25 0 1 0 5023045 13807616 3198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 3371 3198 75 150 0 3218 0
Current children cumulated CPU time (s) 280.27

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

/proc/loadavg: 2.00 2.00 2.00 3/85 5872
/proc/meminfo: memFree=1533360/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=30052 CPUtime=3096.76
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7093 0 0 0 309657 19 0 0 25 0 1 0 5023045 30773248 7079 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7513 7079 75 150 0 7360 0
Current children cumulated CPU time (s) 3098.28
Current children cumulated vsize (KiB) 49008

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 5872
/proc/meminfo: memFree=1533040/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=30188 CPUtime=3156.73
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7153 0 0 0 315654 19 0 0 25 0 1 0 5023045 30912512 7139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7547 7139 75 150 0 7394 0
Current children cumulated CPU time (s) 3158.25
Current children cumulated vsize (KiB) 49144

[startup+3222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 5872
/proc/meminfo: memFree=1532912/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=30384 CPUtime=3216.71
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7197 0 0 0 321652 19 0 0 25 0 1 0 5023045 31113216 7183 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7596 7183 75 150 0 7443 0
Current children cumulated CPU time (s) 3218.23
Current children cumulated vsize (KiB) 49340

[startup+3282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 5872
/proc/meminfo: memFree=1532784/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=30596 CPUtime=3276.69
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7217 0 0 0 327650 19 0 0 25 0 1 0 5023045 31330304 7203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7649 7203 75 150 0 7496 0
Current children cumulated CPU time (s) 3278.21
Current children cumulated vsize (KiB) 49552

[startup+3342.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 5872
/proc/meminfo: memFree=1532208/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31040 CPUtime=3336.67
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7334 0 0 0 333647 20 0 0 25 0 1 0 5023045 31784960 7320 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7760 7320 75 150 0 7607 0
Current children cumulated CPU time (s) 3338.19
Current children cumulated vsize (KiB) 49996

[startup+3402.31 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 5872
/proc/meminfo: memFree=1532144/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31040 CPUtime=3396.64
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7334 0 0 0 339644 20 0 0 25 0 1 0 5023045 31784960 7320 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7760 7320 75 150 0 7607 0
Current children cumulated CPU time (s) 3398.16
Current children cumulated vsize (KiB) 49996

[startup+3462.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/85 5872
/proc/meminfo: memFree=1531824/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31304 CPUtime=3456.62
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7415 0 0 0 345642 20 0 0 25 0 1 0 5023045 32055296 7401 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7826 7401 75 150 0 7673 0
Current children cumulated CPU time (s) 3458.14
Current children cumulated vsize (KiB) 50260

[startup+3522.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/85 5872
/proc/meminfo: memFree=1531632/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31460 CPUtime=3516.59
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7444 0 0 0 351639 20 0 0 25 0 1 0 5023045 32215040 7430 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7865 7430 75 150 0 7712 0
Current children cumulated CPU time (s) 3518.11
Current children cumulated vsize (KiB) 50416

[startup+3582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/85 5872
/proc/meminfo: memFree=1531504/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31616 CPUtime=3576.57
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7468 0 0 0 357637 20 0 0 25 0 1 0 5023045 32374784 7454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7904 7454 75 150 0 7751 0
Current children cumulated CPU time (s) 3578.09
Current children cumulated vsize (KiB) 50572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 5872
/proc/meminfo: memFree=1531504/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31616 CPUtime=3598.56
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7468 0 0 0 359836 20 0 0 25 0 1 0 5023045 32374784 7454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7904 7454 75 150 0 7751 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 50572

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+3604.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 5872
/proc/meminfo: memFree=1531504/2055920 swapFree=4192956/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.52
/proc/4835/stat : 4835 (sugar) S 4833 4835 3969 0 -1 4194304 1294 21509 0 4 4 1 132 15 16 0 1 0 5022701 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4835/statm: 3400 808 374 3 0 500 0
[pid=4882] ppid=4835 vsize=5356 CPUtime=0
/proc/4882/stat : 4882 (sh) S 4835 4835 3969 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5023044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4882/statm: 1339 232 193 169 0 50 0
[pid=4883] ppid=4882 vsize=31616 CPUtime=3598.56
/proc/4883/stat : 4883 (minisat) R 4882 4835 3969 0 -1 4194304 7468 0 0 0 359836 20 0 0 25 0 1 0 5023045 32374784 7454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4883/statm: 7904 7454 75 150 0 7751 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 50572

Child status: 0
Real time (s): 3604.31
CPU time (s): 3600.12
CPU user time (s): 3599.73
CPU system time (s): 0.381941
CPU usage (%): 99.8836
Max. virtual memory (cumulated for all children) (KiB): 887312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.73
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30625
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= 2382
involuntary context switches= 26216

runsolver used 3.64644 second user time and 9.48756 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-23 04:15:06
IDJOB=1128012
IDBENCH=64538
IDSOLVER=368
FILE ID=node8/1128012-1216779306
PBS_JOBID= 7974151
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-50/normalized-kbtree-5-2-4-5-50-14_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128012-1216779306/watcher-1128012-1216779306 -o /tmp/evaluation-result-1128012-1216779306/solver-1128012-1216779306 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128012-1216779306.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5640bc790593aafa78b5cce92d69dd6f
RANDOM SEED=466817557

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1503424 kB
Buffers:         28340 kB
Cached:         387956 kB
SwapCached:          0 kB
Active:         323964 kB
Inactive:       183080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:         111044 kB
Slab:            30552 kB
Committed_AS:   906832 kB
PageTables:       1896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node8 at 2008-07-23 05:15:10