Trace number 2066747

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+picosatSAT 199.868 201.926

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32d3.xml
MD5SUMf353575d792814fcacfff24a3e355536
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 benchmark15.4017
Satisfiable
(Un)Satisfiability was proved
Number of variables1648
Number of constraints20302
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20302
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:19:21 2009
0.00/0.08	c 0	PID 15582
0.06/0.08	c 0	HOST node64.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066747-1247343561.xml TO HOME/temp.csp
0.06/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-2066747-1247343561.xml' 'HOME/temp.csp'
1.55/1.64	c 2	1 domains, 1648 variables, 4 predicates, 0 relations, 20302 constraints
1.55/1.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.65	c 2	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'
1.61/1.73	c 2	Parsing HOME/temp.csp
1.61/1.88	c 2	parsed 10000 expressions
1.61/2.01	c 2	parsed 20000 expressions
2.03/2.13	c 2	parsed 21955 expressions
2.03/2.14	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.14	c 2	Converting to clausal form CSP
2.13/2.29	c 3	converted 2196 (10%) expressions
2.33/2.42	c 3	converted 4391 (20%) expressions
2.33/2.47	c 3	converted 6587 (30%) expressions
2.44/2.51	c 3	converted 8782 (40%) expressions
2.44/2.56	c 3	converted 10978 (50%) expressions
2.53/2.60	c 3	converted 13173 (60%) expressions
2.63/2.72	c 3	converted 15369 (70%) expressions
2.63/2.76	c 3	converted 17564 (80%) expressions
2.73/2.80	c 3	converted 19760 (90%) expressions
3.92/4.06	c 4	converted 21955 (100%) expressions
3.92/4.06	c 4	CSP : 8872 integers, 0 booleans, 34750 clauses, largest domain size 12
3.92/4.06	c 4	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.92/4.06	c 4	Propagation in CSP
4.21/4.36	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.21/4.36	c 5	CSP : 8872 integers, 0 booleans, 34750 clauses, largest domain size 12
4.21/4.36	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.21/4.38	c 5	Simplifing CSP by introducing new Boolean variables
4.31/4.40	c 5	CSP : 8872 integers, 0 booleans, 34750 clauses, largest domain size 12
4.31/4.40	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.41/4.54	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.41/4.55	c 5	888 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.41/4.57	c 5	1775 (20%) CSP integer variables are encoded (851 clauses, 11127 bytes)
4.41/4.58	c 5	2662 (30%) CSP integer variables are encoded (6806 clauses, 88542 bytes)
4.41/4.58	c 5	3549 (40%) CSP integer variables are encoded (12761 clauses, 176944 bytes)
4.41/4.59	c 5	4436 (50%) CSP integer variables are encoded (18715 clauses, 266254 bytes)
4.50/4.61	c 5	5324 (60%) CSP integer variables are encoded (24680 clauses, 355729 bytes)
4.50/4.62	c 5	6211 (70%) CSP integer variables are encoded (30635 clauses, 445054 bytes)
4.50/4.63	c 5	7098 (80%) CSP integer variables are encoded (36590 clauses, 534379 bytes)
4.50/4.64	c 5	7985 (90%) CSP integer variables are encoded (42544 clauses, 623689 bytes)
4.50/4.65	c 5	8872 (100%) CSP integer variables are encoded (48504 clauses, 713089 bytes)
4.60/4.70	c 5	3475 (10%) CSP clauses are encoded (51979 clauses, 752691 bytes)
4.60/4.73	c 5	6950 (20%) CSP clauses are encoded (55454 clauses, 796082 bytes)
4.60/4.75	c 5	10425 (30%) CSP clauses are encoded (58929 clauses, 839625 bytes)
4.60/4.77	c 5	13900 (40%) CSP clauses are encoded (62404 clauses, 883168 bytes)
4.60/4.79	c 5	17375 (50%) CSP clauses are encoded (65879 clauses, 926735 bytes)
9.95/10.16	c 11	20850 (60%) CSP clauses are encoded (339638 clauses, 7564686 bytes)
21.82/22.15	c 22	24325 (70%) CSP clauses are encoded (939593 clauses, 23302515 bytes)
33.80/34.30	c 35	27800 (80%) CSP clauses are encoded (1537648 clauses, 40596340 bytes)
45.77/46.38	c 47	31275 (90%) CSP clauses are encoded (2137603 clauses, 57950435 bytes)
57.95/58.68	c 59	34750 (100%) CSP clauses are encoded (2737558 clauses, 75304500 bytes)
57.95/58.68	c 59	34750 CSP clauses encoded
57.95/58.69	c 59	Writing map file : HOME/temp.map
58.06/58.70	c 59	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
58.06/58.70	c 59	SAT : 57376 SAT variables, 2737558 SAT clauses, 75304500 bytes
58.06/58.70	c 59	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
58.06/58.74	c 59	SOLVING HOME/temp.cnf
58.06/58.74	c 59	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
199.22/201.35	c 202	DECODING HOME/temp.out WITH HOME/temp.map
199.22/201.35	c 202	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'
199.29/201.44	c 202	Decoding HOME/temp.out
199.29/201.78	s SATISFIABLE
199.29/201.85	v 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0
199.29/201.86	c 202	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
199.29/201.89	c 202	CPU 199.81 (0.07 0.02 177.31 22.41)
199.29/201.89	c 202	END Sat Jul 11 22:22:43 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-2066747-1247343561/watcher-2066747-1247343561 -o /tmp/evaluation-result-2066747-1247343561/solver-2066747-1247343561 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2066747-1247343561.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.99 2.00 2.00 4/83 15582
/proc/meminfo: memFree=1385368/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=4708 CPUtime=0
/proc/15582/stat : 15582 (sugar) R 15580 15582 14121 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21419434 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 251252503945 0 0 4096 0 0 0 0 17 1 0 0
/proc/15582/statm: 1177 43 33 3 0 8 0

[startup+0.082142 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15582
/proc/meminfo: memFree=1385368/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16740 CPUtime=0.06
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21419434 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101957 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15582
/proc/meminfo: memFree=1385368/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=0.06
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301804 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15582
/proc/meminfo: memFree=1385368/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=0.06
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701853 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 15582
/proc/meminfo: memFree=1385368/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=0.06
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 15594
/proc/meminfo: memFree=1358528/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=0.06
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
[pid=15585] ppid=15582 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419442 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=864772 CPUtime=1.39
/proc/15586/stat : 15586 (java) S 15585 15582 14121 0 -1 0 13246 0 1 0 133 6 0 0 18 0 9 0 21419442 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15586/statm: 216193 11271 2557 9 0 210705 0
[pid=15586/tid=15587] ppid=15585 vsize=864772 CPUtime=0.81
/proc/15586/task/15587/stat : 15587 (java) R 15585 15582 14121 0 -1 64 3051 0 1 0 80 1 0 0 24 0 9 0 21419443 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4126633336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=864772 CPUtime=0.42
/proc/15586/task/15588/stat : 15588 (java) S 15585 15582 14121 0 -1 64 8961 0 0 0 38 4 0 0 16 0 9 0 21419445 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15589] ppid=15585 vsize=864772 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15582 14121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21419445 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=864772 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15582 14121 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21419445 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=864772 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21419447 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15592] ppid=15585 vsize=864772 CPUtime=0.13
/proc/15586/task/15592/stat : 15592 (java) S 15585 15582 14121 0 -1 64 529 0 0 0 13 0 0 0 16 0 9 0 21419447 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15593] ppid=15585 vsize=864772 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21419447 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15594] ppid=15585 vsize=864772 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21419447 885526528 11271 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10212 s]
/proc/loadavg: 1.99 2.00 2.00 6/94 15604
/proc/meminfo: memFree=1367168/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=1.62
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1309 13743 0 1 6 1 147 8 15 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
[pid=15595] ppid=15582 vsize=5356 CPUtime=0
/proc/15595/stat : 15595 (sh) S 15582 15582 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21419600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15595/statm: 1339 233 193 169 0 50 0
[pid=15596] ppid=15595 vsize=868620 CPUtime=1.4
/proc/15596/stat : 15596 (java) S 15595 15582 14121 0 -1 0 10869 0 1 0 134 6 0 0 18 0 9 0 21419600 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15596/statm: 217155 9873 2566 9 0 211660 0
[pid=15596/tid=15597] ppid=15595 vsize=868620 CPUtime=0.87
/proc/15596/task/15597/stat : 15597 (java) R 15595 15582 14121 0 -1 64 2757 0 1 0 85 2 0 0 25 0 9 0 21419601 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4126550363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15598] ppid=15595 vsize=868620 CPUtime=0.34
/proc/15596/task/15598/stat : 15598 (java) S 15595 15582 14121 0 -1 64 5909 0 0 0 31 3 0 0 16 0 9 0 21419602 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15599] ppid=15595 vsize=868620 CPUtime=0
/proc/15596/task/15599/stat : 15599 (java) S 15595 15582 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21419602 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15600] ppid=15595 vsize=868620 CPUtime=0
/proc/15596/task/15600/stat : 15600 (java) S 15595 15582 14121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21419602 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15601] ppid=15595 vsize=868620 CPUtime=0
/proc/15596/task/15601/stat : 15601 (java) S 15595 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21419604 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15602] ppid=15595 vsize=868620 CPUtime=0.18
/proc/15596/task/15602/stat : 15602 (java) S 15595 15582 14121 0 -1 64 1501 0 0 0 18 0 0 0 16 0 9 0 21419604 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15603] ppid=15595 vsize=868620 CPUtime=0
/proc/15596/task/15603/stat : 15603 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21419604 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15604] ppid=15595 vsize=868620 CPUtime=0
/proc/15596/task/15604/stat : 15604 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21419604 889466880 9873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890844

[startup+6.30246 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 15604
/proc/meminfo: memFree=1340992/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=1.62
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1310 13743 0 1 6 1 147 8 15 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
[pid=15595] ppid=15582 vsize=5356 CPUtime=0
/proc/15595/stat : 15595 (sh) S 15582 15582 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21419600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15595/statm: 1339 233 193 169 0 50 0
[pid=15596] ppid=15595 vsize=868732 CPUtime=4.57
/proc/15596/stat : 15596 (java) S 15595 15582 14121 0 -1 0 13668 0 1 0 447 10 0 0 18 0 9 0 21419600 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15596/statm: 217183 12114 2590 9 0 211660 0
[pid=15596/tid=15597] ppid=15595 vsize=868732 CPUtime=3.53
/proc/15596/task/15597/stat : 15597 (java) R 15595 15582 14121 0 -1 64 3108 0 1 0 350 3 0 0 25 0 9 0 21419601 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4126550392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15598] ppid=15595 vsize=868732 CPUtime=0.77
/proc/15596/task/15598/stat : 15598 (java) S 15595 15582 14121 0 -1 64 8322 0 0 0 72 5 0 0 16 0 9 0 21419602 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15599] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15599/stat : 15599 (java) S 15595 15582 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15600] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15600/stat : 15600 (java) S 15595 15582 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15601] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15601/stat : 15601 (java) S 15595 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21419604 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15602] ppid=15595 vsize=868732 CPUtime=0.23
/proc/15596/task/15602/stat : 15602 (java) S 15595 15582 14121 0 -1 64 1536 0 0 0 23 0 0 0 15 0 9 0 21419604 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15603] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15603/stat : 15603 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21419604 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15604] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15604/stat : 15604 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21419604 889581568 12114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890956

[startup+12.7012 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 15604
/proc/meminfo: memFree=1332672/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=1.62
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1310 13743 0 1 6 1 147 8 16 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
[pid=15595] ppid=15582 vsize=5356 CPUtime=0
/proc/15595/stat : 15595 (sh) S 15582 15582 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21419600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15595/statm: 1339 233 193 169 0 50 0
[pid=15596] ppid=15595 vsize=868732 CPUtime=10.9
/proc/15596/stat : 15596 (java) S 15595 15582 14121 0 -1 0 13851 0 1 0 1074 16 0 0 18 0 9 0 21419600 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15596/statm: 217183 12120 2590 9 0 211660 0
[pid=15596/tid=15597] ppid=15595 vsize=868732 CPUtime=9.78
/proc/15596/task/15597/stat : 15597 (java) R 15595 15582 14121 0 -1 64 3286 0 1 0 970 8 0 0 25 0 9 0 21419601 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4126551286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15598] ppid=15595 vsize=868732 CPUtime=0.85
/proc/15596/task/15598/stat : 15598 (java) S 15595 15582 14121 0 -1 64 8322 0 0 0 79 6 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15599] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15599/stat : 15599 (java) S 15595 15582 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15600] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15600/stat : 15600 (java) S 15595 15582 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15601] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15601/stat : 15601 (java) S 15595 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15602] ppid=15595 vsize=868732 CPUtime=0.24
/proc/15596/task/15602/stat : 15602 (java) S 15595 15582 14121 0 -1 64 1541 0 0 0 24 0 0 0 16 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15603] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15603/stat : 15603 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15604] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15604/stat : 15604 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890956

[startup+25.5026 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 15604
/proc/meminfo: memFree=1315008/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=1.62
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1310 13743 0 1 6 1 147 8 16 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
[pid=15595] ppid=15582 vsize=5356 CPUtime=0
/proc/15595/stat : 15595 (sh) S 15582 15582 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21419600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15595/statm: 1339 233 193 169 0 50 0
[pid=15596] ppid=15595 vsize=868732 CPUtime=23.57
/proc/15596/stat : 15596 (java) S 15595 15582 14121 0 -1 0 14205 0 1 0 2325 32 0 0 18 0 9 0 21419600 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15596/statm: 217183 12120 2590 9 0 211660 0
[pid=15596/tid=15597] ppid=15595 vsize=868732 CPUtime=22.29
/proc/15596/task/15597/stat : 15597 (java) R 15595 15582 14121 0 -1 64 3640 0 1 0 2209 20 0 0 25 0 9 0 21419601 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4126551292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15598] ppid=15595 vsize=868732 CPUtime=1
/proc/15596/task/15598/stat : 15598 (java) S 15595 15582 14121 0 -1 64 8322 0 0 0 91 9 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15599] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15599/stat : 15599 (java) S 15595 15582 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15600] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15600/stat : 15600 (java) S 15595 15582 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15601] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15601/stat : 15601 (java) S 15595 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15602] ppid=15595 vsize=868732 CPUtime=0.24
/proc/15596/task/15602/stat : 15602 (java) S 15595 15582 14121 0 -1 64 1541 0 0 0 24 0 0 0 16 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15603] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15603/stat : 15603 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15604] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15604/stat : 15604 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890956

[startup+51.1023 s]
/proc/loadavg: 1.99 2.00 2.00 3/94 15604
/proc/meminfo: memFree=1279360/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=1.62
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1310 13743 0 1 6 1 147 8 16 0 1 0 21419434 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1111 409 3 0 796 0
[pid=15595] ppid=15582 vsize=5356 CPUtime=0
/proc/15595/stat : 15595 (sh) S 15582 15582 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21419600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15595/statm: 1339 233 193 169 0 50 0
[pid=15596] ppid=15595 vsize=868732 CPUtime=48.9
/proc/15596/stat : 15596 (java) S 15595 15582 14121 0 -1 0 14916 0 1 0 4831 59 0 0 18 0 9 0 21419600 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15596/statm: 217183 12120 2590 9 0 211660 0
[pid=15596/tid=15597] ppid=15595 vsize=868732 CPUtime=47.32
/proc/15596/task/15597/stat : 15597 (java) R 15595 15582 14121 0 -1 64 4351 0 1 0 4689 43 0 0 25 0 9 0 21419601 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4126554199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15598] ppid=15595 vsize=868732 CPUtime=1.31
/proc/15596/task/15598/stat : 15598 (java) S 15595 15582 14121 0 -1 64 8322 0 0 0 117 14 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15599] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15599/stat : 15599 (java) S 15595 15582 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15600] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15600/stat : 15600 (java) S 15595 15582 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21419602 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15601] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15601/stat : 15601 (java) S 15595 15582 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15602] ppid=15595 vsize=868732 CPUtime=0.24
/proc/15596/task/15602/stat : 15602 (java) S 15595 15582 14121 0 -1 64 1541 0 0 0 24 0 0 0 16 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15603] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15603/stat : 15603 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15596/tid=15604] ppid=15595 vsize=868732 CPUtime=0
/proc/15596/task/15604/stat : 15604 (java) S 15595 15582 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21419604 889581568 12120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 890956

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1187072/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=126716 CPUtime=43.13
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29804 0 0 0 2156 2157 0 0 25 0 1 0 21425309 129757184 29790 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31679 29790 42 102 0 31574 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 148940

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186432/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=126980 CPUtime=102.52
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29864 0 0 0 8095 2157 0 0 25 0 1 0 21425309 130027520 29850 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31745 29850 42 102 0 31640 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 149204

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

[startup+179.101 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186304/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=127112 CPUtime=119.16
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29891 0 0 0 9759 2157 0 0 25 0 1 0 21425309 130162688 29877 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31778 29877 42 102 0 31673 0
Current children cumulated CPU time (s) 177.23
Current children cumulated vsize (KiB) 149336

[startup+191.902 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186176/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=127244 CPUtime=131.84
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29911 0 0 0 11027 2157 0 0 25 0 1 0 21425309 130297856 29897 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31811 29897 42 102 0 31706 0
Current children cumulated CPU time (s) 189.91
Current children cumulated vsize (KiB) 149468

[startup+198.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186048/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=127244 CPUtime=138.18
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29925 0 0 0 11661 2157 0 0 25 0 1 0 21425309 130297856 29911 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31811 29911 42 102 0 31706 0
Current children cumulated CPU time (s) 196.25
Current children cumulated vsize (KiB) 149468

[startup+199.903 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186048/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=127244 CPUtime=139.77
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29928 0 0 0 11820 2157 0 0 25 0 1 0 21425309 130297856 29914 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31811 29914 42 102 0 31706 0
Current children cumulated CPU time (s) 197.84
Current children cumulated vsize (KiB) 149468

[startup+200.702 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186048/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=58.07
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1365 29174 0 2 6 1 5723 77 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
[pid=15605] ppid=15582 vsize=5356 CPUtime=0
/proc/15605/stat : 15605 (sh) S 15582 15582 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21425309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15605/statm: 1339 232 193 169 0 50 0
[pid=15606] ppid=15605 vsize=127244 CPUtime=140.56
/proc/15606/stat : 15606 (picosat) R 15605 15582 14121 0 -1 4194304 29929 0 0 0 11899 2157 0 0 25 0 1 0 21425309 130297856 29915 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15606/statm: 31811 29915 42 102 0 31706 0
Current children cumulated CPU time (s) 198.63
Current children cumulated vsize (KiB) 149468

[startup+201.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186048/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=199.29
/proc/15582/stat : 15582 (sugar) S 15580 15582 14121 0 -1 4194304 1446 59397 0 2 6 1 17685 2237 16 0 1 0 21419434 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15582/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 199.29
Current children cumulated vsize (KiB) 16868

[startup+201.902 s]
/proc/loadavg: 1.99 2.00 2.00 3/86 15606
/proc/meminfo: memFree=1186048/2055920 swapFree=4192812/4192956
[pid=15582] ppid=15580 vsize=16868 CPUtime=199.82
/proc/15582/stat : 15582 (sugar) R 15580 15582 14121 0 -1 4194304 1477 63453 0 3 7 3 17731 2241 16 0 1 0 21419434 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15582/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 199.82
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 201.926
CPU time (s): 199.868
CPU user time (s): 177.39
CPU system time (s): 22.4776
CPU usage (%): 98.9805
Max. virtual memory (cumulated for all children) (KiB): 891348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.39
system time used= 22.4776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64991
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= 19899
involuntary context switches= 27774

runsolver used 0.26196 second user time and 0.670898 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 22:19:21
IDJOB=2066747
IDBENCH=54567
IDSOLVER=738
FILE ID=node64/2066747-1247343561
PBS_JOBID= 9506753
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= f353575d792814fcacfff24a3e355536
RANDOM SEED=1641807896

node64.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.220
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.220
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:       1385848 kB
Buffers:         47476 kB
Cached:         430488 kB
SwapCached:        144 kB
Active:         215996 kB
Inactive:       401408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4284 kB
Writeback:           0 kB
Mapped:         154932 kB
Slab:            37588 kB
Committed_AS:   886768 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node64 at 2009-07-11 22:22:43