Trace number 2694574

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
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong UNSAT 50.5083 26.2837

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-66-100-0.wbo
MD5SUMd94c91912b6010a0edcf7aeb8ba12985
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.201968
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	
0.12/0.10	c solving HOME/instance-2694574-1277896315.wbo
0.12/0.10	c reading problem ... 
0.12/0.16	c ... done. Wall clock time 0.06s.
0.12/0.16	c #vars     197
0.12/0.16	c #constraints  101
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
0.12/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 72
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.72/0.81	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.92/1.15	c cleaning 4250 clauses out of 8506 with flag 11003/11003
4.75/1.49	c cleaning 5620 clauses out of 11253 with flag 18000/18000
5.76/1.95	c cleaning 6812 clauses out of 13634 with flag 26001/26001
6.77/2.49	c cleaning 7908 clauses out of 15822 with flag 35001/35001
7.95/3.05	c cleaning 8954 clauses out of 17913 with flag 45000/45000
9.14/3.63	c cleaning 9474 clauses out of 18959 with flag 55000/55000
10.32/4.22	c cleaning 9739 clauses out of 19486 with flag 65001/65001
11.29/4.75	c cleaning 9871 clauses out of 19746 with flag 75000/75000
12.48/5.38	c cleaning 9935 clauses out of 19875 with flag 85000/85000
13.65/5.90	c cleaning 9962 clauses out of 19940 with flag 95000/95000
14.63/6.45	c cleaning 9985 clauses out of 19980 with flag 105002/105002
15.59/6.98	c cleaning 9990 clauses out of 19993 with flag 115000/115000
16.76/7.60	c cleaning 10001 clauses out of 20004 with flag 125001/125001
17.94/8.18	c cleaning 9999 clauses out of 20008 with flag 135006/135006
19.12/8.75	c cleaning 9998 clauses out of 20003 with flag 145000/145000
20.26/9.30	c cleaning 9996 clauses out of 20006 with flag 155001/155001
21.25/9.82	c cleaning 9999 clauses out of 20009 with flag 165000/165000
22.40/10.42	c cleaning 10002 clauses out of 20011 with flag 175001/175001
23.58/11.04	c cleaning 10003 clauses out of 20011 with flag 185003/185003
24.52/11.57	c cleaning 9999 clauses out of 20005 with flag 195000/195000
25.70/12.13	c cleaning 9999 clauses out of 20006 with flag 205000/205000
26.65/12.65	c cleaning 10000 clauses out of 20009 with flag 215002/215002
27.63/13.16	c cleaning 9999 clauses out of 20007 with flag 225000/225000
28.57/13.67	c cleaning 9999 clauses out of 20009 with flag 235001/235001
29.53/14.15	c cleaning 9999 clauses out of 20010 with flag 245001/245001
30.50/14.65	c cleaning 10001 clauses out of 20010 with flag 255000/255000
31.66/15.25	c cleaning 9999 clauses out of 20009 with flag 265000/265000
32.81/15.87	c cleaning 9995 clauses out of 20010 with flag 275000/275000
33.98/16.46	c cleaning 10003 clauses out of 20016 with flag 285001/285001
35.13/17.04	c cleaning 9997 clauses out of 20013 with flag 295001/295001
36.10/17.56	c cleaning 10004 clauses out of 20015 with flag 305000/305000
37.04/18.08	c cleaning 9999 clauses out of 20012 with flag 315001/315001
38.21/18.62	c cleaning 10002 clauses out of 20014 with flag 325002/325002
39.17/19.10	c cleaning 10000 clauses out of 20011 with flag 335001/335001
40.13/19.60	c cleaning 10001 clauses out of 20012 with flag 345002/345002
41.07/20.11	c cleaning 10002 clauses out of 20009 with flag 355000/355000
42.05/20.63	c cleaning 10000 clauses out of 20007 with flag 365000/365000
43.01/21.14	c cleaning 9996 clauses out of 20007 with flag 375000/375000
43.97/21.68	c cleaning 10003 clauses out of 20012 with flag 385001/385001
45.11/22.28	c cleaning 10002 clauses out of 20009 with flag 395001/395001
46.27/22.84	c cleaning 10001 clauses out of 20008 with flag 405002/405002
47.23/23.40	c cleaning 9998 clauses out of 20005 with flag 415000/415000
48.41/23.99	c cleaning 9999 clauses out of 20006 with flag 425000/425000
49.18/24.22	c And the winner is Resolution
50.46/26.24	c starts		: 149
50.46/26.24	c conflicts		: 429194
50.46/26.24	c decisions		: 597542
50.46/26.24	c propagations		: 9821765
50.46/26.24	c inspects		: 125805147
50.46/26.24	c learnt literals	: 8
50.46/26.24	c learnt binary clauses	: 29
50.46/26.24	c learnt ternary clauses	: 153
50.46/26.24	c learnt clauses	: 429185
50.46/26.24	c ignored clauses	: 0
50.46/26.24	c root simplifications	: 0
50.46/26.24	c removed literals (reason simplification)	: 4553380
50.46/26.24	c reason swapping (by a shorter reason)	: 0
50.46/26.24	c Calls to reduceDB	: 44
50.46/26.24	c number of reductions to clauses (during analyze)	: 0
50.46/26.24	c number of learned constraints concerned by reduction	: 0
50.46/26.24	c number of learning phase by resolution	: 0
50.46/26.24	c number of learning phase by cutting planes	: 0
50.46/26.24	c speed (assignments/second)	: 376673.63374880154
50.46/26.24	c non guided choices	33
50.46/26.25	c learnt constraints type 
50.46/26.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14164
50.46/26.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 29
50.46/26.25	c constraints type 
50.46/26.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
50.46/26.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
50.46/26.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
50.46/26.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
50.46/26.25	c constraints type 
50.46/26.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
50.46/26.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
50.46/26.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 72
50.46/26.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
50.46/26.25	s UNSATISFIABLE
50.46/26.25	c Total wall clock time (in seconds): 26.147

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694574-1277896315/watcher-2694574-1277896315 -o /tmp/evaluation-result-2694574-1277896315/solver-2694574-1277896315 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694574-1277896315.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.03 2.00 3/196 10419
/proc/meminfo: memFree=31438604/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=13164 CPUtime=0
/proc/10419/stat : 10419 (java) R 10417 10419 8499 0 -1 4194304 777 0 0 0 0 0 0 0 21 0 1 0 130929477 13479936 346 4089446400 134512640 134550932 4286584272 18446744073709551615 1336955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10419/statm: 3291 351 143 10 0 1121 0

[startup+0.0239201 s]
/proc/loadavg: 1.97 2.03 2.00 3/196 10419
/proc/meminfo: memFree=31438604/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1525552 CPUtime=0.01
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 3526 0 1 0 1 0 0 0 21 0 11 0 130929477 1562165248 2969 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 381388 2969 990 10 0 378698 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525552

[startup+0.10091 s]
/proc/loadavg: 1.97 2.03 2.00 3/196 10419
/proc/meminfo: memFree=31438604/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1529688 CPUtime=0.12
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 5245 0 1 0 11 1 0 0 21 0 18 0 130929477 1566400512 4682 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 382422 4682 1346 10 0 379725 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529688

[startup+0.30086 s]
/proc/loadavg: 1.97 2.03 2.00 3/196 10419
/proc/meminfo: memFree=31438604/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1538020 CPUtime=0.72
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 8546 0 1 0 71 1 0 0 21 0 22 0 130929477 1574932480 7402 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 384505 7402 1419 10 0 381808 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1538020

[startup+0.700789 s]
/proc/loadavg: 1.97 2.03 2.00 3/196 10419
/proc/meminfo: memFree=31438604/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1551616 CPUtime=2.32
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 23559 0 1 0 229 3 0 0 21 0 22 0 130929477 1588854784 20196 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 387904 20199 1424 10 0 385207 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1551616

[startup+1.50165 s]
/proc/loadavg: 1.97 2.03 2.00 6/218 10441
/proc/meminfo: memFree=31328988/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1552288 CPUtime=4.97
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 46208 0 1 0 491 6 0 0 21 0 22 0 130929477 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 388072 40921 1444 10 0 385375 0
[pid=10419/tid=10421] ppid=10417 vsize=1552288 CPUtime=0.14
/proc/10419/task/10421/stat : 10421 (java) S 10417 10419 8499 0 -1 4202560 3997 0 1 0 14 0 0 0 17 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10422] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10422/stat : 10422 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10423] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10423/stat : 10423 (java) S 10417 10419 8499 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10424] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10424/stat : 10424 (java) S 10417 10419 8499 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10425] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10425/stat : 10425 (java) S 10417 10419 8499 0 -1 4202560 396 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10426] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10426/stat : 10426 (java) S 10417 10419 8499 0 -1 4202560 294 0 0 0 0 0 0 0 16 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 4 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1552288 CPUtime=0.03
/proc/10419/task/10430/stat : 10430 (java) R 10417 10419 8499 0 -1 4202560 958 0 0 0 3 0 0 0 15 0 22 0 130929479 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 104177799 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 130929479 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 130929479 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 22 0 130929482 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1552288 CPUtime=1.14
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4120 0 0 0 114 0 0 0 17 0 22 0 130929482 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1552288 CPUtime=1.02
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 6801 0 0 0 102 0 0 0 15 0 22 0 130929482 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 130929482 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130929482 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10438] ppid=10417 vsize=1552288 CPUtime=1.29
/proc/10419/task/10438/stat : 10438 (java) S 10417 10419 8499 0 -1 4202560 1004 0 0 0 129 0 0 0 19 0 22 0 130929493 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10439] ppid=10417 vsize=1552288 CPUtime=1.28
/proc/10419/task/10439/stat : 10439 (java) S 10417 10419 8499 0 -1 4202560 27131 0 0 0 125 3 0 0 25 0 22 0 130929493 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10440] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10440/stat : 10440 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 130929494 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10441] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10441/stat : 10441 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 22 0 130929494 1589542912 40921 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 1552288

[startup+3.10137 s]
/proc/loadavg: 1.97 2.03 2.00 4/218 10441
/proc/meminfo: memFree=31277032/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1552288 CPUtime=8.14
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 47876 0 1 0 808 6 0 0 21 0 22 0 130929477 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 388072 42583 1448 10 0 385375 0
[pid=10419/tid=10421] ppid=10417 vsize=1552288 CPUtime=0.14
/proc/10419/task/10421/stat : 10421 (java) S 10417 10419 8499 0 -1 4202560 3997 0 1 0 14 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10422] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10422/stat : 10422 (java) S 10417 10419 8499 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10423] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10423/stat : 10423 (java) S 10417 10419 8499 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10424] ppid=10417 vsize=1552288 CPUtime=0.01
/proc/10419/task/10424/stat : 10424 (java) S 10417 10419 8499 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10425] ppid=10417 vsize=1552288 CPUtime=0.01
/proc/10419/task/10425/stat : 10425 (java) S 10417 10419 8499 0 -1 4202560 425 0 0 0 1 0 0 0 16 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10426] ppid=10417 vsize=1552288 CPUtime=0.01
/proc/10419/task/10426/stat : 10426 (java) S 10417 10419 8499 0 -1 4202560 310 0 0 0 1 0 0 0 16 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 4 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1552288 CPUtime=0.11
/proc/10419/task/10430/stat : 10430 (java) S 10417 10419 8499 0 -1 4202560 2450 0 0 0 11 0 0 0 15 0 22 0 130929479 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 130929479 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 130929479 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 22 0 130929482 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1552288 CPUtime=1.15
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4121 0 0 0 115 0 0 0 15 0 22 0 130929482 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1552288 CPUtime=1.04
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 6810 0 0 0 104 0 0 0 15 0 22 0 130929482 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 130929482 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130929482 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10438] ppid=10417 vsize=1552288 CPUtime=2.79
/proc/10419/task/10438/stat : 10438 (java) R 10417 10419 8499 0 -1 4202560 1005 0 0 0 279 0 0 0 21 0 22 0 130929493 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4109742182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10419/tid=10439] ppid=10417 vsize=1552288 CPUtime=2.79
/proc/10419/task/10439/stat : 10439 (java) R 10417 10419 8499 0 -1 4202560 27135 0 0 0 276 3 0 0 17 0 22 0 130929493 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4109836673 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=10419/tid=10440] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10440/stat : 10440 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 130929494 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10441] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10441/stat : 10441 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 22 0 130929494 1589542912 42583 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1552288

[startup+6.3008 s]
/proc/loadavg: 2.05 2.05 2.01 3/218 10441
/proc/meminfo: memFree=31237476/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1552288 CPUtime=14.42
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 57984 0 1 0 1434 8 0 0 21 0 22 0 130929477 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 388072 52466 1448 10 0 385375 0
[pid=10419/tid=10421] ppid=10417 vsize=1552288 CPUtime=0.14
/proc/10419/task/10421/stat : 10421 (java) S 10417 10419 8499 0 -1 4202560 3997 0 1 0 14 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10422] ppid=10417 vsize=1552288 CPUtime=0.02
/proc/10419/task/10422/stat : 10422 (java) S 10417 10419 8499 0 -1 4202560 347 0 0 0 2 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10423] ppid=10417 vsize=1552288 CPUtime=0.01
/proc/10419/task/10423/stat : 10423 (java) S 10417 10419 8499 0 -1 4202560 437 0 0 0 1 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10424] ppid=10417 vsize=1552288 CPUtime=0.02
/proc/10419/task/10424/stat : 10424 (java) S 10417 10419 8499 0 -1 4202560 432 0 0 0 2 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10425] ppid=10417 vsize=1552288 CPUtime=0.02
/proc/10419/task/10425/stat : 10425 (java) S 10417 10419 8499 0 -1 4202560 678 0 0 0 2 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 4 0 0 0
[pid=10419/tid=10426] ppid=10417 vsize=1552288 CPUtime=0.02
/proc/10419/task/10426/stat : 10426 (java) S 10417 10419 8499 0 -1 4202560 705 0 0 0 2 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1552288 CPUtime=0.01
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 458 0 0 0 1 0 0 0 16 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1552288 CPUtime=0.01
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 334 0 0 0 1 0 0 0 15 0 22 0 130929478 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1552288 CPUtime=0.26
/proc/10419/task/10430/stat : 10430 (java) S 10417 10419 8499 0 -1 4202560 3481 0 0 0 26 0 0 0 15 0 22 0 130929479 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 130929479 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 130929479 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 22 0 130929482 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1552288 CPUtime=1.15
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4121 0 0 0 115 0 0 0 15 0 22 0 130929482 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1552288 CPUtime=1.04
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 6810 0 0 0 104 0 0 0 15 0 22 0 130929482 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 130929482 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1552288 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130929482 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10438] ppid=10417 vsize=1552288 CPUtime=5.81
/proc/10419/task/10438/stat : 10438 (java) R 10417 10419 8499 0 -1 4202560 1146 0 0 0 581 0 0 0 19 0 22 0 130929493 1589542912 52466 4089446400 134512640 134550932 4286584272 18446744073709551615 4109741926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10419/tid=10439] ppid=10417 vsize=1552288 CPUtime=5.8

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

/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 475 0 0 0 3 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1562528 CPUtime=0.05
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 876 0 0 0 5 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1562528 CPUtime=0.06
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 948 0 0 0 6 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1562528 CPUtime=1.76
/proc/10419/task/10430/stat : 10430 (java) S 10417 10419 8499 0 -1 4202560 6306 0 0 0 174 2 0 0 15 0 20 0 130929479 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 130929479 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 130929479 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1562528 CPUtime=1.19
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4121 0 0 0 119 0 0 0 15 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1562528 CPUtime=1.3
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 9734 0 0 0 129 1 0 0 15 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10440] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10440/stat : 10440 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 130929494 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10441] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10441/stat : 10441 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 130929494 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 1562528

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

[startup+25.9013 s]
/proc/loadavg: 2.25 2.09 2.02 3/217 10441
/proc/meminfo: memFree=31203388/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1562528 CPUtime=50.46
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 67387 0 1 0 5031 15 0 0 21 0 20 0 130929477 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 390632 60693 1449 10 0 387935 0
[pid=10419/tid=10421] ppid=10417 vsize=1562528 CPUtime=0.14
/proc/10419/task/10421/stat : 10421 (java) S 10417 10419 8499 0 -1 4202560 3998 0 1 0 14 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10422] ppid=10417 vsize=1562528 CPUtime=0.05
/proc/10419/task/10422/stat : 10422 (java) S 10417 10419 8499 0 -1 4202560 588 0 0 0 5 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10423] ppid=10417 vsize=1562528 CPUtime=0.04
/proc/10419/task/10423/stat : 10423 (java) S 10417 10419 8499 0 -1 4202560 797 0 0 0 4 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10424] ppid=10417 vsize=1562528 CPUtime=0.07
/proc/10419/task/10424/stat : 10424 (java) S 10417 10419 8499 0 -1 4202560 865 0 0 0 7 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10425] ppid=10417 vsize=1562528 CPUtime=0.07
/proc/10419/task/10425/stat : 10425 (java) S 10417 10419 8499 0 -1 4202560 1188 0 0 0 7 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 4 0 0 0
[pid=10419/tid=10426] ppid=10417 vsize=1562528 CPUtime=0.07
/proc/10419/task/10426/stat : 10426 (java) S 10417 10419 8499 0 -1 4202560 1436 0 0 0 7 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=1562528 CPUtime=0.03
/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 475 0 0 0 3 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1562528 CPUtime=0.05
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 876 0 0 0 5 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1562528 CPUtime=0.06
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 948 0 0 0 6 0 0 0 15 0 20 0 130929478 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1562528 CPUtime=1.76
/proc/10419/task/10430/stat : 10430 (java) S 10417 10419 8499 0 -1 4202560 6306 0 0 0 174 2 0 0 15 0 20 0 130929479 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 130929479 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 130929479 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1562528 CPUtime=1.19
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4121 0 0 0 119 0 0 0 15 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1562528 CPUtime=1.3
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 9734 0 0 0 129 1 0 0 15 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130929482 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10440] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10440/stat : 10440 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 130929494 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10441] ppid=10417 vsize=1562528 CPUtime=0
/proc/10419/task/10441/stat : 10441 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 130929494 1600028672 60693 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 1562528

[startup+26.1013 s]
/proc/loadavg: 2.25 2.09 2.02 3/217 10441
/proc/meminfo: memFree=31203388/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1561504 CPUtime=50.46
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 67387 0 1 0 5031 15 0 0 21 0 20 0 130929477 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 390376 60475 1449 10 0 387679 0
[pid=10419/tid=10421] ppid=10417 vsize=1561504 CPUtime=0.14
/proc/10419/task/10421/stat : 10421 (java) S 10417 10419 8499 0 -1 4202560 3998 0 1 0 14 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10422] ppid=10417 vsize=1561504 CPUtime=0.05
/proc/10419/task/10422/stat : 10422 (java) S 10417 10419 8499 0 -1 4202560 588 0 0 0 5 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10423] ppid=10417 vsize=1561504 CPUtime=0.04
/proc/10419/task/10423/stat : 10423 (java) S 10417 10419 8499 0 -1 4202560 797 0 0 0 4 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10424] ppid=10417 vsize=1561504 CPUtime=0.07
/proc/10419/task/10424/stat : 10424 (java) S 10417 10419 8499 0 -1 4202560 865 0 0 0 7 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10425] ppid=10417 vsize=1561504 CPUtime=0.07
/proc/10419/task/10425/stat : 10425 (java) S 10417 10419 8499 0 -1 4202560 1188 0 0 0 7 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 4 0 0 0
[pid=10419/tid=10426] ppid=10417 vsize=1561504 CPUtime=0.07
/proc/10419/task/10426/stat : 10426 (java) S 10417 10419 8499 0 -1 4202560 1436 0 0 0 7 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=1561504 CPUtime=0.03
/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 475 0 0 0 3 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1561504 CPUtime=0.05
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 876 0 0 0 5 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1561504 CPUtime=0.06
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 948 0 0 0 6 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1561504 CPUtime=1.76
/proc/10419/task/10430/stat : 10430 (java) S 10417 10419 8499 0 -1 4202560 6306 0 0 0 174 2 0 0 15 0 20 0 130929479 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 130929479 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 130929479 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1561504 CPUtime=1.19
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4121 0 0 0 119 0 0 0 15 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1561504 CPUtime=1.3
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 9734 0 0 0 129 1 0 0 15 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10440] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10440/stat : 10440 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 130929494 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10441] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10441/stat : 10441 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 130929494 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 1561504

[startup+26.2013 s]
/proc/loadavg: 2.25 2.09 2.02 3/217 10441
/proc/meminfo: memFree=31203388/32951124 swapFree=67111528/67111528
[pid=10419] ppid=10417 vsize=1561504 CPUtime=50.46
/proc/10419/stat : 10419 (java) S 10417 10419 8499 0 -1 4202496 67387 0 1 0 5031 15 0 0 21 0 20 0 130929477 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/10419/statm: 390376 60475 1449 10 0 387679 0
[pid=10419/tid=10421] ppid=10417 vsize=1561504 CPUtime=0.14
/proc/10419/task/10421/stat : 10421 (java) S 10417 10419 8499 0 -1 4202560 3998 0 1 0 14 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10422] ppid=10417 vsize=1561504 CPUtime=0.05
/proc/10419/task/10422/stat : 10422 (java) S 10417 10419 8499 0 -1 4202560 588 0 0 0 5 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10423] ppid=10417 vsize=1561504 CPUtime=0.04
/proc/10419/task/10423/stat : 10423 (java) S 10417 10419 8499 0 -1 4202560 797 0 0 0 4 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10424] ppid=10417 vsize=1561504 CPUtime=0.07
/proc/10419/task/10424/stat : 10424 (java) S 10417 10419 8499 0 -1 4202560 865 0 0 0 7 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10425] ppid=10417 vsize=1561504 CPUtime=0.07
/proc/10419/task/10425/stat : 10425 (java) S 10417 10419 8499 0 -1 4202560 1188 0 0 0 7 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 4 0 0 0
[pid=10419/tid=10426] ppid=10417 vsize=1561504 CPUtime=0.07
/proc/10419/task/10426/stat : 10426 (java) S 10417 10419 8499 0 -1 4202560 1436 0 0 0 7 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=1561504 CPUtime=0.03
/proc/10419/task/10427/stat : 10427 (java) S 10417 10419 8499 0 -1 4202560 475 0 0 0 3 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=1561504 CPUtime=0.05
/proc/10419/task/10428/stat : 10428 (java) S 10417 10419 8499 0 -1 4202560 876 0 0 0 5 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=1561504 CPUtime=0.06
/proc/10419/task/10429/stat : 10429 (java) S 10417 10419 8499 0 -1 4202560 948 0 0 0 6 0 0 0 15 0 20 0 130929478 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=1561504 CPUtime=1.76
/proc/10419/task/10430/stat : 10430 (java) S 10417 10419 8499 0 -1 4202560 6306 0 0 0 174 2 0 0 15 0 20 0 130929479 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 0 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10431/stat : 10431 (java) S 10417 10419 8499 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 130929479 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 7 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10432/stat : 10432 (java) S 10417 10419 8499 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 130929479 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10433/stat : 10433 (java) S 10417 10419 8499 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 1 0 0 0
[pid=10419/tid=10434] ppid=10417 vsize=1561504 CPUtime=1.19
/proc/10419/task/10434/stat : 10434 (java) S 10417 10419 8499 0 -1 4202560 4121 0 0 0 119 0 0 0 15 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10435] ppid=10417 vsize=1561504 CPUtime=1.3
/proc/10419/task/10435/stat : 10435 (java) S 10417 10419 8499 0 -1 4202560 9734 0 0 0 129 1 0 0 15 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 3 0 0 0
[pid=10419/tid=10436] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10436/stat : 10436 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10437] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10437/stat : 10437 (java) S 10417 10419 8499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130929482 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 0 0 0 0
[pid=10419/tid=10440] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10440/stat : 10440 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 130929494 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 2 0 0 0
[pid=10419/tid=10441] ppid=10417 vsize=1561504 CPUtime=0
/proc/10419/task/10441/stat : 10441 (java) S 10417 10419 8499 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 20 0 130929494 1598980096 60475 4089446400 134512640 134550932 4286584272 18446744073709551615 4294960144 0 4 0 16800975 18446604471140004096 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 1561504

Child status: 20
Real time (s): 26.2837
CPU time (s): 50.5083
CPU user time (s): 50.3443
CPU system time (s): 0.163975
CPU usage (%): 192.166
Max. virtual memory (cumulated for all children) (KiB): 1564188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.3443
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2785
involuntary context switches= 13842

runsolver used 0.046992 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 13:11:55
IDJOB=2694574
IDBENCH=78779
IDSOLVER=1207
FILE ID=node103/2694574-1277896315
PBS_JOBID= 11197147
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974180--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694574-1277896315/watcher-2694574-1277896315 -o /tmp/evaluation-result-2694574-1277896315/solver-2694574-1277896315 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694574-1277896315.wbo

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

MD5SUM BENCH= d94c91912b6010a0edcf7aeb8ba12985
RANDOM SEED=1172166525

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31439496 kB
Buffers:        178432 kB
Cached:         899560 kB
SwapCached:          0 kB
Active:         740400 kB
Inactive:       630064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31439496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      292492 kB
Mapped:          20236 kB
Slab:            76468 kB
PageTables:       5692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1659464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74212 MiB
End job on node103 at 2010-06-30 13:12:21