Trace number 2662688

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-31UNSAT 48.9306 25.6432

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111227861.opb
MD5SUMf8885c48feecc92113d832d46f576991
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.064989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662688-1276273143.opb
0.24/0.21	c reading problem ... 
0.35/0.35	c ... done. Wall clock time 0.138s.
0.35/0.35	c #vars     169
0.35/0.35	c #constraints  101
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.50/2.45	c cleaning 2496 clauses out of 5000 with flag 5000/5000
7.66/4.04	c cleaning 4250 clauses out of 8507 with flag 11003/11003
9.01/4.76	c cleaning 5623 clauses out of 11254 with flag 18000/18000
10.56/5.54	c cleaning 6812 clauses out of 13631 with flag 26000/26000
12.29/6.44	c cleaning 7905 clauses out of 15820 with flag 35001/35001
14.43/7.51	c cleaning 8954 clauses out of 17914 with flag 45000/45000
16.36/8.51	c cleaning 9473 clauses out of 18960 with flag 55000/55000
18.28/9.51	c cleaning 9741 clauses out of 19489 with flag 65002/65002
20.00/10.43	c cleaning 9874 clauses out of 19748 with flag 75002/75002
21.94/11.48	c cleaning 9933 clauses out of 19874 with flag 85002/85002
23.88/12.47	c cleaning 9965 clauses out of 19939 with flag 95000/95000
25.80/13.40	c cleaning 9983 clauses out of 19975 with flag 105001/105001
27.53/14.32	c cleaning 9993 clauses out of 19993 with flag 115002/115002
29.25/15.27	c cleaning 9995 clauses out of 19999 with flag 125001/125001
30.99/16.19	c cleaning 9996 clauses out of 20003 with flag 135000/135000
32.72/17.02	c cleaning 9997 clauses out of 20008 with flag 145001/145001
34.23/17.89	c cleaning 10003 clauses out of 20011 with flag 155001/155001
35.98/18.75	c cleaning 9998 clauses out of 20008 with flag 165001/165001
37.71/19.63	c cleaning 10000 clauses out of 20009 with flag 175000/175000
39.64/20.66	c cleaning 10002 clauses out of 20009 with flag 185000/185000
41.36/21.52	c cleaning 9998 clauses out of 20008 with flag 195001/195001
42.89/22.33	c cleaning 10002 clauses out of 20009 with flag 205000/205000
44.63/23.20	c cleaning 10000 clauses out of 20007 with flag 215000/215000
46.17/24.01	c cleaning 9997 clauses out of 20008 with flag 225001/225001
47.88/24.96	c cleaning 10001 clauses out of 20010 with flag 235001/235001
48.64/25.34	c And the winner is Resolution
48.87/25.58	c starts		: 120
48.87/25.58	c conflicts		: 237037
48.87/25.58	c decisions		: 351285
48.87/25.58	c propagations		: 5193166
48.87/25.58	c inspects		: 66038904
48.87/25.58	c learnt literals	: 6
48.87/25.58	c learnt binary clauses	: 26
48.87/25.58	c learnt ternary clauses	: 170
48.87/25.58	c learnt clauses	: 237030
48.87/25.58	c ignored clauses	: 0
48.87/25.58	c root simplifications	: 0
48.87/25.58	c removed literals (reason simplification)	: 2048116
48.87/25.58	c reason swapping (by a shorter reason)	: 0
48.87/25.58	c Calls to reduceDB	: 25
48.87/25.58	c number of reductions to clauses (during analyze)	: 0
48.87/25.58	c number of learned constraints concerned by reduction	: 0
48.87/25.58	c number of learning phase by resolution	: 0
48.87/25.58	c number of learning phase by cutting planes	: 0
48.87/25.58	c speed (assignments/second)	: 205824.81867543893
48.87/25.58	c non guided choices	44
48.89/25.61	c learnt constraints type 
48.89/25.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12013
48.89/25.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
48.89/25.61	c constraints type 
48.89/25.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
48.89/25.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
48.89/25.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
48.89/25.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
48.89/25.61	c constraints type 
48.89/25.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
48.89/25.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
48.89/25.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
48.89/25.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
48.89/25.61	s UNSATISFIABLE
48.89/25.61	c Total wall clock time (in seconds): 25.395

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-2662688-1276273143/watcher-2662688-1276273143 -o /tmp/evaluation-result-2662688-1276273143/solver-2662688-1276273143 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662688-1276273143.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3530
/proc/meminfo: memFree=1584516/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=244 CPUtime=0
/proc/3530/stat : 3530 (java) R 3528 3530 2309 0 -1 4194304 269 0 0 0 0 0 0 0 19 0 1 0 969722 249856 16 1992294400 134512640 134550932 4291862800 18446744073709551615 6895729 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3530/statm: 62 23 16 10 0 23 0

[startup+0.0270499 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3530
/proc/meminfo: memFree=1584516/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1517712 CPUtime=0.01
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 2619 0 1 0 0 1 0 0 18 0 3 0 969722 1554137088 2063 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 379428 2063 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101626 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3530
/proc/meminfo: memFree=1584516/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1524180 CPUtime=0.08
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 3973 0 1 0 6 2 0 0 18 0 12 0 969722 1560760320 3412 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 381045 3412 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301642 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3530
/proc/meminfo: memFree=1584516/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1525480 CPUtime=0.35
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 5388 0 1 0 32 3 0 0 18 0 12 0 969722 1562091520 4824 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 381370 4824 1361 10 0 378673 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525480

[startup+0.701681 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 3530
/proc/meminfo: memFree=1584516/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1533812 CPUtime=1.13
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 8033 0 1 0 108 5 0 0 18 0 16 0 969722 1570623488 6793 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 383453 6793 1418 10 0 380756 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533812

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.00 6/122 3546
/proc/meminfo: memFree=1560892/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1540948 CPUtime=2.72
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 12843 0 1 0 265 7 0 0 18 0 16 0 969722 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 385237 10198 1422 10 0 382540 0
[pid=3530/tid=3532] ppid=3528 vsize=1540948 CPUtime=0.31
/proc/3530/task/3532/stat : 3532 (java) S 3528 3530 2309 0 -1 4202560 3940 0 1 0 29 2 0 0 18 0 16 0 969724 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3533] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3533/stat : 3533 (java) S 3528 3530 2309 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 969725 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3534] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3534/stat : 3534 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 969725 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3535] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3535/stat : 3535 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 969727 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3536] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3536/stat : 3536 (java) S 3528 3530 2309 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 969727 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3537] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3537/stat : 3537 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 969727 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3538] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3538/stat : 3538 (java) S 3528 3530 2309 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 969732 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3539] ppid=3528 vsize=1540948 CPUtime=0.5
/proc/3530/task/3539/stat : 3539 (java) R 3528 3530 2309 0 -1 4202560 1124 0 0 0 50 0 0 0 25 0 16 0 969732 1577930752 10198 1992294400 134512640 134550932 4291862800 18446744073709551615 106251238 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3530/tid=3540] ppid=3528 vsize=1540948 CPUtime=0.94
/proc/3530/task/3540/stat : 3540 (java) R 3528 3530 2309 0 -1 4202560 4670 0 0 0 93 1 0 0 19 0 16 0 969732 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3541] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3541/stat : 3541 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 969732 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3542] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3542/stat : 3542 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 969732 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3543] ppid=3528 vsize=1540948 CPUtime=0.47
/proc/3530/task/3543/stat : 3543 (java) R 3528 3530 2309 0 -1 4202560 272 0 0 0 47 0 0 0 25 0 16 0 969758 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4109143344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3530/tid=3544] ppid=3528 vsize=1540948 CPUtime=0.43
/proc/3530/task/3544/stat : 3544 (java) R 3528 3530 2309 0 -1 4202560 1767 0 0 0 43 0 0 0 18 0 16 0 969758 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4108770802 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3545] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3545/stat : 3545 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 969759 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3546] ppid=3528 vsize=1540948 CPUtime=0
/proc/3530/task/3546/stat : 3546 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 969759 1577930752 10199 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1540948

[startup+3.10188 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 3546
/proc/meminfo: memFree=1507820/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1549564 CPUtime=5.89
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 37752 0 1 0 573 16 0 0 18 0 16 0 969722 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 387391 32420 1441 10 0 384694 0
[pid=3530/tid=3532] ppid=3528 vsize=1549564 CPUtime=0.31
/proc/3530/task/3532/stat : 3532 (java) S 3528 3530 2309 0 -1 4202560 3940 0 1 0 29 2 0 0 18 0 16 0 969724 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3533] ppid=3528 vsize=1549564 CPUtime=0.01
/proc/3530/task/3533/stat : 3533 (java) S 3528 3530 2309 0 -1 4202560 434 0 0 0 1 0 0 0 17 0 16 0 969725 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3534] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3534/stat : 3534 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 969725 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3535] ppid=3528 vsize=1549564 CPUtime=0.02
/proc/3530/task/3535/stat : 3535 (java) S 3528 3530 2309 0 -1 4202560 436 0 0 0 2 0 0 0 15 0 16 0 969727 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3536] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3536/stat : 3536 (java) S 3528 3530 2309 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 969727 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3537] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3537/stat : 3537 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 969727 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3538] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3538/stat : 3538 (java) S 3528 3530 2309 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 969732 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3539] ppid=3528 vsize=1549564 CPUtime=1.6
/proc/3530/task/3539/stat : 3539 (java) R 3528 3530 2309 0 -1 4202560 3304 0 0 0 159 1 0 0 25 0 16 0 969732 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 105496175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3530/tid=3540] ppid=3528 vsize=1549564 CPUtime=1.57
/proc/3530/task/3540/stat : 3540 (java) R 3528 3530 2309 0 -1 4202560 7447 0 0 0 155 2 0 0 18 0 16 0 969732 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 104140921 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3541] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3541/stat : 3541 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 969732 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3542] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3542/stat : 3542 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 969732 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3543] ppid=3528 vsize=1549564 CPUtime=0.92
/proc/3530/task/3543/stat : 3543 (java) R 3528 3530 2309 0 -1 4202560 639 0 0 0 92 0 0 0 25 0 16 0 969758 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3544] ppid=3528 vsize=1549564 CPUtime=1.38
/proc/3530/task/3544/stat : 3544 (java) S 3528 3530 2309 0 -1 4202560 20484 0 0 0 131 7 0 0 16 0 16 0 969758 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3545] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3545/stat : 3545 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 969759 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3546] ppid=3528 vsize=1549564 CPUtime=0
/proc/3530/task/3546/stat : 3546 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 969759 1586753536 32420 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1549564

[startup+6.30214 s]
/proc/loadavg: 1.40 1.09 1.03 3/122 3546
/proc/meminfo: memFree=1425980/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1545188 CPUtime=12.09
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 47220 0 1 0 1189 20 0 0 18 0 16 0 969722 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 386297 40775 1448 10 0 383600 0
[pid=3530/tid=3532] ppid=3528 vsize=1545188 CPUtime=0.31
/proc/3530/task/3532/stat : 3532 (java) S 3528 3530 2309 0 -1 4202560 3940 0 1 0 29 2 0 0 18 0 16 0 969724 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3533] ppid=3528 vsize=1545188 CPUtime=0.04
/proc/3530/task/3533/stat : 3533 (java) S 3528 3530 2309 0 -1 4202560 880 0 0 0 4 0 0 0 16 0 16 0 969725 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3534] ppid=3528 vsize=1545188 CPUtime=0.03
/proc/3530/task/3534/stat : 3534 (java) S 3528 3530 2309 0 -1 4202560 415 0 0 0 3 0 0 0 15 0 16 0 969725 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3535] ppid=3528 vsize=1545188 CPUtime=0.16
/proc/3530/task/3535/stat : 3535 (java) S 3528 3530 2309 0 -1 4202560 1734 0 0 0 16 0 0 0 16 0 16 0 969727 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3536] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3536/stat : 3536 (java) S 3528 3530 2309 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 969727 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3537] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3537/stat : 3537 (java) S 3528 3530 2309 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 969727 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3538] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3538/stat : 3538 (java) S 3528 3530 2309 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 969732 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3539] ppid=3528 vsize=1545188 CPUtime=2.02
/proc/3530/task/3539/stat : 3539 (java) S 3528 3530 2309 0 -1 4202560 3570 0 0 0 200 2 0 0 15 0 16 0 969732 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3540] ppid=3528 vsize=1545188 CPUtime=1.83
/proc/3530/task/3540/stat : 3540 (java) S 3528 3530 2309 0 -1 4202560 7460 0 0 0 181 2 0 0 15 0 16 0 969732 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3541] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3541/stat : 3541 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 969732 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3542] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3542/stat : 3542 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 969732 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3543] ppid=3528 vsize=1545188 CPUtime=3.42
/proc/3530/task/3543/stat : 3543 (java) R 3528 3530 2309 0 -1 4202560 790 0 0 0 342 0 0 0 19 0 16 0 969758 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4109273707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3530/tid=3544] ppid=3528 vsize=1545188 CPUtime=4.21
/proc/3530/task/3544/stat : 3544 (java) R 3528 3530 2309 0 -1 4202560 27360 0 0 0 412 9 0 0 17 0 16 0 969758 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4109466607 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3545] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3545/stat : 3545 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 969759 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3546] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3546/stat : 3546 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 969759 1582272512 40775 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1545188

[startup+12.7027 s]
/proc/loadavg: 1.45 1.10 1.03 3/122 3546
/proc/meminfo: memFree=1419656/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1545188 CPUtime=24.42
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 49720 0 1 0 2421 21 0 0 18 0 16 0 969722 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 386297 43264 1448 10 0 383600 0
[pid=3530/tid=3532] ppid=3528 vsize=1545188 CPUtime=0.31
/proc/3530/task/3532/stat : 3532 (java) S 3528 3530 2309 0 -1 4202560 3941 0 1 0 29 2 0 0 15 0 16 0 969724 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3533] ppid=3528 vsize=1545188 CPUtime=0.09
/proc/3530/task/3533/stat : 3533 (java) S 3528 3530 2309 0 -1 4202560 1228 0 0 0 9 0 0 0 16 0 16 0 969725 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3534] ppid=3528 vsize=1545188 CPUtime=0.09
/proc/3530/task/3534/stat : 3534 (java) S 3528 3530 2309 0 -1 4202560 669 0 0 0 9 0 0 0 16 0 16 0 969725 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3535] ppid=3528 vsize=1545188 CPUtime=0.53
/proc/3530/task/3535/stat : 3535 (java) S 3528 3530 2309 0 -1 4202560 3622 0 0 0 53 0 0 0 16 0 16 0 969727 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3536] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3536/stat : 3536 (java) S 3528 3530 2309 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 969727 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3537] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3537/stat : 3537 (java) S 3528 3530 2309 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 969727 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3538] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3538/stat : 3538 (java) S 3528 3530 2309 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 969732 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3539] ppid=3528 vsize=1545188 CPUtime=2.05
/proc/3530/task/3539/stat : 3539 (java) S 3528 3530 2309 0 -1 4202560 3570 0 0 0 203 2 0 0 15 0 16 0 969732 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3540] ppid=3528 vsize=1545188 CPUtime=1.83
/proc/3530/task/3540/stat : 3540 (java) S 3528 3530 2309 0 -1 4202560 7460 0 0 0 181 2 0 0 15 0 16 0 969732 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3541] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3541/stat : 3541 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 969732 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3542] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3542/stat : 3542 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 969732 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3543] ppid=3528 vsize=1545188 CPUtime=9.33
/proc/3530/task/3543/stat : 3543 (java) R 3528 3530 2309 0 -1 4202560 798 0 0 0 933 0 0 0 25 0 16 0 969758 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4109273707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3530/tid=3544] ppid=3528 vsize=1545188 CPUtime=10.08
/proc/3530/task/3544/stat : 3544 (java) R 3528 3530 2309 0 -1 4202560 27361 0 0 0 999 9 0 0 25 0 16 0 969758 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4109329828 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3545] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3545/stat : 3545 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 969759 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3546] ppid=3528 vsize=1545188 CPUtime=0
/proc/3530/task/3546/stat : 3546 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 969759 1582272512 43264 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 1545188

[startup+25.5013 s]
/proc/loadavg: 1.57 1.14 1.05 2/122 3546
/proc/meminfo: memFree=1407628/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1546212 CPUtime=48.87
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 52099 0 1 0 4852 35 0 0 18 0 15 0 969722 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 386553 45204 1449 10 0 383856 0
[pid=3530/tid=3532] ppid=3528 vsize=1546212 CPUtime=0.31
/proc/3530/task/3532/stat : 3532 (java) S 3528 3530 2309 0 -1 4202560 3941 0 1 0 29 2 0 0 15 0 15 0 969724 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3533] ppid=3528 vsize=1546212 CPUtime=0.15
/proc/3530/task/3533/stat : 3533 (java) S 3528 3530 2309 0 -1 4202560 1389 0 0 0 14 1 0 0 16 0 15 0 969725 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3534] ppid=3528 vsize=1546212 CPUtime=0.14
/proc/3530/task/3534/stat : 3534 (java) S 3528 3530 2309 0 -1 4202560 946 0 0 0 14 0 0 0 16 0 15 0 969725 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3535] ppid=3528 vsize=1546212 CPUtime=1.58
/proc/3530/task/3535/stat : 3535 (java) S 3528 3530 2309 0 -1 4202560 4739 0 0 0 145 13 0 0 16 0 15 0 969727 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3536] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3536/stat : 3536 (java) S 3528 3530 2309 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 15 0 969727 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3537] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3537/stat : 3537 (java) S 3528 3530 2309 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 969727 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3538] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3538/stat : 3538 (java) S 3528 3530 2309 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 969732 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3539] ppid=3528 vsize=1546212 CPUtime=2.55
/proc/3530/task/3539/stat : 3539 (java) S 3528 3530 2309 0 -1 4202560 4377 0 0 0 253 2 0 0 15 0 15 0 969732 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3540] ppid=3528 vsize=1546212 CPUtime=1.86
/proc/3530/task/3540/stat : 3540 (java) S 3528 3530 2309 0 -1 4202560 7460 0 0 0 184 2 0 0 15 0 15 0 969732 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3541] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3541/stat : 3541 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 969732 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3542] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3542/stat : 3542 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 969732 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3544] ppid=3528 vsize=1546212 CPUtime=21.41
/proc/3530/task/3544/stat : 3544 (java) R 3528 3530 2309 0 -1 4202560 27362 0 0 0 2131 10 0 0 25 0 15 0 969758 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4109143857 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3530/tid=3545] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3545/stat : 3545 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 969759 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3546] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3546/stat : 3546 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 969759 1583321088 45204 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.87
Current children cumulated vsize (KiB) 1546212

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

[startup+25.6013 s]
/proc/loadavg: 1.57 1.14 1.05 2/122 3546
/proc/meminfo: memFree=1407628/2059040 swapFree=4192956/4192956
[pid=3530] ppid=3528 vsize=1546212 CPUtime=48.89
/proc/3530/stat : 3530 (java) S 3528 3530 2309 0 -1 4202496 52102 0 1 0 4854 35 0 0 18 0 15 0 969722 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3530/statm: 386553 45207 1449 10 0 383856 0
[pid=3530/tid=3532] ppid=3528 vsize=1546212 CPUtime=0.31
/proc/3530/task/3532/stat : 3532 (java) S 3528 3530 2309 0 -1 4202560 3944 0 1 0 29 2 0 0 16 0 15 0 969724 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3533] ppid=3528 vsize=1546212 CPUtime=0.15
/proc/3530/task/3533/stat : 3533 (java) S 3528 3530 2309 0 -1 4202560 1389 0 0 0 14 1 0 0 16 0 15 0 969725 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3534] ppid=3528 vsize=1546212 CPUtime=0.14
/proc/3530/task/3534/stat : 3534 (java) S 3528 3530 2309 0 -1 4202560 946 0 0 0 14 0 0 0 16 0 15 0 969725 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3535] ppid=3528 vsize=1546212 CPUtime=1.58
/proc/3530/task/3535/stat : 3535 (java) S 3528 3530 2309 0 -1 4202560 4739 0 0 0 145 13 0 0 16 0 15 0 969727 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 0 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3536] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3536/stat : 3536 (java) S 3528 3530 2309 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 15 0 969727 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3537] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3537/stat : 3537 (java) S 3528 3530 2309 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 969727 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3538] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3538/stat : 3538 (java) S 3528 3530 2309 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 969732 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3539] ppid=3528 vsize=1546212 CPUtime=2.55
/proc/3530/task/3539/stat : 3539 (java) S 3528 3530 2309 0 -1 4202560 4377 0 0 0 253 2 0 0 15 0 15 0 969732 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3540] ppid=3528 vsize=1546212 CPUtime=1.86
/proc/3530/task/3540/stat : 3540 (java) S 3528 3530 2309 0 -1 4202560 7460 0 0 0 184 2 0 0 15 0 15 0 969732 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3541] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3541/stat : 3541 (java) S 3528 3530 2309 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 969732 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 0 0 0 0
[pid=3530/tid=3542] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3542/stat : 3542 (java) S 3528 3530 2309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 969732 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3545] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3545/stat : 3545 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 969759 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
[pid=3530/tid=3546] ppid=3528 vsize=1546212 CPUtime=0
/proc/3530/task/3546/stat : 3546 (java) S 3528 3530 2309 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 969759 1583321088 45207 1992294400 134512640 134550932 4291862800 18446744073709551615 4294960144 0 4 0 16800975 18446604437817730048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.89
Current children cumulated vsize (KiB) 1546212

Child status: 20
Real time (s): 25.6432
CPU time (s): 48.9306
CPU user time (s): 48.5596
CPU system time (s): 0.370943
CPU usage (%): 190.813
Max. virtual memory (cumulated for all children) (KiB): 1549564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.5596
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52108
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= 1147
involuntary context switches= 1653

runsolver used 0.173973 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-11 18:19:03
IDJOB=2662688
IDBENCH=1192
IDSOLVER=1166
FILE ID=node026/2662688-1276273143
PBS_JOBID= 11172191
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662688-1276273143/watcher-2662688-1276273143 -o /tmp/evaluation-result-2662688-1276273143/solver-2662688-1276273143 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662688-1276273143.opb

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

MD5SUM BENCH= f8885c48feecc92113d832d46f576991
RANDOM SEED=1138198377

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1584912 kB
Buffers:         41580 kB
Cached:         307260 kB
SwapCached:          0 kB
Active:         154616 kB
Inactive:       253336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1584912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             252 kB
Writeback:           0 kB
AnonPages:       59108 kB
Mapped:          15460 kB
Slab:            44296 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node026 at 2010-06-11 18:19:29