Trace number 3688317

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1787.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688317-1337882639.opb
0.09/0.11	c reading problem ... 
1.94/1.22	c ... done. Wall clock time 1.104s.
1.94/1.22	c declared #vars     39901
1.94/1.22	c #constraints  118442
1.94/1.22	c constraints type 
1.94/1.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1.94/1.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1.94/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.94/1.22	c 118442 constraints processed.
1.94/1.22	c objective function length is 141 literals
787.86/785.13	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1342.47/1335.94	c cleaning 4246 clauses out of 8500 with flag 11001/11001
1800.08/1787.91	c starts		: 43
1800.08/1787.91	c conflicts		: 15353
1800.08/1787.91	c decisions		: 97237
1800.08/1787.91	c propagations		: 5882558
1800.08/1787.91	c inspects		: 32539841
1800.08/1787.91	c shortcuts		: 0
1800.08/1787.91	c learnt literals	: 0
1800.08/1787.91	c learnt binary clauses	: 0
1800.08/1787.91	c learnt ternary clauses	: 0
1800.08/1787.91	c learnt constraints	: 15353
1800.08/1787.91	c ignored constraints	: 0
1800.08/1787.91	c root simplifications	: 0
1800.08/1787.91	c removed literals (reason simplification)	: 0
1800.08/1787.91	c reason swapping (by a shorter reason)	: 0
1800.08/1787.91	c Calls to reduceDB	: 2
1800.08/1787.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.91	c number of learned constraints concerned by reduction	: 0
1800.08/1787.91	c number of learning phase by resolution	: 0
1800.08/1787.91	c number of learning phase by cutting planes	: 0
1800.08/1787.91	c speed (assignments/second)	: 3292.489337646782
1800.08/1787.91	c non guided choices	219
1800.08/1787.91	c learnt constraints type 
1800.08/1787.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8606
1800.08/1787.91	c constraints type 
1800.08/1787.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1800.08/1787.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1800.08/1787.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1787.91	c 118442 constraints processed.
1800.08/1787.91	s UNKNOWN
1800.08/1787.91	c Total wall clock time (in seconds): 1787.803

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688317-1337882639/watcher-3688317-1337882639 -o /tmp/evaluation-result-3688317-1337882639/solver-3688317-1337882639 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688317-1337882639.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 15600
/proc/meminfo: memFree=28953028/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/15600/stat : 15600 (java) R 15598 15600 14581 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 254388775 23793664 336 33554432000 1073741824 1073778376 140736689523568 140736689512632 233211738675 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 5809 350 269 9 0 128 0

[startup+0.0756899 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 15600
/proc/meminfo: memFree=28953028/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 3386 0 1 0 5 0 0 0 20 0 18 0 254388775 9787813888 4083 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2389603 4083 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100311 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 15600
/proc/meminfo: memFree=28953028/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 4346 0 1 0 9 0 0 0 20 0 18 0 254388775 9787813888 5037 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2389603 5038 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300176 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 15600
/proc/meminfo: memFree=28953028/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 5756 0 1 0 48 1 0 0 20 0 18 0 254388775 9787813888 8444 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2389603 8460 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700289 s]
/proc/loadavg: 2.01 2.00 2.00 2/173 15600
/proc/meminfo: memFree=28953028/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9558412 CPUtime=1.23 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 9178 0 1 0 118 5 0 0 20 0 18 0 254388775 9787813888 41762 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2389603 41762 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558412

[startup+1.5006 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 15645
/proc/meminfo: memFree=28628516/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9624976 CPUtime=2.47 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 9928 0 1 0 239 8 0 0 20 0 19 0 254388775 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2406244 47207 2265 9 0 2396937 0
[pid=15600/tid=15602] ppid=15598 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/15600/task/15602/stat : 15602 (java) R 15598 15600 14581 0 -1 4202560 2574 0 1 0 137 4 0 0 20 0 19 0 254388775 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140201085931696 140201026080512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 14581 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140201024670760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140201023617960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140201022565160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 14581 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140201021512360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 14581 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200925411880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 14581 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200924359080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200923306280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 14581 0 -1 4202560 68 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200922253480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 14581 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254388777 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200910056424 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200909002488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15613] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15613/stat : 15613 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200907949576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15614] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15614/stat : 15614 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200906898064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3230 0 0 0 45 0 0 0 20 0 19 0 254388780 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) R 15598 15600 14581 0 -1 4202560 2553 0 0 0 36 0 0 0 20 0 19 0 254388780 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200904792256 140201092729826 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47207 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.01 2.00 2.00 3/212 15646
/proc/meminfo: memFree=28431592/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9624976 CPUtime=4.13 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 10249 0 1 0 405 8 0 0 20 0 19 0 254388775 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2406244 47243 2266 9 0 2396937 0
[pid=15600/tid=15602] ppid=15598 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/15600/task/15602/stat : 15602 (java) R 15598 15600 14581 0 -1 4202560 2574 0 1 0 297 4 0 0 20 0 19 0 254388775 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140201085938112 140201026444022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 14581 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140201024670760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140201023617960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140201022565160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 14581 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140201021512360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 14581 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200925411880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 14581 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200924359080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200923306280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 14581 0 -1 4202560 68 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200922253480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 14581 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254388777 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200910056424 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200909002488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15613] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15613/stat : 15613 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200907949576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15614] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15614/stat : 15614 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200906898064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3231 0 0 0 47 0 0 0 20 0 19 0 254388780 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 14581 0 -1 4202560 2873 0 0 0 40 0 0 0 20 0 19 0 254388780 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200904792376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15646] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15646/stat : 15646 (java) S 15598 15600 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388900 9855975424 47243 33554432000 1073741824 1073778376 140736689523568 140200901633704 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 15647
/proc/meminfo: memFree=28381508/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9624976 CPUtime=7.37 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 10261 0 1 0 729 8 0 0 20 0 19 0 254388775 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2406244 47148 2267 9 0 2396937 0
[pid=15600/tid=15602] ppid=15598 vsize=9624976 CPUtime=6.2 cores=0,2,4,6
/proc/15600/task/15602/stat : 15602 (java) R 15598 15600 14581 0 -1 4202560 2577 0 1 0 616 4 0 0 20 0 19 0 254388775 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140201085940248 140201026291410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 14581 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140201024670760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140201023617960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140201022565160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 14581 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140201021512360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 14581 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200925411880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 14581 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200924359080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200923306280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 14581 0 -1 4202560 68 0 0 0 3 0 0 0 20 0 19 0 254388776 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200922253480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 14581 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254388777 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200910056424 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200909002488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15613] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15613/stat : 15613 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200907949576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15614] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15614/stat : 15614 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200906898064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3238 0 0 0 49 0 0 0 20 0 19 0 254388780 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 14581 0 -1 4202560 2875 0 0 0 42 0 0 0 20 0 19 0 254388780 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200904792376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15646] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15646/stat : 15646 (java) S 15598 15600 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388900 9855975424 47148 33554432000 1073741824 1073778376 140736689523568 140200901633704 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15647
/proc/meminfo: memFree=28268352/32873844 swapFree=7104/7104

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

[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3566 0 0 0 55 0 0 0 20 0 19 0 254388780 9855975424 350080 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 14581 0 -1 4202560 2932 0 0 0 54 0 0 0 20 0 19 0 254388780 9855975424 350080 33554432000 1073741824 1073778376 140736689523568 140200904792376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 350080 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 99 0 0 0 21 16 0 0 20 0 19 0 254388780 9855975424 350080 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15646] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15646/stat : 15646 (java) S 15598 15600 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388900 9855975424 350080 33554432000 1073741824 1073778376 140736689523568 140200901633704 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1733.69
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15664
/proc/meminfo: memFree=24752288/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9624976 CPUtime=1794.43 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 19253 0 1 0 179288 155 0 0 20 0 19 0 254388775 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2406244 334658 2282 9 0 2396937 0
[pid=15600/tid=15602] ppid=15598 vsize=9624976 CPUtime=1771.36 cores=0,2,4,6
/proc/15600/task/15602/stat : 15602 (java) R 15598 15600 14581 0 -1 4202560 4742 0 1 0 177075 61 0 0 20 0 19 0 254388775 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140201085938848 140201026444097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 14581 0 -1 4202560 243 0 0 0 191 11 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140201024670760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 14581 0 -1 4202560 180 0 0 0 190 11 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140201023617960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=9624976 CPUtime=2.05 cores=0,2,4,6
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 14581 0 -1 4202560 159 0 0 0 194 11 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140201022565160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 14581 0 -1 4202560 225 0 0 0 189 13 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140201021512360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=9624976 CPUtime=2.12 cores=0,2,4,6
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 14581 0 -1 4202560 188 0 0 0 200 12 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200925411880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 14581 0 -1 4202560 246 0 0 0 193 11 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200924359080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=9624976 CPUtime=1.93 cores=0,2,4,6
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 14581 0 -1 4202560 154 0 0 0 184 9 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200923306280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 14581 0 -1 4202560 231 0 0 0 191 11 0 0 20 0 19 0 254388776 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200922253480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 14581 0 -1 4202560 5098 0 0 0 78 12 0 0 20 0 19 0 254388777 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200910056424 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200909002488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15613] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15613/stat : 15613 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200907949576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15614] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15614/stat : 15614 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200906898064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3566 0 0 0 55 0 0 0 20 0 19 0 254388780 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 14581 0 -1 4202560 2932 0 0 0 54 0 0 0 20 0 19 0 254388780 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200904792376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 103 0 0 0 22 17 0 0 20 0 19 0 254388780 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15646] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15646/stat : 15646 (java) S 15598 15600 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388900 9855975424 334658 33554432000 1073741824 1073778376 140736689523568 140200901633704 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15664
/proc/meminfo: memFree=24756628/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 19255 0 1 0 179853 155 0 0 20 0 19 0 254388775 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2406244 333568 2282 9 0 2396937 0
[pid=15600/tid=15602] ppid=15598 vsize=9624976 CPUtime=1776.94 cores=0,2,4,6
/proc/15600/task/15602/stat : 15602 (java) R 15598 15600 14581 0 -1 4202560 4744 0 1 0 177632 62 0 0 20 0 19 0 254388775 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201085938896 140201026444445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 14581 0 -1 4202560 243 0 0 0 192 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201024670760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 14581 0 -1 4202560 180 0 0 0 190 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201023617960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=9624976 CPUtime=2.05 cores=0,2,4,6
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 14581 0 -1 4202560 159 0 0 0 194 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201022565160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 14581 0 -1 4202560 225 0 0 0 189 13 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201021512360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=9624976 CPUtime=2.12 cores=0,2,4,6
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 14581 0 -1 4202560 188 0 0 0 200 12 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200925411880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=9624976 CPUtime=2.05 cores=0,2,4,6
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 14581 0 -1 4202560 246 0 0 0 194 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200924359080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 14581 0 -1 4202560 154 0 0 0 185 9 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200923306280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 14581 0 -1 4202560 231 0 0 0 192 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200922253480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 14581 0 -1 4202560 5098 0 0 0 78 12 0 0 20 0 19 0 254388777 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200910056424 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200909002488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15613] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15613/stat : 15613 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200907949576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15614] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15614/stat : 15614 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200906898064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3566 0 0 0 55 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 14581 0 -1 4202560 2932 0 0 0 54 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200904792376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 103 0 0 0 22 17 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15646] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15646/stat : 15646 (java) S 15598 15600 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388900 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200901633704 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1787.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15664
/proc/meminfo: memFree=24756628/32873844 swapFree=7104/7104
[pid=15600] ppid=15598 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/15600/stat : 15600 (java) S 15598 15600 14581 0 -1 4202496 19255 0 1 0 179853 155 0 0 20 0 19 0 254388775 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140736689514704 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15600/statm: 2406244 333568 2282 9 0 2396937 0
[pid=15600/tid=15602] ppid=15598 vsize=9624976 CPUtime=1776.94 cores=0,2,4,6
/proc/15600/task/15602/stat : 15602 (java) R 15598 15600 14581 0 -1 4202560 4744 0 1 0 177632 62 0 0 20 0 19 0 254388775 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201085938896 140201026444445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 14581 0 -1 4202560 243 0 0 0 192 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201024670760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 14581 0 -1 4202560 180 0 0 0 190 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201023617960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=9624976 CPUtime=2.05 cores=0,2,4,6
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 14581 0 -1 4202560 159 0 0 0 194 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201022565160 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 14581 0 -1 4202560 225 0 0 0 189 13 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140201021512360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=9624976 CPUtime=2.12 cores=0,2,4,6
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 14581 0 -1 4202560 188 0 0 0 200 12 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200925411880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=9624976 CPUtime=2.05 cores=0,2,4,6
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 14581 0 -1 4202560 246 0 0 0 194 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200924359080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 14581 0 -1 4202560 154 0 0 0 185 9 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200923306280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 14581 0 -1 4202560 231 0 0 0 192 11 0 0 20 0 19 0 254388776 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200922253480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 14581 0 -1 4202560 5098 0 0 0 78 12 0 0 20 0 19 0 254388777 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200910056424 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200909002488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15613] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15613/stat : 15613 (java) S 15598 15600 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388778 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200907949576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15614] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15614/stat : 15614 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200906898064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 14581 0 -1 4202560 3566 0 0 0 55 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200905845176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 14581 0 -1 4202560 2932 0 0 0 54 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200904792376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15617] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15617/stat : 15617 (java) S 15598 15600 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200903739768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15600/tid=15618] ppid=15598 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/15600/task/15618/stat : 15618 (java) S 15598 15600 14581 0 -1 4202560 103 0 0 0 22 17 0 0 20 0 19 0 254388780 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200902687176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15600/tid=15646] ppid=15598 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/15600/task/15646/stat : 15646 (java) S 15598 15600 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388900 9855975424 333568 33554432000 1073741824 1073778376 140736689523568 140200901633704 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15600 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=909284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=940704
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.92
CPU time (s): 1800.08
CPU user time (s): 1798.53
CPU system time (s): 1.55
CPU usage (%): 100.68
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.9407
maximum resident set size= 2265208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19285
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55020
involuntary context switches= 60771

runsolver used 5.51916 second user time and 14.2648 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 20:03:59
IDJOB=3688317
IDBENCH=2971
IDSOLVER=2269
FILE ID=node142/3688317-1337882639
RUNJOBID= node142-1337871882-14597
PBS_JOBID= 14620062
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688317-1337882639/watcher-3688317-1337882639 -o /tmp/evaluation-result-3688317-1337882639/solver-3688317-1337882639 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688317-1337882639.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=1249656988

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28954152 kB
Buffers:          224436 kB
Cached:          2911352 kB
SwapCached:            0 kB
Active:           482456 kB
Inactive:        2668144 kB
Active(anon):      17048 kB
Inactive(anon):        0 kB
Active(file):     465408 kB
Inactive(file):  2668144 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23848 kB
Writeback:             0 kB
AnonPages:         23884 kB
Mapped:            13788 kB
Shmem:               200 kB
Slab:             631152 kB
SReclaimable:      72616 kB
SUnreclaim:       558536 kB
KernelStack:        1424 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71632 MiB
End job on node142 at 2012-05-24 20:33:49