Trace number 2701302

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 120.825 86.3104

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub2_wcsp.wbo
MD5SUM2dd7369dce38347df0a942929e2a998a
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark342645
Best CPU time to get the best result obtained on this benchmark1800.12
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints292466
Number of soft constraints292450
Number of constraints which are clauses292450
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 41497095
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 19773833908
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.01/0.10	c Pseudo Boolean Optimization
0.01/0.10	c ManyCore solver with 2 solvers running in parallel
0.01/0.10	c --- Begin Solver configuration ---
0.01/0.10	c Stops conflict analysis at the first Unique Implication Point
0.01/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.01/0.10	c Learn all clauses as in MiniSAT
0.01/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.10	c Expensive reason simplification
0.01/0.10	c Armin Biere (Picosat) restarts strategy
0.01/0.10	c Glucose learned constraints deletion strategy
0.01/0.10	c timeout=2147483s
0.01/0.10	c DB Simplification allowed=false
0.01/0.10	c --- End Solver configuration ---
0.01/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.01/0.10	c --- Begin Solver configuration ---
0.01/0.10	c Stops conflict analysis at the first Unique Implication Point
0.01/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.01/0.10	c Learn all clauses as in MiniSAT
0.01/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.01/0.10	c No reason simplification
0.01/0.10	c Armin Biere (Picosat) restarts strategy
0.01/0.10	c Glucose learned constraints deletion strategy
0.01/0.10	c timeout=2147483s
0.01/0.10	c DB Simplification allowed=false
0.01/0.10	c --- End Solver configuration ---
0.01/0.10	
0.01/0.10	c solving HOME/instance-2701302-1278539221.wbo
0.01/0.10	c reading problem ... 
116.68/84.23	c ... done. Wall clock time 84.137s.
116.68/84.23	c #vars     293138
116.68/84.23	c #constraints  292483
116.68/84.23	c constraints type 
116.68/84.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
116.68/84.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 292466
116.68/84.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
116.68/84.23	c constraints type 
116.68/84.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
116.68/84.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292466
116.68/84.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
120.71/85.62	c And the winner is Resolution
120.80/86.24	c starts		: 2
120.80/86.24	c conflicts		: 449
120.80/86.24	c decisions		: 847477
120.80/86.24	c propagations		: 901225
120.80/86.24	c inspects		: 533780
120.80/86.24	c learnt literals	: 13
120.80/86.24	c learnt binary clauses	: 1
120.80/86.24	c learnt ternary clauses	: 2
120.80/86.24	c learnt clauses	: 435
120.80/86.24	c ignored clauses	: 0
120.80/86.24	c root simplifications	: 0
120.80/86.24	c removed literals (reason simplification)	: 1213
120.80/86.24	c reason swapping (by a shorter reason)	: 0
120.80/86.24	c Calls to reduceDB	: 0
120.80/86.24	c number of reductions to clauses (during analyze)	: 0
120.80/86.24	c number of learned constraints concerned by reduction	: 0
120.80/86.24	c number of learning phase by resolution	: 0
120.80/86.24	c number of learning phase by cutting planes	: 0
120.80/86.24	c speed (assignments/second)	: 449713.0738522954
120.80/86.24	c non guided choices	618
120.80/86.24	c learnt constraints type 
120.80/86.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 434
120.80/86.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
120.80/86.24	c constraints type 
120.80/86.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
120.80/86.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 292466
120.80/86.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
120.80/86.24	c constraints type 
120.80/86.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
120.80/86.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292466
120.80/86.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
120.80/86.24	s UNSATISFIABLE
120.80/86.24	c Total wall clock time (in seconds): 86.143

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-2701302-1278539221/watcher-2701302-1278539221 -o /tmp/evaluation-result-2701302-1278539221/solver-2701302-1278539221 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701302-1278539221.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: 2.01 2.05 2.01 3/178 19527
/proc/meminfo: memFree=28970936/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=392 CPUtime=0
/proc/19527/stat : 19527 (java) R 19525 19527 18410 0 -1 4194304 295 0 0 0 0 0 0 0 25 0 1 0 22135994 401408 40 4089446400 134512640 134550932 4293908960 18446744073709551615 11166292 0 2147483391 4096 0 0 0 0 17 3 0 0 0
/proc/19527/statm: 98 40 32 10 0 25 0

[startup+0.026897 s]
/proc/loadavg: 2.01 2.05 2.01 3/178 19527
/proc/meminfo: memFree=28970936/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1525308 CPUtime=0.01
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 3618 0 1 0 1 0 0 0 25 0 13 0 22135994 1561915392 3058 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 381327 3058 1014 10 0 378637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525308

[startup+0.102391 s]
/proc/loadavg: 2.01 2.05 2.01 3/178 19527
/proc/meminfo: memFree=28970936/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1530092 CPUtime=0.11
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 5304 0 1 0 10 1 0 0 25 0 18 0 22135994 1566814208 4740 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 382523 4740 1350 10 0 379826 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530092

[startup+0.300848 s]
/proc/loadavg: 2.01 2.05 2.01 3/178 19527
/proc/meminfo: memFree=28970936/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1532420 CPUtime=0.53
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 14888 0 1 0 51 2 0 0 25 0 18 0 22135994 1569198080 14225 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 383105 14226 1414 10 0 380408 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1532420

[startup+0.70081 s]
/proc/loadavg: 2.01 2.05 2.01 3/178 19527
/proc/meminfo: memFree=28970936/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1540600 CPUtime=1.46
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 47804 0 1 0 139 7 0 0 25 0 18 0 22135994 1577574400 46059 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 385150 46059 1425 10 0 382453 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1540600

[startup+1.50064 s]
/proc/loadavg: 2.01 2.05 2.01 3/196 19545
/proc/meminfo: memFree=28783996/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1540600 CPUtime=2.34
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 52551 0 1 0 226 8 0 0 25 0 18 0 22135994 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 385150 50533 1425 10 0 382453 0
[pid=19527/tid=19529] ppid=19525 vsize=1540600 CPUtime=1.39
/proc/19527/task/19529/stat : 19529 (java) R 19525 19527 18410 0 -1 4202560 35789 0 1 0 133 6 0 0 25 0 18 0 22135994 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1540600 CPUtime=0.04
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 1472 0 0 0 4 0 0 0 15 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1540600 CPUtime=0.03
/proc/19527/task/19531/stat : 19531 (java) S 19525 19527 18410 0 -1 4202560 1287 0 0 0 3 0 0 0 15 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1540600 CPUtime=0.04
/proc/19527/task/19532/stat : 19532 (java) S 19525 19527 18410 0 -1 4202560 2305 0 0 0 4 0 0 0 15 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1540600 CPUtime=0.02
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 1067 0 0 0 2 0 0 0 15 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19534] ppid=19525 vsize=1540600 CPUtime=0.03
/proc/19527/task/19534/stat : 19534 (java) S 19525 19527 18410 0 -1 4202560 1298 0 0 0 3 0 0 0 16 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19535] ppid=19525 vsize=1540600 CPUtime=0.03
/proc/19527/task/19535/stat : 19535 (java) S 19525 19527 18410 0 -1 4202560 1375 0 0 0 3 0 0 0 15 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19536] ppid=19525 vsize=1540600 CPUtime=0.04
/proc/19527/task/19536/stat : 19536 (java) S 19525 19527 18410 0 -1 4202560 1611 0 0 0 4 0 0 0 16 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19537] ppid=19525 vsize=1540600 CPUtime=0.02
/proc/19527/task/19537/stat : 19537 (java) S 19525 19527 18410 0 -1 4202560 856 0 0 0 2 0 0 0 15 0 18 0 22135995 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19538] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19538/stat : 19538 (java) S 19525 19527 18410 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 18 0 22135996 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 22135996 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22135996 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22135998 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1540600 CPUtime=0.28
/proc/19527/task/19542/stat : 19542 (java) S 19525 19527 18410 0 -1 4202560 1283 0 0 0 28 0 0 0 25 0 18 0 22135998 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1540600 CPUtime=0.36
/proc/19527/task/19543/stat : 19543 (java) S 19525 19527 18410 0 -1 4202560 3122 0 0 0 36 0 0 0 25 0 18 0 22135998 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22135998 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22135998 1577574400 50533 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1540600

[startup+3.10138 s]
/proc/loadavg: 2.01 2.05 2.01 3/196 19545
/proc/meminfo: memFree=28769488/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1540600 CPUtime=4.22
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 56874 0 1 0 410 12 0 0 25 0 18 0 22135994 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 385150 54727 1425 10 0 382453 0
[pid=19527/tid=19529] ppid=19525 vsize=1540600 CPUtime=2.89
/proc/19527/task/19529/stat : 19529 (java) R 19525 19527 18410 0 -1 4202560 35834 0 1 0 283 6 0 0 25 0 18 0 22135994 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4109432362 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1540600 CPUtime=0.08
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 2021 0 0 0 8 0 0 0 16 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1540600 CPUtime=0.07
/proc/19527/task/19531/stat : 19531 (java) S 19525 19527 18410 0 -1 4202560 1832 0 0 0 7 0 0 0 16 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1540600 CPUtime=0.08
/proc/19527/task/19532/stat : 19532 (java) S 19525 19527 18410 0 -1 4202560 2699 0 0 0 8 0 0 0 15 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1540600 CPUtime=0.06
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 1795 0 0 0 6 0 0 0 15 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19534] ppid=19525 vsize=1540600 CPUtime=0.06
/proc/19527/task/19534/stat : 19534 (java) S 19525 19527 18410 0 -1 4202560 1887 0 0 0 6 0 0 0 16 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19535] ppid=19525 vsize=1540600 CPUtime=0.06
/proc/19527/task/19535/stat : 19535 (java) S 19525 19527 18410 0 -1 4202560 1861 0 0 0 6 0 0 0 16 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 3 0 0 0
[pid=19527/tid=19536] ppid=19525 vsize=1540600 CPUtime=0.08
/proc/19527/task/19536/stat : 19536 (java) S 19525 19527 18410 0 -1 4202560 2045 0 0 0 8 0 0 0 15 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19537] ppid=19525 vsize=1540600 CPUtime=0.06
/proc/19527/task/19537/stat : 19537 (java) S 19525 19527 18410 0 -1 4202560 1409 0 0 0 6 0 0 0 16 0 18 0 22135995 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19538] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19538/stat : 19538 (java) S 19525 19527 18410 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 18 0 22135996 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 22135996 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22135996 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22135998 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1540600 CPUtime=0.28
/proc/19527/task/19542/stat : 19542 (java) S 19525 19527 18410 0 -1 4202560 1283 0 0 0 28 0 0 0 25 0 18 0 22135998 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1540600 CPUtime=0.36
/proc/19527/task/19543/stat : 19543 (java) S 19525 19527 18410 0 -1 4202560 3122 0 0 0 36 0 0 0 25 0 18 0 22135998 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22135998 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22135998 1577574400 54727 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1540600

[startup+6.30079 s]
/proc/loadavg: 2.01 2.05 2.01 3/196 19546
/proc/meminfo: memFree=28746568/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1540600 CPUtime=8.09
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 60657 0 1 0 791 18 0 0 25 0 18 0 22135994 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 385150 58272 1425 10 0 382453 0
[pid=19527/tid=19529] ppid=19525 vsize=1540600 CPUtime=5.92
/proc/19527/task/19529/stat : 19529 (java) R 19525 19527 18410 0 -1 4202560 35925 0 1 0 586 6 0 0 25 0 18 0 22135994 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4109206963 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1540600 CPUtime=0.18
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 2512 0 0 0 18 0 0 0 15 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1540600 CPUtime=0.19
/proc/19527/task/19531/stat : 19531 (java) S 19525 19527 18410 0 -1 4202560 2298 0 0 0 18 1 0 0 16 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1540600 CPUtime=0.19
/proc/19527/task/19532/stat : 19532 (java) S 19525 19527 18410 0 -1 4202560 3254 0 0 0 18 1 0 0 16 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1540600 CPUtime=0.16
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 2269 0 0 0 15 1 0 0 16 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19534] ppid=19525 vsize=1540600 CPUtime=0.15
/proc/19527/task/19534/stat : 19534 (java) S 19525 19527 18410 0 -1 4202560 2279 0 0 0 15 0 0 0 15 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19535] ppid=19525 vsize=1540600 CPUtime=0.17
/proc/19527/task/19535/stat : 19535 (java) S 19525 19527 18410 0 -1 4202560 2271 0 0 0 16 1 0 0 16 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 3 0 0 0
[pid=19527/tid=19536] ppid=19525 vsize=1540600 CPUtime=0.2
/proc/19527/task/19536/stat : 19536 (java) S 19525 19527 18410 0 -1 4202560 2493 0 0 0 19 1 0 0 16 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19537] ppid=19525 vsize=1540600 CPUtime=0.14
/proc/19527/task/19537/stat : 19537 (java) S 19525 19527 18410 0 -1 4202560 1865 0 0 0 14 0 0 0 16 0 18 0 22135995 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19538] ppid=19525 vsize=1540600 CPUtime=0.01
/proc/19527/task/19538/stat : 19538 (java) S 19525 19527 18410 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 18 0 22135996 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 22135996 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22135996 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22135998 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1540600 CPUtime=0.28
/proc/19527/task/19542/stat : 19542 (java) S 19525 19527 18410 0 -1 4202560 1283 0 0 0 28 0 0 0 25 0 18 0 22135998 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1540600 CPUtime=0.36
/proc/19527/task/19543/stat : 19543 (java) S 19525 19527 18410 0 -1 4202560 3122 0 0 0 36 0 0 0 25 0 18 0 22135998 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22135998 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1540600 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22135998 1577574400 58272 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1540600

[startup+12.7007 s]
/proc/loadavg: 2.01 2.05 2.01 3/196 19546
/proc/meminfo: memFree=28714180/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1542648 CPUtime=16.49
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 68850 0 1 0 1578 71 0 0 25 0 18 0 22135994 1579671552 66145 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 385662 66145 1425 10 0 382965 0
[pid=19527/tid=19529] ppid=19525 vsize=1542648 CPUtime=11.64
/proc/19527/task/19529/stat : 19529 (java) S 19525 19527 18410 0 -1 4202560 36095 0 1 0 1157 7 0 0 25 0 18 0 22135994 1579671552 66145 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1542648 CPUtime=0.49
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 3438 0 0 0 43 6 0 0 15 0 18 0 22135995 1579671552 66145 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1542648 CPUtime=0.55
/proc/19527/task/19531/stat : 19531 (java) R 19525 19527 18410 0 -1 4202560 3309 0 0 0 47 8 0 0 15 0 18 0 22135995 1579671552 66145 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1542648 CPUtime=0.51
/proc/19527/task/19532/stat : 19532 (java) R 19525 19527 18410 0 -1 4202560 3974 0 0 0 43 8 0 0 15 0 18 0 22135995 1579671552 66145 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1542648 CPUtime=0.51
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 3164 0 0 0 44 7 0 0 15 0 18 0 22135995 1579671552 66145 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0

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

[pid=19527/tid=19538] ppid=19525 vsize=1542648 CPUtime=0.2
/proc/19527/task/19538/stat : 19538 (java) R 19525 19527 18410 0 -1 4202560 44 0 0 0 10 10 0 0 15 0 18 0 22135996 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1542648 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 18 0 22135996 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1542648 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22135996 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1542648 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22135998 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1542648 CPUtime=0.28
/proc/19527/task/19542/stat : 19542 (java) S 19525 19527 18410 0 -1 4202560 1283 0 0 0 28 0 0 0 25 0 18 0 22135998 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1542648 CPUtime=0.36
/proc/19527/task/19543/stat : 19543 (java) S 19525 19527 18410 0 -1 4202560 3122 0 0 0 36 0 0 0 25 0 18 0 22135998 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1542648 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22135998 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1542648 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 22135998 1579671552 99192 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 115.21
Current children cumulated vsize (KiB) 1542648

[startup+84.7069 s]
/proc/loadavg: 2.10 2.08 2.02 6/198 19550
/proc/meminfo: memFree=28512108/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1546628 CPUtime=118.2
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 126853 0 1 0 11131 689 0 0 25 0 20 0 22135994 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 386657 120402 1438 10 0 383960 0
[pid=19527/tid=19529] ppid=19525 vsize=1546628 CPUtime=72.46
/proc/19527/task/19529/stat : 19529 (java) S 19525 19527 18410 0 -1 4202560 37992 0 1 0 7237 9 0 0 17 0 20 0 22135994 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1546628 CPUtime=5.63
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 12838 0 0 0 480 83 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1546628 CPUtime=5.4
/proc/19527/task/19531/stat : 19531 (java) S 19525 19527 18410 0 -1 4202560 8782 0 0 0 459 81 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1546628 CPUtime=5.34
/proc/19527/task/19532/stat : 19532 (java) S 19525 19527 18410 0 -1 4202560 10710 0 0 0 456 78 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1546628 CPUtime=5.28
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 7637 0 0 0 445 83 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19534] ppid=19525 vsize=1546628 CPUtime=5.5
/proc/19527/task/19534/stat : 19534 (java) S 19525 19527 18410 0 -1 4202560 10855 0 0 0 469 81 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 3 0 0 0
[pid=19527/tid=19535] ppid=19525 vsize=1546628 CPUtime=5.54
/proc/19527/task/19535/stat : 19535 (java) S 19525 19527 18410 0 -1 4202560 9708 0 0 0 467 87 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19536] ppid=19525 vsize=1546628 CPUtime=5.57
/proc/19527/task/19536/stat : 19536 (java) S 19525 19527 18410 0 -1 4202560 9894 0 0 0 470 87 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19537] ppid=19525 vsize=1546628 CPUtime=5.37
/proc/19527/task/19537/stat : 19537 (java) S 19525 19527 18410 0 -1 4202560 11843 0 0 0 454 83 0 0 15 0 20 0 22135995 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19538] ppid=19525 vsize=1546628 CPUtime=0.2
/proc/19527/task/19538/stat : 19538 (java) S 19525 19527 18410 0 -1 4202560 44 0 0 0 10 10 0 0 15 0 20 0 22135996 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1546628 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 20 0 22135996 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1546628 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22135996 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1546628 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22135998 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1546628 CPUtime=0.46
/proc/19527/task/19542/stat : 19542 (java) S 19525 19527 18410 0 -1 4202560 1349 0 0 0 46 0 0 0 15 0 20 0 22135998 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1546628 CPUtime=0.57
/proc/19527/task/19543/stat : 19543 (java) S 19525 19527 18410 0 -1 4202560 4110 0 0 0 57 0 0 0 15 0 20 0 22135998 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1546628 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 22135998 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1546628 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 22135998 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19549] ppid=19525 vsize=1546628 CPUtime=0.36
/proc/19527/task/19549/stat : 19549 (java) R 19525 19527 18410 0 -1 4202560 8 0 0 0 36 0 0 0 17 0 20 0 22144418 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4109206578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19527/tid=19550] ppid=19525 vsize=1546628 CPUtime=0.35
/proc/19527/task/19550/stat : 19550 (java) R 19525 19527 18410 0 -1 4202560 17 0 0 0 35 0 0 0 17 0 20 0 22144418 1583747072 120402 4089446400 134512640 134550932 4293908960 18446744073709551615 4109811287 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 118.2
Current children cumulated vsize (KiB) 1546628

[startup+85.5007 s]
/proc/loadavg: 2.10 2.08 2.02 6/198 19550
/proc/meminfo: memFree=28512108/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1547276 CPUtime=120.4
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 128631 0 1 0 11350 690 0 0 25 0 22 0 22135994 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 386819 120979 1441 10 0 384122 0
[pid=19527/tid=19529] ppid=19525 vsize=1547276 CPUtime=72.46
/proc/19527/task/19529/stat : 19529 (java) S 19525 19527 18410 0 -1 4202560 37992 0 1 0 7237 9 0 0 15 0 22 0 22135994 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1547276 CPUtime=5.64
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 12877 0 0 0 481 83 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1547276 CPUtime=5.42
/proc/19527/task/19531/stat : 19531 (java) S 19525 19527 18410 0 -1 4202560 8797 0 0 0 461 81 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1547276 CPUtime=5.35
/proc/19527/task/19532/stat : 19532 (java) S 19525 19527 18410 0 -1 4202560 10753 0 0 0 457 78 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1547276 CPUtime=5.29
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 7664 0 0 0 446 83 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19534] ppid=19525 vsize=1547276 CPUtime=5.52
/proc/19527/task/19534/stat : 19534 (java) S 19525 19527 18410 0 -1 4202560 10885 0 0 0 470 82 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 3 0 0 0
[pid=19527/tid=19535] ppid=19525 vsize=1547276 CPUtime=5.55
/proc/19527/task/19535/stat : 19535 (java) S 19525 19527 18410 0 -1 4202560 9744 0 0 0 468 87 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19536] ppid=19525 vsize=1547276 CPUtime=5.57
/proc/19527/task/19536/stat : 19536 (java) S 19525 19527 18410 0 -1 4202560 9907 0 0 0 470 87 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19537] ppid=19525 vsize=1547276 CPUtime=5.37
/proc/19527/task/19537/stat : 19537 (java) S 19525 19527 18410 0 -1 4202560 11844 0 0 0 454 83 0 0 15 0 22 0 22135995 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19538] ppid=19525 vsize=1547276 CPUtime=0.21
/proc/19527/task/19538/stat : 19538 (java) S 19525 19527 18410 0 -1 4202560 44 0 0 0 11 10 0 0 15 0 22 0 22135996 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 22 0 22135996 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 22135996 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 22135998 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1547276 CPUtime=0.81
/proc/19527/task/19542/stat : 19542 (java) R 19525 19527 18410 0 -1 4202560 2810 0 0 0 81 0 0 0 15 0 22 0 22135998 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 105580987 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1547276 CPUtime=0.83
/proc/19527/task/19543/stat : 19543 (java) R 19525 19527 18410 0 -1 4202560 4179 0 0 0 83 0 0 0 15 0 22 0 22135998 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 106818162 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 22135998 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 22135998 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19549] ppid=19525 vsize=1547276 CPUtime=1.12
/proc/19527/task/19549/stat : 19549 (java) R 19525 19527 18410 0 -1 4202560 27 0 0 0 112 0 0 0 18 0 22 0 22144418 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4109967299 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19527/tid=19550] ppid=19525 vsize=1547276 CPUtime=1.11
/proc/19527/task/19550/stat : 19550 (java) R 19525 19527 18410 0 -1 4202560 34 0 0 0 111 0 0 0 18 0 22 0 22144418 1584410624 120979 4089446400 134512640 134550932 4293908960 18446744073709551615 4110032048 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 120.4
Current children cumulated vsize (KiB) 1547276

[startup+85.9007 s]
/proc/loadavg: 2.10 2.08 2.02 2/198 19552
/proc/meminfo: memFree=28492144/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=1547276 CPUtime=120.8
/proc/19527/stat : 19527 (java) S 19525 19527 18410 0 -1 4202496 128701 0 1 0 11389 691 0 0 25 0 20 0 22135994 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 386819 121046 1444 10 0 384122 0
[pid=19527/tid=19529] ppid=19525 vsize=1547276 CPUtime=72.46
/proc/19527/task/19529/stat : 19529 (java) S 19525 19527 18410 0 -1 4202560 37992 0 1 0 7237 9 0 0 15 0 20 0 22135994 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19530] ppid=19525 vsize=1547276 CPUtime=5.65
/proc/19527/task/19530/stat : 19530 (java) S 19525 19527 18410 0 -1 4202560 12897 0 0 0 482 83 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 0 0 0 0
[pid=19527/tid=19531] ppid=19525 vsize=1547276 CPUtime=5.42
/proc/19527/task/19531/stat : 19531 (java) S 19525 19527 18410 0 -1 4202560 8804 0 0 0 461 81 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19532] ppid=19525 vsize=1547276 CPUtime=5.35
/proc/19527/task/19532/stat : 19532 (java) S 19525 19527 18410 0 -1 4202560 10753 0 0 0 457 78 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19533] ppid=19525 vsize=1547276 CPUtime=5.29
/proc/19527/task/19533/stat : 19533 (java) S 19525 19527 18410 0 -1 4202560 7664 0 0 0 446 83 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19534] ppid=19525 vsize=1547276 CPUtime=5.53
/proc/19527/task/19534/stat : 19534 (java) S 19525 19527 18410 0 -1 4202560 10889 0 0 0 471 82 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 3 0 0 0
[pid=19527/tid=19535] ppid=19525 vsize=1547276 CPUtime=5.56
/proc/19527/task/19535/stat : 19535 (java) S 19525 19527 18410 0 -1 4202560 9746 0 0 0 469 87 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19536] ppid=19525 vsize=1547276 CPUtime=5.58
/proc/19527/task/19536/stat : 19536 (java) S 19525 19527 18410 0 -1 4202560 9922 0 0 0 471 87 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19537] ppid=19525 vsize=1547276 CPUtime=5.38
/proc/19527/task/19537/stat : 19537 (java) S 19525 19527 18410 0 -1 4202560 11845 0 0 0 455 83 0 0 15 0 20 0 22135995 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19538] ppid=19525 vsize=1547276 CPUtime=0.21
/proc/19527/task/19538/stat : 19538 (java) S 19525 19527 18410 0 -1 4202560 44 0 0 0 11 10 0 0 15 0 20 0 22135996 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 0 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19539] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19539/stat : 19539 (java) S 19525 19527 18410 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 20 0 22135996 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19540] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19540/stat : 19540 (java) S 19525 19527 18410 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22135996 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19541] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19541/stat : 19541 (java) S 19525 19527 18410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22135998 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19542] ppid=19525 vsize=1547276 CPUtime=0.86
/proc/19527/task/19542/stat : 19542 (java) S 19525 19527 18410 0 -1 4202560 2816 0 0 0 86 0 0 0 16 0 20 0 22135998 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 7 0 0 0
[pid=19527/tid=19543] ppid=19525 vsize=1547276 CPUtime=0.88
/proc/19527/task/19543/stat : 19543 (java) S 19525 19527 18410 0 -1 4202560 4187 0 0 0 88 0 0 0 15 0 20 0 22135998 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 2 0 0 0
[pid=19527/tid=19544] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19544/stat : 19544 (java) S 19525 19527 18410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 22135998 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 4 0 0 0
[pid=19527/tid=19545] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19545/stat : 19545 (java) S 19525 19527 18410 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 22135998 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
[pid=19527/tid=19551] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19551/stat : 19551 (java) S 19525 19527 18410 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22144467 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 6 0 0 0
[pid=19527/tid=19552] ppid=19525 vsize=1547276 CPUtime=0
/proc/19527/task/19552/stat : 19552 (java) S 19525 19527 18410 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22144467 1584410624 121046 4089446400 134512640 134550932 4293908960 18446744073709551615 4294960144 0 4 0 16800975 18446604471106524160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 120.8
Current children cumulated vsize (KiB) 1547276

[startup+86.3007 s]
/proc/loadavg: 2.10 2.08 2.02 2/198 19552
/proc/meminfo: memFree=28492144/32950928 swapFree=67111528/67111528
[pid=19527] ppid=19525 vsize=0 CPUtime=120.81
/proc/19527/stat : 19527 (java) Z 19525 19527 18410 0 -1 4203548 128711 0 1 0 11389 692 0 0 18 0 2 0 22135994 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19527/statm: 0 0 0 0 0 0 0
[pid=19527/tid=19551] ppid=19525 vsize=0 CPUtime=0.01
/proc/19527/task/19551/stat : 19551 (java) R 19525 19527 18410 0 -1 4203588 4 0 0 0 0 1 0 0 18 0 2 0 22144467 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 120.81
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 86.3104
CPU time (s): 120.825
CPU user time (s): 113.893
CPU system time (s): 6.93195
CPU usage (%): 139.988
Max. virtual memory (cumulated for all children) (KiB): 1547276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.893
system time used= 6.93195
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128711
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= 76735
involuntary context switches= 2995796

runsolver used 0.156976 second user time and 0.350946 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-07 23:47:01
IDJOB=2701302
IDBENCH=79557
IDSOLVER=1207
FILE ID=node123/2701302-1278539221
PBS_JOBID= 11239232
Free space on /tmp= 73616 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub2_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701302-1278539221/watcher-2701302-1278539221 -o /tmp/evaluation-result-2701302-1278539221/solver-2701302-1278539221 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701302-1278539221.wbo

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

MD5SUM BENCH= 2dd7369dce38347df0a942929e2a998a
RANDOM SEED=2119004595

node123.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.848
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.69
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.848
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.848
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.80
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.848
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.79
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.848
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	: 5354.69
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.848
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.848
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.74
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.848
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28971340 kB
Buffers:        142484 kB
Cached:        2942108 kB
SwapCached:          0 kB
Active:        1643100 kB
Inactive:      2189540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28971340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9184 kB
Writeback:           0 kB
AnonPages:      748468 kB
Mapped:          15424 kB
Slab:            81440 kB
PageTables:       6116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   931616 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= 73616 MiB
End job on node123 at 2010-07-07 23:48:27