Trace number 1126283

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.23 3644.12

General information on the benchmark

Namemaxcsp/maxclique/
normalized-sanr-200-0.9_ext.xml
MD5SUMb3f4e7271170c4157b2dc694449fef3d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints158
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints2237
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension2237
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.53	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.54	c 0	BEGIN Wed Jul 16 05:51:55 2008
0.05/0.54	c 0	PID 24889
0.06/0.61	c 0	HOST node83.alineos.net
0.06/0.61	c 0	CONVERTING HOME/instance-1126283-1216180315.xml TO HOME/temp.csp
0.06/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126283-1216180315.xml' 'HOME/temp.csp'
0.34/1.29	c 1	2 domains, 201 variables, 0 predicates, 2 relations, 2237 constraints
0.44/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.44/1.31	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.44/1.39	c 1	Parsing HOME/temp.csp
0.44/1.76	c 2	parsed 2442 expressions
0.44/1.76	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/1.80	c 2	MAX CSP: 2237 constraints
0.44/1.80	c 2	Converting to clausal form CSP
0.44/1.85	c 2	converted 469 (10%) expressions
0.44/1.88	c 2	converted 937 (20%) expressions
0.44/1.96	c 2	converted 1405 (30%) expressions
0.44/1.97	c 2	converted 1873 (40%) expressions
0.44/1.99	c 2	converted 2341 (50%) expressions
0.45/2.01	c 2	converted 2810 (60%) expressions
0.45/2.03	c 2	converted 3278 (70%) expressions
0.45/2.04	c 2	converted 3746 (80%) expressions
0.45/2.08	c 2	converted 4214 (90%) expressions
1.40/2.32	c 2	converted 4682 (100%) expressions
1.40/2.32	c 2	CSP : 4675 integers, 0 booleans, 6710 clauses, largest domain size 3356
1.40/2.32	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/2.32	c 2	Propagation in CSP
1.50/2.41	c 2	2230 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/2.41	c 2	CSP : 4675 integers, 0 booleans, 6710 clauses, largest domain size 2238
1.50/2.41	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/2.42	c 2	Simplifing CSP by introducing new Boolean variables
1.50/2.42	c 2	CSP : 4675 integers, 0 booleans, 6710 clauses, largest domain size 2238
1.50/2.42	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/2.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.50/2.48	c 2	468 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/2.49	c 2	935 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/2.49	c 2	1403 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/2.49	c 2	1870 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.50/2.50	c 2	2338 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.60/2.51	c 2	2805 (60%) CSP integer variables are encoded (4668 clauses, 60748 bytes)
1.60/2.51	c 2	3273 (70%) CSP integer variables are encoded (8301 clauses, 110650 bytes)
1.60/2.52	c 2	3740 (80%) CSP integer variables are encoded (13534 clauses, 189145 bytes)
1.60/2.55	c 2	4208 (90%) CSP integer variables are encoded (38755 clauses, 567460 bytes)
1.60/2.56	c 2	4675 (100%) CSP integer variables are encoded (45126 clauses, 663025 bytes)
1.70/2.61	c 2	671 (10%) CSP clauses are encoded (45797 clauses, 671803 bytes)
1.70/2.64	c 2	1342 (20%) CSP clauses are encoded (46468 clauses, 681443 bytes)
1.70/2.66	c 2	2013 (30%) CSP clauses are encoded (47139 clauses, 691661 bytes)
1.80/2.74	c 3	2684 (40%) CSP clauses are encoded (74756 clauses, 1185138 bytes)
2.30/3.26	c 3	3355 (50%) CSP clauses are encoded (370675 clauses, 6619044 bytes)
2.49/3.42	c 3	4026 (60%) CSP clauses are encoded (455434 clauses, 8399408 bytes)
3.98/4.98	c 5	4697 (70%) CSP clauses are encoded (1328547 clauses, 26486007 bytes)
4.18/5.15	c 5	5368 (80%) CSP clauses are encoded (1425954 clauses, 28542428 bytes)
9.25/12.15	c 12	6039 (90%) CSP clauses are encoded (3902321 clauses, 81438076 bytes)
13.63/16.53	c 16	6710 (100%) CSP clauses are encoded (6391708 clauses, 134869443 bytes)
13.63/16.53	c 16	6710 CSP clauses encoded
13.63/16.54	c 16	Writing map file : HOME/temp.map
13.63/16.58	c 16	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.63/16.58	c 16	SAT : 49800 SAT variables, 6391708 SAT clauses, 134869443 bytes
13.63/16.58	c 16	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.71/16.64	c 16	OBJECTIVE minimize _COST
13.71/16.64	c 16	SOLVING HOME/temp.cnf
13.71/16.64	c 16	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
13.71/16.64	c 16	This is MiniSat 2.0 beta incremental
13.71/16.64	c 16	WARNING: for repeatability, setting FPU to use double precision
13.71/16.64	c 16	============================[ Problem Statistics ]=============================
13.71/16.64	c 16	|                                                                             |
13.71/16.64	c 16	|  Number of variables:  49800                                                |
13.71/16.64	c 16	|  Number of clauses:    6391708                                              |
16.46/19.46	c 19	|  Parsing time:         2.35         s                                       |
16.56/19.58	c 19	OK
16.56/19.58	c 19	OBJECTIVE BOUND: 0 <= _COST <= 
16.56/19.58	c 19	SEARCHING: _COST <= 1119
16.56/19.58	c 19	============================[ Search Statistics ]==============================
16.56/19.58	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.56/19.58	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.56/19.58	c 19	===============================================================================
16.56/19.58	c 19	|         0 |   49800  6391708 19037309 |  2130569        0    nan |  0.000 % |
20.73/23.73	c 24	|       100 |   49800  6391708 19037309 |  2343626      100     14 |  0.001 % |
20.93/23.91	c 24	===============================================================================
20.93/23.91	c 24	restarts              : 2
20.93/23.91	c 24	conflicts             : 108           (16 /sec)
20.93/23.91	c 24	decisions             : 2411          (0.71 % random) (357 /sec)
20.93/23.91	c 24	propagations          : 1063287        (157292 /sec)
20.93/23.91	c 24	conflict literals     : 1462           (12.14 % deleted)
20.93/23.91	c 24	Memory used           : 263.27 MB
20.93/23.91	c 24	CPU time              : 6.75997 s
20.93/23.91	c 24	
20.93/23.91	c 24	SATISFIABLE
20.93/23.93	c 24	OK
20.93/23.93	c 24	FOUND: _COST <= 1119
20.93/23.93	s SATISFIABLE
20.93/23.93	c 24	DECODING HOME/temp.out WITH HOME/temp.map
20.93/23.93	c 24	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.96/24.01	c 24	Decoding HOME/temp.out
21.30/24.33	c 24	OBJECTIVE _COST 492
21.30/24.33	o 492
21.30/24.34	v 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 1 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 -1
21.30/24.34	c 24	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
21.40/24.42	c 24	OK
21.40/24.42	c 24	OBJECTIVE BOUND: 0 <= _COST <= 492
21.40/24.42	c 24	SEARCHING: _COST <= 246
21.40/24.42	c 24	============================[ Search Statistics ]==============================
21.40/24.42	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.40/24.42	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.40/24.42	c 24	===============================================================================
21.40/24.42	c 24	|       108 |   49800  6391708 19037309 |  2130569      108     14 |  0.001 % |
22.11/25.11	c 25	|       208 |   49798  6391708 19037309 |  2343626      206     12 | 43.785 % |
22.70/25.75	c 26	|       360 |   49798  6391708 19037309 |  2577988      357     12 | 43.821 % |
23.60/26.60	c 26	|       585 |   49798  6391708 19037309 |  2835787      582     22 | 43.821 % |
24.50/27.60	c 27	|       922 |   49798  6391708 19037309 |  3119366      919     23 | 43.821 % |
26.39/29.40	c 29	|      1428 |   49798  6391708 19037309 |  3431303     1425     25 | 43.821 % |
28.05/31.10	c 31	|      2190 |   49798  6391708 19037309 |  3774433     2187     25 | 43.821 % |
31.63/34.70	c 35	|      3329 |   49798  6391708 19037309 |  4151876     3326     29 | 43.821 % |
36.78/39.94	c 40	|      5037 |   49798  6391708 19037309 |  4567064     5034     30 | 43.821 % |
43.56/46.70	c 47	|      7599 |   49798  6391708 19037309 |  5023771     7596     35 | 43.821 % |
46.24/49.45	c 49	===============================================================================
46.24/49.45	c 49	restarts              : 12
46.24/49.45	c 49	conflicts             : 10057         (317 /sec)
46.24/49.45	c 49	decisions             : 19471         (0.46 % random) (615 /sec)
46.24/49.45	c 49	propagations          : 13715826       (432919 /sec)
46.24/49.45	c 49	conflict literals     : 350468         (14.88 % deleted)
46.24/49.45	c 49	Memory used           : 264.69 MB
46.24/49.45	c 49	CPU time              : 31.6822 s
46.24/49.45	c 49	
46.24/49.45	c 49	SATISFIABLE
46.24/49.47	c 49	OK
46.24/49.47	c 49	FOUND: _COST <= 246
46.24/49.47	c 49	DECODING HOME/temp.out WITH HOME/temp.map
46.24/49.47	c 49	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.30/49.55	c 49	Decoding HOME/temp.out
46.30/49.75	c 50	OBJECTIVE _COST 246
46.30/49.75	o 246
46.30/49.76	v 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -1
46.30/49.77	c 50	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
46.63/49.82	c 50	OK
46.63/49.82	c 50	OBJECTIVE BOUND: 0 <= _COST <= 246
46.63/49.82	c 50	SEARCHING: _COST <= 123
46.63/49.82	c 50	============================[ Search Statistics ]==============================
46.63/49.82	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.63/49.82	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.63/49.82	c 50	===============================================================================
46.63/49.82	c 50	|     10057 |   27977  6391708 19037309 |  2130569    10054     35 | 43.821 % |
47.33/50.53	c 50	|     10158 |   27977  6391708 19037309 |  2343626    10155     35 | 52.235 % |
48.01/51.27	c 51	|     10309 |   27977  6391708 19037309 |  2577988    10305     34 | 52.283 % |
48.91/52.12	c 52	|     10534 |   27977  6391708 19037309 |  2835787    10530     34 | 52.283 % |
49.90/53.14	c 53	|     10871 |   27977  6391708 19037309 |  3119366    10867     33 | 52.283 % |
51.29/54.56	c 54	|     11378 |   27977  6391708 19037309 |  3431303    11374     33 | 52.283 % |
53.48/56.72	c 57	|     12137 |   27977  6391708 19037309 |  3774433    12133     32 | 52.283 % |
56.17/59.42	c 59	|     13277 |   27977  6391708 19037309 |  4151876    13273     30 | 52.283 % |
60.54/63.84	c 64	|     14985 |   27977  6391708 19037309 |  4567064    14981     29 | 52.283 % |
77.52/80.93	c 81	|     17548 |   23763  1284598  3792142 |  5023771    17529     27 | 52.283 % |
84.19/87.71	c 88	|     21396 |   23763  1284598  3792142 |  5526148    21377     26 | 52.283 % |
93.73/97.36	c 97	|     27163 |   23763  1284598  3792142 |  6078762    27144     24 | 52.283 % |
108.44/112.20	c 112	|     35814 |   23763  1284598  3792142 |  6686639    35795     22 | 52.283 % |
135.97/139.82	c 140	|     48788 |   23763  1284598  3792142 |  7355303    48769     25 | 52.283 % |
184.87/189.09	c 189	|     68250 |   23763  1284598  3792142 |  8090833    68231     28 | 52.283 % |
252.25/256.89	c 257	|     97443 |   23763  1284598  3792142 |  8899916    97424     29 | 52.283 % |
370.22/375.50	c 375	|    141232 |   23763  1284598  3792142 |  9789908   141213     31 | 52.283 % |
529.08/535.45	c 535	|    206916 |   23763  1284598  3792142 | 10768899   206897     32 | 52.283 % |
820.72/830.67	c 831	|    305442 |   23763  1284598  3792142 | 11845789   305423     31 | 52.283 % |
1390.15/1407.01	c 1407	|    453231 |   23763  1284598  3792142 | 13030368   453212     32 | 52.283 % |
2325.78/2354.11	c 2354	|    674916 |   23763  1284598  3792142 | 14333405   674897     32 | 52.283 % |
3460.89/3503.16	c 3503	|   1007441 |   23739  1280432  3779725 | 15766745  1007418     30 | 52.380 % |
3600.09/3644.01	c ERROR INTERRUPTED
3600.09/3644.09	c 3644	CPU 3598.3 (0.07 0.02 3598.23 1.82)
3600.09/3644.09	c 3644	END Wed Jul 16 06:52:39 2008

Verifier Data (download as text)

OK	233	2004
233 unsatisfied constraints, 2004 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-1126283-1216180315/watcher-1126283-1216180315 -o /tmp/evaluation-result-1126283-1216180315/solver-1126283-1216180315 -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-1126283-1216180315.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: 4.08 5.58 4.87 4/106 24889
/proc/meminfo: memFree=1839728/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=18572 CPUtime=0
/proc/24889/stat : 24889 (runsolver) D 24887 24889 24021 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 74728414 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/24889/statm: 4643 292 257 25 0 2626 0

[startup+0.045693 s]
/proc/loadavg: 4.08 5.58 4.87 4/106 24889
/proc/meminfo: memFree=1839728/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=7504 CPUtime=0
/proc/24889/stat : 24889 (sugar++) D 24887 24889 24021 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 74728414 7684096 52 996147200 4194304 4206940 548682068528 18446744073709551615 230264206825 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/24889/statm: 1876 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101699 s]
/proc/loadavg: 4.08 5.58 4.87 4/106 24889
/proc/meminfo: memFree=1839728/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=12272 CPUtime=0
/proc/24889/stat : 24889 (sugar++) D 24887 24889 24021 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 74728414 12566528 328 996147200 4194304 4206940 548682068528 18446744073709551615 230266993253 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/24889/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301729 s]
/proc/loadavg: 4.08 5.58 4.87 4/106 24889
/proc/meminfo: memFree=1839728/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=13468 CPUtime=0.04
/proc/24889/stat : 24889 (sugar++) D 24887 24889 24021 0 -1 4194304 770 0 0 0 3 1 0 0 18 0 1 0 74728414 13791232 738 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24889/statm: 3367 738 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.701772 s]
/proc/loadavg: 4.08 5.58 4.87 4/106 24889
/proc/meminfo: memFree=1839728/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=16740 CPUtime=0.06
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 74728414 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24889/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50285 s]
/proc/loadavg: 4.08 5.58 4.87 3/117 24901
/proc/meminfo: memFree=1830552/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=16740 CPUtime=0.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1296 4929 0 1 5 1 34 4 15 0 1 0 74728414 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+3.10202 s]
/proc/loadavg: 3.99 5.53 4.86 4/117 24911
/proc/meminfo: memFree=1821208/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=16740 CPUtime=0.45
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1297 4929 0 1 5 2 34 4 15 0 1 0 74728414 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4185 1104 409 3 0 764 0
[pid=24902] ppid=24889 vsize=5356 CPUtime=0
/proc/24902/stat : 24902 (sh) S 24889 24889 24021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74728546 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24902/statm: 1339 233 193 169 0 50 0
[pid=24903] ppid=24902 vsize=868524 CPUtime=1.75
/proc/24903/stat : 24903 (java) S 24902 24889 24021 0 -1 0 7863 0 1 0 167 8 0 0 18 0 9 0 74728547 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24903/statm: 217131 6901 2564 9 0 211678 0
[pid=24903/tid=24904] ppid=24902 vsize=868524 CPUtime=1.26
/proc/24903/task/24904/stat : 24904 (java) R 24902 24889 24021 0 -1 64 2901 0 1 0 122 4 0 0 22 0 9 0 74728548 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4126892143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24905] ppid=24902 vsize=868524 CPUtime=0.2
/proc/24903/task/24905/stat : 24905 (java) S 24902 24889 24021 0 -1 64 2760 0 0 0 19 1 0 0 16 0 9 0 74728549 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24906] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24902 24889 24021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74728549 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24907] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24902 24889 24021 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 74728549 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24908] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24902 24889 24021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74728551 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24902 vsize=868524 CPUtime=0.25
/proc/24903/task/24909/stat : 24909 (java) S 24902 24889 24021 0 -1 64 1510 0 0 0 24 1 0 0 16 0 9 0 74728551 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24910] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24902 24889 24021 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74728551 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24902 24889 24021 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74728551 889368576 6901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 890620

[startup+6.30236 s]
/proc/loadavg: 3.99 5.53 4.86 3/117 24911
/proc/meminfo: memFree=1788056/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=16740 CPUtime=0.45
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1297 4929 0 1 5 2 34 4 15 0 1 0 74728414 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4185 1104 409 3 0 764 0
[pid=24902] ppid=24889 vsize=5356 CPUtime=0
/proc/24902/stat : 24902 (sh) S 24889 24889 24021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74728546 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24902/statm: 1339 233 193 169 0 50 0
[pid=24903] ppid=24902 vsize=868524 CPUtime=4.92
/proc/24903/stat : 24903 (java) S 24902 24889 24021 0 -1 0 8746 0 1 0 461 31 0 0 18 0 9 0 74728547 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24903/statm: 217131 6913 2565 9 0 211678 0
[pid=24903/tid=24904] ppid=24902 vsize=868524 CPUtime=4.2
/proc/24903/task/24904/stat : 24904 (java) R 24902 24889 24021 0 -1 64 3772 0 1 0 398 22 0 0 25 0 9 0 74728548 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24905] ppid=24902 vsize=868524 CPUtime=0.42
/proc/24903/task/24905/stat : 24905 (java) S 24902 24889 24021 0 -1 64 2760 0 0 0 36 6 0 0 16 0 9 0 74728549 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24906] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24902 24889 24021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74728549 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24907] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24902 24889 24021 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 74728549 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24908] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24902 24889 24021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24902 vsize=868524 CPUtime=0.27
/proc/24903/task/24909/stat : 24909 (java) S 24902 24889 24021 0 -1 64 1522 0 0 0 26 1 0 0 16 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24910] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24902 24889 24021 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24902 24889 24021 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 890620

[startup+12.701 s]
/proc/loadavg: 3.91 5.46 4.84 3/117 24911
/proc/meminfo: memFree=1735832/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=16740 CPUtime=0.45
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1297 4929 0 1 5 2 34 4 16 0 1 0 74728414 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4185 1104 409 3 0 764 0
[pid=24902] ppid=24889 vsize=5356 CPUtime=0
/proc/24902/stat : 24902 (sh) S 24889 24889 24021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74728546 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24902/statm: 1339 233 193 169 0 50 0
[pid=24903] ppid=24902 vsize=868524 CPUtime=9.39
/proc/24903/stat : 24903 (java) S 24902 24889 24021 0 -1 0 10223 0 1 0 871 68 0 0 18 0 9 0 74728547 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24903/statm: 217131 6913 2565 9 0 211678 0
[pid=24903/tid=24904] ppid=24902 vsize=868524 CPUtime=8.23
/proc/24903/task/24904/stat : 24904 (java) R 24902 24889 24021 0 -1 64 5249 0 1 0 772 51 0 0 25 0 9 0 74728548 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4127023320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24905] ppid=24902 vsize=868524 CPUtime=0.85
/proc/24903/task/24905/stat : 24905 (java) S 24902 24889 24021 0 -1 64 2760 0 0 0 71 14 0 0 16 0 9 0 74728549 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24906] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24906/stat : 24906 (java) S 24902 24889 24021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74728549 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24907] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24907/stat : 24907 (java) S 24902 24889 24021 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 74728549 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24908] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24908/stat : 24908 (java) S 24902 24889 24021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24909] ppid=24902 vsize=868524 CPUtime=0.27
/proc/24903/task/24909/stat : 24909 (java) S 24902 24889 24021 0 -1 64 1522 0 0 0 26 1 0 0 16 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24910] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24910/stat : 24910 (java) S 24902 24889 24021 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24903/tid=24911] ppid=24902 vsize=868524 CPUtime=0
/proc/24903/task/24911/stat : 24911 (java) S 24902 24889 24021 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74728551 889368576 6913 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 890620

[startup+25.5014 s]
/proc/loadavg: 3.77 5.38 4.82 3/108 24922
/proc/meminfo: memFree=1436192/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.13
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1617 20732 0 3 7 2 1295 109 15 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=269980 CPUtime=8.37
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 65695 0 0 0 790 47 0 0 25 0 1 0 74730079 276459520 65642 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 67495 65642 80 151 0 67341 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (KiB) 287116

[startup+51.1011 s]
/proc/loadavg: 3.57 5.21 4.78 3/108 24932
/proc/meminfo: memFree=1435624/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 15 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=271168 CPUtime=33.47
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 66010 0 0 0 3299 48 0 0 25 0 1 0 74730079 277676032 65955 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24912/statm: 67792 65955 80 151 0 67638 0
Current children cumulated CPU time (s) 47.91
Current children cumulated vsize (KiB) 288304

[startup+102.309 s]
/proc/loadavg: 2.70 4.69 4.62 3/108 24932
/proc/meminfo: memFree=1437544/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=271772 CPUtime=84.27
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 66151 0 0 0 8379 48 0 0 25 0 1 0 74730079 278294528 66096 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24912/statm: 67943 66096 80 151 0 67789 0
Current children cumulated CPU time (s) 98.71
Current children cumulated vsize (KiB) 288908

[startup+162.302 s]
/proc/loadavg: 2.28 4.24 4.47 3/108 24932
/proc/meminfo: memFree=1437416/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0

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

[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=287020 CPUtime=2931.94
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 69430 0 0 0 293138 56 0 0 25 0 1 0 74730079 293908480 69367 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 71755 69367 80 151 0 71601 0
Current children cumulated CPU time (s) 2946.38
Current children cumulated vsize (KiB) 304156

[startup+3042.3 s]
/proc/loadavg: 2.58 2.66 2.71 4/107 24978
/proc/meminfo: memFree=1378992/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=290172 CPUtime=2991.23
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 70188 0 0 0 299066 57 0 0 25 0 1 0 74730079 297136128 70125 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 72543 70125 80 151 0 72389 0
Current children cumulated CPU time (s) 3005.67
Current children cumulated vsize (KiB) 307308

[startup+3102.3 s]
/proc/loadavg: 2.60 2.65 2.70 3/107 24978
/proc/meminfo: memFree=1376560/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=292368 CPUtime=3050.49
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 70798 0 0 0 304992 57 0 0 25 0 1 0 74730079 299384832 70735 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 73092 70735 80 151 0 72938 0
Current children cumulated CPU time (s) 3064.93
Current children cumulated vsize (KiB) 309504

[startup+3162.3 s]
/proc/loadavg: 2.69 2.66 2.70 4/107 24978
/proc/meminfo: memFree=1374320/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=294668 CPUtime=3109.78
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 71334 0 0 0 310920 58 0 0 25 0 1 0 74730079 301740032 71271 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 73667 71271 80 151 0 73513 0
Current children cumulated CPU time (s) 3124.22
Current children cumulated vsize (KiB) 311804

[startup+3222.3 s]
/proc/loadavg: 2.72 2.65 2.69 3/107 24978
/proc/meminfo: memFree=1372528/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=296584 CPUtime=3169.04
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 71814 0 0 0 316846 58 0 0 25 0 1 0 74730079 303702016 71751 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 74146 71751 80 151 0 73992 0
Current children cumulated CPU time (s) 3183.48
Current children cumulated vsize (KiB) 313720

[startup+3282.3 s]
/proc/loadavg: 2.64 2.64 2.68 4/107 24978
/proc/meminfo: memFree=1370416/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=298712 CPUtime=3228.32
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 72337 0 0 0 322773 59 0 0 25 0 1 0 74730079 305881088 72274 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 74678 72274 80 151 0 74524 0
Current children cumulated CPU time (s) 3242.76
Current children cumulated vsize (KiB) 315848

[startup+3342.3 s]
/proc/loadavg: 2.67 2.64 2.68 4/107 24978
/proc/meminfo: memFree=1368112/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=301016 CPUtime=3287.59
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 72895 0 0 0 328699 60 0 0 25 0 1 0 74730079 308240384 72832 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 75254 72832 80 151 0 75100 0
Current children cumulated CPU time (s) 3302.03
Current children cumulated vsize (KiB) 318152

[startup+3402.31 s]
/proc/loadavg: 2.64 2.63 2.67 4/107 24978
/proc/meminfo: memFree=1365296/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=303580 CPUtime=3346.87
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 73523 0 0 0 334626 61 0 0 25 0 1 0 74730079 310865920 73460 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 75895 73460 80 151 0 75741 0
Current children cumulated CPU time (s) 3361.31
Current children cumulated vsize (KiB) 320716

[startup+3462.3 s]
/proc/loadavg: 2.75 2.66 2.68 3/107 24978
/proc/meminfo: memFree=1362672/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=305728 CPUtime=3406.15
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 74111 0 0 0 340553 62 0 0 25 0 1 0 74730079 313065472 74048 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 76432 74048 80 151 0 76278 0
Current children cumulated CPU time (s) 3420.59
Current children cumulated vsize (KiB) 322864

[startup+3522.3 s]
/proc/loadavg: 2.62 2.63 2.66 4/107 24978
/proc/meminfo: memFree=1359984/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=308564 CPUtime=3465.41
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 74809 0 0 0 346479 62 0 0 25 0 1 0 74730079 315969536 74746 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 77141 74746 80 151 0 76987 0
Current children cumulated CPU time (s) 3479.85
Current children cumulated vsize (KiB) 325700

[startup+3582.3 s]
/proc/loadavg: 2.56 2.60 2.65 4/107 24978
/proc/meminfo: memFree=1357360/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=311100 CPUtime=3524.69
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 75452 0 0 0 352406 63 0 0 25 0 1 0 74730079 318566400 75389 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 77775 75389 80 151 0 77621 0
Current children cumulated CPU time (s) 3539.13
Current children cumulated vsize (KiB) 328236

[startup+3642.3 s]
/proc/loadavg: 2.52 2.60 2.64 3/107 24978
/proc/meminfo: memFree=1354736/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=313620 CPUtime=3583.96
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 76086 0 0 0 358332 64 0 0 25 0 1 0 74730079 321146880 76023 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 78405 76023 80 151 0 78251 0
Current children cumulated CPU time (s) 3598.4
Current children cumulated vsize (KiB) 330756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3644 s]
/proc/loadavg: 2.52 2.60 2.64 4/107 24978
/proc/meminfo: memFree=1354672/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=14.44
/proc/24889/stat : 24889 (sugar++) S 24887 24889 24021 0 -1 4194304 1687 24741 0 4 7 2 1322 113 16 0 1 0 74728414 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24889/statm: 4284 1183 414 3 0 863 0
[pid=24912] ppid=24889 vsize=313620 CPUtime=3585.65
/proc/24912/stat : 24912 (minisat-inc) R 24889 24889 24021 0 -1 4194304 76103 0 0 0 358501 64 0 0 25 0 1 0 74730079 321146880 76040 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24912/statm: 78405 76040 80 151 0 78251 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 330756

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

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

[startup+3644.11 s]
/proc/loadavg: 2.52 2.60 2.64 4/107 24978
/proc/meminfo: memFree=1354672/2055924 swapFree=4192812/4192956
[pid=24889] ppid=24887 vsize=17136 CPUtime=3600.2
/proc/24889/stat : 24889 (sugar++) R 24887 24889 24021 0 -1 4194304 1711 100844 0 4 7 8 359823 182 18 0 1 0 74728414 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24889/statm: 4284 1184 415 3 0 863 0
Current children cumulated CPU time (s) 3600.2
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3644.12
CPU time (s): 3600.23
CPU user time (s): 3598.31
CPU system time (s): 1.91571
CPU usage (%): 98.7954
Max. virtual memory (cumulated for all children) (KiB): 890620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.31
system time used= 1.91571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102610
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= 30002
involuntary context switches= 111559

runsolver used 4.44132 second user time and 15.4796 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-16 05:51:55
IDJOB=1126283
IDBENCH=64225
IDSOLVER=367
FILE ID=node83/1126283-1216180315
PBS_JOBID= 7905822
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-sanr-200-0.9_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-1126283-1216180315/watcher-1126283-1216180315 -o /tmp/evaluation-result-1126283-1216180315/solver-1126283-1216180315 -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-1126283-1216180315.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b3f4e7271170c4157b2dc694449fef3d
RANDOM SEED=72065994

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

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

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1840336 kB
Buffers:          3200 kB
Cached:          35288 kB
SwapCached:          0 kB
Active:         143912 kB
Inactive:         3628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1840336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1240 kB
Writeback:           0 kB
Mapped:         128780 kB
Slab:            50184 kB
Committed_AS:   425724 kB
PageTables:       4144 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 node83 at 2008-07-16 06:52:41