Trace number 3737895

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.27 1792.43

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark1561.61
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.1.1.v20090612
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1299577560
0.05/0.08	c Max memory 1306394624
0.05/0.08	c Total memory 1306394624
0.05/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3737895-1338765018.opb
0.10/0.11	c reading problem ... 
0.25/0.23	c ... done. Wall clock time 0.126s.
0.25/0.23	c #vars     706
0.25/0.23	c #constraints  1365
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
0.25/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
1800.05/1792.31	c starts		: 23
1800.05/1792.31	c conflicts		: 2088455
1800.05/1792.31	c decisions		: 2477754
1800.05/1792.31	c propagations		: 29872746
1800.05/1792.31	c inspects		: 8367081317
1800.05/1792.31	c learnt literals	: 0
1800.05/1792.31	c learnt binary clauses	: 0
1800.05/1792.31	c learnt ternary clauses	: 3541
1800.05/1792.31	c learnt clauses	: 2088455
1800.05/1792.31	c ignored clauses	: 0
1800.05/1792.31	c root simplifications	: 0
1800.05/1792.31	c removed literals (reason simplification)	: 51809965
1800.05/1792.31	c reason swapping (by a shorter reason)	: 0
1800.05/1792.31	c Calls to reduceDB	: 0
1800.05/1792.31	c speed (assignments/second)	: 16669.342890958367
1800.05/1792.31	c non guided choices	641
1800.27/1792.42	c learnt constraints type 
1800.27/1792.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 2088455
1800.27/1792.42	c constraints type 
1800.27/1792.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
1800.27/1792.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.27/1792.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.27/1792.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
1800.27/1792.42	s UNKNOWN
1800.27/1792.42	c Total wall clock time (in seconds): 1792.319

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-3737895-1338765018/watcher-3737895-1338765018 -o /tmp/evaluation-result-3737895-1338765018/solver-3737895-1338765018 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737895-1338765018.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: 1.88 1.97 1.99 3/195 4875
/proc/meminfo: memFree=28276432/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/4875/stat : 4875 (java) R 4873 4875 2643 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 342626643 23793664 863 33554432000 1073741824 1073778376 140733946378640 140733946367704 139843474364122 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 5793 858 647 9 0 128 0
[pid=4875/tid=4876] ppid=4873 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 342626644 24780800 867 33554432000 1073741824 1073778376 140733946378640 140733946367704 233221003441 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0609681 s]
/proc/loadavg: 1.88 1.97 1.99 3/195 4875
/proc/meminfo: memFree=28276432/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2648548 CPUtime=0.05 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 3802 0 1 0 4 1 0 0 20 0 18 0 342626643 2712113152 5521 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 662137 5521 1753 9 0 652835 0
[pid=4875/tid=4876] ppid=4873 vsize=2648548 CPUtime=0.03 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2592 0 1 0 3 0 0 0 20 0 18 0 342626644 2712113152 5521 33554432000 1073741824 1073778376 140733946378640 139843472530080 233224332557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648548

[startup+0.100369 s]
/proc/loadavg: 1.88 1.97 1.99 3/195 4875
/proc/meminfo: memFree=28276432/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 4674 0 1 0 9 1 0 0 20 0 18 0 342626643 2712133632 6392 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 662142 6392 2109 9 0 652835 0
[pid=4875/tid=4876] ppid=4873 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2739 0 1 0 6 1 0 0 20 0 18 0 342626644 2712133632 6392 33554432000 1073741824 1073778376 140733946378640 139843472518360 139843464728917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300221 s]
/proc/loadavg: 1.88 1.97 1.99 3/195 4875
/proc/meminfo: memFree=28276432/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 7724 0 1 0 45 2 0 0 20 0 19 0 342626643 2780295168 9151 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 9151 2236 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2762 0 1 0 26 1 0 0 20 0 19 0 342626644 2780295168 9151 33554432000 1073741824 1073778376 140733946378640 139843472527944 139843344510572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2715132

[startup+0.700348 s]
/proc/loadavg: 1.88 1.97 1.99 3/195 4875
/proc/meminfo: memFree=28276432/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=1.14 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 8169 0 1 0 111 3 0 0 20 0 19 0 342626643 2780295168 21015 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 21015 2245 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2785 0 1 0 65 2 0 0 20 0 19 0 342626644 2780295168 21015 33554432000 1073741824 1073778376 140733946378640 139843472527656 139843344997451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2715132

[startup+1.50081 s]
/proc/loadavg: 1.88 1.97 1.99 3/214 4894
/proc/meminfo: memFree=28169792/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=1.99 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 8218 0 1 0 194 5 0 0 20 0 19 0 342626643 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 43547 2247 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=1.47 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2830 0 1 0 143 4 0 0 20 0 19 0 342626644 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843472527864 139843344981171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4878] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4878/stat : 4878 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843339082408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4879] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4879/stat : 4879 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843338029864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4880] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4880/stat : 4880 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843336977320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4881] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4881/stat : 4881 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843335924776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4882] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4882/stat : 4882 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843334871208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4883] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4883/stat : 4883 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843333818664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4884] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4884/stat : 4884 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843332766120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4885] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4885/stat : 4885 (java) S 4873 4875 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139843331713576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4886] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4886/stat : 4886 (java) S 4873 4875 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842848938600 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4887] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4887/stat : 4887 (java) S 4873 4875 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842847884920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4888] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4888/stat : 4888 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842846832264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4889] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4889/stat : 4889 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842845781008 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4890] ppid=4873 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2220 0 0 0 27 0 0 0 20 0 19 0 342626649 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 19 0 342626649 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4892] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4892/stat : 4892 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842842622456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4893] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4893/stat : 4893 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842841570120 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4894] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4894/stat : 4894 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626667 2780295168 43547 33554432000 1073741824 1073778376 140733946378640 139842840515880 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 2715132

[startup+3.10076 s]
/proc/loadavg: 1.88 1.97 1.99 3/214 4894
/proc/meminfo: memFree=28056904/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=3.6 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 8281 0 1 0 352 8 0 0 20 0 19 0 342626643 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 75803 2247 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=3.07 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2893 0 1 0 300 7 0 0 20 0 19 0 342626644 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843472527864 139843344955762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4878] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4878/stat : 4878 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843339082408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4879] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4879/stat : 4879 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843338029864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4880] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4880/stat : 4880 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843336977320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4881] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4881/stat : 4881 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843335924776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4882] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4882/stat : 4882 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843334871208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4883] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4883/stat : 4883 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843333818664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4884] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4884/stat : 4884 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843332766120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4885] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4885/stat : 4885 (java) S 4873 4875 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139843331713576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4886] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4886/stat : 4886 (java) S 4873 4875 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842848938600 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4887] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4887/stat : 4887 (java) S 4873 4875 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842847884920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4888] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4888/stat : 4888 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842846832264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4889] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4889/stat : 4889 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842845781008 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4890] ppid=4873 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2220 0 0 0 28 0 0 0 20 0 19 0 342626649 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 19 0 342626649 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4892] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4892/stat : 4892 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842842622456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4893] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4893/stat : 4893 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842841570120 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4894] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4894/stat : 4894 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626667 2780295168 75803 33554432000 1073741824 1073778376 140733946378640 139842840515880 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 2715132

[startup+6.30077 s]
/proc/loadavg: 1.89 1.97 1.99 3/214 4894
/proc/meminfo: memFree=27884624/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=6.84 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 8368 0 1 0 673 11 0 0 20 0 19 0 342626643 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 95618 2261 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=6.24 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2928 0 1 0 616 8 0 0 20 0 19 0 342626644 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843472527864 139843345016431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4878] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4878/stat : 4878 (java) S 4873 4875 2643 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843339082408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4879] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4879/stat : 4879 (java) S 4873 4875 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843338029864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4880] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4880/stat : 4880 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843336977320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4881] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4881/stat : 4881 (java) S 4873 4875 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843335924776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4882] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4882/stat : 4882 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843334871208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4883] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4883/stat : 4883 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843333818664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4884] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4884/stat : 4884 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843332766120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4885] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4885/stat : 4885 (java) S 4873 4875 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342626645 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139843331713576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4886] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4886/stat : 4886 (java) S 4873 4875 2643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139842848938600 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4887] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4887/stat : 4887 (java) S 4873 4875 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139842847884920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4888] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4888/stat : 4888 (java) S 4873 4875 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139842846832264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4889] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4889/stat : 4889 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139842845781008 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4890] ppid=4873 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2220 0 0 0 28 0 0 0 20 0 19 0 342626649 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 19 0 342626649 2780295168 95618 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=4875/tid=4890] ppid=4873 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2220 0 0 0 28 0 0 0 20 0 19 0 342626649 2780295168 279559 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 19 0 342626649 2780295168 279559 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4892] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4892/stat : 4892 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 279559 33554432000 1073741824 1073778376 140733946378640 139842842622456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4893] ppid=4873 vsize=2715132 CPUtime=0.99 cores=1,3,5,7
/proc/4875/task/4893/stat : 4893 (java) S 4873 4875 2643 0 -1 4202560 101 0 0 0 41 58 0 0 20 0 19 0 342626649 2780295168 279559 33554432000 1073741824 1073778376 140733946378640 139842841570120 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4894] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4894/stat : 4894 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626667 2780295168 279559 33554432000 1073741824 1073778376 140733946378640 139842840515880 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.75
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5023
/proc/meminfo: memFree=27259560/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=1790.04 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 11100 0 1 0 178858 146 0 0 20 0 19 0 342626643 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 282139 2261 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=1775.16 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2968 0 1 0 177480 36 0 0 20 0 19 0 342626644 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843472526656 139843345090599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4878] ppid=4873 vsize=2715132 CPUtime=1.06 cores=1,3,5,7
/proc/4875/task/4878/stat : 4878 (java) S 4873 4875 2643 0 -1 4202560 384 0 0 0 96 10 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843339082408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4879] ppid=4873 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/4875/task/4879/stat : 4879 (java) S 4873 4875 2643 0 -1 4202560 384 0 0 0 114 11 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843338029864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4880] ppid=4873 vsize=2715132 CPUtime=1.12 cores=1,3,5,7
/proc/4875/task/4880/stat : 4880 (java) S 4873 4875 2643 0 -1 4202560 260 0 0 0 103 9 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843336977320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4881] ppid=4873 vsize=2715132 CPUtime=1.21 cores=1,3,5,7
/proc/4875/task/4881/stat : 4881 (java) S 4873 4875 2643 0 -1 4202560 389 0 0 0 109 12 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843335924776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4882] ppid=4873 vsize=2715132 CPUtime=1.01 cores=1,3,5,7
/proc/4875/task/4882/stat : 4882 (java) S 4873 4875 2643 0 -1 4202560 262 0 0 0 91 10 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843334871208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4883] ppid=4873 vsize=2715132 CPUtime=1.14 cores=1,3,5,7
/proc/4875/task/4883/stat : 4883 (java) S 4873 4875 2643 0 -1 4202560 334 0 0 0 106 8 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843333818664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4884] ppid=4873 vsize=2715132 CPUtime=1.09 cores=1,3,5,7
/proc/4875/task/4884/stat : 4884 (java) S 4873 4875 2643 0 -1 4202560 275 0 0 0 99 10 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843332766120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4885] ppid=4873 vsize=2715132 CPUtime=0.99 cores=1,3,5,7
/proc/4875/task/4885/stat : 4885 (java) S 4873 4875 2643 0 -1 4202560 298 0 0 0 90 9 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843331713576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4886] ppid=4873 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/4875/task/4886/stat : 4886 (java) S 4873 4875 2643 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 19 0 342626646 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842848938600 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4887] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4887/stat : 4887 (java) S 4873 4875 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842847884920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4888] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4888/stat : 4888 (java) S 4873 4875 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842846832264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4889] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4889/stat : 4889 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842845781008 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4890] ppid=4873 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2220 0 0 0 28 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4892] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4892/stat : 4892 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842842622456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4893] ppid=4873 vsize=2715132 CPUtime=1.02 cores=1,3,5,7
/proc/4875/task/4893/stat : 4893 (java) S 4873 4875 2643 0 -1 4202560 103 0 0 0 42 60 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842841570120 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4894] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4894/stat : 4894 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626667 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842840515880 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5026
/proc/meminfo: memFree=27259032/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2715132 CPUtime=1800.05 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 11102 0 1 0 179859 146 0 0 20 0 19 0 342626643 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 678783 282139 2261 9 0 669476 0
[pid=4875/tid=4876] ppid=4873 vsize=2715132 CPUtime=1785.14 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2968 0 1 0 178477 37 0 0 20 0 19 0 342626644 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843472526656 139843345016395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4878] ppid=4873 vsize=2715132 CPUtime=1.06 cores=1,3,5,7
/proc/4875/task/4878/stat : 4878 (java) S 4873 4875 2643 0 -1 4202560 384 0 0 0 96 10 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843339082408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4879] ppid=4873 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/4875/task/4879/stat : 4879 (java) S 4873 4875 2643 0 -1 4202560 384 0 0 0 114 11 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843338029864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4880] ppid=4873 vsize=2715132 CPUtime=1.12 cores=1,3,5,7
/proc/4875/task/4880/stat : 4880 (java) S 4873 4875 2643 0 -1 4202560 260 0 0 0 103 9 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843336977320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4881] ppid=4873 vsize=2715132 CPUtime=1.21 cores=1,3,5,7
/proc/4875/task/4881/stat : 4881 (java) S 4873 4875 2643 0 -1 4202560 389 0 0 0 109 12 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843335924776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4882] ppid=4873 vsize=2715132 CPUtime=1.01 cores=1,3,5,7
/proc/4875/task/4882/stat : 4882 (java) S 4873 4875 2643 0 -1 4202560 262 0 0 0 91 10 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843334871208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4883] ppid=4873 vsize=2715132 CPUtime=1.14 cores=1,3,5,7
/proc/4875/task/4883/stat : 4883 (java) S 4873 4875 2643 0 -1 4202560 334 0 0 0 106 8 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843333818664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4884] ppid=4873 vsize=2715132 CPUtime=1.09 cores=1,3,5,7
/proc/4875/task/4884/stat : 4884 (java) S 4873 4875 2643 0 -1 4202560 275 0 0 0 99 10 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843332766120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4885] ppid=4873 vsize=2715132 CPUtime=0.99 cores=1,3,5,7
/proc/4875/task/4885/stat : 4885 (java) S 4873 4875 2643 0 -1 4202560 298 0 0 0 90 9 0 0 20 0 19 0 342626645 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139843331713576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4886] ppid=4873 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/4875/task/4886/stat : 4886 (java) S 4873 4875 2643 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 19 0 342626646 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842848938600 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4887] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4887/stat : 4887 (java) S 4873 4875 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842847884920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4888] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4888/stat : 4888 (java) S 4873 4875 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342626646 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842846832264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4889] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4889/stat : 4889 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842845781008 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4890] ppid=4873 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2220 0 0 0 28 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4892] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4892/stat : 4892 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842842622456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4893] ppid=4873 vsize=2715132 CPUtime=1.03 cores=1,3,5,7
/proc/4875/task/4893/stat : 4893 (java) S 4873 4875 2643 0 -1 4202560 105 0 0 0 43 60 0 0 20 0 19 0 342626649 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842841570120 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4894] ppid=4873 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4894/stat : 4894 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342626667 2780295168 282139 33554432000 1073741824 1073778376 140733946378640 139842840515880 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1792.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5026
/proc/meminfo: memFree=27259032/32873844 swapFree=7120/7120
[pid=4875] ppid=4873 vsize=2848260 CPUtime=1800.27 cores=1,3,5,7
/proc/4875/stat : 4875 (java) S 4873 4875 2643 0 -1 4202496 11136 0 1 0 179881 146 0 0 20 0 21 0 342626643 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 140733946369776 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4875/statm: 712065 282170 2264 9 0 702758 0
[pid=4875/tid=4876] ppid=4873 vsize=2848260 CPUtime=1785.24 cores=1,3,5,7
/proc/4875/task/4876/stat : 4876 (java) R 4873 4875 2643 0 -1 4202560 2968 0 1 0 178487 37 0 0 20 0 21 0 342626644 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843472526656 139843345090193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4878] ppid=4873 vsize=2848260 CPUtime=1.06 cores=1,3,5,7
/proc/4875/task/4878/stat : 4878 (java) S 4873 4875 2643 0 -1 4202560 384 0 0 0 96 10 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843339082408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4879] ppid=4873 vsize=2848260 CPUtime=1.25 cores=1,3,5,7
/proc/4875/task/4879/stat : 4879 (java) S 4873 4875 2643 0 -1 4202560 384 0 0 0 114 11 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843338029864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4880] ppid=4873 vsize=2848260 CPUtime=1.12 cores=1,3,5,7
/proc/4875/task/4880/stat : 4880 (java) S 4873 4875 2643 0 -1 4202560 260 0 0 0 103 9 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843336977320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4881] ppid=4873 vsize=2848260 CPUtime=1.21 cores=1,3,5,7
/proc/4875/task/4881/stat : 4881 (java) S 4873 4875 2643 0 -1 4202560 389 0 0 0 109 12 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843335924776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4882] ppid=4873 vsize=2848260 CPUtime=1.01 cores=1,3,5,7
/proc/4875/task/4882/stat : 4882 (java) S 4873 4875 2643 0 -1 4202560 262 0 0 0 91 10 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843334871208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4883] ppid=4873 vsize=2848260 CPUtime=1.14 cores=1,3,5,7
/proc/4875/task/4883/stat : 4883 (java) S 4873 4875 2643 0 -1 4202560 334 0 0 0 106 8 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843333818664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4884] ppid=4873 vsize=2848260 CPUtime=1.09 cores=1,3,5,7
/proc/4875/task/4884/stat : 4884 (java) S 4873 4875 2643 0 -1 4202560 275 0 0 0 99 10 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843332766120 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4875/tid=4885] ppid=4873 vsize=2848260 CPUtime=0.99 cores=1,3,5,7
/proc/4875/task/4885/stat : 4885 (java) S 4873 4875 2643 0 -1 4202560 298 0 0 0 90 9 0 0 20 0 21 0 342626645 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139843331713576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4886] ppid=4873 vsize=2848260 CPUtime=0.04 cores=1,3,5,7
/proc/4875/task/4886/stat : 4886 (java) S 4873 4875 2643 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 21 0 342626646 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842848938600 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4887] ppid=4873 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4887/stat : 4887 (java) S 4873 4875 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 342626646 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842847884920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4888] ppid=4873 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4888/stat : 4888 (java) S 4873 4875 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342626646 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842846832264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4889] ppid=4873 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4889/stat : 4889 (java) S 4873 4875 2643 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 342626649 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842845781008 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4890] ppid=4873 vsize=2848260 CPUtime=0.3 cores=1,3,5,7
/proc/4875/task/4890/stat : 4890 (java) S 4873 4875 2643 0 -1 4202560 2225 0 0 0 30 0 0 0 20 0 21 0 342626649 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842844727352 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4875/tid=4891] ppid=4873 vsize=2848260 CPUtime=0.2 cores=1,3,5,7
/proc/4875/task/4891/stat : 4891 (java) S 4873 4875 2643 0 -1 4202560 1973 0 0 0 20 0 0 0 20 0 21 0 342626649 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842843674808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4892] ppid=4873 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4892/stat : 4892 (java) S 4873 4875 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 342626649 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842842622456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4875/tid=4893] ppid=4873 vsize=2848260 CPUtime=1.03 cores=1,3,5,7
/proc/4875/task/4893/stat : 4893 (java) S 4873 4875 2643 0 -1 4202560 105 0 0 0 43 60 0 0 20 0 21 0 342626649 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842841570120 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4875/tid=4894] ppid=4873 vsize=2848260 CPUtime=0 cores=1,3,5,7
/proc/4875/task/4894/stat : 4894 (java) S 4873 4875 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342626667 2916618240 282170 33554432000 1073741824 1073778376 140733946378640 139842840515880 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 2848260

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4875 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=159246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=921707
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.43
CPU time (s): 1800.27
CPU user time (s): 1798.81
CPU system time (s): 1.46
CPU usage (%): 100.437
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.92171
maximum resident set size= 1128684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11139
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39069
involuntary context switches= 20952

runsolver used 6.76097 second user time and 16.0616 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 01:10:18
IDJOB=3737895
IDBENCH=48349
IDSOLVER=2322
FILE ID=node142/3737895-1338765018
RUNJOBID= node142-1338746443-2660
PBS_JOBID= 14636775
Free space on /tmp= 71192 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737895-1338765018/watcher-3737895-1338765018 -o /tmp/evaluation-result-3737895-1338765018/solver-3737895-1338765018 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3737895-1338765018.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=143618301

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28276324 kB
Buffers:          375808 kB
Cached:          2832096 kB
SwapCached:            0 kB
Active:          1819128 kB
Inactive:        1933760 kB
Active(anon):     536304 kB
Inactive(anon):    11220 kB
Active(file):    1282824 kB
Inactive(file):  1922540 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:                32 kB
Writeback:             0 kB
AnonPages:        533604 kB
Mapped:            18580 kB
Shmem:               200 kB
Slab:             681800 kB
SReclaimable:     123476 kB
SUnreclaim:       558324 kB
KernelStack:        1768 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node142 at 2012-06-04 01:40:12