Trace number 2066604

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 370.349 374.056

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32c4.xml
MD5SUM7a34d64a51fb41f03bb16b011f46c208
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 benchmark111.836
Satisfiable
(Un)Satisfiability was proved
Number of variables1518
Number of constraints21621
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21621
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:11:32 2009
0.00/0.08	c 0	PID 13418
0.06/0.08	c 0	HOST node22.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066604-1247343092.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-2066604-1247343092.xml' 'HOME/temp.csp'
1.55/1.67	c 2	1 domains, 1518 variables, 4 predicates, 0 relations, 21621 constraints
1.63/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.63/1.71	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.63/1.78	c 2	Parsing HOME/temp.csp
1.64/1.93	c 2	parsed 10000 expressions
1.64/2.05	c 2	parsed 20000 expressions
2.12/2.24	c 3	parsed 23144 expressions
2.12/2.25	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.25	c 3	Converting to clausal form CSP
2.31/2.47	c 3	converted 2315 (10%) expressions
2.41/2.53	c 3	converted 4629 (20%) expressions
2.51/2.67	c 3	converted 6944 (30%) expressions
2.61/2.72	c 3	converted 9258 (40%) expressions
2.61/2.77	c 3	converted 11572 (50%) expressions
2.71/2.82	c 3	converted 13887 (60%) expressions
2.71/2.86	c 3	converted 16201 (70%) expressions
2.80/2.91	c 3	converted 18516 (80%) expressions
3.01/3.13	c 3	converted 20830 (90%) expressions
5.57/5.79	c 6	converted 23144 (100%) expressions
5.57/5.79	c 6	CSP : 18549 integers, 0 booleans, 55683 clauses, largest domain size 12
5.57/5.79	c 6	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.57/5.79	c 6	Propagation in CSP
6.16/6.40	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.26/6.40	c 7	CSP : 18549 integers, 0 booleans, 55683 clauses, largest domain size 12
6.26/6.40	c 7	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.26/6.43	c 7	Simplifing CSP by introducing new Boolean variables
6.26/6.45	c 7	CSP : 18549 integers, 0 booleans, 55683 clauses, largest domain size 12
6.26/6.45	c 7	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.56/6.76	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.65/6.80	c 7	1855 (10%) CSP integer variables are encoded (2261 clauses, 29457 bytes)
6.65/6.82	c 7	3710 (20%) CSP integer variables are encoded (14716 clauses, 206041 bytes)
6.65/6.84	c 7	5565 (30%) CSP integer variables are encoded (27171 clauses, 392866 bytes)
6.65/6.85	c 7	7420 (40%) CSP integer variables are encoded (39626 clauses, 579691 bytes)
6.65/6.87	c 7	9275 (50%) CSP integer variables are encoded (52081 clauses, 766516 bytes)
6.65/6.89	c 7	11130 (60%) CSP integer variables are encoded (64536 clauses, 953341 bytes)
6.75/6.91	c 7	12985 (70%) CSP integer variables are encoded (76991 clauses, 1140166 bytes)
6.75/6.93	c 7	14840 (80%) CSP integer variables are encoded (89446 clauses, 1334454 bytes)
6.75/6.94	c 7	16695 (90%) CSP integer variables are encoded (101901 clauses, 1546189 bytes)
6.75/6.96	c 7	18549 (100%) CSP integer variables are encoded (114351 clauses, 1757839 bytes)
6.86/7.03	c 7	5569 (10%) CSP clauses are encoded (119920 clauses, 1821687 bytes)
6.86/7.06	c 7	11137 (20%) CSP clauses are encoded (125488 clauses, 1890907 bytes)
6.86/7.09	c 7	16705 (30%) CSP clauses are encoded (131056 clauses, 1960130 bytes)
17.16/17.41	c 18	22274 (40%) CSP clauses are encoded (664373 clauses, 15054828 bytes)
35.56/36.07	c 36	27842 (50%) CSP clauses are encoded (1626237 clauses, 39382875 bytes)
54.17/54.90	c 55	33410 (60%) CSP clauses are encoded (2586141 clauses, 64819811 bytes)
73.28/74.11	c 74	38979 (70%) CSP clauses are encoded (3546062 clauses, 92582011 bytes)
92.18/93.26	c 94	44547 (80%) CSP clauses are encoded (4505996 clauses, 120344711 bytes)
110.89/112.20	c 113	50115 (90%) CSP clauses are encoded (5465886 clauses, 148790151 bytes)
129.80/131.20	c 132	55683 (100%) CSP clauses are encoded (6427710 clauses, 177680907 bytes)
129.80/131.20	c 132	55683 CSP clauses encoded
129.80/131.20	c 132	Writing map file : HOME/temp.map
129.80/131.23	c 132	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
129.80/131.23	c 132	SAT : 132900 SAT variables, 6427710 SAT clauses, 177680907 bytes
129.80/131.23	c 132	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
129.80/131.28	c 132	SOLVING HOME/temp.cnf
129.80/131.28	c 132	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
369.57/373.37	c 374	DECODING HOME/temp.out WITH HOME/temp.map
369.57/373.37	c 374	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'
369.66/373.45	c 374	Decoding HOME/temp.out
369.66/373.86	s SATISFIABLE
370.17/373.94	v 0 1 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 0 1 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 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 0 1 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 0 1 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 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 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 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 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 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 1 0 0 1 0 1 0 1 1 0 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 1 0 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 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 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 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 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 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 1 0 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 1 0 0 1 0 1 1 0 0 1 0 1 1 0 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 1 0 0 1 0 1 0 1 1 0 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 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 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 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 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 1 0 0 1 1 0 0 1 0 1 1 0 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 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 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 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 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 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 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 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 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 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 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 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 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 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 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 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 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1
370.17/373.95	c 374	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
370.17/373.97	c 374	CPU 370.24 (0.06 0.02 318.22 51.94)
370.17/373.97	c 374	END Sat Jul 11 22:17:46 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-2066604-1247343092/watcher-2066604-1247343092 -o /tmp/evaluation-result-2066604-1247343092/solver-2066604-1247343092 -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-2066604-1247343092.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: 2.08 2.05 2.01 4/81 13418
/proc/meminfo: memFree=1445064/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=12268 CPUtime=0
/proc/13418/stat : 13418 (sugar) R 13416 13418 12382 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21375721 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13418/statm: 3067 316 241 3 0 167 0

[startup+0.081115 s]
/proc/loadavg: 2.08 2.05 2.01 4/81 13418
/proc/meminfo: memFree=1445064/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16740 CPUtime=0.06
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21375721 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.104611 s]
/proc/loadavg: 2.08 2.05 2.01 4/81 13418
/proc/meminfo: memFree=1445064/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=0.06
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301633 s]
/proc/loadavg: 2.08 2.05 2.01 4/81 13418
/proc/meminfo: memFree=1445064/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=0.06
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701692 s]
/proc/loadavg: 2.08 2.05 2.01 4/81 13418
/proc/meminfo: memFree=1445064/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=0.06
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 2.08 2.05 2.01 3/92 13430
/proc/meminfo: memFree=1416624/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=0.06
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
[pid=13421] ppid=13418 vsize=5356 CPUtime=0
/proc/13421/stat : 13421 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21375729 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13421/statm: 1339 233 193 169 0 50 0
[pid=13422] ppid=13421 vsize=864772 CPUtime=1.39
/proc/13422/stat : 13422 (java) S 13421 13418 12382 0 -1 0 13752 0 1 0 131 8 0 0 18 0 9 0 21375729 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13422/statm: 216193 11778 2557 9 0 210705 0
[pid=13422/tid=13423] ppid=13421 vsize=864772 CPUtime=0.81
/proc/13422/task/13423/stat : 13423 (java) R 13421 13418 12382 0 -1 64 3067 0 1 0 78 3 0 0 24 0 9 0 21375730 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4125978558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13424] ppid=13421 vsize=864772 CPUtime=0.42
/proc/13422/task/13424/stat : 13424 (java) S 13421 13418 12382 0 -1 64 9452 0 0 0 38 4 0 0 16 0 9 0 21375731 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13425] ppid=13421 vsize=864772 CPUtime=0
/proc/13422/task/13425/stat : 13425 (java) S 13421 13418 12382 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21375731 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13426] ppid=13421 vsize=864772 CPUtime=0
/proc/13422/task/13426/stat : 13426 (java) S 13421 13418 12382 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21375731 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13427] ppid=13421 vsize=864772 CPUtime=0
/proc/13422/task/13427/stat : 13427 (java) S 13421 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21375734 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13428] ppid=13421 vsize=864772 CPUtime=0.14
/proc/13422/task/13428/stat : 13428 (java) S 13421 13418 12382 0 -1 64 529 0 0 0 14 0 0 0 16 0 9 0 21375734 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13429] ppid=13421 vsize=864772 CPUtime=0
/proc/13422/task/13429/stat : 13429 (java) S 13421 13418 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21375734 885526528 11778 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13422/tid=13430] ppid=13421 vsize=864772 CPUtime=0
/proc/13422/task/13430/stat : 13430 (java) S 13421 13418 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21375734 885526528 11778 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.10204 s]
/proc/loadavg: 2.08 2.05 2.01 3/92 13440
/proc/meminfo: memFree=1427760/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=1.64
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1309 14423 0 1 5 1 148 10 15 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21375892 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=868616 CPUtime=1.37
/proc/13432/stat : 13432 (java) S 13431 13418 12382 0 -1 0 11371 0 1 0 130 7 0 0 18 0 9 0 21375892 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 217154 10378 2566 9 0 211659 0
[pid=13432/tid=13433] ppid=13431 vsize=868616 CPUtime=0.8
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 12382 0 -1 64 2745 0 1 0 78 2 0 0 25 0 9 0 21375893 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4126570820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13434] ppid=13431 vsize=868616 CPUtime=0.36
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 12382 0 -1 64 6418 0 0 0 34 2 0 0 16 0 9 0 21375894 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13435] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21375894 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 12382 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21375894 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21375896 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=868616 CPUtime=0.17
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 12382 0 -1 64 1504 0 0 0 17 0 0 0 16 0 9 0 21375896 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13439] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21375896 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21375896 889462784 10378 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890840

[startup+6.3015 s]
/proc/loadavg: 2.08 2.05 2.01 4/92 13440
/proc/meminfo: memFree=1388080/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=1.64
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1310 14423 0 1 5 1 148 10 16 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21375892 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=868616 CPUtime=4.52
/proc/13432/stat : 13432 (java) S 13431 13418 12382 0 -1 0 18440 0 1 0 441 11 0 0 18 0 9 0 21375892 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 217154 16650 2566 9 0 211659 0
[pid=13432/tid=13433] ppid=13431 vsize=868616 CPUtime=3.23
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 12382 0 -1 64 3315 0 1 0 320 3 0 0 25 0 9 0 21375893 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4126573506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13434] ppid=13431 vsize=868616 CPUtime=1.08
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 12382 0 -1 64 12908 0 0 0 102 6 0 0 16 0 9 0 21375894 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13435] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21375894 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21375894 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21375896 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=868616 CPUtime=0.19
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 12382 0 -1 64 1513 0 0 0 18 1 0 0 16 0 9 0 21375896 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13439] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21375896 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=868616 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21375896 889462784 16650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890840

[startup+12.7024 s]
/proc/loadavg: 2.06 2.05 2.01 3/92 13440
/proc/meminfo: memFree=1375280/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=1.65
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1310 14423 0 1 6 1 148 10 15 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21375892 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=868728 CPUtime=10.85
/proc/13432/stat : 13432 (java) S 13431 13418 12382 0 -1 0 24192 0 1 0 1065 20 0 0 18 0 9 0 21375892 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 217182 16772 2591 9 0 211659 0
[pid=13432/tid=13433] ppid=13431 vsize=868728 CPUtime=9.15
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 12382 0 -1 64 3486 0 1 0 906 9 0 0 25 0 9 0 21375893 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4126551262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13434] ppid=13431 vsize=868728 CPUtime=1.44
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 12382 0 -1 64 18450 0 0 0 135 9 0 0 16 0 9 0 21375894 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13435] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21375894 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21375894 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21375896 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=868728 CPUtime=0.24
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 12382 0 -1 64 1552 0 0 0 23 1 0 0 16 0 9 0 21375896 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13439] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21375896 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21375896 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890952

[startup+25.5013 s]
/proc/loadavg: 2.05 2.04 2.01 3/92 13440
/proc/meminfo: memFree=1358448/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=1.65
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1310 14423 0 1 6 1 148 10 16 0 1 0 21375721 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1111 409 3 0 796 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21375892 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=868728 CPUtime=23.52
/proc/13432/stat : 13432 (java) S 13431 13418 12382 0 -1 0 24414 0 1 0 2320 32 0 0 18 0 9 0 21375892 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 217182 16772 2591 9 0 211659 0
[pid=13432/tid=13433] ppid=13431 vsize=868728 CPUtime=21.71
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 12382 0 -1 64 3708 0 1 0 2151 20 0 0 25 0 9 0 21375893 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4127060111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13434] ppid=13431 vsize=868728 CPUtime=1.55
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 12382 0 -1 64 18450 0 0 0 145 10 0 0 16 0 9 0 21375894 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13435] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21375894 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=868728 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 12382 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21375894 889577472 16772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=868728 CPUtime=0

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

[startup+222.303 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 13442
/proc/meminfo: memFree=996656/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=286416 CPUtime=90.15
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 67065 0 0 0 4168 4847 0 0 25 0 1 0 21388849 293289984 67051 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 71604 67051 40 102 0 71499 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 308640

[startup+282.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299764 CPUtime=149.59
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69831 0 0 0 9927 5032 0 0 25 0 1 0 21388849 306958336 69817 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74941 69817 42 102 0 74836 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 321988

[startup+342.302 s]
/proc/loadavg: 2.16 2.07 2.01 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299896 CPUtime=209.02
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69850 0 0 0 15870 5032 0 0 25 0 1 0 21388849 307093504 69836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74974 69836 42 102 0 74869 0
Current children cumulated CPU time (s) 338.86
Current children cumulated vsize (KiB) 322120

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

[startup+358.301 s]
/proc/loadavg: 2.12 2.07 2.01 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299896 CPUtime=224.87
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69856 0 0 0 17455 5032 0 0 25 0 1 0 21388849 307093504 69842 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74974 69842 42 102 0 74869 0
Current children cumulated CPU time (s) 354.71
Current children cumulated vsize (KiB) 322120

[startup+364.702 s]
/proc/loadavg: 2.19 2.08 2.02 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299896 CPUtime=231.21
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69858 0 0 0 18089 5032 0 0 25 0 1 0 21388849 307093504 69844 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74974 69844 42 102 0 74869 0
Current children cumulated CPU time (s) 361.05
Current children cumulated vsize (KiB) 322120

[startup+367.902 s]
/proc/loadavg: 2.18 2.08 2.02 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299896 CPUtime=234.39
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69859 0 0 0 18407 5032 0 0 25 0 1 0 21388849 307093504 69845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74974 69845 42 102 0 74869 0
Current children cumulated CPU time (s) 364.23
Current children cumulated vsize (KiB) 322120

[startup+371.101 s]
/proc/loadavg: 2.18 2.08 2.02 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299896 CPUtime=237.55
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69860 0 0 0 18723 5032 0 0 25 0 1 0 21388849 307093504 69846 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74974 69846 42 102 0 74869 0
Current children cumulated CPU time (s) 367.39
Current children cumulated vsize (KiB) 322120

[startup+372.701 s]
/proc/loadavg: 2.16 2.08 2.02 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=129.84
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1365 40974 0 2 6 1 12825 152 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 12382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21388849 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=299896 CPUtime=239.14
/proc/13442/stat : 13442 (picosat) R 13441 13418 12382 0 -1 4194304 69860 0 0 0 18882 5032 0 0 25 0 1 0 21388849 307093504 69846 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 74974 69846 42 102 0 74869 0
Current children cumulated CPU time (s) 368.98
Current children cumulated vsize (KiB) 322120

[startup+373.502 s]
/proc/loadavg: 2.16 2.08 2.02 3/84 13442
/proc/meminfo: memFree=984944/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=369.66
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1446 111127 0 2 6 1 31769 5190 16 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 369.66
Current children cumulated vsize (KiB) 16868

[startup+373.902 s]
/proc/loadavg: 2.16 2.08 2.02 3/92 13452
/proc/meminfo: memFree=1257904/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=369.67
/proc/13418/stat : 13418 (sugar) S 13416 13418 12382 0 -1 4194304 1448 111127 0 2 6 2 31769 5190 15 0 1 0 21375721 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 4217 1113 409 3 0 796 0
[pid=13443] ppid=13418 vsize=5356 CPUtime=0
/proc/13443/stat : 13443 (sh) S 13418 13418 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21413058 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13443/statm: 1339 233 193 169 0 50 0
[pid=13444] ppid=13443 vsize=862288 CPUtime=0.5
/proc/13444/stat : 13444 (java) S 13443 13418 12382 0 -1 0 3233 0 1 0 48 2 0 0 18 0 9 0 21413058 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13444/statm: 215572 2701 1284 9 0 210485 0
[pid=13444/tid=13445] ppid=13443 vsize=862288 CPUtime=0.4
/proc/13444/task/13445/stat : 13445 (java) R 13443 13418 12382 0 -1 64 2049 0 1 0 39 1 0 0 20 0 9 0 21413059 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4125959127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13446] ppid=13443 vsize=862288 CPUtime=0
/proc/13444/task/13446/stat : 13446 (java) S 13443 13418 12382 0 -1 64 146 0 0 0 0 0 0 0 16 0 9 0 21413061 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13447] ppid=13443 vsize=862288 CPUtime=0
/proc/13444/task/13447/stat : 13447 (java) S 13443 13418 12382 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21413061 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13448] ppid=13443 vsize=862288 CPUtime=0
/proc/13444/task/13448/stat : 13448 (java) S 13443 13418 12382 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21413061 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13449] ppid=13443 vsize=862288 CPUtime=0
/proc/13444/task/13449/stat : 13449 (java) S 13443 13418 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21413063 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13450] ppid=13443 vsize=862288 CPUtime=0.07
/proc/13444/task/13450/stat : 13450 (java) S 13443 13418 12382 0 -1 64 345 0 0 0 7 0 0 0 16 0 9 0 21413063 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13451] ppid=13443 vsize=862288 CPUtime=0
/proc/13444/task/13451/stat : 13451 (java) S 13443 13418 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21413063 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13444/tid=13452] ppid=13443 vsize=862288 CPUtime=0
/proc/13444/task/13452/stat : 13452 (java) S 13443 13418 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21413063 882982912 2701 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 370.17
Current children cumulated vsize (KiB) 884512

[startup+374.008 s]
/proc/loadavg: 2.16 2.08 2.02 3/92 13452
/proc/meminfo: memFree=1257904/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=16868 CPUtime=370.29
/proc/13418/stat : 13418 (sugar) R 13416 13418 12382 0 -1 4194304 1477 115180 0 3 6 7 31822 5194 16 0 1 0 21375721 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13418/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 370.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 374.056
CPU time (s): 370.349
CPU user time (s): 318.289
CPU system time (s): 52.0601
CPU usage (%): 99.0088
Max. virtual memory (cumulated for all children) (KiB): 902092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.289
system time used= 52.0601
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116718
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= 27503
involuntary context switches= 41018

runsolver used 0.463929 second user time and 1.26381 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 22:11:32
IDJOB=2066604
IDBENCH=54538
IDSOLVER=738
FILE ID=node22/2066604-1247343092
PBS_JOBID= 9506799
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32c4.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-2066604-1247343092/watcher-2066604-1247343092 -o /tmp/evaluation-result-2066604-1247343092/solver-2066604-1247343092 -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-2066604-1247343092.xml

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

MD5SUM BENCH= 7a34d64a51fb41f03bb16b011f46c208
RANDOM SEED=540459223

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1445544 kB
Buffers:         13156 kB
Cached:          90136 kB
SwapCached:          0 kB
Active:         531864 kB
Inactive:        30064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4728 kB
Writeback:           0 kB
Mapped:         479104 kB
Slab:            32924 kB
Committed_AS:   600900 kB
PageTables:       2652 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= 66384 MiB
End job on node22 at 2009-07-11 22:17:46