Trace number 3743884

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.07 1790.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM70bdc21fd7004e1f863f7031db08c9db
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13309104
Best CPU time to get the best result obtained on this benchmark1800.88
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3743884-1338798007.opb
0.08/0.12	c reading problem ... 

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-3743884-1338798007/watcher-3743884-1338798007 -o /tmp/evaluation-result-3743884-1338798007/solver-3743884-1338798007 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743884-1338798007.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: 3.08 3.23 3.54 4/198 11479
/proc/meminfo: memFree=25903968/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11479/stat : 11479 (java6) D 11477 11479 9217 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345926636 9515008 183 33554432000 1073741824 1073778376 140736854552800 140736854543832 239873113781 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/11479/statm: 2323 183 140 9 0 71 0

[startup+0.096302 s]
/proc/loadavg: 3.08 3.23 3.54 4/198 11479
/proc/meminfo: memFree=25903968/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 4182 0 1 0 7 1 0 0 20 0 18 0 345926636 2764726272 5391 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 5391 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.100277 s]
/proc/loadavg: 3.08 3.23 3.54 4/198 11479
/proc/meminfo: memFree=25903968/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 4690 0 1 0 7 1 0 0 20 0 18 0 345926636 2764726272 5874 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 5874 2070 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300272 s]
/proc/loadavg: 3.08 3.23 3.54 4/198 11479
/proc/meminfo: memFree=25903968/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 5992 0 1 0 41 4 0 0 20 0 18 0 345926636 2764726272 32104 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 32104 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700281 s]
/proc/loadavg: 3.08 3.23 3.54 4/198 11479
/proc/meminfo: memFree=25903968/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=0.86 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 6052 0 1 0 80 6 0 0 20 0 18 0 345926636 2764726272 62824 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 62824 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 3.07 3.22 3.54 4/216 11497
/proc/meminfo: memFree=25566164/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=1.92 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 6270 0 1 0 177 15 0 0 20 0 18 0 345926636 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 124831 2232 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/11479/task/11481/stat : 11481 (java) R 11477 11479 9217 0 -1 4202560 3004 0 1 0 128 8 0 0 20 0 18 0 345926637 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562470080432 140562342540333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11482] ppid=11477 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11479/task/11482/stat : 11482 (java) S 11477 11479 9217 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562336557224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11483] ppid=11477 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11479/task/11483/stat : 11483 (java) S 11477 11479 9217 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562335504680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11484] ppid=11477 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11479/task/11484/stat : 11484 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562267105704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11485] ppid=11477 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 345926638 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) S 11477 11479 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345926639 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562249644136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562246486544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) S 11477 11479 9217 0 -1 4202560 1052 0 0 0 8 0 0 0 20 0 18 0 345926642 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562245433912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) S 11477 11479 9217 0 -1 4202560 872 0 0 0 7 0 0 0 20 0 18 0 345926642 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562244381368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 124831 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2699928

[startup+3.10075 s]
/proc/loadavg: 3.07 3.22 3.54 6/216 11497
/proc/meminfo: memFree=25408216/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=4.69 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 8730 0 1 0 434 35 0 0 20 0 18 0 345926636 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 177933 2237 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=2.59 cores=0,2,4,6
/proc/11479/task/11481/stat : 11481 (java) R 11477 11479 9217 0 -1 4202560 3006 0 1 0 251 8 0 0 20 0 18 0 345926637 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562470080496 140562342670367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11482] ppid=11477 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/11479/task/11482/stat : 11482 (java) S 11477 11479 9217 0 -1 4202560 77 0 0 0 14 3 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562336557224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11483] ppid=11477 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/11479/task/11483/stat : 11483 (java) S 11477 11479 9217 0 -1 4202560 446 0 0 0 16 3 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562335504680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11484] ppid=11477 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/11479/task/11484/stat : 11484 (java) S 11477 11479 9217 0 -1 4202560 318 0 0 0 19 3 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562267105704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11485] ppid=11477 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 319 0 0 0 20 4 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 525 0 0 0 19 3 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 116 0 0 0 22 4 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 66 0 0 0 15 3 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 303 0 0 0 16 3 0 0 20 0 18 0 345926638 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) S 11477 11479 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345926639 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562249644136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562246486544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) S 11477 11479 9217 0 -1 4202560 1294 0 0 0 16 0 0 0 20 0 18 0 345926642 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562245433912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) S 11477 11479 9217 0 -1 4202560 1078 0 0 0 11 0 0 0 20 0 18 0 345926642 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562244381368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 177933 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 2699928

[startup+6.30072 s]
/proc/loadavg: 3.07 3.22 3.54 11/216 11497
/proc/meminfo: memFree=24874320/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=12.68 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 31036 0 1 0 1196 72 0 0 20 0 18 0 345926636 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 273375 2255 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=4.4 cores=0,2,4,6
/proc/11479/task/11481/stat : 11481 (java) R 11477 11479 9217 0 -1 4202560 3024 0 1 0 431 9 0 0 20 0 18 0 345926637 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562470080624 140562342241708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11482] ppid=11477 vsize=2699928 CPUtime=0.83 cores=0,2,4,6
/proc/11479/task/11482/stat : 11482 (java) S 11477 11479 9217 0 -1 4202560 730 0 0 0 77 6 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562336557224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11483] ppid=11477 vsize=2699928 CPUtime=0.84 cores=0,2,4,6
/proc/11479/task/11483/stat : 11483 (java) S 11477 11479 9217 0 -1 4202560 511 0 0 0 77 7 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562335504680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11484] ppid=11477 vsize=2699928 CPUtime=0.83 cores=0,2,4,6
/proc/11479/task/11484/stat : 11484 (java) S 11477 11479 9217 0 -1 4202560 1005 0 0 0 76 7 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562267105704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11485] ppid=11477 vsize=2699928 CPUtime=1.05 cores=0,2,4,6
/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 512 0 0 0 95 10 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=0.91 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 992 0 0 0 83 8 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=1.02 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 590 0 0 0 93 9 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=0.81 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 566 0 0 0 75 6 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=0.79 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 1076 0 0 0 73 6 0 0 20 0 18 0 345926638 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) S 11477 11479 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345926639 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562249644136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562246486544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.49 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) R 11477 11479 9217 0 -1 4202560 11182 0 0 0 46 3 0 0 20 0 18 0 345926642 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562245421192 140562477070891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) R 11477 11479 9217 0 -1 4202560 9666 0 0 0 52 2 0 0 20 0 18 0 345926642 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562244368776 140562474180651 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 273375 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.62 3.33 3.57 4/216 11497
/proc/meminfo: memFree=24472284/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=24.35 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 33975 0 1 0 2336 99 0 0 20 0 18 0 345926636 2764726272 360176 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 360176 2261 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=7.36 cores=0,2,4,6

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

/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 848 0 0 0 160 14 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=1.71 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 1090 0 0 0 160 11 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=1.87 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 750 0 0 0 174 13 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 859 0 0 0 152 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=1.53 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 1147 0 0 0 144 9 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=1767.2 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) R 11477 11479 9217 0 -1 4202560 140 0 0 0 176689 31 0 0 20 0 18 0 345926639 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562249644296 140562476212636 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562246486088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) S 11477 11479 9217 0 -1 4202560 11575 0 0 0 66 3 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562245433912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) S 11477 11479 9217 0 -1 4202560 10154 0 0 0 80 2 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562244381368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 103 0 0 0 47 43 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 2699928

[startup+1789.8 s]
/proc/loadavg: 3.00 2.95 2.92 4/216 11708
/proc/meminfo: memFree=24663236/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=1801.76 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 34564 0 1 0 180040 136 0 0 20 0 18 0 345926636 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 366898 2264 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=13.65 cores=0,2,4,6
/proc/11479/task/11481/stat : 11481 (java) S 11477 11479 9217 0 -1 4202560 3401 0 1 0 1352 13 0 0 20 0 18 0 345926637 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562470087848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11482] ppid=11477 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/11479/task/11482/stat : 11482 (java) S 11477 11479 9217 0 -1 4202560 1037 0 0 0 153 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562336557224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11483] ppid=11477 vsize=2699928 CPUtime=1.67 cores=0,2,4,6
/proc/11479/task/11483/stat : 11483 (java) S 11477 11479 9217 0 -1 4202560 731 0 0 0 157 10 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562335504680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11484] ppid=11477 vsize=2699928 CPUtime=1.74 cores=0,2,4,6
/proc/11479/task/11484/stat : 11484 (java) S 11477 11479 9217 0 -1 4202560 1554 0 0 0 164 10 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562267105704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11485] ppid=11477 vsize=2699928 CPUtime=1.74 cores=0,2,4,6
/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 848 0 0 0 160 14 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=1.71 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 1090 0 0 0 160 11 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=1.87 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 750 0 0 0 174 13 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 859 0 0 0 152 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=1.53 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 1147 0 0 0 144 9 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=1767.99 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) R 11477 11479 9217 0 -1 4202560 140 0 0 0 176768 31 0 0 20 0 18 0 345926639 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562249644296 140562476597320 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562246486088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) S 11477 11479 9217 0 -1 4202560 11575 0 0 0 66 3 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562245433912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) S 11477 11479 9217 0 -1 4202560 10154 0 0 0 80 2 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562244381368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 103 0 0 0 47 43 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.76
Current children cumulated vsize (KiB) 2699928

[startup+1790 s]
/proc/loadavg: 3.00 2.95 2.92 4/217 11711
/proc/meminfo: memFree=24662948/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=1801.97 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 34564 0 1 0 180061 136 0 0 20 0 18 0 345926636 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 366898 2264 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=13.65 cores=0,2,4,6
/proc/11479/task/11481/stat : 11481 (java) S 11477 11479 9217 0 -1 4202560 3401 0 1 0 1352 13 0 0 20 0 18 0 345926637 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562470087848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11482] ppid=11477 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/11479/task/11482/stat : 11482 (java) S 11477 11479 9217 0 -1 4202560 1037 0 0 0 153 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562336557224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11483] ppid=11477 vsize=2699928 CPUtime=1.67 cores=0,2,4,6
/proc/11479/task/11483/stat : 11483 (java) S 11477 11479 9217 0 -1 4202560 731 0 0 0 157 10 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562335504680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11484] ppid=11477 vsize=2699928 CPUtime=1.74 cores=0,2,4,6
/proc/11479/task/11484/stat : 11484 (java) S 11477 11479 9217 0 -1 4202560 1554 0 0 0 164 10 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562267105704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11485] ppid=11477 vsize=2699928 CPUtime=1.74 cores=0,2,4,6
/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 848 0 0 0 160 14 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=1.71 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 1090 0 0 0 160 11 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=1.87 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 750 0 0 0 174 13 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 859 0 0 0 152 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=1.53 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 1147 0 0 0 144 9 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=1768.2 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) R 11477 11479 9217 0 -1 4202560 140 0 0 0 176789 31 0 0 20 0 18 0 345926639 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562249644296 140562476597331 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562246486088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) S 11477 11479 9217 0 -1 4202560 11575 0 0 0 66 3 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562245433912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) S 11477 11479 9217 0 -1 4202560 10154 0 0 0 80 2 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562244381368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 103 0 0 0 47 43 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 2699928

[startup+1790.11 s]
/proc/loadavg: 3.00 2.95 2.92 4/217 11711
/proc/meminfo: memFree=24662948/32873844 swapFree=7384/7384
[pid=11479] ppid=11477 vsize=2699928 CPUtime=1802.07 cores=0,2,4,6
/proc/11479/stat : 11479 (java) S 11477 11479 9217 0 -1 4202496 34564 0 1 0 180071 136 0 0 20 0 18 0 345926636 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140736399645136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11479/statm: 674982 366898 2264 9 0 665676 0
[pid=11479/tid=11481] ppid=11477 vsize=2699928 CPUtime=13.65 cores=0,2,4,6
/proc/11479/task/11481/stat : 11481 (java) S 11477 11479 9217 0 -1 4202560 3401 0 1 0 1352 13 0 0 20 0 18 0 345926637 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562470087848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11482] ppid=11477 vsize=2699928 CPUtime=1.61 cores=0,2,4,6
/proc/11479/task/11482/stat : 11482 (java) S 11477 11479 9217 0 -1 4202560 1037 0 0 0 153 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562336557224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11483] ppid=11477 vsize=2699928 CPUtime=1.67 cores=0,2,4,6
/proc/11479/task/11483/stat : 11483 (java) S 11477 11479 9217 0 -1 4202560 731 0 0 0 157 10 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562335504680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11484] ppid=11477 vsize=2699928 CPUtime=1.74 cores=0,2,4,6
/proc/11479/task/11484/stat : 11484 (java) S 11477 11479 9217 0 -1 4202560 1554 0 0 0 164 10 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562267105704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11485] ppid=11477 vsize=2699928 CPUtime=1.74 cores=0,2,4,6
/proc/11479/task/11485/stat : 11485 (java) S 11477 11479 9217 0 -1 4202560 848 0 0 0 160 14 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562266053160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11486] ppid=11477 vsize=2699928 CPUtime=1.71 cores=0,2,4,6
/proc/11479/task/11486/stat : 11486 (java) S 11477 11479 9217 0 -1 4202560 1090 0 0 0 160 11 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562265000616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11479/tid=11487] ppid=11477 vsize=2699928 CPUtime=1.87 cores=0,2,4,6
/proc/11479/task/11487/stat : 11487 (java) S 11477 11479 9217 0 -1 4202560 750 0 0 0 174 13 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562263948072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11488] ppid=11477 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/11479/task/11488/stat : 11488 (java) S 11477 11479 9217 0 -1 4202560 859 0 0 0 152 8 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562262895528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11489] ppid=11477 vsize=2699928 CPUtime=1.53 cores=0,2,4,6
/proc/11479/task/11489/stat : 11489 (java) S 11477 11479 9217 0 -1 4202560 1147 0 0 0 144 9 0 0 20 0 18 0 345926638 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562261842984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11479/tid=11490] ppid=11477 vsize=2699928 CPUtime=1768.3 cores=0,2,4,6
/proc/11479/task/11490/stat : 11490 (java) R 11477 11479 9217 0 -1 4202560 140 0 0 0 176799 31 0 0 20 0 18 0 345926639 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562249644296 140562474250543 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11491] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11491/stat : 11491 (java) S 11477 11479 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562248590456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11492] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11492/stat : 11492 (java) S 11477 11479 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345926640 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562247537800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11493] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11493/stat : 11493 (java) S 11477 11479 9217 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562246486088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11494] ppid=11477 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/11479/task/11494/stat : 11494 (java) S 11477 11479 9217 0 -1 4202560 11575 0 0 0 66 3 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562245433912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11479/tid=11495] ppid=11477 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/11479/task/11495/stat : 11495 (java) S 11477 11479 9217 0 -1 4202560 10154 0 0 0 80 2 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562244381368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11496] ppid=11477 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11479/task/11496/stat : 11496 (java) S 11477 11479 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562243329016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11479/tid=11497] ppid=11477 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/11479/task/11497/stat : 11497 (java) S 11477 11479 9217 0 -1 4202560 103 0 0 0 47 43 0 0 20 0 18 0 345926642 2764726272 366898 33554432000 1073741824 1073778376 140736399654000 140562242276680 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2699928

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11479 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=220932
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=882713
# CPU time returned by wait4() is 1798.1
# while last known CPU time is 1802.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.12
CPU time (s): 1802.07
CPU user time (s): 1800.71
CPU system time (s): 1.36
CPU usage (%): 100.667
Max. virtual memory (cumulated for all children) (KiB): 2699928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.22
system time used= 1.88271
maximum resident set size= 1467592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34564
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38237
involuntary context switches= 6984

runsolver used 8.11876 second user time and 19.3591 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 10:20:12
IDJOB=3743884
IDBENCH=92642
IDSOLVER=2324
FILE ID=node136/3743884-1338798007
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69576 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743884-1338798007/watcher-3743884-1338798007 -o /tmp/evaluation-result-3743884-1338798007/solver-3743884-1338798007 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743884-1338798007.opb

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

MD5SUM BENCH= 70bdc21fd7004e1f863f7031db08c9db
RANDOM SEED=140487748

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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	: 5331.94
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        25904348 kB
Buffers:         1279704 kB
Cached:          3895284 kB
SwapCached:        20316 kB
Active:          3870464 kB
Inactive:        2187804 kB
Active(anon):     855844 kB
Inactive(anon):    22308 kB
Active(file):    3014620 kB
Inactive(file):  2165496 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:            222400 kB
Writeback:             0 kB
AnonPages:        865896 kB
Mapped:            17896 kB
Shmem:                 0 kB
Slab:             768756 kB
SReclaimable:     209412 kB
SUnreclaim:       559344 kB
KernelStack:        1624 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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= 69596 MiB
End job on node136 at 2012-06-04 10:50:02