Trace number 3743908

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.05 1790.53

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUMb6af9d5f38ec6e461eecfded04e11783
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9289758
Best CPU time to get the best result obtained on this benchmark1801.37
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 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Expensive 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 --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause 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 --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743908-1338798142.opb
0.09/0.11	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-3743908-1338798142/watcher-3743908-1338798142 -o /tmp/evaluation-result-3743908-1338798142/solver-3743908-1338798142 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743908-1338798142.opb 

running on 4 cores: 1,3,5,7

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.10 2.62 3.23 3/193 26660
/proc/meminfo: memFree=25919928/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26660/stat : 26660 (java6) D 26658 26660 24165 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345941576 9515008 182 33554432000 1073741824 1073778376 140733583270608 140733583261640 213193146037 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26660/statm: 2323 182 140 9 0 71 0

[startup+0.0617421 s]
/proc/loadavg: 2.10 2.62 3.23 3/193 26660
/proc/meminfo: memFree=25919928/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 3757 0 1 0 3 0 0 0 20 0 13 0 345941576 2423889920 5475 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 591770 5475 1715 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100349 s]
/proc/loadavg: 2.10 2.62 3.23 3/193 26660
/proc/meminfo: memFree=25919928/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 4691 0 1 0 8 1 0 0 20 0 18 0 345941576 2764726272 6390 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 6390 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300286 s]
/proc/loadavg: 2.10 2.62 3.23 3/193 26660
/proc/meminfo: memFree=25919928/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 5759 0 1 0 42 3 0 0 20 0 18 0 345941576 2764726272 34584 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 34584 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700295 s]
/proc/loadavg: 2.10 2.62 3.23 3/193 26660
/proc/meminfo: memFree=25919928/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=0.85 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 5822 0 1 0 80 5 0 0 20 0 18 0 345941576 2764726272 66840 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 66840 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2699928

[startup+1.50075 s]
/proc/loadavg: 2.17 2.62 3.23 3/211 26678
/proc/meminfo: memFree=25559328/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=1.87 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 6033 0 1 0 175 12 0 0 20 0 18 0 345941576 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 125261 2232 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=1.39 cores=1,3,5,7
/proc/26660/task/26662/stat : 26662 (java) R 26658 26660 24165 0 -1 4202560 2957 0 1 0 132 7 0 0 20 0 18 0 345941577 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620688629664 140620696403041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26663] ppid=26658 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26660/task/26663/stat : 26663 (java) S 26658 26660 24165 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620672920104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26664] ppid=26658 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26660/task/26664/stat : 26664 (java) S 26658 26660 24165 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620671867304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26665] ppid=26658 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26660/task/26665/stat : 26665 (java) S 26658 26660 24165 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620670814504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26666] ppid=26658 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 345941578 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) S 26658 26660 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345941579 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620653140456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620532271248 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 695 0 0 0 6 0 0 0 20 0 18 0 345941582 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 1040 0 0 0 9 0 0 0 20 0 18 0 345941582 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 125261 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 2699928

[startup+3.10073 s]
/proc/loadavg: 2.17 2.62 3.23 3/211 26678
/proc/meminfo: memFree=25314624/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=4.7 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 8078 0 1 0 437 33 0 0 20 0 18 0 345941576 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 190689 2237 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=2.61 cores=1,3,5,7
/proc/26660/task/26662/stat : 26662 (java) R 26658 26660 24165 0 -1 4202560 2960 0 1 0 253 8 0 0 20 0 18 0 345941577 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620688636296 140620696403031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26663] ppid=26658 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/26660/task/26663/stat : 26663 (java) S 26658 26660 24165 0 -1 4202560 93 0 0 0 14 3 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620672920104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26664] ppid=26658 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/26660/task/26664/stat : 26664 (java) S 26658 26660 24165 0 -1 4202560 379 0 0 0 15 3 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620671867304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26665] ppid=26658 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/26660/task/26665/stat : 26665 (java) S 26658 26660 24165 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620670814504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26666] ppid=26658 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 331 0 0 0 24 4 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 88 0 0 0 14 3 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 348 0 0 0 22 4 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 379 0 0 0 22 3 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 86 0 0 0 16 3 0 0 20 0 18 0 345941578 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) S 26658 26660 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345941579 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620653140456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620532271248 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 946 0 0 0 10 0 0 0 20 0 18 0 345941582 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 1205 0 0 0 16 0 0 0 20 0 18 0 345941582 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 190689 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 2699928

[startup+6.30073 s]
/proc/loadavg: 2.17 2.62 3.23 4/211 26678
/proc/meminfo: memFree=24883080/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=13.17 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 29547 0 1 0 1251 66 0 0 20 0 18 0 345941576 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 281761 2256 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=4.4 cores=1,3,5,7
/proc/26660/task/26662/stat : 26662 (java) R 26658 26660 24165 0 -1 4202560 2979 0 1 0 432 8 0 0 20 0 18 0 345941577 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620688637448 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26663] ppid=26658 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/26660/task/26663/stat : 26663 (java) S 26658 26660 24165 0 -1 4202560 780 0 0 0 77 7 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620672920104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26664] ppid=26658 vsize=2699928 CPUtime=0.87 cores=1,3,5,7
/proc/26660/task/26664/stat : 26664 (java) S 26658 26660 24165 0 -1 4202560 556 0 0 0 81 6 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620671867304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26665] ppid=26658 vsize=2699928 CPUtime=0.76 cores=1,3,5,7
/proc/26660/task/26665/stat : 26665 (java) S 26658 26660 24165 0 -1 4202560 574 0 0 0 71 5 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620670814504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26666] ppid=26658 vsize=2699928 CPUtime=0.96 cores=1,3,5,7
/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 832 0 0 0 89 7 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 560 0 0 0 70 7 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=1.03 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 973 0 0 0 95 8 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=1.22 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 611 0 0 0 115 7 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=0.72 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 793 0 0 0 66 6 0 0 20 0 18 0 345941578 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941579 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620653140456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620532271248 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 8773 0 0 0 73 2 0 0 20 0 18 0 345941582 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 10933 0 0 0 65 3 0 0 20 0 18 0 345941582 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 281761 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 2.66 2.72 3.26 3/211 26678
/proc/meminfo: memFree=24504552/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=23.91 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 31632 0 1 0 2297 94 0 0 20 0 18 0 345941576 2764726272 363023 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 363023 2264 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=7.06 cores=1,3,5,7

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

/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 909 0 0 0 164 12 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=1.38 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 812 0 0 0 129 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=1.84 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 1227 0 0 0 173 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 887 0 0 0 190 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=1.4 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 1129 0 0 0 131 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=1768.42 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) R 26658 26660 24165 0 -1 4202560 142 0 0 0 176815 27 0 0 20 0 18 0 345941579 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620653140616 140620690833497 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620532270792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 8773 0 0 0 73 2 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.7 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 10934 0 0 0 67 3 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 101 0 0 0 41 48 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 2699928

[startup+1790.2 s]
/proc/loadavg: 2.99 2.77 2.54 7/216 26764
/proc/meminfo: memFree=25443836/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=1801.75 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 32223 0 1 0 180043 132 0 0 20 0 18 0 345941576 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 362335 2264 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=12.98 cores=1,3,5,7
/proc/26660/task/26662/stat : 26662 (java) S 26658 26660 24165 0 -1 4202560 3372 0 1 0 1287 11 0 0 20 0 18 0 345941577 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620688637448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26663] ppid=26658 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/26660/task/26663/stat : 26663 (java) S 26658 26660 24165 0 -1 4202560 1261 0 0 0 132 10 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620672920104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26664] ppid=26658 vsize=2699928 CPUtime=1.61 cores=1,3,5,7
/proc/26660/task/26664/stat : 26664 (java) S 26658 26660 24165 0 -1 4202560 796 0 0 0 151 10 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620671867304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26665] ppid=26658 vsize=2699928 CPUtime=1.55 cores=1,3,5,7
/proc/26660/task/26665/stat : 26665 (java) S 26658 26660 24165 0 -1 4202560 705 0 0 0 147 8 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620670814504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26666] ppid=26658 vsize=2699928 CPUtime=1.76 cores=1,3,5,7
/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 909 0 0 0 164 12 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=1.38 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 812 0 0 0 129 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=1.84 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 1227 0 0 0 173 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 887 0 0 0 190 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=1.4 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 1129 0 0 0 131 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=1769.22 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) R 26658 26660 24165 0 -1 4202560 142 0 0 0 176895 27 0 0 20 0 18 0 345941579 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620653140616 140620695146568 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620532270792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 8773 0 0 0 73 2 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.7 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 10934 0 0 0 67 3 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 101 0 0 0 41 48 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 2699928

[startup+1790.4 s]
/proc/loadavg: 2.99 2.77 2.54 7/216 26764
/proc/meminfo: memFree=25443836/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=1801.95 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 32223 0 1 0 180063 132 0 0 20 0 18 0 345941576 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 362335 2264 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=12.98 cores=1,3,5,7
/proc/26660/task/26662/stat : 26662 (java) S 26658 26660 24165 0 -1 4202560 3372 0 1 0 1287 11 0 0 20 0 18 0 345941577 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620688637448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26663] ppid=26658 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/26660/task/26663/stat : 26663 (java) S 26658 26660 24165 0 -1 4202560 1261 0 0 0 132 10 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620672920104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26664] ppid=26658 vsize=2699928 CPUtime=1.61 cores=1,3,5,7
/proc/26660/task/26664/stat : 26664 (java) S 26658 26660 24165 0 -1 4202560 796 0 0 0 151 10 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620671867304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26665] ppid=26658 vsize=2699928 CPUtime=1.55 cores=1,3,5,7
/proc/26660/task/26665/stat : 26665 (java) S 26658 26660 24165 0 -1 4202560 705 0 0 0 147 8 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620670814504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26666] ppid=26658 vsize=2699928 CPUtime=1.76 cores=1,3,5,7
/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 909 0 0 0 164 12 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=1.38 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 812 0 0 0 129 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=1.84 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 1227 0 0 0 173 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 887 0 0 0 190 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=1.4 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 1129 0 0 0 131 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=1769.42 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) R 26658 26660 24165 0 -1 4202560 142 0 0 0 176915 27 0 0 20 0 18 0 345941579 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620653140616 140620695146634 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620532270792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 8773 0 0 0 73 2 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.7 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 10934 0 0 0 67 3 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 101 0 0 0 41 48 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 2699928

[startup+1790.5 s]
/proc/loadavg: 2.99 2.77 2.54 7/216 26764
/proc/meminfo: memFree=25443836/32873648 swapFree=6864/6864
[pid=26660] ppid=26658 vsize=2699928 CPUtime=1802.05 cores=1,3,5,7
/proc/26660/stat : 26660 (java) S 26658 26660 24165 0 -1 4202496 32223 0 1 0 180073 132 0 0 20 0 18 0 345941576 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140735414664528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26660/statm: 674982 362335 2264 9 0 665676 0
[pid=26660/tid=26662] ppid=26658 vsize=2699928 CPUtime=12.98 cores=1,3,5,7
/proc/26660/task/26662/stat : 26662 (java) S 26658 26660 24165 0 -1 4202560 3372 0 1 0 1287 11 0 0 20 0 18 0 345941577 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620688637448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26663] ppid=26658 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/26660/task/26663/stat : 26663 (java) S 26658 26660 24165 0 -1 4202560 1261 0 0 0 132 10 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620672920104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26664] ppid=26658 vsize=2699928 CPUtime=1.61 cores=1,3,5,7
/proc/26660/task/26664/stat : 26664 (java) S 26658 26660 24165 0 -1 4202560 796 0 0 0 151 10 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620671867304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26665] ppid=26658 vsize=2699928 CPUtime=1.55 cores=1,3,5,7
/proc/26660/task/26665/stat : 26665 (java) S 26658 26660 24165 0 -1 4202560 705 0 0 0 147 8 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620670814504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26666] ppid=26658 vsize=2699928 CPUtime=1.76 cores=1,3,5,7
/proc/26660/task/26666/stat : 26666 (java) S 26658 26660 24165 0 -1 4202560 909 0 0 0 164 12 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620669761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26667] ppid=26658 vsize=2699928 CPUtime=1.38 cores=1,3,5,7
/proc/26660/task/26667/stat : 26667 (java) S 26658 26660 24165 0 -1 4202560 812 0 0 0 129 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620668709928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26668] ppid=26658 vsize=2699928 CPUtime=1.84 cores=1,3,5,7
/proc/26660/task/26668/stat : 26668 (java) S 26658 26660 24165 0 -1 4202560 1227 0 0 0 173 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620667657128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26669] ppid=26658 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26660/task/26669/stat : 26669 (java) S 26658 26660 24165 0 -1 4202560 887 0 0 0 190 11 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620666604328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26670] ppid=26658 vsize=2699928 CPUtime=1.4 cores=1,3,5,7
/proc/26660/task/26670/stat : 26670 (java) S 26658 26660 24165 0 -1 4202560 1129 0 0 0 131 9 0 0 20 0 18 0 345941578 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620665551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26660/tid=26671] ppid=26658 vsize=2699928 CPUtime=1769.52 cores=1,3,5,7
/proc/26660/task/26671/stat : 26671 (java) R 26658 26660 24165 0 -1 4202560 142 0 0 0 176925 27 0 0 20 0 18 0 345941579 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620653140616 140620695146568 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26672] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26672/stat : 26672 (java) S 26658 26660 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620534375672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26673] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26673/stat : 26673 (java) S 26658 26660 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345941580 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620533322760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26674] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26674/stat : 26674 (java) S 26658 26660 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620532270792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26675] ppid=26658 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/26660/task/26675/stat : 26675 (java) S 26658 26660 24165 0 -1 4202560 8773 0 0 0 73 2 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620531219384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26660/tid=26676] ppid=26658 vsize=2699928 CPUtime=0.7 cores=1,3,5,7
/proc/26660/task/26676/stat : 26676 (java) S 26658 26660 24165 0 -1 4202560 10934 0 0 0 67 3 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620530166584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26677] ppid=26658 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26660/task/26677/stat : 26677 (java) S 26658 26660 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620529113976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26660/tid=26678] ppid=26658 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/26660/task/26678/stat : 26678 (java) S 26658 26660 24165 0 -1 4202560 101 0 0 0 41 48 0 0 20 0 18 0 345941582 2764726272 362335 33554432000 1073741824 1073778376 140735414673392 140620528061384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1802.05
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 26660 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=239930
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=851718
# CPU time returned by wait4() is 1798.09
# while last known CPU time is 1802.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.53
CPU time (s): 1802.05
CPU user time (s): 1800.73
CPU system time (s): 1.32
CPU usage (%): 100.643
Max. virtual memory (cumulated for all children) (KiB): 2699928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.24
system time used= 1.85172
maximum resident set size= 1452092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32223
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= 38144
involuntary context switches= 5792

runsolver used 3.71843 second user time and 9.32258 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 10:22:27
IDJOB=3743908
IDBENCH=92646
IDSOLVER=2324
FILE ID=node113/3743908-1338798142
RUNJOBID= node113-1338783018-24182
PBS_JOBID= 14636837
Free space on /tmp= 70544 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_8_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743908-1338798142/watcher-3743908-1338798142 -o /tmp/evaluation-result-3743908-1338798142/solver-3743908-1338798142 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743908-1338798142.opb

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

MD5SUM BENCH= b6af9d5f38ec6e461eecfded04e11783
RANDOM SEED=890003571

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.91
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.026
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.91
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.026
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		: 2667.026
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.92
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.026
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:       32873648 kB
MemFree:        25920184 kB
Buffers:          547932 kB
Cached:          4034928 kB
SwapCached:         2028 kB
Active:          3659040 kB
Inactive:        2378612 kB
Active(anon):    1454060 kB
Inactive(anon):     1912 kB
Active(file):    2204980 kB
Inactive(file):  2376700 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:            222292 kB
Writeback:             0 kB
AnonPages:       1461116 kB
Mapped:            19324 kB
Shmem:                 0 kB
Slab:             774784 kB
SReclaimable:     214872 kB
SUnreclaim:       559912 kB
KernelStack:        1576 kB
PageTables:         7088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1388544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70756 MiB
End job on node113 at 2012-06-04 10:52:18