Trace number 2067386

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.14.6+minisatSAT 41.4097 42.0938

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-l152lav.xml
MD5SUMa0bd23ddc00d5680974e37efcfc8ab07
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.57846
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints193
Maximum constraint arity1989
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:36:56 2009
0.00/0.08	c 0	PID 18060
0.00/0.08	c 0	HOST node73.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2067386-1247344616.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067386-1247344616.xml' 'HOME/temp.csp'
0.07/0.82	c 1	1 domains, 1989 variables, 69 predicates, 0 relations, 193 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.96	c 1	Parsing HOME/temp.csp
1.40/1.56	c 1	parsed 2252 expressions
1.40/1.56	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 1	Converting to clausal form CSP
1.40/1.59	c 1	converted 226 (10%) expressions
1.40/1.59	c 1	converted 451 (20%) expressions
1.40/1.59	c 1	converted 676 (30%) expressions
1.40/1.60	c 1	converted 901 (40%) expressions
1.40/1.60	c 1	converted 1126 (50%) expressions
1.50/1.65	c 1	converted 1352 (60%) expressions
1.50/1.66	c 1	converted 1577 (70%) expressions
1.50/1.66	c 1	converted 1802 (80%) expressions
1.50/1.67	c 1	converted 2027 (90%) expressions
2.79/2.90	c 3	converted 2252 (100%) expressions
2.79/2.90	c 3	CSP : 6478 integers, 0 booleans, 9171 clauses, largest domain size 4228
2.79/2.90	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/2.90	c 3	Propagation in CSP
2.98/3.19	c 3	123181 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.98/3.19	c 3	CSP : 6478 integers, 0 booleans, 9171 clauses, largest domain size 664
2.98/3.19	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.07/3.21	c 3	Simplifing CSP by introducing new Boolean variables
3.07/3.22	c 3	CSP : 6478 integers, 0 booleans, 9171 clauses, largest domain size 664
3.07/3.22	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.07/3.28	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.07/3.30	c 3	648 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.07/3.30	c 3	1296 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.17/3.31	c 3	1944 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.17/3.32	c 3	2592 (40%) CSP integer variables are encoded (2616 clauses, 34072 bytes)
3.17/3.32	c 3	3239 (50%) CSP integer variables are encoded (5749 clauses, 74801 bytes)
3.17/3.33	c 3	3887 (60%) CSP integer variables are encoded (9656 clauses, 131703 bytes)
3.17/3.34	c 3	4535 (70%) CSP integer variables are encoded (14357 clauses, 202218 bytes)
3.17/3.35	c 3	5183 (80%) CSP integer variables are encoded (22560 clauses, 325263 bytes)
3.26/3.40	c 3	5831 (90%) CSP integer variables are encoded (63447 clauses, 938568 bytes)
3.26/3.42	c 3	6478 (100%) CSP integer variables are encoded (74128 clauses, 1098783 bytes)
4.35/4.59	c 4	918 (10%) CSP clauses are encoded (142486 clauses, 2759507 bytes)
7.02/7.26	c 7	1835 (20%) CSP clauses are encoded (256718 clauses, 5783497 bytes)
7.33/7.58	c 7	2752 (30%) CSP clauses are encoded (304945 clauses, 6764426 bytes)
8.30/8.52	c 8	3669 (40%) CSP clauses are encoded (388051 clauses, 8783996 bytes)
11.67/11.95	c 12	4586 (50%) CSP clauses are encoded (555437 clauses, 13611526 bytes)
16.02/16.30	c 16	5503 (60%) CSP clauses are encoded (718990 clauses, 18549033 bytes)
16.90/17.20	c 17	6420 (70%) CSP clauses are encoded (828360 clauses, 21174973 bytes)
23.81/24.20	c 24	7337 (80%) CSP clauses are encoded (3198135 clauses, 72958989 bytes)
31.50/32.07	c 32	8254 (90%) CSP clauses are encoded (4654857 clauses, 106825383 bytes)
37.02/37.63	c 37	9171 (100%) CSP clauses are encoded (4982771 clauses, 116419322 bytes)
37.02/37.63	c 37	9171 CSP clauses encoded
37.02/37.63	c 37	Writing map file : HOME/temp.map
37.02/37.64	c 37	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.02/37.64	c 37	SAT : 80606 SAT variables, 4982771 SAT clauses, 116419322 bytes
37.02/37.64	c 37	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.02/37.69	c 37	SOLVING HOME/temp.cnf
37.02/37.69	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.09/37.70	c 37	This is MiniSat 2.0 beta
37.09/37.70	c 37	WARNING: for repeatability, setting FPU to use double precision
37.09/37.70	c 37	============================[ Problem Statistics ]=============================
37.09/37.70	c 37	|                                                                             |
37.09/37.70	c 37	|  Number of variables:  80606                                                |
37.09/37.70	c 37	|  Number of clauses:    4982771                                              |
39.76/40.43	c 40	|  Parsing time:         2.35         s                                       |
39.85/40.59	c 40	============================[ Search Statistics ]==============================
39.85/40.59	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.85/40.59	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.85/40.59	c 40	===============================================================================
39.85/40.59	c 40	|         0 |   80606  4982771 17694248 |  1660923        0    nan |  0.000 % |
40.64/41.37	c 41	===============================================================================
40.64/41.37	c 41	restarts              : 1
40.64/41.37	c 41	conflicts             : 11             (3 /sec)
40.64/41.37	c 41	decisions             : 82             (0.00 % random) (25 /sec)
40.64/41.37	c 41	propagations          : 184575         (56488 /sec)
40.64/41.37	c 41	conflict literals     : 189            (7.80 % deleted)
40.64/41.37	c 41	Memory used           : 221.20 MB
40.64/41.37	c 41	CPU time              : 3.2675 s
40.64/41.37	c 41	
40.74/41.41	c 41	SATISFIABLE
40.74/41.44	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.74/41.44	c 41	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.79/41.52	c 41	Decoding HOME/temp.out
41.12/41.89	s SATISFIABLE
41.22/41.97	v 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
41.22/41.98	c 42	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.30/42.03	c 42	CPU 41.32 (0.06 0.03 39.69 1.54)
41.30/42.03	c 42	END Sat Jul 11 22:37:38 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067386-1247344616/watcher-2067386-1247344616 -o /tmp/evaluation-result-2067386-1247344616/solver-2067386-1247344616 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2067386-1247344616.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 2.00 2.02 4/82 18060
/proc/meminfo: memFree=1459552/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=3672 CPUtime=0
/proc/18060/stat : 18060 (sugar) R 18058 18060 16442 0 -1 4194304 53 0 0 0 0 0 0 0 22 0 1 0 21526927 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 210720847241 0 0 4096 0 0 0 0 17 1 0 0
/proc/18060/statm: 918 38 29 3 0 8 0

[startup+0.0882209 s]
/proc/loadavg: 1.86 2.00 2.02 4/82 18060
/proc/meminfo: memFree=1459552/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.07
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101227 s]
/proc/loadavg: 1.86 2.00 2.02 4/82 18060
/proc/meminfo: memFree=1459552/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.07
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301244 s]
/proc/loadavg: 1.86 2.00 2.02 4/82 18060
/proc/meminfo: memFree=1459552/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.07
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701295 s]
/proc/loadavg: 1.86 2.00 2.02 4/82 18060
/proc/meminfo: memFree=1459552/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.07
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 1.87 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1451208/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1309 5507 0 1 6 1 68 5 16 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
[pid=18073] ppid=18060 vsize=5356 CPUtime=0
/proc/18073/stat : 18073 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21527015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18073/statm: 1339 233 193 169 0 50 0
[pid=18074] ppid=18073 vsize=862284 CPUtime=0.6
/proc/18074/stat : 18074 (java) S 18073 18060 16442 0 -1 0 6173 0 1 0 57 3 0 0 18 0 9 0 21527015 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18074/statm: 215571 5398 2158 9 0 210484 0
[pid=18074/tid=18075] ppid=18073 vsize=862284 CPUtime=0.33
/proc/18074/task/18075/stat : 18075 (java) R 18073 18060 16442 0 -1 64 2063 0 1 0 32 1 0 0 21 0 9 0 21527016 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4126427290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18076] ppid=18073 vsize=862284 CPUtime=0.22
/proc/18074/task/18076/stat : 18076 (java) S 18073 18060 16442 0 -1 64 3100 0 0 0 21 1 0 0 16 0 9 0 21527017 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18077] ppid=18073 vsize=862284 CPUtime=0
/proc/18074/task/18077/stat : 18077 (java) S 18073 18060 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21527017 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18078] ppid=18073 vsize=862284 CPUtime=0
/proc/18074/task/18078/stat : 18078 (java) S 18073 18060 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21527017 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18079] ppid=18073 vsize=862284 CPUtime=0
/proc/18074/task/18079/stat : 18079 (java) S 18073 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21527019 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18080] ppid=18073 vsize=862284 CPUtime=0.03
/proc/18074/task/18080/stat : 18080 (java) S 18073 18060 16442 0 -1 64 307 0 0 0 3 0 0 0 17 0 9 0 21527019 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18081] ppid=18073 vsize=862284 CPUtime=0
/proc/18074/task/18081/stat : 18081 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21527019 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18082] ppid=18073 vsize=862284 CPUtime=0
/proc/18074/task/18082/stat : 18082 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21527019 882978816 5398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884508

[startup+3.10258 s]
/proc/loadavg: 1.87 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1436744/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1310 5507 0 1 6 1 68 5 16 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
[pid=18073] ppid=18060 vsize=5356 CPUtime=0
/proc/18073/stat : 18073 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21527015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18073/statm: 1339 233 193 169 0 50 0
[pid=18074] ppid=18073 vsize=868592 CPUtime=2.18
/proc/18074/stat : 18074 (java) S 18073 18060 16442 0 -1 0 9707 0 1 0 212 6 0 0 18 0 9 0 21527015 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18074/statm: 217148 8770 2566 9 0 211653 0
[pid=18074/tid=18075] ppid=18073 vsize=868592 CPUtime=1.48
/proc/18074/task/18075/stat : 18075 (java) R 18073 18060 16442 0 -1 64 2779 0 1 0 146 2 0 0 25 0 9 0 21527016 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4126574678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18076] ppid=18073 vsize=868592 CPUtime=0.48
/proc/18074/task/18076/stat : 18076 (java) S 18073 18060 16442 0 -1 64 4728 0 0 0 46 2 0 0 16 0 9 0 21527017 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18077] ppid=18073 vsize=868592 CPUtime=0
/proc/18074/task/18077/stat : 18077 (java) S 18073 18060 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21527017 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18078] ppid=18073 vsize=868592 CPUtime=0
/proc/18074/task/18078/stat : 18078 (java) S 18073 18060 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21527017 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18079] ppid=18073 vsize=868592 CPUtime=0
/proc/18074/task/18079/stat : 18079 (java) S 18073 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21527019 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18080] ppid=18073 vsize=868592 CPUtime=0.18
/proc/18074/task/18080/stat : 18080 (java) S 18073 18060 16442 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 21527019 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18081] ppid=18073 vsize=868592 CPUtime=0
/proc/18074/task/18081/stat : 18081 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21527019 889438208 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18082] ppid=18073 vsize=868592 CPUtime=0
/proc/18074/task/18082/stat : 18082 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21527019 889438208 8770 996147200 134512640 134550932 4294955936 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) 890816

[startup+6.30195 s]
/proc/loadavg: 1.87 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1426568/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1310 5507 0 1 6 1 68 5 16 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
[pid=18073] ppid=18060 vsize=5356 CPUtime=0
/proc/18073/stat : 18073 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21527015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18073/statm: 1339 233 193 169 0 50 0
[pid=18074] ppid=18073 vsize=868704 CPUtime=5.34
/proc/18074/stat : 18074 (java) S 18073 18060 16442 0 -1 0 10027 0 1 0 523 11 0 0 18 0 9 0 21527015 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18074/statm: 217176 8860 2590 9 0 211653 0
[pid=18074/tid=18075] ppid=18073 vsize=868704 CPUtime=4.47
/proc/18074/task/18075/stat : 18075 (java) R 18073 18060 16442 0 -1 64 3035 0 1 0 442 5 0 0 25 0 9 0 21527016 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4126556045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18076] ppid=18073 vsize=868704 CPUtime=0.6
/proc/18074/task/18076/stat : 18076 (java) S 18073 18060 16442 0 -1 64 4760 0 0 0 57 3 0 0 16 0 9 0 21527017 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18077] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18077/stat : 18077 (java) S 18073 18060 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21527017 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18078] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18078/stat : 18078 (java) S 18073 18060 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21527017 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18079] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18079/stat : 18079 (java) S 18073 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21527019 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18080] ppid=18073 vsize=868704 CPUtime=0.23
/proc/18074/task/18080/stat : 18080 (java) S 18073 18060 16442 0 -1 64 1529 0 0 0 22 1 0 0 15 0 9 0 21527019 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18081] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18081/stat : 18081 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21527019 889552896 8860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18082] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18082/stat : 18082 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21527019 889552896 8860 996147200 134512640 134550932 4294955936 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) 890928

[startup+12.7027 s]
/proc/loadavg: 1.89 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1416648/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1310 5507 0 1 6 1 68 5 16 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
[pid=18073] ppid=18060 vsize=5356 CPUtime=0
/proc/18073/stat : 18073 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21527015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18073/statm: 1339 233 193 169 0 50 0
[pid=18074] ppid=18073 vsize=868704 CPUtime=11.66
/proc/18074/stat : 18074 (java) S 18073 18060 16442 0 -1 0 10442 0 1 0 1145 21 0 0 18 0 9 0 21527015 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18074/statm: 217176 8866 2590 9 0 211653 0
[pid=18074/tid=18075] ppid=18073 vsize=868704 CPUtime=10.65
/proc/18074/task/18075/stat : 18075 (java) R 18073 18060 16442 0 -1 64 3445 0 1 0 1052 13 0 0 25 0 9 0 21527016 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4127020234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18076] ppid=18073 vsize=868704 CPUtime=0.74
/proc/18074/task/18076/stat : 18076 (java) S 18073 18060 16442 0 -1 64 4760 0 0 0 69 5 0 0 16 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18077] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18077/stat : 18077 (java) S 18073 18060 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18078] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18078/stat : 18078 (java) S 18073 18060 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18079] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18079/stat : 18079 (java) S 18073 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18080] ppid=18073 vsize=868704 CPUtime=0.24
/proc/18074/task/18080/stat : 18080 (java) S 18073 18060 16442 0 -1 64 1534 0 0 0 23 1 0 0 16 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18081] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18081/stat : 18081 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18082] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18082/stat : 18082 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890928

[startup+25.5022 s]
/proc/loadavg: 1.91 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1354056/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1310 5507 0 1 6 1 68 5 16 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
[pid=18073] ppid=18060 vsize=5356 CPUtime=0
/proc/18073/stat : 18073 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21527015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18073/statm: 1339 233 193 169 0 50 0
[pid=18074] ppid=18073 vsize=868704 CPUtime=24.28
/proc/18074/stat : 18074 (java) S 18073 18060 16442 0 -1 0 12100 0 1 0 2355 73 0 0 18 0 9 0 21527015 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18074/statm: 217176 8866 2590 9 0 211653 0
[pid=18074/tid=18075] ppid=18073 vsize=868704 CPUtime=22.82
/proc/18074/task/18075/stat : 18075 (java) R 18073 18060 16442 0 -1 64 5103 0 1 0 2226 56 0 0 25 0 9 0 21527016 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 102094027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18076] ppid=18073 vsize=868704 CPUtime=1.21
/proc/18074/task/18076/stat : 18076 (java) S 18073 18060 16442 0 -1 64 4760 0 0 0 106 15 0 0 16 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18077] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18077/stat : 18077 (java) S 18073 18060 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18078] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18078/stat : 18078 (java) S 18073 18060 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18079] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18079/stat : 18079 (java) S 18073 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18080] ppid=18073 vsize=868704 CPUtime=0.24
/proc/18074/task/18080/stat : 18080 (java) S 18073 18060 16442 0 -1 64 1534 0 0 0 23 1 0 0 16 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18081] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18081/stat : 18081 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18082] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18082/stat : 18082 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 890928

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

[startup+31.908 s]
/proc/loadavg: 1.92 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1325448/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=0.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1310 5507 0 1 6 1 68 5 16 0 1 0 21526927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1111 409 3 0 796 0
[pid=18073] ppid=18060 vsize=5356 CPUtime=0
/proc/18073/stat : 18073 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21527015 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18073/statm: 1339 233 193 169 0 50 0
[pid=18074] ppid=18073 vsize=868704 CPUtime=30.6
/proc/18074/stat : 18074 (java) S 18073 18060 16442 0 -1 0 12809 0 1 0 2966 94 0 0 18 0 9 0 21527015 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18074/statm: 217176 8866 2590 9 0 211653 0
[pid=18074/tid=18075] ppid=18073 vsize=868704 CPUtime=28.95
/proc/18074/task/18075/stat : 18075 (java) R 18073 18060 16442 0 -1 64 5812 0 1 0 2821 74 0 0 25 0 9 0 21527016 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4126553115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18076] ppid=18073 vsize=868704 CPUtime=1.39
/proc/18074/task/18076/stat : 18076 (java) S 18073 18060 16442 0 -1 64 4760 0 0 0 121 18 0 0 16 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18077] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18077/stat : 18077 (java) S 18073 18060 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18078] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18078/stat : 18078 (java) S 18073 18060 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21527017 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18079] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18079/stat : 18079 (java) S 18073 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18080] ppid=18073 vsize=868704 CPUtime=0.24
/proc/18074/task/18080/stat : 18080 (java) S 18073 18060 16442 0 -1 64 1534 0 0 0 23 1 0 0 16 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18081] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18081/stat : 18081 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18074/tid=18082] ppid=18073 vsize=868704 CPUtime=0
/proc/18074/task/18082/stat : 18082 (java) S 18073 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21527019 889552896 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.4
Current children cumulated vsize (KiB) 890928

[startup+38.3027 s]
/proc/loadavg: 1.93 2.00 2.02 3/93 18082
/proc/meminfo: memFree=1316168/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=37.09
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1376 19010 0 2 6 1 3592 110 16 0 1 0 21526927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 37.09
Current children cumulated vsize (KiB) 16868

[startup+39.9019 s]
/proc/loadavg: 1.93 2.00 2.02 3/85 18084
/proc/meminfo: memFree=1202696/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=37.09
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1376 19010 0 2 6 1 3592 110 16 0 1 0 21526927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1113 409 3 0 796 0
[pid=18083] ppid=18060 vsize=5356 CPUtime=0
/proc/18083/stat : 18083 (sh) S 18060 18060 16442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21530697 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18083/statm: 1339 232 193 169 0 50 0
[pid=18084] ppid=18083 vsize=174944 CPUtime=2.16
/proc/18084/stat : 18084 (minisat) R 18083 18060 16442 0 -1 4194304 42215 0 0 0 189 27 0 0 25 0 1 0 21530697 179142656 42201 996147200 134512640 135127466 4294956256 18446744073709551615 134514021 0 0 4096 3 0 0 0 17 1 0 0
/proc/18084/statm: 43736 42201 62 150 0 43583 0
Current children cumulated CPU time (s) 39.25
Current children cumulated vsize (KiB) 197168

[startup+40.707 s]
/proc/loadavg: 1.93 2.00 2.02 3/85 18084
/proc/meminfo: memFree=1131912/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=37.09
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1376 19010 0 2 6 1 3592 110 15 0 1 0 21526927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1113 409 3 0 796 0
[pid=18083] ppid=18060 vsize=5356 CPUtime=0
/proc/18083/stat : 18083 (sh) S 18060 18060 16442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21530697 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18083/statm: 1339 232 193 169 0 50 0
[pid=18084] ppid=18083 vsize=214588 CPUtime=2.95
/proc/18084/stat : 18084 (minisat) R 18083 18060 16442 0 -1 4194304 53017 0 0 0 260 35 0 0 25 0 1 0 21530697 219738112 53003 996147200 134512640 135127466 4294956256 18446744073709551615 134711606 0 0 4096 3 0 0 0 17 1 0 0
/proc/18084/statm: 53647 53003 72 150 0 53494 0
Current children cumulated CPU time (s) 40.04
Current children cumulated vsize (KiB) 236812

[startup+41.5011 s]
/proc/loadavg: 1.93 2.00 2.02 3/85 18084
/proc/meminfo: memFree=1131912/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=40.79
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1430 75283 0 2 6 1 3921 151 16 0 1 0 21526927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 40.79
Current children cumulated vsize (KiB) 16868

[startup+41.9012 s]
/proc/loadavg: 1.93 2.00 2.02 4/93 18094
/proc/meminfo: memFree=1334984/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=40.8
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1449 75283 0 2 6 2 3921 151 15 0 1 0 21526927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1113 409 3 0 796 0
[pid=18085] ppid=18060 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21531072 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18085/statm: 1339 233 193 169 0 50 0
[pid=18086] ppid=18085 vsize=862288 CPUtime=0.42
/proc/18086/stat : 18086 (java) S 18085 18060 16442 0 -1 0 3252 0 1 0 40 2 0 0 18 0 9 0 21531072 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18086/statm: 215572 2720 1284 9 0 210485 0
[pid=18086/tid=18087] ppid=18085 vsize=862288 CPUtime=0.32
/proc/18086/task/18087/stat : 18087 (java) R 18085 18060 16442 0 -1 64 2048 0 1 0 31 1 0 0 19 0 9 0 21531073 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4125977794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18088] ppid=18085 vsize=862288 CPUtime=0
/proc/18086/task/18088/stat : 18088 (java) S 18085 18060 16442 0 -1 64 167 0 0 0 0 0 0 0 16 0 9 0 21531074 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18089] ppid=18085 vsize=862288 CPUtime=0
/proc/18086/task/18089/stat : 18089 (java) S 18085 18060 16442 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21531074 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18090] ppid=18085 vsize=862288 CPUtime=0
/proc/18086/task/18090/stat : 18090 (java) S 18085 18060 16442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21531074 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18091] ppid=18085 vsize=862288 CPUtime=0
/proc/18086/task/18091/stat : 18091 (java) S 18085 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21531077 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18092] ppid=18085 vsize=862288 CPUtime=0.08
/proc/18086/task/18092/stat : 18092 (java) S 18085 18060 16442 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 21531077 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18093] ppid=18085 vsize=862288 CPUtime=0
/proc/18086/task/18093/stat : 18093 (java) S 18085 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21531077 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18094] ppid=18085 vsize=862288 CPUtime=0
/proc/18086/task/18094/stat : 18094 (java) S 18085 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21531077 882982912 2720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.22
Current children cumulated vsize (KiB) 884512

[startup+42.0022 s]
/proc/loadavg: 1.93 2.00 2.02 4/93 18094
/proc/meminfo: memFree=1334984/2055920 swapFree=4192812/4192956
[pid=18060] ppid=18058 vsize=16868 CPUtime=40.81
/proc/18060/stat : 18060 (sugar) S 18058 18060 16442 0 -1 4194304 1452 75283 0 2 6 3 3921 151 15 0 1 0 21526927 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18060/statm: 4217 1114 409 3 0 796 0
[pid=18085] ppid=18060 vsize=5356 CPUtime=0
/proc/18085/stat : 18085 (sh) S 18060 18060 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21531072 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18085/statm: 1339 233 193 169 0 50 0
[pid=18086] ppid=18085 vsize=864272 CPUtime=0.49
/proc/18086/stat : 18086 (java) S 18085 18060 16442 0 -1 0 3785 0 1 0 47 2 0 0 18 0 9 0 21531072 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18086/statm: 216068 3248 1718 9 0 210573 0
[pid=18086/tid=18087] ppid=18085 vsize=864272 CPUtime=0.37
/proc/18086/task/18087/stat : 18087 (java) S 18085 18060 16442 0 -1 64 2569 0 1 0 36 1 0 0 21 0 9 0 21531073 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18088] ppid=18085 vsize=864272 CPUtime=0
/proc/18086/task/18088/stat : 18088 (java) S 18085 18060 16442 0 -1 64 167 0 0 0 0 0 0 0 16 0 9 0 21531074 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18089] ppid=18085 vsize=864272 CPUtime=0
/proc/18086/task/18089/stat : 18089 (java) S 18085 18060 16442 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21531074 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18090] ppid=18085 vsize=864272 CPUtime=0
/proc/18086/task/18090/stat : 18090 (java) S 18085 18060 16442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21531074 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18091] ppid=18085 vsize=864272 CPUtime=0
/proc/18086/task/18091/stat : 18091 (java) S 18085 18060 16442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21531077 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18092] ppid=18085 vsize=864272 CPUtime=0.1
/proc/18086/task/18092/stat : 18092 (java) S 18085 18060 16442 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 21531077 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18093] ppid=18085 vsize=864272 CPUtime=0
/proc/18086/task/18093/stat : 18093 (java) S 18085 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21531077 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18086/tid=18094] ppid=18085 vsize=864272 CPUtime=0
/proc/18086/task/18094/stat : 18094 (java) S 18085 18060 16442 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 21531077 885014528 3248 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.3
Current children cumulated vsize (KiB) 886496

Child status: 0
Real time (s): 42.0938
CPU time (s): 41.4097
CPU user time (s): 39.763
CPU system time (s): 1.64675
CPU usage (%): 98.3748
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.763
system time used= 1.64675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80896
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36792
involuntary context switches= 37995

runsolver used 0.070989 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-11 22:36:56
IDJOB=2067386
IDBENCH=54653
IDSOLVER=739
FILE ID=node73/2067386-1247344616
PBS_JOBID= 9506627
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-l152lav.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067386-1247344616/watcher-2067386-1247344616 -o /tmp/evaluation-result-2067386-1247344616/solver-2067386-1247344616 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2067386-1247344616.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a0bd23ddc00d5680974e37efcfc8ab07
RANDOM SEED=11010169

node73.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.213
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.213
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:       1460032 kB
Buffers:         25172 kB
Cached:          92468 kB
SwapCached:          0 kB
Active:         503440 kB
Inactive:        38792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:         445016 kB
Slab:            37916 kB
Committed_AS:   591424 kB
PageTables:       2700 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= 66436 MiB
End job on node73 at 2009-07-11 22:37:38