Trace number 1856338

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.26 1780.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c MiniSAT restarts strategy
0.24/0.21	c Memory based learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-1856338-1244908238.opb
0.24/0.21	c reading problem ... 
3.36/2.49	c ... done. Wall clock time 2.283s.
3.36/2.49	c #vars     51018
3.36/2.49	c #constraints  19000
3.36/2.49	c constraints type 
3.36/2.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.04/1780.01	c starts		: 4
1800.04/1780.01	c conflicts		: 804
1800.04/1780.01	c decisions		: 297662
1800.04/1780.01	c propagations		: 446174
1800.04/1780.01	c inspects		: 38974317
1800.04/1780.01	c learnt literals	: 0
1800.04/1780.01	c learnt binary clauses	: 0
1800.04/1780.01	c learnt ternary clauses	: 0
1800.04/1780.01	c learnt clauses	: 803
1800.04/1780.01	c ignored clauses	: 0
1800.04/1780.01	c root simplifications	: 0
1800.04/1780.01	c removed literals (reason simplification)	: 0
1800.04/1780.01	c reason swapping (by a shorter reason)	: 0
1800.04/1780.01	c Calls to reduceDB	: 0
1800.04/1780.01	c speed (assignments/second)	: 251.0088477054868
1800.04/1780.01	c non guided choices	48
1800.04/1780.02	c learnt constraints type 
1800.04/1780.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 803
1800.04/1780.02	c constraints type 
1800.04/1780.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.04/1780.02	s UNKNOWN
1800.04/1780.02	c Total wall clock time (in seconds): 1779.81

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856338-1244908238/watcher-1856338-1244908238 -o /tmp/evaluation-result-1856338-1244908238/solver-1856338-1244908238 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856338-1244908238.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12722
/proc/meminfo: memFree=1309944/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=152 CPUtime=0
/proc/12722/stat : 12722 (java6) R 12720 12722 12641 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158424262 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/12722/statm: 38 26 19 9 0 4 0

[startup+0.08478 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12722
/proc/meminfo: memFree=1309944/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1470220 CPUtime=0.07
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 3462 0 1 0 4 3 0 0 18 0 7 0 158424262 1505505280 3207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 367555 3207 1039 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101781 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12722
/proc/meminfo: memFree=1309944/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1472584 CPUtime=0.09
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 3603 0 1 0 6 3 0 0 18 0 12 0 158424262 1507926016 3346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 368146 3346 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301795 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12722
/proc/meminfo: memFree=1309944/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1475044 CPUtime=0.38
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 5307 0 1 0 34 4 0 0 18 0 12 0 158424262 1510445056 5045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 368761 5045 1355 9 0 366104 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1475044

[startup+0.701824 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12722
/proc/meminfo: memFree=1309944/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1486316 CPUtime=1.16
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 10165 0 1 0 110 6 0 0 18 0 12 0 158424262 1521987584 8791 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 371579 8792 1399 9 0 368922 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1486316

[startup+1.50287 s]
/proc/loadavg: 0.92 1.00 0.99 2/76 12734
/proc/meminfo: memFree=1268376/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1487840 CPUtime=2.28
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 25665 0 1 0 214 14 0 0 18 0 12 0 158424262 1523548160 22087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 371960 22089 1401 9 0 369303 0
[pid=12722/tid=12724] ppid=12720 vsize=1487840 CPUtime=1.13
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 17683 0 1 0 104 9 0 0 22 0 12 0 158424263 1523548160 22090 1992294400 134512640 134550932 4294956000 18446744073709551615 4109535899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 158424265 1523548160 22090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158424265 1523548160 22091 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158424266 1523548160 22092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 158424267 1523548160 22093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158424267 1523548160 22093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158424271 1523548160 22094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1487840 CPUtime=0.65
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 4988 0 0 0 63 2 0 0 16 0 12 0 158424271 1523548160 22095 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1487840 CPUtime=0.46
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 2257 0 0 0 45 1 0 0 17 0 12 0 158424271 1523548160 22096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158424271 1523548160 22096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1487840 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158424271 1523548160 22097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1487840

[startup+3.10297 s]
/proc/loadavg: 0.92 1.00 0.99 2/76 12734
/proc/meminfo: memFree=1186968/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488164 CPUtime=4.47
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 46432 0 1 0 423 24 0 0 18 0 13 0 158424262 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372041 41176 1427 9 0 369384 0
[pid=12722/tid=12724] ppid=12720 vsize=1488164 CPUtime=2.41
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 30976 0 1 0 226 15 0 0 21 0 13 0 158424263 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4109138846 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488164 CPUtime=0.11
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 3187 0 0 0 10 1 0 0 16 0 13 0 158424265 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488164 CPUtime=0.1
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 2948 0 0 0 9 1 0 0 17 0 13 0 158424265 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488164 CPUtime=0
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 158424266 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488164 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488164 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488164 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488164 CPUtime=0.91
/proc/12722/task/12731/stat : 12731 (java) R 12720 12722 12641 0 -1 64 5009 0 0 0 89 2 0 0 17 0 13 0 158424271 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 104138330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488164 CPUtime=0.89
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 3556 0 0 0 87 2 0 0 17 0 13 0 158424271 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488164 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488164 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523879936 41176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1488164

[startup+6.30218 s]
/proc/loadavg: 0.93 1.00 0.99 2/77 12735
/proc/meminfo: memFree=1149648/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=8.3
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 54938 0 1 0 803 27 0 0 18 0 13 0 158424262 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 47995 1427 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=5.36
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 30982 0 1 0 521 15 0 0 17 0 13 0 158424263 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=0.27
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 6669 0 0 0 25 2 0 0 16 0 13 0 158424265 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=0.27
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 6811 0 0 0 24 3 0 0 16 0 13 0 158424265 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424266 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.09
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5023 0 0 0 107 2 0 0 15 0 13 0 158424271 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=1.26
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4697 0 0 0 124 2 0 0 15 0 13 0 158424271 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 47995 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1488132

[startup+12.7026 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 12735
/proc/meminfo: memFree=1103248/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=15.09
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 61188 0 1 0 1478 31 0 0 18 0 13 0 158424262 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 52996 1427 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=11.45
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 31005 0 1 0 1130 15 0 0 22 0 13 0 158424263 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=0.56
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 10134 0 0 0 52 4 0 0 16 0 13 0 158424265 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=0.56
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 9568 0 0 0 51 5 0 0 16 0 13 0 158424265 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424266 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.09
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5023 0 0 0 107 2 0 0 16 0 13 0 158424271 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=1.37
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4702 0 0 0 135 2 0 0 17 0 13 0 158424271 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 52996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1488132

[startup+25.5014 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 12735
/proc/meminfo: memFree=1094224/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=28.46
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 63601 0 1 0 2813 33 0 0 18 0 13 0 158424262 1523847168 55052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 55052 1428 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=24.06
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 31031 0 1 0 2391 15 0 0 18 0 13 0 158424263 1523847168 55052 1992294400 134512640 134550932 4294956000 18446744073709551615 4109850448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=0.65
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 11384 0 0 0 60 5 0 0 15 0 13 0 158424265 1523847168 55052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=0.65
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 10679 0 0 0 60 5 0 0 16 0 13 0 158424265 1523847168 55052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 158424266 1523847168 55052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 55052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0

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

[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0.44
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 14 0 0 0 28 16 0 0 15 0 13 0 158424266 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.17
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5026 0 0 0 115 2 0 0 16 0 13 0 158424271 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=2.04
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4738 0 0 0 202 2 0 0 16 0 13 0 158424271 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 220182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1558.84
Current children cumulated vsize (KiB) 1488132

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12741
/proc/meminfo: memFree=402320/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=1619.88
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 281656 0 1 0 161803 185 0 0 18 0 13 0 158424262 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 227586 1432 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=1583.86
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 33345 0 1 0 158361 25 0 0 25 0 13 0 158424263 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4109850066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=16.15
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 117770 0 0 0 1546 69 0 0 15 0 13 0 158424265 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=16.13
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 120018 0 0 0 1546 67 0 0 16 0 13 0 158424265 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0.46
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 14 0 0 0 29 17 0 0 16 0 13 0 158424266 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.17
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5026 0 0 0 115 2 0 0 16 0 13 0 158424271 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=2.04
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4738 0 0 0 202 2 0 0 16 0 13 0 158424271 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 227586 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.88
Current children cumulated vsize (KiB) 1488132

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12741
/proc/meminfo: memFree=378000/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=1680.76
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 292143 0 1 0 167882 194 0 0 18 0 13 0 158424262 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 233647 1432 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=1642.85
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 33438 0 1 0 164260 25 0 0 18 0 13 0 158424263 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=17.08
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 122946 0 0 0 1637 71 0 0 15 0 13 0 158424265 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=17.05
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 125236 0 0 0 1634 71 0 0 16 0 13 0 158424265 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0.49
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 14 0 0 0 31 18 0 0 16 0 13 0 158424266 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.17
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5026 0 0 0 115 2 0 0 16 0 13 0 158424271 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=2.04
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4738 0 0 0 202 2 0 0 16 0 13 0 158424271 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 233647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.76
Current children cumulated vsize (KiB) 1488132

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12741
/proc/meminfo: memFree=346832/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=1741.46
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 305822 0 1 0 173945 201 0 0 18 0 13 0 158424262 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 241408 1432 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=1702.04
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 33510 0 1 0 170179 25 0 0 24 0 13 0 158424263 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4109492800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=17.84
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 129600 0 0 0 1709 75 0 0 16 0 13 0 158424265 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=17.8
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 132189 0 0 0 1706 74 0 0 15 0 13 0 158424265 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0.51
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 14 0 0 0 32 19 0 0 15 0 13 0 158424266 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.17
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5026 0 0 0 115 2 0 0 16 0 13 0 158424271 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=2.04
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4738 0 0 0 202 2 0 0 16 0 13 0 158424271 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 241408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.46
Current children cumulated vsize (KiB) 1488132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12741
/proc/meminfo: memFree=316880/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=1488132 CPUtime=1800.04
/proc/12722/stat : 12722 (java) S 12720 12722 12641 0 -1 0 313847 0 1 0 179796 208 0 0 18 0 13 0 158424262 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12722/statm: 372033 248876 1432 9 0 369376 0
[pid=12722/tid=12724] ppid=12720 vsize=1488132 CPUtime=1758.77
/proc/12722/task/12724/stat : 12724 (java) R 12720 12722 12641 0 -1 64 33578 0 1 0 175852 25 0 0 20 0 13 0 158424263 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4109492941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12725] ppid=12720 vsize=1488132 CPUtime=18.75
/proc/12722/task/12725/stat : 12725 (java) S 12720 12722 12641 0 -1 64 132788 0 0 0 1797 78 0 0 15 0 13 0 158424265 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12726] ppid=12720 vsize=1488132 CPUtime=18.72
/proc/12722/task/12726/stat : 12726 (java) S 12720 12722 12641 0 -1 64 136958 0 0 0 1794 78 0 0 16 0 13 0 158424265 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12727] ppid=12720 vsize=1488132 CPUtime=0.51
/proc/12722/task/12727/stat : 12727 (java) S 12720 12722 12641 0 -1 64 14 0 0 0 32 19 0 0 16 0 13 0 158424266 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12728] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12728/stat : 12728 (java) S 12720 12722 12641 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12729] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12729/stat : 12729 (java) S 12720 12722 12641 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158424267 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12730] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12730/stat : 12730 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158424271 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12731] ppid=12720 vsize=1488132 CPUtime=1.17
/proc/12722/task/12731/stat : 12731 (java) S 12720 12722 12641 0 -1 64 5026 0 0 0 115 2 0 0 16 0 13 0 158424271 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12732] ppid=12720 vsize=1488132 CPUtime=2.04
/proc/12722/task/12732/stat : 12732 (java) S 12720 12722 12641 0 -1 64 4738 0 0 0 202 2 0 0 16 0 13 0 158424271 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12733] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12733/stat : 12733 (java) S 12720 12722 12641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158424271 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12722/tid=12734] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12734/stat : 12734 (java) S 12720 12722 12641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158424271 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12722/tid=12735] ppid=12720 vsize=1488132 CPUtime=0
/proc/12722/task/12735/stat : 12735 (java) S 12720 12722 12641 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 158424536 1523847168 248876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1488132

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

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

[startup+1780.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12741
/proc/meminfo: memFree=316880/2055920 swapFree=4191900/4192956
[pid=12722] ppid=12720 vsize=0 CPUtime=1800.23
/proc/12722/stat : 12722 (java) Z 12720 12722 12641 0 -1 1036 313868 0 1 0 179803 220 0 0 15 0 2 0 158424262 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12722/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.22
CPU time (s): 1800.26
CPU user time (s): 1798.03
CPU system time (s): 2.22966
CPU usage (%): 101.126
Max. virtual memory (cumulated for all children) (KiB): 1491236

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

runsolver used 1.9937 second user time and 5.17021 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-13 17:50:39
IDJOB=1856338
IDBENCH=2466
IDSOLVER=681
FILE ID=node22/1856338-1244908238
PBS_JOBID= 9354570
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856338-1244908238/watcher-1856338-1244908238 -o /tmp/evaluation-result-1856338-1244908238/solver-1856338-1244908238 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856338-1244908238.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=1884611308

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1310360 kB
Buffers:         57420 kB
Cached:         618388 kB
SwapCached:        384 kB
Active:          48448 kB
Inactive:       640260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310360 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:          21288 kB
Slab:            42908 kB
Committed_AS:   126360 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node22 at 2009-06-13 18:20:21