Trace number 1856416

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.31 1778.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-swath.opb
MD5SUM3553224658521cb15e26e6f30dd8f5c2
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 variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
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 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1856416-1244910889.opb
0.21/0.22	c reading problem ... 
1.91/1.44	c ... done. Wall clock time 1.211s.
1.91/1.44	c #vars     9155
1.91/1.44	c #constraints  987
1.91/1.44	c constraints type 
1.91/1.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1.91/1.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1.91/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.07/1778.41	c starts		: 2
1800.07/1778.41	c conflicts		: 185
1800.07/1778.41	c decisions		: 40456
1800.07/1778.41	c propagations		: 258651
1800.07/1778.41	c inspects		: 5225154
1800.07/1778.41	c learnt literals	: 0
1800.07/1778.41	c learnt binary clauses	: 0
1800.07/1778.41	c learnt ternary clauses	: 0
1800.07/1778.41	c learnt clauses	: 184
1800.07/1778.41	c ignored clauses	: 0
1800.07/1778.41	c root simplifications	: 0
1800.07/1778.41	c removed literals (reason simplification)	: 0
1800.07/1778.41	c reason swapping (by a shorter reason)	: 0
1800.07/1778.41	c Calls to reduceDB	: 0
1800.07/1778.41	c speed (assignments/second)	: 145.556833631968
1800.07/1778.41	c non guided choices	0
1800.07/1778.41	c learnt constraints type 
1800.07/1778.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21
1800.07/1778.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 163
1800.07/1778.41	c constraints type 
1800.07/1778.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.07/1778.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1800.07/1778.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.07/1778.42	s UNKNOWN
1800.07/1778.42	c Total wall clock time (in seconds): 1778.191

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-1856416-1244910889/watcher-1856416-1244910889 -o /tmp/evaluation-result-1856416-1244910889/solver-1856416-1244910889 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856416-1244910889.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: 1.00 1.00 1.00 2/64 11766
/proc/meminfo: memFree=1326256/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1612 CPUtime=0
/proc/11766/stat : 11766 (java6) R 11764 11766 11435 0 -1 0 155 0 0 0 0 0 0 0 18 0 1 0 158688631 1650688 127 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11766/statm: 403 138 102 9 0 45 0

[startup+0.0972141 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11766
/proc/meminfo: memFree=1326256/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1470220 CPUtime=0.07
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 3508 0 1 0 5 2 0 0 18 0 7 0 158688631 1505505280 3253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 367555 3253 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101213 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11766
/proc/meminfo: memFree=1326256/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1472416 CPUtime=0.08
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 3557 0 1 0 6 2 0 0 18 0 12 0 158688631 1507753984 3300 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 368104 3300 1056 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472416

[startup+0.301239 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11766
/proc/meminfo: memFree=1326256/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1475360 CPUtime=0.34
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 5085 0 1 0 31 3 0 0 18 0 12 0 158688631 1510768640 4818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 368840 4818 1355 9 0 366183 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475360

[startup+0.701276 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11766
/proc/meminfo: memFree=1326256/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1476084 CPUtime=1.03
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 7316 0 1 0 98 5 0 0 18 0 12 0 158688631 1511510016 6675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 369021 6675 1401 9 0 366364 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476084

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 11778
/proc/meminfo: memFree=1281808/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1476084 CPUtime=2.05
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 23061 0 1 0 195 10 0 0 18 0 12 0 158688631 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 369021 22219 1412 9 0 366364 0
[pid=11766/tid=11768] ppid=11764 vsize=1476084 CPUtime=1.25
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 20751 0 1 0 116 9 0 0 22 0 12 0 158688632 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 158688634 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 158688634 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158688636 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 158688637 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 158688637 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158688641 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1476084 CPUtime=0.38
/proc/11766/task/11775/stat : 11775 (java) R 11764 11766 11435 0 -1 64 706 0 0 0 38 0 0 0 16 0 12 0 158688641 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 103975536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1476084 CPUtime=0.39
/proc/11766/task/11776/stat : 11776 (java) R 11764 11766 11435 0 -1 64 860 0 0 0 39 0 0 0 16 0 12 0 158688641 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 103103509 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158688641 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1476084 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158688641 1511510016 22219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1476084

[startup+3.10249 s]
/proc/loadavg: 1.08 1.02 1.01 4/77 11779
/proc/meminfo: memFree=1227272/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1480700 CPUtime=4.34
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 30680 0 1 0 422 12 0 0 18 0 13 0 158688631 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370175 27852 1418 9 0 367518 0
[pid=11766/tid=11768] ppid=11764 vsize=1480700 CPUtime=2.56
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 25205 0 1 0 247 9 0 0 25 0 13 0 158688632 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4109648232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 158688634 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 158688634 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158688636 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 158688637 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688637 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1480700 CPUtime=0.8
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 2048 0 0 0 80 0 0 0 16 0 13 0 158688641 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1480700 CPUtime=0.95
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 2679 0 0 0 94 1 0 0 15 0 13 0 158688641 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1480700 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1516236800 27852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1480700

[startup+6.30277 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 11779
/proc/meminfo: memFree=1207560/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1480572 CPUtime=7.73
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 34897 0 1 0 759 14 0 0 18 0 13 0 158688631 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370143 32020 1418 9 0 367486 0
[pid=11766/tid=11768] ppid=11764 vsize=1480572 CPUtime=5.71
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 29409 0 1 0 560 11 0 0 25 0 13 0 158688632 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4109570192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 158688634 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 158688634 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158688636 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 158688637 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688637 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1480572 CPUtime=0.87
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 2050 0 0 0 87 0 0 0 16 0 13 0 158688641 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1480572 CPUtime=1.11
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 2690 0 0 0 110 1 0 0 16 0 13 0 158688641 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1516105728 32020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 1480572

[startup+12.7024 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 11779
/proc/meminfo: memFree=1183888/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1480668 CPUtime=14.4
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 40290 0 1 0 1423 17 0 0 18 0 13 0 158688631 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370167 36699 1427 9 0 367510 0
[pid=11766/tid=11768] ppid=11764 vsize=1480668 CPUtime=12.04
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 30990 0 1 0 1192 12 0 0 25 0 13 0 158688632 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4109487424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1480668 CPUtime=0.04
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 1390 0 0 0 4 0 0 0 17 0 13 0 158688634 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1480668 CPUtime=0.04
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 1750 0 0 0 4 0 0 0 16 0 13 0 158688634 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158688636 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158688637 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158688637 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1480668 CPUtime=0.89
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 2055 0 0 0 89 0 0 0 17 0 13 0 158688641 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1480668 CPUtime=1.33
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 3350 0 0 0 132 1 0 0 17 0 13 0 158688641 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1480668 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1516204032 36699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 1480668

[startup+25.5026 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 11779
/proc/meminfo: memFree=1167376/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1480572 CPUtime=27.3
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 44539 0 1 0 2711 19 0 0 18 0 13 0 158688631 1516105728 40872 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370143 40872 1427 9 0 367486 0
[pid=11766/tid=11768] ppid=11764 vsize=1480572 CPUtime=24.74
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 30998 0 1 0 2462 12 0 0 25 0 13 0 158688632 1516105728 40872 1992294400 134512640 134550932 4294956000 18446744073709551615 4109647990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1480572 CPUtime=0.1
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 3314 0 0 0 9 1 0 0 16 0 13 0 158688634 1516105728 40872 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1480572 CPUtime=0.11
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 4052 0 0 0 9 2 0 0 17 0 13 0 158688634 1516105728 40872 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1480572 CPUtime=0
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 158688636 1516105728 40872 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1480572 CPUtime=0

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

[pid=11766/tid=11771] ppid=11764 vsize=1482088 CPUtime=0.63
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 19 0 0 0 41 22 0 0 16 0 13 0 158688636 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1482088 CPUtime=1.21
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 3316 0 0 0 120 1 0 0 16 0 13 0 158688641 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1482088 CPUtime=2.03
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 6906 0 0 0 200 3 0 0 16 0 13 0 158688641 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1517658112 218025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1559.88
Current children cumulated vsize (KiB) 1482088

[startup+1602.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 11787
/proc/meminfo: memFree=425992/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1482088 CPUtime=1620.88
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 299074 0 1 0 161872 216 0 0 18 0 13 0 158688631 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370522 225745 1430 9 0 367865 0
[pid=11766/tid=11768] ppid=11764 vsize=1482088 CPUtime=1582.49
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 34263 0 1 0 158228 21 0 0 21 0 13 0 158688632 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4109534281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1482088 CPUtime=17.19
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 125927 0 0 0 1634 85 0 0 16 0 13 0 158688634 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1482088 CPUtime=17.23
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 127896 0 0 0 1643 80 0 0 15 0 13 0 158688634 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1482088 CPUtime=0.66
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 20 0 0 0 43 23 0 0 16 0 13 0 158688636 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1482088 CPUtime=1.21
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 3316 0 0 0 120 1 0 0 16 0 13 0 158688641 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1482088 CPUtime=2.03
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 6906 0 0 0 200 3 0 0 16 0 13 0 158688641 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1517658112 225745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1620.88
Current children cumulated vsize (KiB) 1482088

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 11787
/proc/meminfo: memFree=408520/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1482088 CPUtime=1681.86
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 304727 0 1 0 167964 222 0 0 18 0 13 0 158688631 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370522 230094 1430 9 0 367865 0
[pid=11766/tid=11768] ppid=11764 vsize=1482088 CPUtime=1641.39
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 34392 0 1 0 164117 22 0 0 20 0 13 0 158688632 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4110020796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1482088 CPUtime=18.21
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 128251 0 0 0 1735 86 0 0 16 0 13 0 158688634 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1482088 CPUtime=18.27
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 131096 0 0 0 1745 82 0 0 16 0 13 0 158688634 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1482088 CPUtime=0.68
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 20 0 0 0 44 24 0 0 16 0 13 0 158688636 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1482088 CPUtime=1.21
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 3316 0 0 0 120 1 0 0 16 0 13 0 158688641 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1482088 CPUtime=2.03
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 6906 0 0 0 200 3 0 0 16 0 13 0 158688641 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1517658112 230094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1681.86
Current children cumulated vsize (KiB) 1482088

[startup+1722.3 s]
/proc/loadavg: 1.41 1.12 1.03 2/77 11787
/proc/meminfo: memFree=378376/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1482088 CPUtime=1742.93
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 315364 0 1 0 174063 230 0 0 18 0 13 0 158688631 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370522 237587 1430 9 0 367865 0
[pid=11766/tid=11768] ppid=11764 vsize=1482088 CPUtime=1700.2
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 34523 0 1 0 169997 23 0 0 25 0 13 0 158688632 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4110020418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1482088 CPUtime=19.33
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 133311 0 0 0 1843 90 0 0 16 0 13 0 158688634 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1482088 CPUtime=19.38
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 136542 0 0 0 1853 85 0 0 16 0 13 0 158688634 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1482088 CPUtime=0.71
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 20 0 0 0 46 25 0 0 15 0 13 0 158688636 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1482088 CPUtime=1.21
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 3316 0 0 0 120 1 0 0 16 0 13 0 158688641 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1482088 CPUtime=2.03
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 6906 0 0 0 200 3 0 0 16 0 13 0 158688641 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1517658112 237587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.93
Current children cumulated vsize (KiB) 1482088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.4 s]
/proc/loadavg: 1.27 1.14 1.04 2/77 11787
/proc/meminfo: memFree=346184/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=1482088 CPUtime=1800.07
/proc/11766/stat : 11766 (java) S 11764 11766 11435 0 -1 0 326092 0 1 0 179770 237 0 0 18 0 13 0 158688631 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11766/statm: 370522 245610 1430 9 0 367865 0
[pid=11766/tid=11768] ppid=11764 vsize=1482088 CPUtime=1755.15
/proc/11766/task/11768/stat : 11768 (java) R 11764 11766 11435 0 -1 64 34644 0 1 0 175492 23 0 0 25 0 13 0 158688632 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4109711459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11769] ppid=11764 vsize=1482088 CPUtime=20.42
/proc/11766/task/11769/stat : 11769 (java) S 11764 11766 11435 0 -1 64 138821 0 0 0 1950 92 0 0 15 0 13 0 158688634 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11770] ppid=11764 vsize=1482088 CPUtime=20.47
/proc/11766/task/11770/stat : 11770 (java) S 11764 11766 11435 0 -1 64 141639 0 0 0 1958 89 0 0 16 0 13 0 158688634 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11771] ppid=11764 vsize=1482088 CPUtime=0.72
/proc/11766/task/11771/stat : 11771 (java) S 11764 11766 11435 0 -1 64 20 0 0 0 47 25 0 0 16 0 13 0 158688636 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11772] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11772/stat : 11772 (java) S 11764 11766 11435 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11773] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11773/stat : 11773 (java) S 11764 11766 11435 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158688637 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11774] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11774/stat : 11774 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11775] ppid=11764 vsize=1482088 CPUtime=1.21
/proc/11766/task/11775/stat : 11775 (java) S 11764 11766 11435 0 -1 64 3316 0 0 0 120 1 0 0 16 0 13 0 158688641 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11776] ppid=11764 vsize=1482088 CPUtime=2.03
/proc/11766/task/11776/stat : 11776 (java) S 11764 11766 11435 0 -1 64 6906 0 0 0 200 3 0 0 16 0 13 0 158688641 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11777] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11777/stat : 11777 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158688641 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11766/tid=11778] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11778/stat : 11778 (java) S 11764 11766 11435 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158688641 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11766/tid=11779] ppid=11764 vsize=1482088 CPUtime=0
/proc/11766/task/11779/stat : 11779 (java) S 11764 11766 11435 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158688782 1517658112 245610 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1482088

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

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

[startup+1778.6 s]
/proc/loadavg: 1.27 1.14 1.04 2/67 11790
/proc/meminfo: memFree=1217016/2055920 swapFree=4192812/4192956
[pid=11766] ppid=11764 vsize=0 CPUtime=1800.27
/proc/11766/stat : 11766 (java) Z 11764 11766 11435 0 -1 1036 326115 0 1 0 179776 251 0 0 16 0 2 0 158688631 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11766/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.62
CPU time (s): 1800.31
CPU user time (s): 1797.77
CPU system time (s): 2.53561
CPU usage (%): 101.219
Max. virtual memory (cumulated for all children) (KiB): 1484160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.53561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326115
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= 74080
involuntary context switches= 41546

runsolver used 2.18667 second user time and 5.57315 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-13 18:34:49
IDJOB=1856416
IDBENCH=2511
IDSOLVER=681
FILE ID=node25/1856416-1244910889
PBS_JOBID= 9354562
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-swath.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-1856416-1244910889/watcher-1856416-1244910889 -o /tmp/evaluation-result-1856416-1244910889/solver-1856416-1244910889 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856416-1244910889.opb

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

MD5SUM BENCH= 3553224658521cb15e26e6f30dd8f5c2
RANDOM SEED=858258611

node25.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.238
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.238
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:       1326672 kB
Buffers:         54820 kB
Cached:         603484 kB
SwapCached:        140 kB
Active:          52988 kB
Inactive:       619448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          23752 kB
Slab:            42808 kB
Committed_AS:   152788 kB
PageTables:       1464 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= 66468 MiB
End job on node25 at 2009-06-13 19:04:29