Trace number 1125235

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.3 3621.42

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-07_ext.xml
MD5SUM00c13f8bef3b18ee802ca87d371b8f6c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints57
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2665
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension2665
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Wed Jul 16 02:27:12 2008
0.05/0.08	c 0	PID 28730
0.05/0.08	c 0	HOST node62.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1125235-1216168031.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125235-1216168031.xml' 'HOME/temp.csp'
1.55/1.66	c 1	3 domains, 200 variables, 0 predicates, 913 relations, 2665 constraints
1.60/1.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.60/1.71	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'
1.60/1.79	c 1	Parsing HOME/temp.csp
4.16/4.37	c 4	parsed 3781 expressions
4.16/4.37	c 4	Heap : 45 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.16/4.40	c 4	MAX CSP: 2665 constraints
4.16/4.40	c 4	Converting to clausal form CSP
4.26/4.49	c 4	converted 645 (10%) expressions
4.45/4.67	c 4	converted 1290 (20%) expressions
5.26/5.45	c 5	converted 1935 (30%) expressions
5.74/5.93	c 5	converted 2580 (40%) expressions
6.04/6.29	c 6	converted 3225 (50%) expressions
6.44/6.66	c 6	converted 3870 (60%) expressions
7.72/7.90	c 7	converted 4515 (70%) expressions
8.01/8.26	c 8	converted 5160 (80%) expressions
8.42/8.61	c 8	converted 5805 (90%) expressions
9.00/9.21	c 9	converted 6449 (100%) expressions
9.00/9.21	c 9	CSP : 5530 integers, 0 booleans, 7994 clauses, largest domain size 3998
9.00/9.21	c 9	Heap : 167 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.00/9.21	c 9	Propagation in CSP
9.11/9.33	c 9	2659 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.11/9.33	c 9	CSP : 5530 integers, 0 booleans, 7994 clauses, largest domain size 2666
9.11/9.33	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.11/9.33	c 9	Simplifing CSP by introducing new Boolean variables
9.11/9.34	c 9	CSP : 5530 integers, 0 booleans, 7994 clauses, largest domain size 2666
9.11/9.34	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.80/10.07	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.90/10.10	c 10	553 (10%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.10	c 10	1106 (20%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.11	c 10	1659 (30%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.11	c 10	2212 (40%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.11	c 10	2765 (50%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.12	c 10	3318 (60%) CSP integer variables are encoded (13310 clauses, 182401 bytes)
9.90/10.13	c 10	3871 (70%) CSP integer variables are encoded (18387 clauses, 258556 bytes)
9.90/10.13	c 10	4424 (80%) CSP integer variables are encoded (24180 clauses, 345451 bytes)
9.90/10.17	c 10	4977 (90%) CSP integer variables are encoded (54380 clauses, 798451 bytes)
9.90/10.18	c 10	5530 (100%) CSP integer variables are encoded (62117 clauses, 914506 bytes)
10.79/11.03	c 10	800 (10%) CSP clauses are encoded (92252 clauses, 1676740 bytes)
11.58/11.86	c 11	1599 (20%) CSP clauses are encoded (124342 clauses, 2555288 bytes)
12.37/12.60	c 12	2399 (30%) CSP clauses are encoded (152183 clauses, 3313163 bytes)
12.67/12.95	c 12	3198 (40%) CSP clauses are encoded (200393 clauses, 4389457 bytes)
13.35/13.69	c 13	3997 (50%) CSP clauses are encoded (618700 clauses, 13323633 bytes)
13.66/13.91	c 13	4797 (60%) CSP clauses are encoded (737760 clauses, 15840838 bytes)
15.83/16.13	c 16	5596 (70%) CSP clauses are encoded (1975693 clauses, 42386347 bytes)
20.04/20.59	c 20	6396 (80%) CSP clauses are encoded (3823539 clauses, 81758438 bytes)
23.18/23.74	c 23	7195 (90%) CSP clauses are encoded (5616776 clauses, 120231964 bytes)
29.33/30.13	c 30	7994 (100%) CSP clauses are encoded (9147383 clauses, 196031494 bytes)
29.33/30.13	c 30	7994 CSP clauses encoded
29.33/30.13	c 30	Writing map file : HOME/temp.map
29.33/30.18	c 30	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.33/30.18	c 30	SAT : 67647 SAT variables, 9147383 SAT clauses, 196031494 bytes
29.33/30.18	c 30	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.41/30.27	c 30	OBJECTIVE minimize _COST
29.41/30.27	c 30	SOLVING HOME/temp.cnf
29.41/30.27	c 30	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
29.41/30.27	c 30	This is MiniSat 2.0 beta incremental
29.41/30.27	c 30	WARNING: for repeatability, setting FPU to use double precision
29.41/30.27	c 30	============================[ Problem Statistics ]=============================
29.41/30.27	c 30	|                                                                             |
29.41/30.27	c 30	|  Number of variables:  67647                                                |
29.41/30.27	c 30	|  Number of clauses:    9147383                                              |
33.53/34.47	c 34	|  Parsing time:         3.62         s                                       |
33.73/34.65	c 34	OK
33.73/34.65	c 34	OBJECTIVE BOUND: 0 <= _COST <= 
33.73/34.65	c 34	SEARCHING: _COST <= 1333
33.73/34.65	c 34	============================[ Search Statistics ]==============================
33.73/34.65	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.73/34.65	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.73/34.65	c 34	===============================================================================
33.73/34.65	c 34	|         0 |   67647  9147383 27416628 |  3049127        0    nan |  0.000 % |
36.61/37.59	c 37	|       101 |   67645  9147383 27416628 |  3354040      100     17 |  0.020 % |
37.50/38.43	c 38	|       252 |   67645  9147383 27416628 |  3689444      251     28 |  0.020 % |
39.59/40.52	c 40	|       477 |   67645  9147383 27416628 |  4058388      476     20 |  0.020 % |
44.33/45.31	c 45	|       814 |   67645  9147383 27416628 |  4464227      813     17 |  0.020 % |
48.79/49.82	c 49	|      1321 |   67645  9147383 27416628 |  4910650     1320     23 |  0.020 % |
55.44/56.52	c 56	===============================================================================
55.44/56.52	c 56	restarts              : 6
55.44/56.52	c 56	conflicts             : 1938          (76 /sec)
55.44/56.52	c 56	decisions             : 55954         (0.69 % random) (2201 /sec)
55.44/56.52	c 56	propagations          : 5040384        (198307 /sec)
55.44/56.52	c 56	conflict literals     : 36798          (17.99 % deleted)
55.44/56.52	c 56	Memory used           : 384.41 MB
55.44/56.52	c 56	CPU time              : 25.4171 s
55.44/56.52	c 56	
55.44/56.53	c 56	SATISFIABLE
55.44/56.55	c 56	OK
55.44/56.55	c 56	FOUND: _COST <= 1333
55.44/56.55	s SATISFIABLE
55.44/56.55	c 56	DECODING HOME/temp.out WITH HOME/temp.map
55.44/56.55	c 56	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
55.48/56.63	c 56	Decoding HOME/temp.out
55.48/56.86	c 56	OBJECTIVE _COST 1053
55.48/56.86	o 1053
55.48/56.87	v 14 14 16 43 37 11 43 10 38 15 43 22 2 10 43 43 1 39 11 2 43 43 43 43 28 19 21 43 20 43 43 32 0 19 28 15 35 13 5 43 32 21 32 41 27 43 12 41 43 43 10 20 28 32 21 43 43 35 43 13 43 43 43 15 43 17 21 16 35 41 43 43 21 29 19 34 35 35 14 26 20 12 28 3 35 35 35 11 35 32 10 34 35 0 30 35 35 21 35 38 17 35 26 30 6 7 28 35 35 26 11 35 35 3 21 1 26 35 5 4 37 34 35 35 35 29 14 4 26 10 34 35 35 35 35 35 8 17 35 17 31 43 9 35 13 20 32 0 43 20 43 40 0 43 24 42 4 43 43 16 41 35 0 26 26 30 26 35 15 43 35 16 36 8 39 15 10 32 16 34 4 23 9 17 32 43 33 35 11 26 8 10 26 17 20 35 16 35 39 42
55.48/56.87	c 56	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
55.48/56.93	c 56	OK
55.48/56.93	c 56	OBJECTIVE BOUND: 0 <= _COST <= 1053
55.48/56.93	c 56	SEARCHING: _COST <= 526
55.48/56.93	c 56	============================[ Search Statistics ]==============================
55.48/56.93	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
55.48/56.93	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
55.48/56.93	c 56	===============================================================================
55.48/56.93	c 56	|      1938 |   67634  9147383 27416628 |  3049127     1937     19 |  0.020 % |
56.98/58.11	c 58	|      2038 |   67634  9147383 27416628 |  3354040     2037     19 | 29.029 % |
58.86/60.04	c 60	|      2188 |   67634  9147383 27416628 |  3689444     2187     19 | 29.029 % |
59.46/60.69	c 60	|      2414 |   67634  9147383 27416628 |  4058388     2413     20 | 29.029 % |
60.94/62.18	c 62	|      2751 |   67634  9147383 27416628 |  4464227     2750     21 | 29.029 % |
65.79/67.02	c 66	|      3258 |   67634  9147383 27416628 |  4910650     3257     22 | 29.029 % |
68.66/69.97	c 69	|      4018 |   67634  9147383 27416628 |  5401715     4017     22 | 29.029 % |
74.80/76.11	c 76	|      5157 |   67634  9147383 27416628 |  5941887     5156     34 | 29.029 % |
79.16/80.56	c 80	|      6866 |   67634  9147383 27416628 |  6536075     6865     37 | 29.029 % |
86.89/88.34	c 88	|      9428 |   67634  9147383 27416628 |  7189683     9427     43 | 29.029 % |
98.87/100.42	c 100	|     13273 |   67634  9147383 27416628 |  7908651    13272     52 | 29.029 % |
123.54/125.35	c 125	|     19039 |   67634  9147383 27416628 |  8699517    19038     57 | 29.029 % |
171.48/173.71	c 173	|     27688 |   48010  5051762 15187074 |  9569468    27685     60 | 29.029 % |
205.55/208.16	c 208	|     40664 |   48010  5051762 15187074 | 10526415    40661     68 | 29.029 % |
245.17/248.18	c 248	|     60127 |   48010  5051762 15187074 | 11579057    60124     66 | 29.029 % |
324.41/328.11	c 328	|     89319 |   48010  5051762 15187074 | 12736962    89316     57 | 29.029 % |
449.71/454.63	c 454	|    133110 |   48010  5051762 15187074 | 14010659   133107     53 | 29.029 % |
653.76/660.64	c 660	|    198794 |   48010  5051762 15187074 | 15411725   198791     48 | 29.029 % |
993.60/1003.72	c 1003	|    297320 |   48010  5051762 15187074 | 16952897   297317     42 | 29.029 % |
1553.49/1568.98	c 1568	|    445112 |   48010  5051762 15187074 | 18648187   445109     49 | 29.029 % |
2594.99/2613.99	c 2613	|    666795 |   48010  5051762 15187074 | 20513006   666792     69 | 29.029 % |
3397.67/3416.98	c 3416	===============================================================================
3397.67/3416.98	c 3416	restarts              : 27
3397.67/3416.98	c 3416	conflicts             : 886462        (263 /sec)
3397.67/3416.98	c 3416	decisions             : 1179895       (0.79 % random) (350 /sec)
3397.67/3416.98	c 3416	propagations          : 1140420349     (338739 /sec)
3397.67/3416.98	c 3416	conflict literals     : 86568795       (22.71 % deleted)
3397.67/3416.98	c 3416	Memory used           : 659.76 MB
3397.67/3416.98	c 3416	CPU time              : 3366.67 s
3397.67/3416.98	c 3416	
3397.67/3416.98	c 3416	SATISFIABLE
3397.78/3417.00	c 3416	OK
3397.78/3417.00	c 3416	FOUND: _COST <= 526
3397.78/3417.00	c 3416	DECODING HOME/temp.out WITH HOME/temp.map
3397.78/3417.00	c 3416	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3397.78/3417.09	c 3417	Decoding HOME/temp.out
3397.79/3417.32	c 3417	OBJECTIVE _COST 466
3397.79/3417.32	o 466
3397.79/3417.33	v 22 30 22 13 4 32 9 15 32 32 21 14 43 18 32 13 39 11 43 43 36 42 10 32 25 5 10 13 31 12 0 43 43 39 28 30 26 17 4 10 36 20 26 7 7 3 0 5 15 23 10 21 32 27 19 13 36 36 21 43 43 0 5 32 32 18 0 21 12 0 5 43 19 29 20 35 35 35 15 20 0 3 25 12 25 10 1 36 35 26 19 32 12 11 12 35 17 17 3 32 10 35 16 2 35 7 28 26 1 26 8 35 16 2 15 4 10 21 43 35 9 35 19 35 16 6 11 3 35 12 17 35 3 35 34 13 27 26 16 14 31 0 26 35 29 15 38 33 43 21 42 42 10 5 33 8 3 36 32 14 32 0 4 10 30 30 26 35 23 38 19 39 29 26 43 17 12 35 17 35 11 26 1 11 12 42 34 17 35 17 10 26 29 28 0 19 34 19 32 11
3397.79/3417.33	c 3417	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3402.84/3422.27	c 3422	OK
3402.84/3422.27	c 3422	OBJECTIVE BOUND: 0 <= _COST <= 466
3402.84/3422.27	c 3422	SEARCHING: _COST <= 233
3402.84/3422.27	c 3422	============================[ Search Statistics ]==============================
3402.84/3422.27	c 3422	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3402.84/3422.27	c 3422	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3402.84/3422.27	c 3422	===============================================================================
3402.84/3422.27	c 3422	|    886462 |   39777  2806799  8476297 |   935599   883158     98 | 29.029 % |
3404.03/3423.49	c 3423	|    886562 |   39777  2806799  8476297 |  1029159   883258     97 | 41.199 % |
3405.02/3424.42	c 3424	|    886714 |   39777  2806799  8476297 |  1132075   883410     97 | 41.199 % |
3407.10/3426.58	c 3426	|    886940 |   39777  2806799  8476297 |  1245283   883636     97 | 41.199 % |
3409.28/3428.79	c 3428	|    887277 |   39777  2806799  8476297 |  1369811   883973     97 | 41.199 % |
3412.45/3431.98	c 3431	|    887783 |   39777  2806799  8476297 |  1506792   884479     97 | 41.199 % |
3416.61/3436.17	c 3436	|    888542 |   39777  2806799  8476297 |  1657471   885238     97 | 41.199 % |
3422.75/3442.30	c 3442	|    889681 |   39777  2806799  8476297 |  1823219   886377     97 | 41.199 % |
3431.37/3451.06	c 3451	|    891390 |   39777  2806799  8476297 |  2005540   888086     97 | 41.199 % |
3444.95/3464.79	c 3464	|    893952 |   39777  2806799  8476297 |  2206095   890648     97 | 41.199 % |
3464.08/3484.06	c 3484	|    897797 |   39777  2806799  8476297 |  2426704   894493     97 | 41.199 % |
3486.38/3506.58	c 3506	|    903565 |   39777  2806799  8476297 |  2669375   900261     97 | 41.199 % |
3527.40/3547.90	c 3547	|    912214 |   39777  2806799  8476297 |  2936312   908910     96 | 41.199 % |
3586.07/3607.12	c 3607	|    925190 |   39777  2806799  8476297 |  3229943   921886     95 | 41.199 % |
3600.05/3621.21	c ERROR INTERRUPTED
3600.15/3621.35	c 3621	CPU 3597.09 (0.07 0.02 3597.02 3.06)
3600.15/3621.35	c 3621	END Wed Jul 16 03:27:33 2008

Verifier Data (download as text)

OK	409	2256
409 unsatisfied constraints, 2256 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-1125235-1216168031/watcher-1125235-1216168031 -o /tmp/evaluation-result-1125235-1216168031/solver-1125235-1216168031 -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-1125235-1216168031.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 28730
/proc/meminfo: memFree=1717744/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=12268 CPUtime=0
/proc/28730/stat : 28730 (sugar++) R 28728 28730 27311 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73502304 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28730/statm: 3067 316 241 3 0 167 0

[startup+0.06506 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 28730
/proc/meminfo: memFree=1717744/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16212 CPUtime=0.05
/proc/28730/stat : 28730 (sugar++) R 28728 28730 27311 0 -1 4194304 955 0 0 0 4 1 0 0 18 0 1 0 73502304 16601088 923 996147200 4194304 4206940 548682068528 18446744073709551615 236437539747 0 0 4224 0 0 0 0 17 1 0 0
/proc/28730/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102161 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 28730
/proc/meminfo: memFree=1717744/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=0.06
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301084 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 28730
/proc/meminfo: memFree=1717744/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=0.06
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702131 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 28730
/proc/meminfo: memFree=1717744/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=0.06
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50223 s]
/proc/loadavg: 1.92 1.98 2.06 3/92 28742
/proc/meminfo: memFree=1697496/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=0.06
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
[pid=28733] ppid=28730 vsize=5356 CPUtime=0
/proc/28733/stat : 28733 (sh) S 28730 28730 27311 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 73502313 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28733/statm: 1339 233 193 169 0 50 0
[pid=28734] ppid=28733 vsize=864664 CPUtime=1.39
/proc/28734/stat : 28734 (java) S 28733 28730 27311 0 -1 0 7655 0 1 0 134 5 0 0 18 0 9 0 73502313 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28734/statm: 216166 6797 2528 9 0 210748 0
[pid=28734/tid=28735] ppid=28733 vsize=864664 CPUtime=1.08
/proc/28734/task/28735/stat : 28735 (java) R 28733 28730 27311 0 -1 64 2846 0 1 0 106 2 0 0 25 0 9 0 73502314 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4126721931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28736] ppid=28733 vsize=864664 CPUtime=0.12
/proc/28734/task/28736/stat : 28736 (java) S 28733 28730 27311 0 -1 64 3596 0 0 0 11 1 0 0 16 0 9 0 73502316 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28737] ppid=28733 vsize=864664 CPUtime=0
/proc/28734/task/28737/stat : 28737 (java) S 28733 28730 27311 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73502316 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28738] ppid=28733 vsize=864664 CPUtime=0
/proc/28734/task/28738/stat : 28738 (java) S 28733 28730 27311 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73502316 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28739] ppid=28733 vsize=864664 CPUtime=0
/proc/28734/task/28739/stat : 28739 (java) S 28733 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73502318 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28740] ppid=28733 vsize=864664 CPUtime=0.16
/proc/28734/task/28740/stat : 28740 (java) S 28733 28730 27311 0 -1 64 514 0 0 0 16 0 0 0 16 0 9 0 73502318 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28741] ppid=28733 vsize=864664 CPUtime=0
/proc/28734/task/28741/stat : 28741 (java) S 28733 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73502318 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28734/tid=28742] ppid=28733 vsize=864664 CPUtime=0
/proc/28734/task/28742/stat : 28742 (java) S 28733 28730 27311 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73502318 885415936 6797 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886760

[startup+3.10141 s]
/proc/loadavg: 1.92 1.98 2.06 4/92 28752
/proc/meminfo: memFree=1701336/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=1.61
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1297 8170 0 1 5 1 149 6 16 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
[pid=28743] ppid=28730 vsize=5356 CPUtime=0
/proc/28743/stat : 28743 (sh) S 28730 28730 27311 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73502476 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28743/statm: 1339 233 193 169 0 50 0
[pid=28744] ppid=28743 vsize=864012 CPUtime=1.37
/proc/28744/stat : 28744 (java) S 28743 28730 27311 0 -1 0 10464 0 1 0 131 6 0 0 18 0 9 0 73502476 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28744/statm: 216003 9726 2532 9 0 210585 0
[pid=28744/tid=28745] ppid=28743 vsize=864012 CPUtime=0.81
/proc/28744/task/28745/stat : 28745 (java) R 28743 28730 27311 0 -1 64 2596 0 1 0 80 1 0 0 25 0 9 0 73502477 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28746] ppid=28743 vsize=864012 CPUtime=0.46
/proc/28744/task/28746/stat : 28746 (java) R 28743 28730 27311 0 -1 64 6836 0 0 0 43 3 0 0 16 0 9 0 73502478 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 102721863 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28747] ppid=28743 vsize=864012 CPUtime=0
/proc/28744/task/28747/stat : 28747 (java) S 28743 28730 27311 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73502478 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28748] ppid=28743 vsize=864012 CPUtime=0
/proc/28744/task/28748/stat : 28748 (java) S 28743 28730 27311 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73502478 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28749] ppid=28743 vsize=864012 CPUtime=0
/proc/28744/task/28749/stat : 28749 (java) S 28743 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73502480 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28750] ppid=28743 vsize=864012 CPUtime=0.07
/proc/28744/task/28750/stat : 28750 (java) S 28743 28730 27311 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 73502480 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28751] ppid=28743 vsize=864012 CPUtime=0
/proc/28744/task/28751/stat : 28751 (java) S 28743 28730 27311 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73502480 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28752] ppid=28743 vsize=864012 CPUtime=0
/proc/28744/task/28752/stat : 28752 (java) S 28743 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73502480 884748288 9726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886108

[startup+6.30277 s]
/proc/loadavg: 2.01 2.00 2.07 3/92 28752
/proc/meminfo: memFree=1630040/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=1.61
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1297 8170 0 1 5 1 149 6 15 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
[pid=28743] ppid=28730 vsize=5356 CPUtime=0
/proc/28743/stat : 28743 (sh) S 28730 28730 27311 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73502476 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28743/statm: 1339 233 193 169 0 50 0
[pid=28744] ppid=28743 vsize=868376 CPUtime=4.53
/proc/28744/stat : 28744 (java) S 28743 28730 27311 0 -1 0 31442 0 1 0 440 13 0 0 18 0 9 0 73502476 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28744/statm: 217094 30614 2541 9 0 211669 0
[pid=28744/tid=28745] ppid=28743 vsize=868376 CPUtime=2.22
/proc/28744/task/28745/stat : 28745 (java) R 28743 28730 27311 0 -1 64 3743 0 1 0 220 2 0 0 25 0 9 0 73502477 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 103214878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28746] ppid=28743 vsize=868376 CPUtime=2.1
/proc/28744/task/28746/stat : 28746 (java) S 28743 28730 27311 0 -1 64 25552 0 0 0 201 9 0 0 16 0 9 0 73502478 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28747] ppid=28743 vsize=868376 CPUtime=0
/proc/28744/task/28747/stat : 28747 (java) S 28743 28730 27311 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73502478 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28748] ppid=28743 vsize=868376 CPUtime=0
/proc/28744/task/28748/stat : 28748 (java) S 28743 28730 27311 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73502478 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28749] ppid=28743 vsize=868376 CPUtime=0
/proc/28744/task/28749/stat : 28749 (java) S 28743 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73502480 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28750] ppid=28743 vsize=868376 CPUtime=0.17
/proc/28744/task/28750/stat : 28750 (java) S 28743 28730 27311 0 -1 64 1449 0 0 0 17 0 0 0 16 0 9 0 73502480 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28751] ppid=28743 vsize=868376 CPUtime=0
/proc/28744/task/28751/stat : 28751 (java) S 28743 28730 27311 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73502480 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28752] ppid=28743 vsize=868376 CPUtime=0
/proc/28744/task/28752/stat : 28752 (java) S 28743 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73502480 889217024 30614 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890472

[startup+12.7025 s]
/proc/loadavg: 2.09 2.02 2.07 3/92 28752
/proc/meminfo: memFree=1526232/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=1.61
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1297 8170 0 1 5 1 149 6 15 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
[pid=28743] ppid=28730 vsize=5356 CPUtime=0
/proc/28743/stat : 28743 (sh) S 28730 28730 27311 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73502476 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28743/statm: 1339 233 193 169 0 50 0
[pid=28744] ppid=28743 vsize=868488 CPUtime=10.86
/proc/28744/stat : 28744 (java) S 28743 28730 27311 0 -1 0 60618 0 1 0 1055 31 0 0 18 0 9 0 73502476 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28744/statm: 217122 47922 2565 9 0 211669 0
[pid=28744/tid=28745] ppid=28743 vsize=868488 CPUtime=5.92
/proc/28744/task/28745/stat : 28745 (java) R 28743 28730 27311 0 -1 64 4689 0 1 0 586 6 0 0 25 0 9 0 73502477 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28746] ppid=28743 vsize=868488 CPUtime=4.62
/proc/28744/task/28746/stat : 28746 (java) S 28743 28730 27311 0 -1 64 53714 0 0 0 439 23 0 0 16 0 9 0 73502478 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28747] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28747/stat : 28747 (java) S 28743 28730 27311 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73502478 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28748] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28748/stat : 28748 (java) S 28743 28730 27311 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73502478 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28749] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28749/stat : 28749 (java) S 28743 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73502480 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28750] ppid=28743 vsize=868488 CPUtime=0.28
/proc/28744/task/28750/stat : 28750 (java) S 28743 28730 27311 0 -1 64 1517 0 0 0 28 0 0 0 16 0 9 0 73502480 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28751] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28751/stat : 28751 (java) S 28743 28730 27311 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73502480 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28752] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28752/stat : 28752 (java) S 28743 28730 27311 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73502480 889331712 47922 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890584

[startup+25.503 s]
/proc/loadavg: 2.15 2.03 2.08 3/92 28752
/proc/meminfo: memFree=1389912/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=16740 CPUtime=1.61
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1297 8170 0 1 5 1 149 6 16 0 1 0 73502304 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4185 1104 409 3 0 764 0
[pid=28743] ppid=28730 vsize=5356 CPUtime=0
/proc/28743/stat : 28743 (sh) S 28730 28730 27311 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73502476 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28743/statm: 1339 233 193 169 0 50 0
[pid=28744] ppid=28743 vsize=868488 CPUtime=23.34
/proc/28744/stat : 28744 (java) S 28743 28730 27311 0 -1 0 60920 0 1 0 2217 117 0 0 18 0 9 0 73502476 889331712 47940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28744/statm: 217122 47940 2566 9 0 211669 0
[pid=28744/tid=28745] ppid=28743 vsize=868488 CPUtime=18.18
/proc/28744/task/28745/stat : 28745 (java) R 28743 28730 27311 0 -1 64 4974 0 1 0 1727 91 0 0 25 0 9 0 73502477 889331712 47940 996147200 134512640 134550740 4294955920 18446744073709551615 4126912220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28746] ppid=28743 vsize=868488 CPUtime=4.82
/proc/28744/task/28746/stat : 28746 (java) S 28743 28730 27311 0 -1 64 53714 0 0 0 458 24 0 0 16 0 9 0 73502478 889331712 47940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28747] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28747/stat : 28747 (java) S 28743 28730 27311 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73502478 889331712 47940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28744/tid=28748] ppid=28743 vsize=868488 CPUtime=0
/proc/28744/task/28748/stat : 28748 (java) S 28743 28730 27311 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73502478 889331712 47940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=574800 CPUtime=2873.46
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 140250 0 0 0 287240 106 0 0 25 0 1 0 73505332 588595200 140197 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 143700 140197 80 151 0 143546 0
Current children cumulated CPU time (s) 2903.27
Current children cumulated vsize (KiB) 591936

[startup+2982.3 s]
/proc/loadavg: 2.83 2.68 2.45 3/82 28807
/proc/meminfo: memFree=857064/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=586580 CPUtime=2933.44
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 143197 0 0 0 293235 109 0 0 25 0 1 0 73505332 600657920 143144 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 146645 143144 80 151 0 146491 0
Current children cumulated CPU time (s) 2963.25
Current children cumulated vsize (KiB) 603716

[startup+3042.3 s]
/proc/loadavg: 2.77 2.69 2.46 3/82 28807
/proc/meminfo: memFree=844584/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=599140 CPUtime=2993.41
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 146327 0 0 0 299230 111 0 0 25 0 1 0 73505332 613519360 146274 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 149785 146274 80 151 0 149631 0
Current children cumulated CPU time (s) 3023.22
Current children cumulated vsize (KiB) 616276

[startup+3102.3 s]
/proc/loadavg: 2.80 2.71 2.48 3/82 28807
/proc/meminfo: memFree=832296/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=611432 CPUtime=3053.39
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 149384 0 0 0 305225 114 0 0 25 0 1 0 73505332 626106368 149331 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 152858 149331 80 151 0 152704 0
Current children cumulated CPU time (s) 3083.2
Current children cumulated vsize (KiB) 628568

[startup+3162.3 s]
/proc/loadavg: 2.70 2.70 2.49 3/82 28809
/proc/meminfo: memFree=820000/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=623568 CPUtime=3113.37
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 152425 0 0 0 311220 117 0 0 25 0 1 0 73505332 638533632 152372 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 155892 152372 80 151 0 155738 0
Current children cumulated CPU time (s) 3143.18
Current children cumulated vsize (KiB) 640704

[startup+3222.3 s]
/proc/loadavg: 2.77 2.71 2.50 3/82 28809
/proc/meminfo: memFree=808232/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=635344 CPUtime=3173.34
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 155344 0 0 0 317214 120 0 0 25 0 1 0 73505332 650592256 155291 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 158836 155291 80 151 0 158682 0
Current children cumulated CPU time (s) 3203.15
Current children cumulated vsize (KiB) 652480

[startup+3282.3 s]
/proc/loadavg: 2.78 2.72 2.52 3/82 28809
/proc/meminfo: memFree=795816/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=647740 CPUtime=3233.32
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 158422 0 0 0 323209 123 0 0 25 0 1 0 73505332 663285760 158369 996147200 134512640 135134323 4294956192 18446744073709551615 134529270 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 161935 158369 80 151 0 161781 0
Current children cumulated CPU time (s) 3263.13
Current children cumulated vsize (KiB) 664876

[startup+3342.3 s]
/proc/loadavg: 2.74 2.72 2.53 3/82 28809
/proc/meminfo: memFree=783784/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=659876 CPUtime=3293.3
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 161474 0 0 0 329204 126 0 0 25 0 1 0 73505332 675713024 161421 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 164969 161421 80 151 0 164815 0
Current children cumulated CPU time (s) 3323.11
Current children cumulated vsize (KiB) 677012

[startup+3402.31 s]
/proc/loadavg: 2.68 2.71 2.54 3/82 28809
/proc/meminfo: memFree=770856/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=29.81
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1627 73551 0 3 7 2 2811 161 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=672680 CPUtime=3353.28
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 164667 0 0 0 335199 129 0 0 25 0 1 0 73505332 688824320 164614 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/28753/statm: 168170 164614 80 151 0 168016 0
Current children cumulated CPU time (s) 3383.09
Current children cumulated vsize (KiB) 689816

[startup+3462.3 s]
/proc/loadavg: 2.60 2.68 2.54 3/82 28819
/proc/meminfo: memFree=766760/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=30.13
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1696 77596 0 4 7 2 2840 164 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=676812 CPUtime=3412.44
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 165676 0 0 0 341114 130 0 0 25 0 1 0 73505332 693055488 165621 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/28753/statm: 169203 165621 80 151 0 169049 0
Current children cumulated CPU time (s) 3442.57
Current children cumulated vsize (KiB) 693948

[startup+3522.3 s]
/proc/loadavg: 2.45 2.63 2.53 4/82 28819
/proc/meminfo: memFree=766504/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=30.13
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1696 77596 0 4 7 2 2840 164 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=676956 CPUtime=3471.9
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 165742 0 0 0 347060 130 0 0 25 0 1 0 73505332 693202944 165687 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28753/statm: 169239 165687 80 151 0 169085 0
Current children cumulated CPU time (s) 3502.03
Current children cumulated vsize (KiB) 694092

[startup+3582.3 s]
/proc/loadavg: 2.51 2.60 2.53 4/82 28819
/proc/meminfo: memFree=766312/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=30.13
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1696 77596 0 4 7 2 2840 164 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=677092 CPUtime=3531.36
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 165785 0 0 0 353006 130 0 0 25 0 1 0 73505332 693342208 165730 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28753/statm: 169273 165730 80 151 0 169119 0
Current children cumulated CPU time (s) 3561.49
Current children cumulated vsize (KiB) 694228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.21 s]
/proc/loadavg: 2.64 2.62 2.54 4/82 28819
/proc/meminfo: memFree=766056/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=30.13
/proc/28730/stat : 28730 (sugar++) S 28728 28730 27311 0 -1 4194304 1696 77596 0 4 7 2 2840 164 16 0 1 0 73502304 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 4284 1193 414 3 0 863 0
[pid=28753] ppid=28730 vsize=677308 CPUtime=3569.92
/proc/28753/stat : 28753 (minisat-inc) R 28730 28730 27311 0 -1 4194304 165834 0 0 0 356861 131 0 0 25 0 1 0 73505332 693563392 165779 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28753/statm: 169327 165779 80 151 0 169173 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 694444

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

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

[startup+3621.4 s]
/proc/loadavg: 2.64 2.62 2.54 4/82 28819
/proc/meminfo: memFree=766056/2055920 swapFree=4192812/4192956
[pid=28730] ppid=28728 vsize=17136 CPUtime=3600.26
/proc/28730/stat : 28730 (sugar++) R 28728 28730 27311 0 -1 4194304 1721 243430 0 4 7 11 359702 306 18 0 1 0 73502304 17547264 1194 996147200 4194304 4206940 548682068528 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28730/statm: 4284 1194 415 3 0 863 0
Current children cumulated CPU time (s) 3600.26
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3621.42
CPU time (s): 3600.3
CPU user time (s): 3597.1
CPU system time (s): 3.19551
CPU usage (%): 99.4167
Max. virtual memory (cumulated for all children) (KiB): 916084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.1
system time used= 3.19551
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245206
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= 8914
involuntary context switches= 98898

runsolver used 5.04723 second user time and 11.2763 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-16 02:27:11
IDJOB=1125235
IDBENCH=63094
IDSOLVER=367
FILE ID=node62/1125235-1216168031
PBS_JOBID= 7905667
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-07_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-1125235-1216168031/watcher-1125235-1216168031 -o /tmp/evaluation-result-1125235-1216168031/solver-1125235-1216168031 -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-1125235-1216168031.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00c13f8bef3b18ee802ca87d371b8f6c
RANDOM SEED=592126279

node62.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.232
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.232
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:       1718288 kB
Buffers:         89504 kB
Cached:         168692 kB
SwapCached:          0 kB
Active:         199568 kB
Inactive:        85360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          46824 kB
Slab:            37396 kB
Committed_AS:   345060 kB
PageTables:       2148 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node62 at 2008-07-16 03:27:35