Trace number 1126067

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.14 3633.8

General information on the benchmark

Namemaxcsp/maxclique/
normalized-johnson-16-2-4_ext.xml
MD5SUM9a36e71317e6caf961bba5ab3c7d0474
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints112
Best CPU time to get the best result obtained on this benchmark1618.6
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints1800
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension1800
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.85	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.88	c 0	BEGIN Wed Jul 16 04:56:40 2008
0.05/0.88	c 0	PID 31540
0.05/0.89	c 0	HOST node50.alineos.net
0.05/0.89	c 0	CONVERTING HOME/instance-1126067-1216176999.xml TO HOME/temp.csp
0.05/0.89	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126067-1216176999.xml' 'HOME/temp.csp'
0.58/2.08	c 2	2 domains, 121 variables, 0 predicates, 2 relations, 1800 constraints
0.66/2.14	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.66/2.14	c 2	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.70/2.25	c 2	Parsing HOME/temp.csp
0.88/2.44	c 2	parsed 1925 expressions
0.88/2.49	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/2.62	c 2	MAX CSP: 1800 constraints
0.94/2.62	c 2	Converting to clausal form CSP
0.94/2.67	c 2	converted 373 (10%) expressions
0.94/2.70	c 2	converted 746 (20%) expressions
1.03/2.72	c 2	converted 1119 (30%) expressions
1.03/2.79	c 2	converted 1492 (40%) expressions
1.13/2.81	c 2	converted 1864 (50%) expressions
1.13/2.82	c 2	converted 2237 (60%) expressions
1.13/2.83	c 2	converted 2610 (70%) expressions
1.13/2.85	c 2	converted 2983 (80%) expressions
1.13/2.86	c 2	converted 3356 (90%) expressions
1.32/3.06	c 3	converted 3728 (100%) expressions
1.32/3.06	c 3	CSP : 3721 integers, 0 booleans, 5399 clauses, largest domain size 2701
1.32/3.06	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/3.06	c 3	Propagation in CSP
1.42/3.13	c 3	1796 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/3.14	c 3	CSP : 3721 integers, 0 booleans, 5399 clauses, largest domain size 1801
1.42/3.14	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/3.14	c 3	Simplifing CSP by introducing new Boolean variables
1.42/3.14	c 3	CSP : 3721 integers, 0 booleans, 5399 clauses, largest domain size 1801
1.42/3.14	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
1.42/3.20	c 3	373 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/3.20	c 3	745 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/3.20	c 3	1117 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/3.20	c 3	1489 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/3.21	c 3	1861 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/3.23	c 3	2233 (60%) CSP integer variables are encoded (17691 clauses, 249524 bytes)
1.52/3.24	c 3	2605 (70%) CSP integer variables are encoded (22206 clauses, 317249 bytes)
1.52/3.25	c 3	2977 (80%) CSP integer variables are encoded (26799 clauses, 386144 bytes)
1.52/3.25	c 3	3349 (90%) CSP integer variables are encoded (29858 clauses, 432029 bytes)
1.52/3.26	c 3	3721 (100%) CSP integer variables are encoded (33957 clauses, 493514 bytes)
1.62/3.31	c 3	540 (10%) CSP clauses are encoded (34497 clauses, 500273 bytes)
1.62/3.33	c 3	1080 (20%) CSP clauses are encoded (35037 clauses, 507520 bytes)
1.62/3.35	c 3	1620 (30%) CSP clauses are encoded (35577 clauses, 515163 bytes)
2.02/3.77	c 3	2160 (40%) CSP clauses are encoded (273769 clauses, 5284576 bytes)
4.49/6.22	c 6	2700 (50%) CSP clauses are encoded (1694343 clauses, 35331261 bytes)
4.60/6.32	c 6	3240 (60%) CSP clauses are encoded (1749711 clauses, 36494203 bytes)
7.18/8.96	c 8	3780 (70%) CSP clauses are encoded (3330897 clauses, 70428897 bytes)
7.28/9.07	c 9	4320 (80%) CSP clauses are encoded (3394481 clauses, 71766412 bytes)
7.59/9.34	c 9	4860 (90%) CSP clauses are encoded (3554185 clauses, 75165616 bytes)
8.56/10.38	c 10	5399 (100%) CSP clauses are encoded (4153671 clauses, 87997651 bytes)
8.56/10.38	c 10	5399 CSP clauses encoded
8.56/10.38	c 10	Writing map file : HOME/temp.map
8.66/10.42	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.66/10.42	c 10	SAT : 37677 SAT variables, 4153671 SAT clauses, 87997651 bytes
8.66/10.42	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.66/10.45	c 10	OBJECTIVE minimize _COST
8.66/10.45	c 10	SOLVING HOME/temp.cnf
8.66/10.45	c 10	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
8.66/10.45	c 10	This is MiniSat 2.0 beta incremental
8.66/10.45	c 10	WARNING: for repeatability, setting FPU to use double precision
8.66/10.45	c 10	============================[ Problem Statistics ]=============================
8.66/10.45	c 10	|                                                                             |
8.66/10.46	c 10	|  Number of variables:  37677                                                |
8.66/10.46	c 10	|  Number of clauses:    4153671                                              |
10.52/12.37	c 12	|  Parsing time:         1.66         s                                       |
10.62/12.46	c 12	OK
10.62/12.46	c 12	OBJECTIVE BOUND: 0 <= _COST <= 
10.62/12.46	c 12	SEARCHING: _COST <= 900
10.62/12.46	c 12	============================[ Search Statistics ]==============================
10.62/12.46	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.62/12.46	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.62/12.46	c 12	===============================================================================
10.62/12.46	c 12	|         0 |   37677  4153671 12357222 |  1384557        0    nan |  0.000 % |
12.22/14.06	c 14	===============================================================================
12.22/14.07	c 14	restarts              : 1
12.22/14.07	c 14	conflicts             : 21            (6 /sec)
12.22/14.07	c 14	decisions             : 1204          (0.75 % random) (361 /sec)
12.22/14.07	c 14	propagations          : 309887         (93017 /sec)
12.22/14.07	c 14	conflict literals     : 193            (16.45 % deleted)
12.22/14.07	c 14	Memory used           : 172.92 MB
12.22/14.07	c 14	CPU time              : 3.33149 s
12.22/14.07	c 14	
12.22/14.07	c 14	SATISFIABLE
12.22/14.08	c 14	OK
12.22/14.08	c 14	FOUND: _COST <= 900
12.22/14.08	s SATISFIABLE
12.22/14.08	c 14	DECODING HOME/temp.out WITH HOME/temp.map
12.22/14.08	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.30/14.16	c 14	Decoding HOME/temp.out
12.70/14.55	c 14	OBJECTIVE _COST 897
12.70/14.55	o 897
12.70/14.56	v 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 -1
12.70/14.57	c 14	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.76/14.61	c 14	OK
12.76/14.61	c 14	OBJECTIVE BOUND: 0 <= _COST <= 897
12.76/14.61	c 14	SEARCHING: _COST <= 448
12.76/14.61	c 14	============================[ Search Statistics ]==============================
12.76/14.62	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.76/14.62	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.76/14.62	c 14	===============================================================================
12.76/14.62	c 14	|        21 |   37677  4153671 12357222 |  1384557       21      9 |  0.000 % |
13.37/15.21	c 15	|       121 |   28239  4153671 12357222 |  1523012      121     23 | 26.372 % |
13.96/15.83	c 15	|       272 |   28239  4153671 12357222 |  1675313      272     31 | 26.372 % |
14.66/16.60	c 16	|       497 |   28239  4153671 12357222 |  1842845      497     38 | 26.372 % |
15.16/17.00	c 17	===============================================================================
15.16/17.00	c 17	restarts              : 5
15.16/17.00	c 17	conflicts             : 667           (116 /sec)
15.16/17.00	c 17	decisions             : 3421          (0.76 % random) (597 /sec)
15.16/17.00	c 17	propagations          : 1136203        (198390 /sec)
15.16/17.00	c 17	conflict literals     : 24318          (13.61 % deleted)
15.16/17.00	c 17	Memory used           : 175.76 MB
15.16/17.00	c 17	CPU time              : 5.72713 s
15.16/17.00	c 17	
15.16/17.00	c 17	SATISFIABLE
15.16/17.01	c 17	OK
15.16/17.01	c 17	FOUND: _COST <= 448
15.16/17.01	c 17	DECODING HOME/temp.out WITH HOME/temp.map
15.16/17.01	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.16/17.09	c 17	Decoding HOME/temp.out
15.18/17.29	c 17	OBJECTIVE _COST 448
15.18/17.29	o 448
15.18/17.30	v 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 -1
15.18/17.30	c 17	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
15.18/17.34	c 17	OK
15.18/17.34	c 17	OBJECTIVE BOUND: 0 <= _COST <= 448
15.18/17.34	c 17	SEARCHING: _COST <= 224
15.18/17.34	c 17	============================[ Search Statistics ]==============================
15.18/17.34	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.18/17.34	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.18/17.34	c 17	===============================================================================
15.18/17.34	c 17	|       667 |   27741  4153671 12357222 |  1384557      667     36 | 26.372 % |
16.04/17.95	c 17	|       767 |   27740  4153671 12357222 |  1523012      766     33 | 40.733 % |
16.63/18.51	c 18	|       920 |   27740  4153671 12357222 |  1675313      919     31 | 40.733 % |
17.53/19.43	c 19	|      1145 |   27740  4153671 12357222 |  1842845     1144     31 | 40.733 % |
17.73/19.65	c 19	===============================================================================
17.73/19.65	c 19	restarts              : 9
17.73/19.65	c 19	conflicts             : 1251          (156 /sec)
17.73/19.65	c 19	decisions             : 5137          (0.70 % random) (639 /sec)
17.73/19.65	c 19	propagations          : 1938789        (241120 /sec)
17.73/19.65	c 19	conflict literals     : 38194          (14.68 % deleted)
17.73/19.65	c 19	Memory used           : 176.14 MB
17.73/19.65	c 19	CPU time              : 8.04078 s
17.73/19.65	c 19	
17.73/19.65	c 19	SATISFIABLE
17.73/19.66	c 19	OK
17.73/19.66	c 19	FOUND: _COST <= 224
17.73/19.66	c 19	DECODING HOME/temp.out WITH HOME/temp.map
17.73/19.66	c 19	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.80/19.74	c 19	Decoding HOME/temp.out
18.03/19.94	c 19	OBJECTIVE _COST 224
18.03/19.94	o 224
18.03/19.95	v 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 -1
18.03/19.95	c 19	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.10/20.00	c 20	OK
18.10/20.00	c 20	OBJECTIVE BOUND: 0 <= _COST <= 224
18.10/20.00	c 20	SEARCHING: _COST <= 112
18.10/20.00	c 20	============================[ Search Statistics ]==============================
18.10/20.00	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.10/20.00	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.10/20.00	c 20	===============================================================================
18.10/20.00	c 20	|      1251 |   22330  4153671 12357222 |  1384557     1250     31 | 40.733 % |
18.50/20.48	c 20	|      1352 |   22330  4153671 12357222 |  1523012     1351     29 | 49.686 % |
19.10/21.03	c 21	|      1502 |   22330  4153671 12357222 |  1675313     1501     29 | 49.686 % |
19.69/21.63	c 21	|      1727 |   22330  4153671 12357222 |  1842845     1726     27 | 49.686 % |
20.49/22.41	c 22	|      2064 |   22330  4153671 12357222 |  2027129     2063     26 | 49.686 % |
21.78/23.70	c 23	|      2571 |   22330  4153671 12357222 |  2229842     2570     25 | 49.686 % |
23.57/25.56	c 25	|      3330 |   22330  4153671 12357222 |  2452827     3329     24 | 49.686 % |
25.86/27.85	c 27	|      4469 |   22330  4153671 12357222 |  2698109     4467     23 | 49.747 % |
30.54/32.52	c 32	|      6178 |   22330  4153671 12357222 |  2967920     6176     21 | 49.747 % |
37.00/39.09	c 39	|      8740 |   22330  4153671 12357222 |  3264712     8738     23 | 49.747 % |
46.85/48.92	c 48	|     12585 |   22330  4153671 12357222 |  3591184    12583     24 | 49.747 % |
61.62/63.80	c 63	|     18352 |   18934   958053  2825044 |  3950302    18267     24 | 49.747 % |
74.20/76.56	c 76	|     27003 |   18934   958053  2825044 |  4345332    26918     24 | 49.747 % |
95.70/98.28	c 98	|     39978 |   18934   958053  2825044 |  4779866    39893     23 | 49.747 % |
133.45/136.38	c 136	|     59439 |   18934   958053  2825044 |  5257852    59354     24 | 49.747 % |
193.69/197.19	c 197	|     88633 |   18934   958053  2825044 |  5783638    88548     25 | 49.747 % |
290.95/295.37	c 295	|    132423 |   18934   958053  2825044 |  6362002   132338     27 | 49.747 % |
436.36/442.08	c 442	|    198108 |   18934   958053  2825044 |  6998202   198023     29 | 49.747 % |
726.38/734.63	c 734	|    296636 |   18934   958053  2825044 |  7698022   296551     31 | 49.747 % |
1289.70/1302.87	c 1302	|    444427 |   18934   958053  2825044 |  8467824   444342     32 | 49.747 % |
2383.59/2406.23	c 2406	|    666111 |   18934   958053  2825044 |  9314607   666026     33 | 49.747 % |
3600.02/3633.71	c ERROR INTERRUPTED
3600.02/3633.78	c 3633	CPU 3598.48 (0.07 0.03 3598.41 1.56)
3600.02/3633.78	c 3633	END Wed Jul 16 05:57:13 2008

Verifier Data (download as text)

OK	163	1637
163 unsatisfied constraints, 1637 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-1126067-1216176999/watcher-1126067-1216176999 -o /tmp/evaluation-result-1126067-1216176999/solver-1126067-1216176999 -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-1126067-1216176999.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.75 3.49 3.33 3/80 31540
/proc/meminfo: memFree=1867240/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=124 CPUtime=0
/proc/31540/stat : 31540 (sugar++) D 31538 31540 31455 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 74398857 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 240574854537 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/31540/statm: 31 23 17 3 0 3 0

[startup+0.0542399 s]
/proc/loadavg: 3.75 3.49 3.33 3/80 31540
/proc/meminfo: memFree=1867240/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=2504 CPUtime=0
/proc/31540/stat : 31540 (sugar++) D 31538 31540 31455 0 -1 4194304 41 0 0 0 0 0 0 0 18 0 1 0 74398857 2564096 26 996147200 4194304 4206940 548682068528 18446744073709551615 240574854537 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/31540/statm: 626 26 19 3 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.265264 s]
/proc/loadavg: 3.75 3.49 3.33 3/80 31540
/proc/meminfo: memFree=1867240/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=12272 CPUtime=0
/proc/31540/stat : 31540 (sugar++) R 31538 31540 31455 0 -1 4194304 375 0 0 0 0 0 0 0 18 0 1 0 74398857 12566528 343 996147200 4194304 4206940 548682068528 18446744073709551615 240597192351 0 0 4224 0 0 0 0 17 0 0 0
/proc/31540/statm: 3068 344 256 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301274 s]
/proc/loadavg: 3.75 3.49 3.33 3/80 31540
/proc/meminfo: memFree=1867240/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=12272 CPUtime=0
/proc/31540/stat : 31540 (sugar++) R 31538 31540 31455 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 74398857 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 240586374142 0 0 4224 0 0 0 0 17 0 0 0
/proc/31540/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701335 s]
/proc/loadavg: 3.75 3.49 3.33 3/80 31540
/proc/meminfo: memFree=1867240/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=13468 CPUtime=0.04
/proc/31540/stat : 31540 (sugar++) R 31538 31540 31455 0 -1 4194304 758 0 0 0 3 1 0 0 18 0 1 0 74398857 13791232 726 996147200 4194304 4206940 548682068528 18446744073709551615 240597012896 0 0 4224 0 0 0 0 17 0 0 0
/proc/31540/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+1.50147 s]
/proc/loadavg: 3.75 3.49 3.33 3/83 31544
/proc/meminfo: memFree=1863440/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=16740 CPUtime=0.08
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1219 128 0 0 6 2 0 0 17 0 1 0 74398857 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4185 1104 409 3 0 764 0
[pid=31543] ppid=31540 vsize=5356 CPUtime=0
/proc/31543/stat : 31543 (sh) S 31540 31540 31455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74398947 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31543/statm: 1339 233 193 169 0 50 0
[pid=31544] ppid=31543 vsize=11200 CPUtime=0.02
/proc/31544/stat : 31544 (java) S 31543 31540 31455 0 -1 0 874 0 1 0 0 2 0 0 18 0 2 0 74398947 11468800 627 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31544/statm: 2800 627 325 9 0 1198 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 33296

[startup+3.10274 s]
/proc/loadavg: 3.75 3.49 3.33 4/87 31558
/proc/meminfo: memFree=1859824/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=16740 CPUtime=0.67
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1297 4806 0 1 6 2 53 6 15 0 1 0 74398857 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31540/statm: 4185 1104 409 3 0 764 0
[pid=31553] ppid=31540 vsize=5356 CPUtime=0
/proc/31553/stat : 31553 (sh) S 31540 31540 31455 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74399072 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31553/statm: 1339 233 193 169 0 50 0
[pid=31554] ppid=31553 vsize=868384 CPUtime=0.75
/proc/31554/stat : 31554 (java) S 31553 31540 31455 0 -1 0 7245 0 1 0 72 3 0 0 20 0 9 0 74399072 889225216 6487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31554/statm: 217096 6487 2538 9 0 211671 0
[pid=31554/tid=31555] ppid=31553 vsize=868384 CPUtime=0.43
/proc/31554/task/31555/stat : 31555 (java) R 31553 31540 31455 0 -1 64 2659 0 1 0 42 1 0 0 25 0 9 0 74399073 889225216 6487 996147200 134512640 134550740 4294955920 18446744073709551615 4126594968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31556] ppid=31553 vsize=868384 CPUtime=0.09
/proc/31554/task/31556/stat : 31556 (java) S 31553 31540 31455 0 -1 64 2424 0 0 0 9 0 0 0 16 0 9 0 74399074 889225216 6487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31557] ppid=31553 vsize=868384 CPUtime=0
/proc/31554/task/31557/stat : 31557 (java) S 31553 31540 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74399074 889225216 6487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31558] ppid=31553 vsize=868384 CPUtime=0
/proc/31554/task/31558/stat : 31558 (java) S 31553 31540 31455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 74399074 889225216 6487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890480

[startup+6.30227 s]
/proc/loadavg: 3.77 3.50 3.33 4/91 31562
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=16740 CPUtime=0.67
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1297 4806 0 1 6 2 53 6 16 0 1 0 74398857 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31540/statm: 4185 1104 409 3 0 764 0
[pid=31553] ppid=31540 vsize=5356 CPUtime=0
/proc/31553/stat : 31553 (sh) S 31540 31540 31455 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74399072 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31553/statm: 1339 233 193 169 0 50 0
[pid=31554] ppid=31553 vsize=868496 CPUtime=3.93
/proc/31554/stat : 31554 (java) S 31553 31540 31455 0 -1 0 8365 0 1 0 364 29 0 0 20 0 9 0 74399072 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31554/statm: 217124 6593 2564 9 0 211671 0
[pid=31554/tid=31555] ppid=31553 vsize=868496 CPUtime=3.27
/proc/31554/task/31555/stat : 31555 (java) R 31553 31540 31455 0 -1 64 3722 0 1 0 305 22 0 0 25 0 9 0 74399073 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31556] ppid=31553 vsize=868496 CPUtime=0.35
/proc/31554/task/31556/stat : 31556 (java) S 31553 31540 31455 0 -1 64 2441 0 0 0 31 4 0 0 16 0 9 0 74399074 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31557] ppid=31553 vsize=868496 CPUtime=0
/proc/31554/task/31557/stat : 31557 (java) S 31553 31540 31455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74399074 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31558] ppid=31553 vsize=868496 CPUtime=0
/proc/31554/task/31558/stat : 31558 (java) S 31553 31540 31455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 74399074 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31559] ppid=31553 vsize=868496 CPUtime=0
/proc/31554/task/31559/stat : 31559 (java) S 31553 31540 31455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 74399079 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31554/tid=31560] ppid=31553 vsize=868496 CPUtime=0.26
/proc/31554/task/31560/stat : 31560 (java) S 31553 31540 31455 0 -1 64 1509 0 0 0 26 0 0 0 17 0 9 0 74399079 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31554/tid=31561] ppid=31553 vsize=868496 CPUtime=0
/proc/31554/task/31561/stat : 31561 (java) S 31553 31540 31455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74399079 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31554/tid=31562] ppid=31553 vsize=868496 CPUtime=0
/proc/31554/task/31562/stat : 31562 (java) S 31553 31540 31455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74399079 889339904 6593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 890592

[startup+12.7014 s]
/proc/loadavg: 3.71 3.49 3.33 4/82 31563
/proc/meminfo: memFree=1637272/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=8.7
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1513 14874 0 2 7 2 789 72 15 0 1 0 74398857 17412096 1163 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1163 414 3 0 830 0
[pid=31563] ppid=31540 vsize=172376 CPUtime=2.22
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 41823 0 0 0 197 25 0 0 25 0 1 0 74399903 176513024 41773 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 43094 41773 69 151 0 42940 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 189380

[startup+25.5015 s]
/proc/loadavg: 3.47 3.45 3.32 3/82 31593
/proc/meminfo: memFree=1600408/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=180500 CPUtime=13.81
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 43893 0 0 0 1354 27 0 0 25 0 1 0 74399903 184832000 43837 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 45125 43837 80 151 0 44971 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 197504

[startup+51.1018 s]
/proc/loadavg: 3.17 3.38 3.30 4/82 31593
/proc/meminfo: memFree=1600032/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=181168 CPUtime=39.27
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 44035 0 0 0 3899 28 0 0 25 0 1 0 74399903 185516032 43979 996147200 134512640 135134323 4294956192 18446744073709551615 134524790 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 45292 43979 80 151 0 45138 0
Current children cumulated CPU time (s) 49.03
Current children cumulated vsize (KiB) 198172

[startup+102.301 s]
/proc/loadavg: 2.93 3.28 3.26 3/82 31593
/proc/meminfo: memFree=1599776/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=181440 CPUtime=90
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 44122 0 0 0 8972 28 0 0 25 0 1 0 74399903 185794560 44058 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 45360 44058 80 151 0 45206 0
Current children cumulated CPU time (s) 99.76
Current children cumulated vsize (KiB) 198444

[startup+162.301 s]
/proc/loadavg: 2.69 3.14 3.22 4/82 31593
/proc/meminfo: memFree=1599584/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=181560 CPUtime=149.45
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 44151 0 0 0 14917 28 0 0 25 0 1 0 74399903 185917440 44087 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 45390 44087 80 151 0 45236 0
Current children cumulated CPU time (s) 159.21
Current children cumulated vsize (KiB) 198564

[startup+222.307 s]
/proc/loadavg: 2.62 3.04 3.18 3/82 31593
/proc/meminfo: memFree=1599328/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=181740 CPUtime=208.91
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 44179 0 0 0 20863 28 0 0 25 0 1 0 74399903 186101760 44115 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 45435 44115 80 151 0 45281 0
Current children cumulated CPU time (s) 218.67
Current children cumulated vsize (KiB) 198744

[startup+282.302 s]
/proc/loadavg: 2.63 2.97 3.14 4/82 31599
/proc/meminfo: memFree=1598496/2055920 swapFree=4192812/4192956

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

[pid=31563] ppid=31540 vsize=231136 CPUtime=2826.02
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 55869 0 0 0 282555 47 0 0 25 0 1 0 74399903 236683264 55805 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 57784 55805 80 151 0 57630 0
Current children cumulated CPU time (s) 2835.78
Current children cumulated vsize (KiB) 248140

[startup+2922.3 s]
/proc/loadavg: 2.79 2.68 2.67 4/82 31601
/proc/meminfo: memFree=1548448/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=233008 CPUtime=2885.5
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 56370 0 0 0 288502 48 0 0 25 0 1 0 74399903 238600192 56306 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 58252 56306 80 151 0 58098 0
Current children cumulated CPU time (s) 2895.26
Current children cumulated vsize (KiB) 250012

[startup+2982.3 s]
/proc/loadavg: 2.29 2.56 2.63 3/82 31639
/proc/meminfo: memFree=1595240/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=234972 CPUtime=2944.99
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 56847 0 0 0 294433 66 0 0 25 0 1 0 74399903 240611328 56783 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 58743 56783 80 151 0 58589 0
Current children cumulated CPU time (s) 2954.75
Current children cumulated vsize (KiB) 251976

[startup+3042.3 s]
/proc/loadavg: 2.38 2.53 2.61 4/82 31639
/proc/meminfo: memFree=1545768/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=237220 CPUtime=3004.43
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 57369 0 0 0 300377 66 0 0 25 0 1 0 74399903 242913280 57305 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 59305 57305 80 151 0 59151 0
Current children cumulated CPU time (s) 3014.19
Current children cumulated vsize (KiB) 254224

[startup+3102.3 s]
/proc/loadavg: 2.49 2.54 2.61 4/82 31639
/proc/meminfo: memFree=1543016/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=239108 CPUtime=3063.86
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 57873 0 0 0 306320 66 0 0 25 0 1 0 74399903 244846592 57809 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 59777 57809 80 151 0 59623 0
Current children cumulated CPU time (s) 3073.62
Current children cumulated vsize (KiB) 256112

[startup+3162.3 s]
/proc/loadavg: 2.42 2.52 2.60 4/82 31639
/proc/meminfo: memFree=1540968/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=241216 CPUtime=3123.3
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 58394 0 0 0 312263 67 0 0 25 0 1 0 74399903 247005184 58330 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 60304 58330 80 151 0 60150 0
Current children cumulated CPU time (s) 3133.06
Current children cumulated vsize (KiB) 258220

[startup+3222.3 s]
/proc/loadavg: 2.45 2.51 2.59 3/82 31639
/proc/meminfo: memFree=1538984/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=243112 CPUtime=3182.73
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 58883 0 0 0 318206 67 0 0 25 0 1 0 74399903 248946688 58819 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 60778 58819 80 151 0 60624 0
Current children cumulated CPU time (s) 3192.49
Current children cumulated vsize (KiB) 260116

[startup+3282.3 s]
/proc/loadavg: 2.67 2.56 2.60 5/82 31639
/proc/meminfo: memFree=1537000/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=245176 CPUtime=3242.17
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 59376 0 0 0 324149 68 0 0 25 0 1 0 74399903 251060224 59312 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 61294 59312 80 151 0 61140 0
Current children cumulated CPU time (s) 3251.93
Current children cumulated vsize (KiB) 262180

[startup+3342.3 s]
/proc/loadavg: 2.56 2.54 2.59 6/82 31639
/proc/meminfo: memFree=1535080/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=247064 CPUtime=3301.6
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 59838 0 0 0 330092 68 0 0 25 0 1 0 74399903 252993536 59774 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 61766 59774 80 151 0 61612 0
Current children cumulated CPU time (s) 3311.36
Current children cumulated vsize (KiB) 264068

[startup+3402.3 s]
/proc/loadavg: 2.55 2.55 2.59 3/82 31639
/proc/meminfo: memFree=1533160/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=248836 CPUtime=3361.04
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 60310 0 0 0 336035 69 0 0 25 0 1 0 74399903 254808064 60246 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 62209 60246 80 151 0 62055 0
Current children cumulated CPU time (s) 3370.8
Current children cumulated vsize (KiB) 265840

[startup+3462.3 s]
/proc/loadavg: 2.71 2.60 2.60 3/82 31639
/proc/meminfo: memFree=1531176/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=250720 CPUtime=3420.47
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 60758 0 0 0 341978 69 0 0 25 0 1 0 74399903 256737280 60694 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 62680 60694 80 151 0 62526 0
Current children cumulated CPU time (s) 3430.23
Current children cumulated vsize (KiB) 267724

[startup+3522.31 s]
/proc/loadavg: 2.62 2.59 2.60 4/82 31639
/proc/meminfo: memFree=1529512/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=252352 CPUtime=3479.91
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 61181 0 0 0 347921 70 0 0 25 0 1 0 74399903 258408448 61117 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 63088 61117 80 151 0 62934 0
Current children cumulated CPU time (s) 3489.67
Current children cumulated vsize (KiB) 269356

[startup+3582.3 s]
/proc/loadavg: 2.67 2.60 2.60 3/82 31639
/proc/meminfo: memFree=1527528/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=254132 CPUtime=3539.35
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 61658 0 0 0 353864 71 0 0 25 0 1 0 74399903 260231168 61594 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 63533 61594 80 151 0 63379 0
Current children cumulated CPU time (s) 3549.11
Current children cumulated vsize (KiB) 271136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.7 s]
/proc/loadavg: 2.62 2.60 2.60 4/82 31639
/proc/meminfo: memFree=1525928/2055920 swapFree=4192812/4192956
[pid=31540] ppid=31538 vsize=17004 CPUtime=9.76
/proc/31540/stat : 31540 (sugar++) S 31538 31540 31455 0 -1 4194304 1739 26788 0 5 7 3 886 80 16 0 1 0 74398857 17412096 1164 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31540/statm: 4251 1164 414 3 0 830 0
[pid=31563] ppid=31540 vsize=255604 CPUtime=3590.26
/proc/31563/stat : 31563 (minisat-inc) R 31540 31540 31455 0 -1 4194304 62024 0 0 0 358955 71 0 0 25 0 1 0 74399903 261738496 61960 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/31563/statm: 63901 61960 80 151 0 63747 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 272608

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

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

Child status: 0
Real time (s): 3633.8
CPU time (s): 3600.14
CPU user time (s): 3598.5
CPU system time (s): 1.64775
CPU usage (%): 99.0739
Max. virtual memory (cumulated for all children) (KiB): 890592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.5
system time used= 1.64775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90630
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20507
involuntary context switches= 111891

runsolver used 4.43133 second user time and 9.58354 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-16 04:56:39
IDJOB=1126067
IDBENCH=64198
IDSOLVER=367
FILE ID=node50/1126067-1216176999
PBS_JOBID= 7905886
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-johnson-16-2-4_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-1126067-1216176999/watcher-1126067-1216176999 -o /tmp/evaluation-result-1126067-1216176999/solver-1126067-1216176999 -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-1126067-1216176999.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a36e71317e6caf961bba5ab3c7d0474
RANDOM SEED=1477871828

node50.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.281
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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1867912 kB
Buffers:          2808 kB
Cached:          33980 kB
SwapCached:          0 kB
Active:         133468 kB
Inactive:         3592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1080 kB
Writeback:           0 kB
Mapped:         120596 kB
Slab:            35968 kB
Committed_AS:  1069176 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node50 at 2008-07-16 05:57:15