Trace number 3457652

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.28 1793.6

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1208_10-unsat.opb
MD5SUMcde880e36ac940ebc706231d93099786
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.0975
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69222
Number of constraints which are clauses68862
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints360
Minimum length of a constraint1
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 379
Number of bits of the biggest sum of numbers9
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.18-164.el5
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3457652-1307230278.opb
0.07/0.13	c reading problem ... 
1.17/0.76	c ... done. Wall clock time 0.636s.
1.17/0.76	c #vars     22022
1.17/0.76	c #constraints  59788
1.17/0.76	c constraints type 
1.17/0.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48418
1.17/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7948
1.17/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
87.30/84.72	c cleaning 0 clauses out of 5000 with flag 0/5000
367.26/363.93	c cleaning 0 clauses out of 11002 with flag 0/11002
1133.38/1128.38	c cleaning 0 clauses out of 18002 with flag 0/18002
1800.07/1793.42	c starts		: 51
1800.07/1793.42	c conflicts		: 22100
1800.07/1793.42	c decisions		: 59017
1800.07/1793.42	c propagations		: 11197263
1800.07/1793.42	c inspects		: 1656617936
1800.07/1793.42	c shortcuts		: 0
1800.07/1793.42	c learnt literals	: 0
1800.07/1793.42	c learnt binary clauses	: 0
1800.07/1793.42	c learnt ternary clauses	: 64
1800.07/1793.42	c learnt constraints	: 22100
1800.07/1793.42	c ignored constraints	: 0
1800.07/1793.42	c root simplifications	: 0
1800.07/1793.42	c removed literals (reason simplification)	: 0
1800.07/1793.42	c reason swapping (by a shorter reason)	: 0
1800.07/1793.42	c Calls to reduceDB	: 3
1800.07/1793.42	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.42	c number of learned constraints concerned by reduction	: 0
1800.07/1793.42	c number of learning phase by resolution	: 0
1800.07/1793.42	c number of learning phase by cutting planes	: 0
1800.07/1793.42	c speed (assignments/second)	: 6246.186105979062
1800.07/1793.42	c non guided choices	19
1800.07/1793.44	c learnt constraints type 
1800.07/1793.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 66
1800.07/1793.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22034
1800.07/1793.44	c constraints type 
1800.07/1793.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48418
1800.07/1793.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7948
1800.07/1793.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
1800.07/1793.44	s UNKNOWN
1800.07/1793.44	c Total wall clock time (in seconds): 1793.308

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3457652-1307230278/watcher-3457652-1307230278 -o /tmp/evaluation-result-3457652-1307230278/solver-3457652-1307230278 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457652-1307230278.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.03 2.06 2.03 2/476 24289
/proc/meminfo: memFree=19883716/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/24289/stat : 24289 (runsolver) R 24287 24289 22575 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 834625994 12079104 52 33554432000 4194304 5432328 140736822538208 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/24289/statm: 2949 52 31 303 0 2643 0

[startup+0.069151 s]
/proc/loadavg: 2.03 2.06 2.03 2/476 24289
/proc/meminfo: memFree=19883716/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 11410 0 1 0 3 0 0 0 25 0 13 0 834625994 10718838784 11106 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2616904 11107 1684 9 0 2607652 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.104384 s]
/proc/loadavg: 2.03 2.06 2.03 2/476 24289
/proc/meminfo: memFree=19883716/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10473380 CPUtime=0.07 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 12381 0 1 0 6 1 0 0 25 0 18 0 834625994 10724741120 12067 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2618345 12067 1954 9 0 2609079 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473380

[startup+0.301073 s]
/proc/loadavg: 2.03 2.06 2.03 2/476 24289
/proc/meminfo: memFree=19883716/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10542412 CPUtime=0.44 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 16227 0 1 0 42 2 0 0 25 0 18 0 834625994 10795429888 15471 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2635603 15472 2199 9 0 2626337 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10542412

[startup+0.701037 s]
/proc/loadavg: 2.03 2.06 2.03 2/476 24289
/proc/meminfo: memFree=19883716/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10544232 CPUtime=1.17 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 46177 0 1 0 111 6 0 0 25 0 18 0 834625994 10797293568 43933 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2636058 43933 2222 9 0 2626792 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10544232

[startup+1.50089 s]
/proc/loadavg: 2.03 2.06 2.03 4/495 24308
/proc/meminfo: memFree=19674820/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10550520 CPUtime=2.95 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 97653 0 1 0 282 13 0 0 25 0 19 0 834625994 10803732480 92595 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2637630 92595 2235 9 0 2628364 0
[pid=24289/tid=24291] ppid=24287 vsize=10550520 CPUtime=1.46 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4202560 85666 0 1 0 135 11 0 0 25 0 19 0 834625996 10803732480 92595 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 46912506188270 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24289/tid=24292] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24292/stat : 24292 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92596 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24293] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24293/stat : 24293 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92596 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24294] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24294/stat : 24294 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92596 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24295] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24295/stat : 24295 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92596 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24296] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24296/stat : 24296 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92596 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24297] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24297/stat : 24297 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92597 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24298] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24298/stat : 24298 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92597 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24299] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24299/stat : 24299 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 92599 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24300] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24300/stat : 24300 (java) S 24287 24289 22575 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 834625999 10803732480 92602 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 0 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24301] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24301/stat : 24301 (java) S 24287 24289 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834626000 10803732480 92607 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24302] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626000 10803732480 92611 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 92615 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.79 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) R 24287 24289 22575 0 -1 4202560 3742 0 0 0 79 0 0 0 24 0 19 0 834626002 10803732480 92619 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 47754480438154 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=0.67 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7085 0 0 0 67 0 0 0 15 0 19 0 834626002 10803732480 92622 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 92626 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 92629 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 92632 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 10550520

[startup+3.10062 s]
/proc/loadavg: 2.03 2.06 2.03 3/495 24308
/proc/meminfo: memFree=19261500/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10550520 CPUtime=4.67 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 268250 0 1 0 434 33 0 0 25 0 19 0 834625994 10803732480 263190 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2637630 263194 2238 9 0 2628364 0
[pid=24289/tid=24291] ppid=24287 vsize=10550520 CPUtime=3.06 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4202560 256175 0 1 0 275 31 0 0 19 0 19 0 834625996 10803732480 263197 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 46912505799871 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24289/tid=24292] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24292/stat : 24292 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263201 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24293] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24293/stat : 24293 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263203 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24294] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24294/stat : 24294 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263206 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24295] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24295/stat : 24295 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263208 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24296] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24296/stat : 24296 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263212 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24297] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24297/stat : 24297 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263215 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24298] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24298/stat : 24298 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263218 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24299] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24299/stat : 24299 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 263220 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24300] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24300/stat : 24300 (java) S 24287 24289 22575 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 834625999 10803732480 263223 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 0 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24301] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24301/stat : 24301 (java) S 24287 24289 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834626000 10803732480 263226 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24302] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626000 10803732480 263229 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 263233 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.81 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) S 24287 24289 22575 0 -1 4202560 3754 0 0 0 81 0 0 0 18 0 19 0 834626002 10803732480 263235 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=0.77 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7166 0 0 0 77 0 0 0 15 0 19 0 834626002 10803732480 263238 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 263240 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 263243 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 263246 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 10550520

[startup+6.30106 s]
/proc/loadavg: 2.02 2.06 2.03 3/495 24308
/proc/meminfo: memFree=17881300/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10550520 CPUtime=7.93 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 595240 0 1 0 719 74 0 0 25 0 19 0 834625994 10803732480 590154 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2637630 590156 2238 9 0 2628364 0
[pid=24289/tid=24291] ppid=24287 vsize=10550520 CPUtime=6.25 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4202560 583156 0 1 0 553 72 0 0 21 0 19 0 834625996 10803732480 590157 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 46912505988138 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24289/tid=24292] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24292/stat : 24292 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590158 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24293] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24293/stat : 24293 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590160 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24294] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24294/stat : 24294 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590162 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24295] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24295/stat : 24295 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590164 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24296] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24296/stat : 24296 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590166 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24297] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24297/stat : 24297 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590169 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24298] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24298/stat : 24298 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590171 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24299] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24299/stat : 24299 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834625998 10803732480 590173 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24300] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24300/stat : 24300 (java) S 24287 24289 22575 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 834625999 10803732480 590175 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 0 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24301] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24301/stat : 24301 (java) S 24287 24289 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834626000 10803732480 590177 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24302] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626000 10803732480 590179 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 590181 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.83 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) S 24287 24289 22575 0 -1 4202560 3755 0 0 0 83 0 0 0 18 0 19 0 834626002 10803732480 590183 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=0.81 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7170 0 0 0 81 0 0 0 15 0 19 0 834626002 10803732480 590185 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 590187 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 590189 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 590191 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 10550520

[startup+12.7009 s]

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

/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.87 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) S 24287 24289 22575 0 -1 4202560 3760 0 0 0 87 0 0 0 18 0 19 0 834626002 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=1.03 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7196 0 0 0 103 0 0 0 15 0 19 0 834626002 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 968671 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1668.69
Current children cumulated vsize (KiB) 10550520

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/471 24420
/proc/meminfo: memFree=22200596/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10550520 CPUtime=1728.8 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 978188 0 1 0 172757 123 0 0 25 0 19 0 834625994 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2637630 970089 2267 9 0 2628364 0
[pid=24289/tid=24291] ppid=24287 vsize=10550520 CPUtime=1718.86 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4202560 807774 0 1 0 171788 98 0 0 25 0 19 0 834625996 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 46912506013340 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24289/tid=24292] ppid=24287 vsize=10550520 CPUtime=0.88 cores=1,3,5,7
/proc/24289/task/24292/stat : 24292 (java) S 24287 24289 22575 0 -1 4202560 15522 0 0 0 87 1 0 0 16 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24293] ppid=24287 vsize=10550520 CPUtime=0.93 cores=1,3,5,7
/proc/24289/task/24293/stat : 24293 (java) S 24287 24289 22575 0 -1 4202560 22349 0 0 0 90 3 0 0 15 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24294] ppid=24287 vsize=10550520 CPUtime=0.74 cores=1,3,5,7
/proc/24289/task/24294/stat : 24294 (java) S 24287 24289 22575 0 -1 4202560 18391 0 0 0 72 2 0 0 15 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
[pid=24289/tid=24295] ppid=24287 vsize=10550520 CPUtime=0.83 cores=1,3,5,7
/proc/24289/task/24295/stat : 24295 (java) S 24287 24289 22575 0 -1 4202560 16269 0 0 0 82 1 0 0 16 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
[pid=24289/tid=24296] ppid=24287 vsize=10550520 CPUtime=0.73 cores=1,3,5,7
/proc/24289/task/24296/stat : 24296 (java) S 24287 24289 22575 0 -1 4202560 17600 0 0 0 71 2 0 0 15 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
[pid=24289/tid=24297] ppid=24287 vsize=10550520 CPUtime=0.91 cores=1,3,5,7
/proc/24289/task/24297/stat : 24297 (java) S 24287 24289 22575 0 -1 4202560 24176 0 0 0 87 4 0 0 15 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24298] ppid=24287 vsize=10550520 CPUtime=0.77 cores=1,3,5,7
/proc/24289/task/24298/stat : 24298 (java) S 24287 24289 22575 0 -1 4202560 16714 0 0 0 76 1 0 0 15 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24299] ppid=24287 vsize=10550520 CPUtime=0.94 cores=1,3,5,7
/proc/24289/task/24299/stat : 24299 (java) S 24287 24289 22575 0 -1 4202560 24567 0 0 0 92 2 0 0 16 0 19 0 834625998 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24300] ppid=24287 vsize=10550520 CPUtime=1.16 cores=1,3,5,7
/proc/24289/task/24300/stat : 24300 (java) S 24287 24289 22575 0 -1 4202560 2621 0 0 0 115 1 0 0 15 0 19 0 834625999 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 0 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24301] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24301/stat : 24301 (java) S 24287 24289 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24302] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.87 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) S 24287 24289 22575 0 -1 4202560 3760 0 0 0 87 0 0 0 18 0 19 0 834626002 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=1.03 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7196 0 0 0 103 0 0 0 15 0 19 0 834626002 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 970089 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1728.8
Current children cumulated vsize (KiB) 10550520

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/471 24421
/proc/meminfo: memFree=22191020/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10550520 CPUtime=1788.96 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 980502 0 1 0 178773 123 0 0 25 0 19 0 834625994 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2637630 972316 2267 9 0 2628364 0
[pid=24289/tid=24291] ppid=24287 vsize=10550520 CPUtime=1778.75 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4202560 807778 0 1 0 177777 98 0 0 25 0 19 0 834625996 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 46912506013620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24289/tid=24292] ppid=24287 vsize=10550520 CPUtime=0.9 cores=1,3,5,7
/proc/24289/task/24292/stat : 24292 (java) S 24287 24289 22575 0 -1 4202560 15742 0 0 0 89 1 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24293] ppid=24287 vsize=10550520 CPUtime=0.95 cores=1,3,5,7
/proc/24289/task/24293/stat : 24293 (java) S 24287 24289 22575 0 -1 4202560 22513 0 0 0 92 3 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24294] ppid=24287 vsize=10550520 CPUtime=0.8 cores=1,3,5,7
/proc/24289/task/24294/stat : 24294 (java) S 24287 24289 22575 0 -1 4202560 18903 0 0 0 78 2 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24295] ppid=24287 vsize=10550520 CPUtime=0.87 cores=1,3,5,7
/proc/24289/task/24295/stat : 24295 (java) S 24287 24289 22575 0 -1 4202560 16640 0 0 0 85 2 0 0 16 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
[pid=24289/tid=24296] ppid=24287 vsize=10550520 CPUtime=0.77 cores=1,3,5,7
/proc/24289/task/24296/stat : 24296 (java) S 24287 24289 22575 0 -1 4202560 18048 0 0 0 75 2 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24297] ppid=24287 vsize=10550520 CPUtime=0.91 cores=1,3,5,7
/proc/24289/task/24297/stat : 24297 (java) S 24287 24289 22575 0 -1 4202560 24176 0 0 0 87 4 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24298] ppid=24287 vsize=10550520 CPUtime=0.84 cores=1,3,5,7
/proc/24289/task/24298/stat : 24298 (java) S 24287 24289 22575 0 -1 4202560 17037 0 0 0 83 1 0 0 16 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24299] ppid=24287 vsize=10550520 CPUtime=0.97 cores=1,3,5,7
/proc/24289/task/24299/stat : 24299 (java) S 24287 24289 22575 0 -1 4202560 24831 0 0 0 95 2 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24300] ppid=24287 vsize=10550520 CPUtime=1.16 cores=1,3,5,7
/proc/24289/task/24300/stat : 24300 (java) S 24287 24289 22575 0 -1 4202560 2625 0 0 0 115 1 0 0 15 0 19 0 834625999 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 0 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24301] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24301/stat : 24301 (java) S 24287 24289 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24302] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.87 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) S 24287 24289 22575 0 -1 4202560 3760 0 0 0 87 0 0 0 18 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=1.03 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7196 0 0 0 103 0 0 0 15 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1788.96
Current children cumulated vsize (KiB) 10550520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 1.00 1.06 1.38 2/471 24431
/proc/meminfo: memFree=22191176/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=10550520 CPUtime=1800.07 cores=1,3,5,7
/proc/24289/stat : 24289 (java) S 24287 24289 22575 0 -1 4202496 980502 0 1 0 179884 123 0 0 25 0 19 0 834625994 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 2637630 972316 2267 9 0 2628364 0
[pid=24289/tid=24291] ppid=24287 vsize=10550520 CPUtime=1789.87 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4202560 807778 0 1 0 178889 98 0 0 25 0 19 0 834625996 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 46912505985321 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24289/tid=24292] ppid=24287 vsize=10550520 CPUtime=0.9 cores=1,3,5,7
/proc/24289/task/24292/stat : 24292 (java) S 24287 24289 22575 0 -1 4202560 15742 0 0 0 89 1 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24293] ppid=24287 vsize=10550520 CPUtime=0.95 cores=1,3,5,7
/proc/24289/task/24293/stat : 24293 (java) S 24287 24289 22575 0 -1 4202560 22513 0 0 0 92 3 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24294] ppid=24287 vsize=10550520 CPUtime=0.8 cores=1,3,5,7
/proc/24289/task/24294/stat : 24294 (java) S 24287 24289 22575 0 -1 4202560 18903 0 0 0 78 2 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24295] ppid=24287 vsize=10550520 CPUtime=0.87 cores=1,3,5,7
/proc/24289/task/24295/stat : 24295 (java) S 24287 24289 22575 0 -1 4202560 16640 0 0 0 85 2 0 0 16 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
[pid=24289/tid=24296] ppid=24287 vsize=10550520 CPUtime=0.77 cores=1,3,5,7
/proc/24289/task/24296/stat : 24296 (java) S 24287 24289 22575 0 -1 4202560 18048 0 0 0 75 2 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24297] ppid=24287 vsize=10550520 CPUtime=0.91 cores=1,3,5,7
/proc/24289/task/24297/stat : 24297 (java) S 24287 24289 22575 0 -1 4202560 24176 0 0 0 87 4 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24298] ppid=24287 vsize=10550520 CPUtime=0.84 cores=1,3,5,7
/proc/24289/task/24298/stat : 24298 (java) S 24287 24289 22575 0 -1 4202560 17037 0 0 0 83 1 0 0 16 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24299] ppid=24287 vsize=10550520 CPUtime=0.97 cores=1,3,5,7
/proc/24289/task/24299/stat : 24299 (java) S 24287 24289 22575 0 -1 4202560 24831 0 0 0 95 2 0 0 15 0 19 0 834625998 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24300] ppid=24287 vsize=10550520 CPUtime=1.16 cores=1,3,5,7
/proc/24289/task/24300/stat : 24300 (java) S 24287 24289 22575 0 -1 4202560 2625 0 0 0 115 1 0 0 15 0 19 0 834625999 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 0 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24301] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24301/stat : 24301 (java) S 24287 24289 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24302] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24302/stat : 24302 (java) S 24287 24289 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834626000 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24303] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24303/stat : 24303 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347716017 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24304] ppid=24287 vsize=10550520 CPUtime=0.87 cores=1,3,5,7
/proc/24289/task/24304/stat : 24304 (java) S 24287 24289 22575 0 -1 4202560 3760 0 0 0 87 0 0 0 18 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24305] ppid=24287 vsize=10550520 CPUtime=1.03 cores=1,3,5,7
/proc/24289/task/24305/stat : 24305 (java) S 24287 24289 22575 0 -1 4202560 7196 0 0 0 103 0 0 0 15 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 1 0 0 0
[pid=24289/tid=24306] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24306/stat : 24306 (java) S 24287 24289 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708313 0 4 0 16800975 18446604461624434752 0 0 -1 3 0 0 0
[pid=24289/tid=24307] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24307/stat : 24307 (java) S 24287 24289 22575 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834626002 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 5 0 0 0
[pid=24289/tid=24308] ppid=24287 vsize=10550520 CPUtime=0 cores=1,3,5,7
/proc/24289/task/24308/stat : 24308 (java) S 24287 24289 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834626078 10803732480 972316 33554432000 1073741824 1073778376 140734731260208 18446744073709551615 232347708928 0 4 0 16800975 18446604461624434752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10550520

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

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

[startup+1793.52 s]
/proc/loadavg: 1.00 1.06 1.38 2/471 24431
/proc/meminfo: memFree=22191176/32951124 swapFree=60688864/67111528
[pid=24289] ppid=24287 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/24289/stat : 24289 (java) Z 24287 24289 22575 0 -1 4203548 980532 0 1 0 179889 130 0 0 17 0 2 0 834625994 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24289/statm: 0 0 0 0 0 0 0
[pid=24289/tid=24291] ppid=24287 vsize=0 CPUtime=1789.96 cores=1,3,5,7
/proc/24289/task/24291/stat : 24291 (java) R 24287 24289 22575 0 -1 4203588 807778 0 1 0 178891 105 0 0 25 0 2 0 834625996 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.6
CPU time (s): 1800.28
CPU user time (s): 1798.9
CPU system time (s): 1.38079
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 10550520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.38079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 980532
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39827
involuntary context switches= 24204

runsolver used 8.03278 second user time and 19.688 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-05 01:31:18
IDJOB=3457652
IDBENCH=73597
IDSOLVER=1951
FILE ID=node132/3457652-1307230278
RUNJOBID= node132-1307215868-22594
PBS_JOBID= 13509092
Free space on /tmp= 73740 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1208_10-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457652-1307230278/watcher-3457652-1307230278 -o /tmp/evaluation-result-3457652-1307230278/solver-3457652-1307230278 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457652-1307230278.opb

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

MD5SUM BENCH= cde880e36ac940ebc706231d93099786
RANDOM SEED=2112647658

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19883872 kB
Buffers:        333396 kB
Cached:        3405388 kB
SwapCached:      15140 kB
Active:        7228416 kB
Inactive:      5564392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19883872 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:           31272 kB
Writeback:           0 kB
AnonPages:     9046816 kB
Mapped:          27320 kB
Slab:           145608 kB
PageTables:      61628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119574628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node132 at 2011-06-05 02:01:14