Trace number 1108951

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (MO)501 51.9381 54.5831

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-30-30.xml
MD5SUMe85d2010148b38b130e5f78ed4e296ed
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints61
Best CPU time to get the best result obtained on this benchmark3600.27
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size97
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 19:43:48 2008
0.00/0.07	c 0	PID 14100
0.00/0.08	c 0	HOST node53.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108951-1215798228.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108951-1215798228.xml' 'HOME/temp.csp'
0.06/0.65	c 1	31 domains, 1800 variables, 2 predicates, 0 relations, 2178 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.78	c 1	Parsing HOME/temp.csp
1.09/1.21	c 1	parsed 4011 expressions
1.09/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.24	c 1	MAX CSP: 2178 constraints
1.09/1.24	c 1	Converting to clausal form CSP
1.09/1.27	c 1	converted 620 (10%) expressions
1.09/1.28	c 1	converted 1239 (20%) expressions
1.19/1.31	c 1	converted 1858 (30%) expressions
1.30/1.46	c 1	converted 2477 (40%) expressions
1.39/1.50	c 1	converted 3096 (50%) expressions
1.39/1.53	c 1	converted 3716 (60%) expressions
1.50/1.60	c 1	converted 4335 (70%) expressions
1.50/1.63	c 2	converted 4954 (80%) expressions
1.50/1.66	c 2	converted 5573 (90%) expressions
2.88/3.08	c 3	converted 6192 (100%) expressions
2.88/3.08	c 3	CSP : 17408 integers, 5634 booleans, 40427 clauses, largest domain size 3268
2.88/3.08	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.08	c 3	Propagation in CSP
3.28/3.48	c 3	6338 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.48	c 3	CSP : 17408 integers, 5634 booleans, 40427 clauses, largest domain size 2179
3.28/3.48	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.50	c 3	Simplifing CSP by introducing new Boolean variables
3.38/3.52	c 3	CSP : 17408 integers, 5634 booleans, 40427 clauses, largest domain size 2179
3.38/3.52	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.69	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.58/3.74	c 4	1741 (10%) CSP integer variables are encoded (4762 clauses, 59781 bytes)
3.58/3.74	c 4	3482 (20%) CSP integer variables are encoded (4762 clauses, 59781 bytes)
3.58/3.77	c 4	5223 (30%) CSP integer variables are encoded (31491 clauses, 458305 bytes)
3.68/3.81	c 4	6964 (40%) CSP integer variables are encoded (68661 clauses, 1015855 bytes)
3.68/3.86	c 4	8704 (50%) CSP integer variables are encoded (104751 clauses, 1582836 bytes)
3.79/3.91	c 4	10445 (60%) CSP integer variables are encoded (140961 clauses, 2198406 bytes)
3.79/3.95	c 4	12186 (70%) CSP integer variables are encoded (178131 clauses, 2830296 bytes)
3.89/4.00	c 4	13927 (80%) CSP integer variables are encoded (214658 clauses, 3451255 bytes)
3.89/4.04	c 4	15668 (90%) CSP integer variables are encoded (247086 clauses, 4002531 bytes)
3.89/4.09	c 4	17408 (100%) CSP integer variables are encoded (285869 clauses, 4661842 bytes)
4.38/4.59	c 4	4043 (10%) CSP clauses are encoded (472611 clauses, 9473532 bytes)
6.14/6.38	c 6	8086 (20%) CSP clauses are encoded (1499049 clauses, 31331694 bytes)
8.31/8.51	c 8	12129 (30%) CSP clauses are encoded (2741108 clauses, 57723866 bytes)
10.27/10.59	c 10	16171 (40%) CSP clauses are encoded (3927192 clauses, 82926234 bytes)
12.69/13.29	c 13	20214 (50%) CSP clauses are encoded (5264738 clauses, 114559965 bytes)
15.45/16.05	c 16	24257 (60%) CSP clauses are encoded (6758593 clauses, 150718009 bytes)
17.63/18.24	c 18	28299 (70%) CSP clauses are encoded (7949073 clauses, 179535504 bytes)
19.88/20.51	c 20	32342 (80%) CSP clauses are encoded (9173566 clauses, 209178138 bytes)
22.27/23.05	c 23	36385 (90%) CSP clauses are encoded (10499249 clauses, 241262422 bytes)
33.84/34.87	c 35	40427 (100%) CSP clauses are encoded (16495457 clauses, 387476066 bytes)
33.84/34.87	c 35	40427 CSP clauses encoded
33.84/34.87	c 35	Writing map file : HOME/temp.map
33.95/34.93	c 35	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.95/34.93	c 35	SAT : 308843 SAT variables, 16495457 SAT clauses, 387476066 bytes
33.95/34.93	c 35	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.95/34.96	c 35	OBJECTIVE minimize _COST
33.95/34.96	c 35	SOLVING HOME/temp.cnf
33.95/34.96	c 35	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
34.01/35.26	c 35	This is MiniSat 2.0 beta incremental
34.01/35.26	c 35	WARNING: for repeatability, setting FPU to use double precision
34.01/35.26	c 35	============================[ Problem Statistics ]=============================
34.01/35.26	c 35	|                                                                             |
34.01/35.26	c 35	|  Number of variables:  308843                                               |
34.01/35.26	c 35	|  Number of clauses:    16495457                                             |
42.00/43.36	c 43	|  Parsing time:         6.78         s                                       |
42.40/43.72	c 44	OK
42.40/43.72	c 44	OBJECTIVE BOUND: 0 <= _COST <= 
42.40/43.72	c 44	SEARCHING: _COST <= 1089
42.40/43.72	c 44	============================[ Search Statistics ]==============================
42.40/43.72	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.40/43.72	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.40/43.72	c 44	===============================================================================
42.40/43.72	c 44	|         0 |  308843 16495457 48954810 |  5498485        0    nan |  0.000 % |
45.07/46.48	c 46	|       100 |  308843 16495457 48954810 |  6048334      100     85 |  0.000 % |
46.27/47.64	c 48	===============================================================================
46.27/47.66	c 48	restarts              : 2
46.27/47.66	c 48	conflicts             : 107           (10 /sec)
46.27/47.66	c 48	decisions             : 7077          (0.75 % random) (643 /sec)
46.27/47.66	c 48	propagations          : 1159974        (105325 /sec)
46.27/47.66	c 48	conflict literals     : 8555           (17.43 % deleted)
46.27/47.66	c 48	Memory used           : 686.66 MB
46.27/47.66	c 48	CPU time              : 11.0133 s
46.27/47.66	c 48	
46.27/47.66	c 48	SATISFIABLE
46.37/47.76	c 48	OK
46.37/47.76	c 48	FOUND: _COST <= 1089
46.37/47.76	s SATISFIABLE
46.37/47.76	c 48	DECODING HOME/temp.out WITH HOME/temp.map
46.37/47.76	c 48	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.43/47.85	c 48	Decoding HOME/temp.out
46.43/48.28	c 48	OBJECTIVE _COST 805
46.43/48.28	o 805
46.96/48.35	v 54 66 0 43 70 60 90 89 0 42 22 46 0 0 82 22 36 0 4 0 22 75 47 22 28 4 42 0 68 33 87 71 86 93 70 91 87 8 30 6 86 7 70 2 82 77 7 0 65 0 76 75 70 73 34 67 5 7 42 33 1 0 0 1 0 1 0 0 0 1 1 0 1 0 1 1 1 1 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 1 1 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 1 1 0 1 1 0 1 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 0 1 1 1 0 1 1 0 1 1 1 0 0 0 0 1 1 1 1 1 0 1 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 1 1 1 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 1 1 1 0 0 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 1 0 0 0 1 1 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 0 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 0 1 1 1 0 1 0 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 1 1 1 0 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 0
46.96/48.36	c 48	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
46.96/48.40	c 48	OK
46.96/48.40	c 48	OBJECTIVE BOUND: 0 <= _COST <= 805
46.96/48.40	c 48	SEARCHING: _COST <= 402
46.96/48.40	c 48	============================[ Search Statistics ]==============================
46.96/48.40	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.96/48.40	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.96/48.40	c 48	===============================================================================
46.96/48.40	c 48	|       107 |  308843 16495457 48954810 |  5498485      107     80 |  0.000 % |
50.60/52.03	c 52	|       210 |  308843 16495457 48954810 |  6048334      210     68 |  5.427 % |
51.39/53.05	c 53	===============================================================================
51.39/53.07	c 53	restarts              : 4
51.39/53.07	c 53	conflicts             : 215           (14 /sec)
51.39/53.07	c 53	decisions             : 8933          (0.73 % random) (577 /sec)
51.39/53.07	c 53	propagations          : 3114205        (201090 /sec)
51.39/53.07	c 53	conflict literals     : 14217          (17.62 % deleted)
51.39/53.07	c 53	Memory used           : 690.53 MB
51.39/53.07	c 53	CPU time              : 15.4866 s
51.39/53.07	c 53	
51.39/53.07	c 53	SATISFIABLE
51.52/53.27	c 53	OK
51.52/53.27	c 53	FOUND: _COST <= 402
51.52/53.27	c 53	DECODING HOME/temp.out WITH HOME/temp.map
51.52/53.27	c 53	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.59/54.14	c 54	Decoding HOME/temp.out
51.68/54.22	c ERROR INTERRUPTED
51.80/54.34	c 54	CPU 47.2 (0.07 0.02 47.13 4.46)
51.80/54.34	c 54	END Fri Jul 11 19:44:42 2008

Verifier Data (download as text)

OK	501	1677
501 unsatisfied constraints, 1677 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-1108951-1215798228/watcher-1108951-1215798228 -o /tmp/evaluation-result-1108951-1215798228/solver-1108951-1215798228 -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-1108951-1215798228.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.23 2.39 4/82 14100
/proc/meminfo: memFree=1782064/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=18572 CPUtime=0
/proc/14100/stat : 14100 (runsolver) R 14098 14100 13124 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 36522137 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269930261799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14100/statm: 4643 292 257 25 0 2626 0

[startup+0.085425 s]
/proc/loadavg: 2.06 2.23 2.39 4/82 14100
/proc/meminfo: memFree=1782064/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.06
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101463 s]
/proc/loadavg: 2.06 2.23 2.39 4/82 14100
/proc/meminfo: memFree=1782064/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.06
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301503 s]
/proc/loadavg: 2.06 2.23 2.39 4/82 14100
/proc/meminfo: memFree=1782064/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.06
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70158 s]
/proc/loadavg: 2.06 2.23 2.39 4/82 14100
/proc/meminfo: memFree=1782064/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.06
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50271 s]
/proc/loadavg: 2.06 2.23 2.39 5/93 14122
/proc/meminfo: memFree=1760208/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.62
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1297 5501 0 1 5 1 52 4 15 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
[pid=14113] ppid=14100 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14100 14100 13124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36522208 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 233 193 169 0 50 0
[pid=14114] ppid=14113 vsize=868388 CPUtime=0.77
/proc/14114/stat : 14114 (java) S 14113 14100 13124 0 -1 0 5673 0 1 0 73 4 0 0 18 0 9 0 36522208 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14114/statm: 217097 5083 1734 9 0 211672 0
[pid=14114/tid=14115] ppid=14113 vsize=868388 CPUtime=0.53
/proc/14114/task/14115/stat : 14115 (java) R 14113 14100 13124 0 -1 64 2654 0 1 0 51 2 0 0 19 0 9 0 36522209 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4126629159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14116] ppid=14113 vsize=868388 CPUtime=0.04
/proc/14114/task/14116/stat : 14116 (java) S 14113 14100 13124 0 -1 64 862 0 0 0 4 0 0 0 16 0 9 0 36522210 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14117] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14117/stat : 14117 (java) S 14113 14100 13124 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 36522210 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14118] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14118/stat : 14118 (java) S 14113 14100 13124 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 36522210 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14119] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14119/stat : 14119 (java) S 14113 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36522212 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14120] ppid=14113 vsize=868388 CPUtime=0.18
/proc/14114/task/14120/stat : 14120 (java) S 14113 14100 13124 0 -1 64 1466 0 0 0 17 1 0 0 16 0 9 0 36522212 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14121] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14121/stat : 14121 (java) S 14113 14100 13124 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36522212 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14122] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14122/stat : 14122 (java) S 14113 14100 13124 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36522212 889229312 5083 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890484

[startup+3.10204 s]
/proc/loadavg: 2.06 2.23 2.39 3/93 14122
/proc/meminfo: memFree=1727056/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.62
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1297 5501 0 1 5 1 52 4 16 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
[pid=14113] ppid=14100 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14100 14100 13124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36522208 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 233 193 169 0 50 0
[pid=14114] ppid=14113 vsize=868388 CPUtime=2.37
/proc/14114/stat : 14114 (java) S 14113 14100 13124 0 -1 0 12752 0 1 0 228 9 0 0 18 0 9 0 36522208 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14114/statm: 217097 11781 2541 9 0 211672 0
[pid=14114/tid=14115] ppid=14113 vsize=868388 CPUtime=1.47
/proc/14114/task/14115/stat : 14115 (java) R 14113 14100 13124 0 -1 64 2981 0 1 0 144 3 0 0 25 0 9 0 36522209 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4126566946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14116] ppid=14113 vsize=868388 CPUtime=0.63
/proc/14114/task/14116/stat : 14116 (java) S 14113 14100 13124 0 -1 64 7565 0 0 0 60 3 0 0 16 0 9 0 36522210 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14117] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14117/stat : 14117 (java) S 14113 14100 13124 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36522210 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14118] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14118/stat : 14118 (java) S 14113 14100 13124 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36522210 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14119] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14119/stat : 14119 (java) S 14113 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36522212 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14120] ppid=14113 vsize=868388 CPUtime=0.24
/proc/14114/task/14120/stat : 14120 (java) S 14113 14100 13124 0 -1 64 1513 0 0 0 23 1 0 0 16 0 9 0 36522212 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14121] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14121/stat : 14121 (java) S 14113 14100 13124 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36522212 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14122] ppid=14113 vsize=868388 CPUtime=0
/proc/14114/task/14122/stat : 14122 (java) S 14113 14100 13124 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36522212 889229312 11781 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890484

[startup+6.30265 s]
/proc/loadavg: 2.21 2.26 2.40 4/93 14122
/proc/meminfo: memFree=1651792/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.62
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1297 5501 0 1 5 1 52 4 15 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
[pid=14113] ppid=14100 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14100 14100 13124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36522208 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 233 193 169 0 50 0
[pid=14114] ppid=14113 vsize=868500 CPUtime=5.52
/proc/14114/stat : 14114 (java) S 14113 14100 13124 0 -1 0 14016 0 1 0 520 32 0 0 18 0 9 0 36522208 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14114/statm: 217125 12525 2565 9 0 211672 0
[pid=14114/tid=14115] ppid=14113 vsize=868500 CPUtime=4.21
/proc/14114/task/14115/stat : 14115 (java) R 14113 14100 13124 0 -1 64 3363 0 1 0 398 23 0 0 25 0 9 0 36522209 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4127192308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14114/tid=14116] ppid=14113 vsize=868500 CPUtime=0.95
/proc/14114/task/14116/stat : 14116 (java) S 14113 14100 13124 0 -1 64 8405 0 0 0 90 5 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14114/tid=14117] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14117/stat : 14117 (java) S 14113 14100 13124 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14118] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14118/stat : 14118 (java) S 14113 14100 13124 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14119] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14119/stat : 14119 (java) S 14113 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14120] ppid=14113 vsize=868500 CPUtime=0.31
/proc/14114/task/14120/stat : 14120 (java) S 14113 14100 13124 0 -1 64 1555 0 0 0 30 1 0 0 16 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14121] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14121/stat : 14121 (java) S 14113 14100 13124 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14122] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14122/stat : 14122 (java) S 14113 14100 13124 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36522212 889344000 12525 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) 890596

[startup+12.7029 s]
/proc/loadavg: 2.28 2.27 2.41 3/93 14123
/proc/meminfo: memFree=1475344/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.62
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1297 5501 0 1 5 1 52 4 16 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
[pid=14113] ppid=14100 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14100 14100 13124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36522208 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 233 193 169 0 50 0
[pid=14114] ppid=14113 vsize=868500 CPUtime=11.68
/proc/14114/stat : 14114 (java) S 14113 14100 13124 0 -1 0 14674 0 1 0 1080 88 0 0 18 0 9 0 36522208 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14114/statm: 217125 12525 2565 9 0 211672 0
[pid=14114/tid=14115] ppid=14113 vsize=868500 CPUtime=10.11
/proc/14114/task/14115/stat : 14115 (java) D 14113 14100 13124 0 -1 64 4021 0 1 0 935 76 0 0 25 0 9 0 36522209 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14114/tid=14116] ppid=14113 vsize=868500 CPUtime=1.22
/proc/14114/task/14116/stat : 14116 (java) S 14113 14100 13124 0 -1 64 8405 0 0 0 113 9 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14114/tid=14117] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14117/stat : 14117 (java) S 14113 14100 13124 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14118] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14118/stat : 14118 (java) S 14113 14100 13124 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14119] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14119/stat : 14119 (java) S 14113 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14120] ppid=14113 vsize=868500 CPUtime=0.31
/proc/14114/task/14120/stat : 14120 (java) S 14113 14100 13124 0 -1 64 1555 0 0 0 30 1 0 0 16 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14121] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14121/stat : 14121 (java) S 14113 14100 13124 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14122] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14122/stat : 14122 (java) S 14113 14100 13124 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 890596

[startup+25.5025 s]
/proc/loadavg: 2.44 2.31 2.41 4/93 14124
/proc/meminfo: memFree=1145872/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=16740 CPUtime=0.62
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1297 5501 0 1 5 1 52 4 16 0 1 0 36522137 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14100/statm: 4185 1104 409 3 0 764 0
[pid=14113] ppid=14100 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14100 14100 13124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36522208 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 233 193 169 0 50 0
[pid=14114] ppid=14113 vsize=868500 CPUtime=24.12
/proc/14114/stat : 14114 (java) S 14113 14100 13124 0 -1 0 15953 0 1 0 2211 201 0 0 18 0 9 0 36522208 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14114/statm: 217125 12525 2565 9 0 211672 0
[pid=14114/tid=14115] ppid=14113 vsize=868500 CPUtime=22.01
/proc/14114/task/14115/stat : 14115 (java) R 14113 14100 13124 0 -1 64 5300 0 1 0 2021 180 0 0 25 0 9 0 36522209 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4126478384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14116] ppid=14113 vsize=868500 CPUtime=1.76
/proc/14114/task/14116/stat : 14116 (java) S 14113 14100 13124 0 -1 64 8405 0 0 0 158 18 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14117] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14117/stat : 14117 (java) S 14113 14100 13124 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14118] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14118/stat : 14118 (java) S 14113 14100 13124 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36522210 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14119] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14119/stat : 14119 (java) S 14113 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14120] ppid=14113 vsize=868500 CPUtime=0.31
/proc/14114/task/14120/stat : 14120 (java) S 14113 14100 13124 0 -1 64 1555 0 0 0 30 1 0 0 16 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14121] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14121/stat : 14121 (java) S 14113 14100 13124 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14114/tid=14122] ppid=14113 vsize=868500 CPUtime=0
/proc/14114/task/14122/stat : 14122 (java) S 14113 14100 13124 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36522212 889344000 12525 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 890596

[startup+51.1015 s]
/proc/loadavg: 3.17 2.49 2.47 3/84 14138
/proc/meminfo: memFree=32272/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=17136 CPUtime=34.61
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1619 26884 0 3 7 2 3156 296 16 0 1 0 36522137 17547264 1182 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14100/statm: 4284 1182 414 3 0 863 0
[pid=14127] ppid=14100 vsize=705648 CPUtime=15.12
/proc/14127/stat : 14127 (minisat-inc) R 14100 14100 13124 0 -1 4194304 174704 0 1 0 1376 136 0 0 25 0 1 0 36525633 722583552 174652 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/14127/statm: 176412 174652 80 151 0 176258 0
Current children cumulated CPU time (s) 49.73
Current children cumulated vsize (KiB) 722784



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+54.2011 s]
/proc/loadavg: 3.32 2.53 2.49 3/94 14148
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=17136 CPUtime=34.61
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1671 26884 0 3 7 2 3156 296 15 0 1 0 36522137 17547264 1182 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14100/statm: 4284 1182 414 3 0 863 0
[pid=14127] ppid=14100 vsize=707100 CPUtime=16.95
/proc/14127/stat : 14127 (minisat-inc) S 14100 14100 13124 0 -1 4194304 175056 0 1 0 1557 138 0 0 25 0 1 0 36525633 724070400 175002 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/14127/statm: 176775 175002 80 151 0 176621 0
[pid=14139] ppid=14100 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14100 14100 13124 0 -1 4194304 274 0 4 0 0 0 0 0 17 0 1 0 36527464 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 233 193 169 0 50 0
[pid=14140] ppid=14139 vsize=195620 CPUtime=0.12
/proc/14140/stat : 14140 (java) S 14139 14100 13124 0 -1 0 3358 0 1 0 10 2 0 0 18 0 9 0 36527503 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14140/statm: 48905 2835 1639 9 0 43487 0
[pid=14140/tid=14141] ppid=14139 vsize=195620 CPUtime=0.09
/proc/14140/task/14141/stat : 14141 (java) R 14139 14100 13124 0 -1 64 2425 0 1 0 8 1 0 0 21 0 9 0 36527513 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 102812415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14142] ppid=14139 vsize=195620 CPUtime=0
/proc/14140/task/14142/stat : 14142 (java) S 14139 14100 13124 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 36527539 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14143] ppid=14139 vsize=195620 CPUtime=0
/proc/14140/task/14143/stat : 14143 (java) S 14139 14100 13124 0 -1 64 11 0 0 0 0 0 0 0 20 0 9 0 36527539 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14144] ppid=14139 vsize=195620 CPUtime=0
/proc/14140/task/14144/stat : 14144 (java) S 14139 14100 13124 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 36527539 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14145] ppid=14139 vsize=195620 CPUtime=0
/proc/14140/task/14145/stat : 14145 (java) S 14139 14100 13124 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36527548 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14146] ppid=14139 vsize=195620 CPUtime=0.02
/proc/14140/task/14146/stat : 14146 (java) S 14139 14100 13124 0 -1 64 238 0 0 0 2 0 0 0 18 0 9 0 36527548 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14147] ppid=14139 vsize=195620 CPUtime=0
/proc/14140/task/14147/stat : 14147 (java) S 14139 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 36527548 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14148] ppid=14139 vsize=195620 CPUtime=0
/proc/14140/task/14148/stat : 14148 (java) S 14139 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36527548 200314880 2835 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.68
Current children cumulated vsize (KiB) 925212

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

[startup+54.3252 s]
/proc/loadavg: 3.32 2.53 2.49 3/94 14148
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=17136 CPUtime=34.61
/proc/14100/stat : 14100 (sugar++) S 14098 14100 13124 0 -1 4194304 1682 26884 0 3 7 2 3156 296 15 0 1 0 36522137 17547264 1182 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/14100/statm: 4284 1182 414 3 0 863 0
[pid=14127] ppid=14100 vsize=0 CPUtime=17.06
/proc/14127/stat : 14127 (minisat-inc) Z 14100 14100 13124 0 -1 4195340 175056 0 1 0 1557 149 0 0 17 0 1 0 36525633 0 0 996147200 0 0 0 0 0 0 0 4096 3 18446744071563351923 0 0 17 0 0 0
/proc/14127/statm: 0 0 0 0 0 0 0
[pid=14139] ppid=14100 vsize=0 CPUtime=0
/proc/14139/stat : 14139 (sh) Z 14100 14100 13124 0 -1 4195340 274 0 4 0 0 0 0 0 15 0 1 0 36527464 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/14139/statm: 0 0 0 0 0 0 0
[pid=14140] ppid=1 vsize=196268 CPUtime=0.13
/proc/14140/stat : 14140 (java) S 1 14100 13124 0 -1 0 3452 0 1 0 11 2 0 0 15 0 11 0 36527503 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14140/statm: 49067 2925 1650 9 0 43649 0
[pid=14140/tid=14141] ppid=1 vsize=196268 CPUtime=0.09
/proc/14140/task/14141/stat : 14141 (java) R 1 14100 13124 0 -1 64 2425 0 1 0 8 1 0 0 21 0 11 0 36527513 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4125978436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14142] ppid=1 vsize=196268 CPUtime=0
/proc/14140/task/14142/stat : 14142 (java) S 1 14100 13124 0 -1 64 70 0 0 0 0 0 0 0 16 0 11 0 36527539 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14143] ppid=1 vsize=196268 CPUtime=0
/proc/14140/task/14143/stat : 14143 (java) S 1 14100 13124 0 -1 64 11 0 0 0 0 0 0 0 20 0 11 0 36527539 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14144] ppid=1 vsize=196268 CPUtime=0
/proc/14140/task/14144/stat : 14144 (java) S 1 14100 13124 0 -1 64 4 0 0 0 0 0 0 0 21 0 11 0 36527539 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14145] ppid=1 vsize=196268 CPUtime=0
/proc/14140/task/14145/stat : 14145 (java) S 1 14100 13124 0 -1 64 10 0 0 0 0 0 0 0 16 0 11 0 36527548 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14146] ppid=1 vsize=196268 CPUtime=0.02
/proc/14140/task/14146/stat : 14146 (java) S 1 14100 13124 0 -1 64 240 0 0 0 2 0 0 0 16 0 11 0 36527548 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14147] ppid=1 vsize=196268 CPUtime=0
/proc/14140/task/14147/stat : 14147 (java) S 1 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 20 0 11 0 36527548 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14140/tid=14148] ppid=1 vsize=196268 CPUtime=0
/proc/14140/task/14148/stat : 14148 (java) S 1 14100 13124 0 -1 64 0 0 0 0 0 0 0 0 16 0 11 0 36527548 200978432 2925 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.8
Current children cumulated vsize (KiB) 213404

# WARNING:
# current cumulated CPU time (51.75 s) is less than in the last sample (51.8 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (0.0499992 s) to the 'lost time'.

[startup+54.4012 s]
/proc/loadavg: 3.32 2.53 2.49 3/94 14148
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=17136 CPUtime=51.75
/proc/14100/stat : 14100 (sugar++) R 14098 14100 13124 0 -1 4194304 1709 202214 0 8 7 9 4713 446 16 0 1 0 36522137 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14100/statm: 4284 1183 415 3 0 863 0
Current children cumulated CPU time (s) 51.75
Current children cumulated vsize (KiB) 17136

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

[startup+54.4012 s]
/proc/loadavg: 3.32 2.53 2.49 3/94 14148
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=17136 CPUtime=51.75
/proc/14100/stat : 14100 (sugar++) R 14098 14100 13124 0 -1 4194304 1709 202214 0 8 7 9 4713 446 16 0 1 0 36522137 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14100/statm: 4284 1183 415 3 0 863 0
Current children cumulated CPU time (s) 51.75
Current children cumulated vsize (KiB) 17136

[startup+54.503 s]
/proc/loadavg: 3.32 2.53 2.49 3/94 14148
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=14100] ppid=14098 vsize=17136 CPUtime=51.85
/proc/14100/stat : 14100 (sugar++) R 14098 14100 13124 0 -1 4194304 1709 202214 0 8 7 19 4713 446 16 0 1 0 36522137 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14100/statm: 4284 1183 415 3 0 863 0
Current children cumulated CPU time (s) 51.85
Current children cumulated vsize (KiB) 17136

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0499992
#  lost CPU user time (s): 0.109997
#  lost CPU system time (s): -0.0599999

Real time (s): 54.5831
CPU time (s): 51.9381
CPU user time (s): 47.3218
CPU system time (s): 4.61629
CPU usage (%): 95.1541
Max. virtual memory (cumulated for all children) (KiB): 925212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.2118
system time used= 4.67629
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203979
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28649
involuntary context switches= 29284

runsolver used 0.079987 second user time and 0.19097 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-11 19:43:48
IDJOB=1108951
IDBENCH=60838
IDSOLVER=367
FILE ID=node53/1108951-1215798228
PBS_JOBID= 7903094
Free space on /tmp= 65040 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-30-30.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-1108951-1215798228/watcher-1108951-1215798228 -o /tmp/evaluation-result-1108951-1215798228/solver-1108951-1215798228 -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-1108951-1215798228.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e85d2010148b38b130e5f78ed4e296ed
RANDOM SEED=2080720643

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782608 kB
Buffers:          4108 kB
Cached:         126384 kB
SwapCached:          0 kB
Active:         199060 kB
Inactive:        11800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           89668 kB
Writeback:           0 kB
Mapped:         101540 kB
Slab:            47412 kB
Committed_AS:   237512 kB
PageTables:       2144 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= 64348 MiB
End job on node53 at 2008-07-11 19:44:44