Trace number 3733565

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.66 1794.92

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUM2318a0c7fc475c873b2fa45e5e7fe96e
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.044992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3733565-1338749195.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c ... done. Wall clock time 0.015s.
0.09/0.12	c #vars     93
0.09/0.12	c #constraints  2
0.09/0.12	c constraints type 
0.09/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1794.81	c starts		: 24
1800.06/1794.81	c conflicts		: 2694715
1800.06/1794.81	c decisions		: 2695852
1800.06/1794.81	c propagations		: 21822767
1800.06/1794.81	c inspects		: 13121368316
1800.06/1794.81	c learnt literals	: 0
1800.06/1794.81	c learnt binary clauses	: 0
1800.06/1794.81	c learnt ternary clauses	: 0
1800.06/1794.81	c learnt clauses	: 2694715
1800.06/1794.81	c ignored clauses	: 0
1800.06/1794.81	c root simplifications	: 0
1800.06/1794.81	c removed literals (reason simplification)	: 97018850
1800.06/1794.81	c reason swapping (by a shorter reason)	: 0
1800.06/1794.81	c Calls to reduceDB	: 0
1800.06/1794.81	c speed (assignments/second)	: 12159.650680035014
1800.06/1794.81	c non guided choices	82
1800.06/1794.91	c learnt constraints type 
1800.06/1794.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 2694721
1800.06/1794.91	c constraints type 
1800.06/1794.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1794.91	s UNKNOWN
1800.06/1794.91	c Total wall clock time (in seconds): 1794.8

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-3733565-1338749195/watcher-3733565-1338749195 -o /tmp/evaluation-result-3733565-1338749195/solver-3733565-1338749195 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733565-1338749195.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 1.99 1.93 3/173 13446
/proc/meminfo: memFree=29622840/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13446/stat : 13446 (java6) D 13444 13446 13299 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341044946 9515008 182 33554432000 1073741824 1073778376 140736432980240 140736432971272 214537420469 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/13446/statm: 2323 182 140 9 0 71 0

[startup+0.063773 s]
/proc/loadavg: 1.88 1.99 1.93 3/173 13446
/proc/meminfo: memFree=29622840/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 3719 0 1 0 3 0 0 0 20 0 13 0 341044946 2371293184 5437 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 578929 5437 1715 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100266 s]
/proc/loadavg: 1.88 1.99 1.93 3/173 13446
/proc/meminfo: memFree=29622840/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 4689 0 1 0 8 1 0 0 20 0 18 0 341044946 2712133632 6406 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 662142 6406 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300166 s]
/proc/loadavg: 1.88 1.99 1.93 3/173 13446
/proc/meminfo: memFree=29622840/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 7636 0 1 0 47 2 0 0 20 0 19 0 341044946 2780295168 9301 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 9301 2219 9 0 669476 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2715132

[startup+0.700165 s]
/proc/loadavg: 1.88 1.99 1.93 3/173 13446
/proc/meminfo: memFree=29622840/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=0.97 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 7668 0 1 0 95 2 0 0 20 0 19 0 341044946 2780295168 11888 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 11888 2225 9 0 669476 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 2715132

[startup+1.50062 s]
/proc/loadavg: 1.88 1.99 1.93 5/213 13514
/proc/meminfo: memFree=29538128/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=1.8 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 7681 0 1 0 178 2 0 0 20 0 19 0 341044946 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 17010 2226 9 0 669476 0
[pid=13446/tid=13448] ppid=13444 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13299 0 -1 4202560 2781 0 1 0 145 2 0 0 20 0 19 0 341044947 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139740128461408 139739999505800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139740117522728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739994359976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739993307688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739992254888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739991202600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739990149800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739989097512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739988044712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341044949 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739505064168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13461] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 12 0 0 0 20 0 19 0 341044952 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2468 0 0 0 18 0 0 0 20 0 19 0 341044952 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 17010 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 2715132

[startup+3.10061 s]
/proc/loadavg: 1.88 1.99 1.93 3/213 13514
/proc/meminfo: memFree=29485936/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=3.43 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 7700 0 1 0 340 3 0 0 20 0 19 0 341044946 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 25204 2227 9 0 669476 0
[pid=13446/tid=13448] ppid=13444 vsize=2715132 CPUtime=3.06 cores=0,2,4,6
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13299 0 -1 4202560 2798 0 1 0 304 2 0 0 20 0 19 0 341044947 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139740128459272 139739999583968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139740117522728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739994359976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739993307688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739992254888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739991202600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739990149800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739989097512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739988044712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341044949 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739505064168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13461] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 13 0 0 0 20 0 19 0 341044952 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2468 0 0 0 20 0 0 0 20 0 19 0 341044952 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 25204 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 2715132

[startup+6.30068 s]
/proc/loadavg: 1.89 1.99 1.93 3/213 13514
/proc/meminfo: memFree=29386900/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=6.62 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 7724 0 1 0 659 3 0 0 20 0 19 0 341044946 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 35950 2228 9 0 669476 0
[pid=13446/tid=13448] ppid=13444 vsize=2715132 CPUtime=6.26 cores=0,2,4,6
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13299 0 -1 4202560 2821 0 1 0 623 3 0 0 20 0 19 0 341044947 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139740128459328 139739999398112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139740117522728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739994359976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739993307688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739992254888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739991202600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739990149800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739989097512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341044948 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739988044712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341044949 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739505064168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13461] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 13 0 0 0 20 0 19 0 341044952 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2468 0 0 0 20 0 0 0 20 0 19 0 341044952 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 35950 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 13 0 0 0 20 0 19 0 341044952 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2469 0 0 0 21 0 0 0 20 0 19 0 341044952 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 98 0 0 0 28 33 0 0 20 0 19 0 341044952 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 306080 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.25
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/213 13552
/proc/meminfo: memFree=27245640/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=1727.53 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 10858 0 1 0 172641 112 0 0 20 0 19 0 341044946 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 314835 2241 9 0 669476 0
[pid=13446/tid=13448] ppid=13444 vsize=2715132 CPUtime=1720.52 cores=0,2,4,6
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13299 0 -1 4202560 2956 0 1 0 172019 33 0 0 20 0 19 0 341044947 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139740128460128 139739999411264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13299 0 -1 4202560 407 0 0 0 73 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139740117522728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13299 0 -1 4202560 395 0 0 0 77 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739994359976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13299 0 -1 4202560 381 0 0 0 72 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739993307688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13299 0 -1 4202560 398 0 0 0 57 9 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739992254888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13299 0 -1 4202560 304 0 0 0 66 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739991202600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13299 0 -1 4202560 271 0 0 0 71 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739990149800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13299 0 -1 4202560 312 0 0 0 62 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739989097512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13299 0 -1 4202560 390 0 0 0 64 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739988044712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13299 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 341044949 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739505064168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13461] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 13 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2469 0 0 0 21 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 100 0 0 0 29 34 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.53
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 13552
/proc/meminfo: memFree=27216780/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=1787.54 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 10862 0 1 0 178641 113 0 0 20 0 19 0 341044946 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 314835 2241 9 0 669476 0
[pid=13446/tid=13448] ppid=13444 vsize=2715132 CPUtime=1780.52 cores=0,2,4,6
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13299 0 -1 4202560 2956 0 1 0 178018 34 0 0 20 0 19 0 341044947 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139740128460128 139739999418991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13299 0 -1 4202560 407 0 0 0 73 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139740117522728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13299 0 -1 4202560 395 0 0 0 77 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739994359976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13299 0 -1 4202560 381 0 0 0 72 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739993307688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13299 0 -1 4202560 398 0 0 0 57 9 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739992254888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13299 0 -1 4202560 304 0 0 0 66 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739991202600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13299 0 -1 4202560 271 0 0 0 71 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739990149800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13299 0 -1 4202560 312 0 0 0 62 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739989097512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13299 0 -1 4202560 390 0 0 0 64 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739988044712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13299 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 341044949 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739505064168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13461] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 13 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2469 0 0 0 21 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.02 2.01 1.96 2/193 13555
/proc/meminfo: memFree=28356624/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/13446/stat : 13446 (java) S 13444 13446 13299 0 -1 4202496 10862 0 1 0 179892 114 0 0 20 0 19 0 341044946 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13446/statm: 678783 314835 2241 9 0 669476 0
[pid=13446/tid=13448] ppid=13444 vsize=2715132 CPUtime=1793.02 cores=0,2,4,6
/proc/13446/task/13448/stat : 13448 (java) R 13444 13446 13299 0 -1 4202560 2956 0 1 0 179268 34 0 0 20 0 19 0 341044947 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139740128460128 139739999419857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13449] ppid=13444 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/13446/task/13449/stat : 13449 (java) S 13444 13446 13299 0 -1 4202560 407 0 0 0 73 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139740117522728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13450] ppid=13444 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/13446/task/13450/stat : 13450 (java) S 13444 13446 13299 0 -1 4202560 395 0 0 0 77 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739994359976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13446/tid=13451] ppid=13444 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/13446/task/13451/stat : 13451 (java) S 13444 13446 13299 0 -1 4202560 381 0 0 0 72 10 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739993307688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13452] ppid=13444 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/13446/task/13452/stat : 13452 (java) S 13444 13446 13299 0 -1 4202560 398 0 0 0 57 9 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739992254888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13453] ppid=13444 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/13446/task/13453/stat : 13453 (java) S 13444 13446 13299 0 -1 4202560 304 0 0 0 66 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739991202600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13454] ppid=13444 vsize=2715132 CPUtime=0.79 cores=0,2,4,6
/proc/13446/task/13454/stat : 13454 (java) S 13444 13446 13299 0 -1 4202560 271 0 0 0 71 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739990149800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13455] ppid=13444 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/13446/task/13455/stat : 13455 (java) S 13444 13446 13299 0 -1 4202560 312 0 0 0 62 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739989097512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13456] ppid=13444 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/13446/task/13456/stat : 13456 (java) S 13444 13446 13299 0 -1 4202560 390 0 0 0 64 8 0 0 20 0 19 0 341044948 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739988044712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13457] ppid=13444 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/13446/task/13457/stat : 13457 (java) S 13444 13446 13299 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 341044949 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739505064168 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13461] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13461/stat : 13461 (java) S 13444 13446 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739504010232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13462] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13462/stat : 13462 (java) S 13444 13446 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341044950 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739502957832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13463] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13463/stat : 13463 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739501906320 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13464] ppid=13444 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/13446/task/13464/stat : 13464 (java) S 13444 13446 13299 0 -1 4202560 1237 0 0 0 13 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739500853944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13446/tid=13465] ppid=13444 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/13446/task/13465/stat : 13465 (java) S 13444 13446 13299 0 -1 4202560 2469 0 0 0 21 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739499801144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13466] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13466/stat : 13466 (java) S 13444 13446 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739498749048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13446/tid=13467] ppid=13444 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/13446/task/13467/stat : 13467 (java) S 13444 13446 13299 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 341044952 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739497696456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13446/tid=13477] ppid=13444 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/13446/task/13477/stat : 13477 (java) S 13444 13446 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341044959 2780295168 314835 33554432000 1073741824 1073778376 140735163674000 139739496641448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1794.91 s]
/proc/loadavg: 2.02 2.01 1.96 2/193 13555
/proc/meminfo: memFree=28356624/32873648 swapFree=7116/7116
[pid=13446] ppid=13444 vsize=2848260 CPUtime=1800.64 cores=0,2,4,6
/proc/13446/stat : 13446 (java) R 13444 13446 13299 0 -1 4202496 10917 0 1 0 179909 155 0 0 20 0 3 0 341044946 2916618240 314881 33554432000 1073741824 1073778376 140735163674000 140735163665136 214540779581 256 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13446/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 2848260

Child status: 143
Real time (s): 1794.92
CPU time (s): 1800.66
CPU user time (s): 1799.09
CPU system time (s): 1.56776
CPU usage (%): 100.32
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.56776
maximum resident set size= 1259536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10917
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38580
involuntary context switches= 10649

runsolver used 6.81196 second user time and 14.1009 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 20:46:35
IDJOB=3733565
IDBENCH=2565
IDSOLVER=2322
FILE ID=node127/3733565-1338749195
RUNJOBID= node127-1338747395-13315
PBS_JOBID= 14636779
Free space on /tmp= 70480 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733565-1338749195/watcher-3733565-1338749195 -o /tmp/evaluation-result-3733565-1338749195/solver-3733565-1338749195 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733565-1338749195.opb

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

MD5SUM BENCH= 2318a0c7fc475c873b2fa45e5e7fe96e
RANDOM SEED=160736826

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29623096 kB
Buffers:          411080 kB
Cached:          1948552 kB
SwapCached:         1428 kB
Active:          1037648 kB
Inactive:        1331316 kB
Active(anon):       3216 kB
Inactive(anon):     7952 kB
Active(file):    1034432 kB
Inactive(file):  1323364 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:               128 kB
Writeback:             0 kB
AnonPages:         14204 kB
Mapped:            10228 kB
Shmem:                92 kB
Slab:             746452 kB
SReclaimable:     190484 kB
SUnreclaim:       555968 kB
KernelStack:        1448 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node127 at 2012-06-03 21:16:32