Trace number 1856852

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.25 1729.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
Number of bits of the biggest sum of numbers631
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.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856852-1244927119.opb
0.22/0.22	c reading problem ... 
8.92/7.88	c ... done. Wall clock time 7.664s.
8.92/7.88	c #vars     89251
8.92/7.88	c #constraints  288017
8.92/7.88	c constraints type 
8.92/7.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
8.92/7.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
8.92/7.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1729.31	c starts		: 1
1800.01/1729.31	c conflicts		: 3
1800.01/1729.31	c decisions		: 506
1800.01/1729.31	c propagations		: 132295
1800.01/1729.31	c inspects		: 604928
1800.01/1729.31	c learnt literals	: 0
1800.01/1729.31	c learnt binary clauses	: 0
1800.01/1729.31	c learnt ternary clauses	: 0
1800.01/1729.31	c learnt clauses	: 3
1800.01/1729.31	c ignored clauses	: 0
1800.01/1729.31	c root simplifications	: 0
1800.01/1729.31	c removed literals (reason simplification)	: 0
1800.01/1729.31	c reason swapping (by a shorter reason)	: 0
1800.01/1729.31	c Calls to reduceDB	: 0
1800.01/1729.31	c speed (assignments/second)	: 76.85193737521254
1800.01/1729.31	c non guided choices	2
1800.01/1729.31	c learnt constraints type 
1800.01/1729.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1800.01/1729.31	c constraints type 
1800.01/1729.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
1800.01/1729.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
1800.01/1729.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1729.31	s UNKNOWN
1800.01/1729.31	c Total wall clock time (in seconds): 1729.096

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-1856852-1244927119/watcher-1856852-1244927119 -o /tmp/evaluation-result-1856852-1244927119/solver-1856852-1244927119 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856852-1244927119.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 3/64 15593
/proc/meminfo: memFree=1297080/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=272 CPUtime=0
/proc/15593/stat : 15593 (java6) R 15591 15593 15319 0 -1 0 50 0 0 0 0 0 0 0 18 0 1 0 160311964 278528 35 1992294400 134512640 134550932 4294956160 18446744073709551615 1126492 0 0 4096 0 0 0 0 17 1 0 0
/proc/15593/statm: 68 37 28 9 0 6 0

[startup+0.0749591 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15593
/proc/meminfo: memFree=1297080/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1470220 CPUtime=0.06
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 3399 0 1 0 4 2 0 0 18 0 7 0 160311964 1505505280 3144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 367555 3144 1034 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101962 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15593
/proc/meminfo: memFree=1297080/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1472584 CPUtime=0.08
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 3609 0 1 0 6 2 0 0 18 0 12 0 160311964 1507926016 3352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301994 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15593
/proc/meminfo: memFree=1297080/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1475160 CPUtime=0.35
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 5501 0 1 0 32 3 0 0 18 0 12 0 160311964 1510563840 5234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 368790 5234 1352 9 0 366133 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475160

[startup+0.701062 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15593
/proc/meminfo: memFree=1297080/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1477036 CPUtime=0.99
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 7720 0 1 0 95 4 0 0 18 0 12 0 160311964 1512484864 7192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 369259 7192 1398 9 0 366602 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1477036

[startup+1.50219 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 15605
/proc/meminfo: memFree=1260568/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1477036 CPUtime=1.99
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 22975 0 1 0 187 12 0 0 18 0 12 0 160311964 1512484864 22082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 369259 22083 1402 9 0 366602 0
[pid=15593/tid=15595] ppid=15591 vsize=1477036 CPUtime=1.31
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 20402 0 1 0 120 11 0 0 21 0 12 0 160311965 1512484864 22084 1992294400 134512640 134550932 4294956000 18446744073709551615 4109513273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160311966 1512484864 22085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 160311966 1512484864 22086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 160311968 1512484864 22087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160311969 1512484864 22088 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160311969 1512484864 22089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160311973 1512484864 22090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1477036 CPUtime=0.35
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 691 0 0 0 35 0 0 0 16 0 12 0 160311973 1512484864 22091 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1477036 CPUtime=0.31
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1143 0 0 0 31 0 0 0 16 0 12 0 160311973 1512484864 22092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160311973 1512484864 22093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160311973 1512484864 22094 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1477036

[startup+3.10145 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 15605
/proc/meminfo: memFree=1161624/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1477036 CPUtime=3.73
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 40503 0 1 0 351 22 0 0 18 0 12 0 160311964 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 369259 39557 1412 9 0 366602 0
[pid=15593/tid=15595] ppid=15591 vsize=1477036 CPUtime=2.76
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 30934 0 1 0 259 17 0 0 18 0 12 0 160311965 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4109469170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1477036 CPUtime=0.13
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 3899 0 0 0 11 2 0 0 17 0 12 0 160311966 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1477036 CPUtime=0.14
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 3082 0 0 0 13 1 0 0 17 0 12 0 160311966 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 160311968 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160311969 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160311969 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160311973 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1477036 CPUtime=0.35
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 691 0 0 0 35 0 0 0 16 0 12 0 160311973 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1477036 CPUtime=0.31
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1143 0 0 0 31 0 0 0 16 0 12 0 160311973 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160311973 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1477036 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160311973 1512484864 39557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1477036

[startup+6.30298 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 15605
/proc/meminfo: memFree=1127384/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1476972 CPUtime=7.09
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 44735 0 1 0 683 26 0 0 18 0 12 0 160311964 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 369243 43579 1414 9 0 366586 0
[pid=15593/tid=15595] ppid=15591 vsize=1476972 CPUtime=5.83
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 30936 0 1 0 564 19 0 0 25 0 12 0 160311965 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4109485816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1476972 CPUtime=0.27
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 5694 0 0 0 24 3 0 0 16 0 12 0 160311966 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1476972 CPUtime=0.26
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 5512 0 0 0 25 1 0 0 16 0 12 0 160311966 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1476972 CPUtime=0
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 160311968 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1476972 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160311969 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1476972 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160311969 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1476972 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160311973 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1476972 CPUtime=0.35
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 691 0 0 0 35 0 0 0 16 0 12 0 160311973 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1476972 CPUtime=0.32
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1145 0 0 0 32 0 0 0 16 0 12 0 160311973 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1476972 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160311973 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1476972 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160311973 1512419328 43579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1476972

[startup+12.702 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 15606
/proc/meminfo: memFree=1110168/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1477568 CPUtime=14.44
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 50017 0 1 0 1416 28 0 0 18 0 13 0 160311964 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 369392 47890 1429 9 0 366735 0
[pid=15593/tid=15595] ppid=15591 vsize=1477568 CPUtime=11.91
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 30992 0 1 0 1172 19 0 0 21 0 13 0 160311965 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4109636404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1477568 CPUtime=0.43
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 7322 0 0 0 40 3 0 0 16 0 13 0 160311966 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1477568 CPUtime=0.42
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 8620 0 0 0 39 3 0 0 16 0 13 0 160311966 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 160311968 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160311969 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160311969 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160311973 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1477568 CPUtime=0.82
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 988 0 0 0 82 0 0 0 16 0 13 0 160311973 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1477568 CPUtime=0.81
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1333 0 0 0 81 0 0 0 16 0 13 0 160311973 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160311973 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160311973 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15606] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 15319 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160312772 1513029632 47890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 1477568

[startup+25.5022 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 15606
/proc/meminfo: memFree=1097880/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1477568 CPUtime=27.51
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 53370 0 1 0 2721 30 0 0 18 0 13 0 160311964 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 369392 51046 1429 9 0 366735 0
[pid=15593/tid=15595] ppid=15591 vsize=1477568 CPUtime=24.52
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 30994 0 1 0 2433 19 0 0 17 0 13 0 160311965 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4109769831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1477568 CPUtime=0.57
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 9488 0 0 0 52 5 0 0 16 0 13 0 160311966 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1477568 CPUtime=0.55
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 9625 0 0 0 52 3 0 0 16 0 13 0 160311966 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 160311968 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160311969 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1477568 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160311969 1513029632 51046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1477568 CPUtime=0

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

/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 4346 0 0 0 161 2 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1481664 CPUtime=1.08
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1383 0 0 0 108 0 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15606] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 15319 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160312772 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1609.83
Current children cumulated vsize (KiB) 1481664

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 15606
/proc/meminfo: memFree=23832/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1481664 CPUtime=1672.5
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 431550 0 1 0 166918 332 0 0 18 0 13 0 160311964 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 370416 338942 1432 9 0 367759 0
[pid=15593/tid=15595] ppid=15591 vsize=1481664 CPUtime=1503.11
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 32540 0 1 0 150284 27 0 0 25 0 13 0 160311965 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4109967160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1481664 CPUtime=72.21
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 203891 0 0 0 7067 154 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1481664 CPUtime=73.05
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 172123 0 0 0 7180 125 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1481664 CPUtime=21.36
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 16522 0 0 0 2115 21 0 0 16 0 13 0 160311968 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1481664 CPUtime=1.63
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 4346 0 0 0 161 2 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1481664 CPUtime=1.08
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1383 0 0 0 108 0 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15606] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 15319 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160312772 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.5
Current children cumulated vsize (KiB) 1481664

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 15606
/proc/meminfo: memFree=23832/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1481664 CPUtime=1733.02
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 431953 0 1 0 172968 334 0 0 18 0 13 0 160311964 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 370416 338942 1432 9 0 367759 0
[pid=15593/tid=15595] ppid=15591 vsize=1481664 CPUtime=1561.75
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 32566 0 1 0 156148 27 0 0 25 0 13 0 160311965 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4109632532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1481664 CPUtime=72.79
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 203891 0 0 0 7124 155 0 0 17 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1481664 CPUtime=73.62
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 172123 0 0 0 7236 126 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1481664 CPUtime=22.08
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 16899 0 0 0 2187 21 0 0 16 0 13 0 160311968 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1481664 CPUtime=1.63
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 4346 0 0 0 161 2 0 0 16 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1481664 CPUtime=1.08
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1383 0 0 0 108 0 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15606] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 15319 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160312772 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.02
Current children cumulated vsize (KiB) 1481664

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15606
/proc/meminfo: memFree=23832/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1481664 CPUtime=1793.01
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 431955 0 1 0 178966 335 0 0 18 0 13 0 160311964 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 370416 338942 1432 9 0 367759 0
[pid=15593/tid=15595] ppid=15591 vsize=1481664 CPUtime=1621.73
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 32568 0 1 0 162145 28 0 0 25 0 13 0 160311965 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4109632532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1481664 CPUtime=72.8
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 203891 0 0 0 7125 155 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1481664 CPUtime=73.63
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 172123 0 0 0 7237 126 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1481664 CPUtime=22.08
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 16899 0 0 0 2187 21 0 0 16 0 13 0 160311968 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1481664 CPUtime=1.63
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 4346 0 0 0 161 2 0 0 16 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1481664 CPUtime=1.08
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1383 0 0 0 108 0 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15606] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 15319 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160312772 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.01
Current children cumulated vsize (KiB) 1481664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1729.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15606
/proc/meminfo: memFree=23832/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=1481664 CPUtime=1800.01
/proc/15593/stat : 15593 (java) S 15591 15593 15319 0 -1 0 431955 0 1 0 179666 335 0 0 18 0 13 0 160311964 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15593/statm: 370416 338942 1432 9 0 367759 0
[pid=15593/tid=15595] ppid=15591 vsize=1481664 CPUtime=1628.73
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 15319 0 -1 64 32568 0 1 0 162845 28 0 0 25 0 13 0 160311965 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4109771116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=1481664 CPUtime=72.8
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 15319 0 -1 64 203891 0 0 0 7125 155 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15597] ppid=15591 vsize=1481664 CPUtime=73.63
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 15319 0 -1 64 172123 0 0 0 7237 126 0 0 16 0 13 0 160311966 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=1481664 CPUtime=22.08
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 15319 0 -1 64 16899 0 0 0 2187 21 0 0 16 0 13 0 160311968 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 15319 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 15319 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160311969 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 15319 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=1481664 CPUtime=1.63
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 15319 0 -1 64 4346 0 0 0 161 2 0 0 16 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15603] ppid=15591 vsize=1481664 CPUtime=1.08
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 15319 0 -1 64 1383 0 0 0 108 0 0 0 17 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 15319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160311973 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15593/tid=15606] ppid=15591 vsize=1481664 CPUtime=0
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 15319 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 160312772 1517223936 338942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1481664

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

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

[startup+1729.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15606
/proc/meminfo: memFree=23832/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=0 CPUtime=1800.12
/proc/15593/stat : 15593 (java) Z 15591 15593 15319 0 -1 1036 431976 0 1 0 179668 344 0 0 16 0 2 0 160311964 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15593/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1729.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15606
/proc/meminfo: memFree=23832/2055920 swapFree=4180792/4192956
[pid=15593] ppid=15591 vsize=0 CPUtime=1800.21
/proc/15593/stat : 15593 (java) Z 15591 15593 15319 0 -1 1036 431976 0 1 0 179668 353 0 0 16 0 2 0 160311964 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15593/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1729.53
CPU time (s): 1800.25
CPU user time (s): 1796.69
CPU system time (s): 3.56346
CPU usage (%): 104.089
Max. virtual memory (cumulated for all children) (KiB): 1487796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 3.56346
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431976
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= 60474
involuntary context switches= 32872

runsolver used 1.9417 second user time and 4.66529 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-13 23:05:20
IDJOB=1856852
IDBENCH=2988
IDSOLVER=681
FILE ID=node31/1856852-1244927119
PBS_JOBID= 9354636
Free space on /tmp= 66312 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.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-1856852-1244927119/watcher-1856852-1244927119 -o /tmp/evaluation-result-1856852-1244927119/solver-1856852-1244927119 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856852-1244927119.opb

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

MD5SUM BENCH= 9af4cec1a3de729e6d2b359a17678fc7
RANDOM SEED=489627540

node31.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.258
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.258
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:       1297496 kB
Buffers:         60832 kB
Cached:         627508 kB
SwapCached:       5124 kB
Active:          59172 kB
Inactive:       637228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297496 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:           16440 kB
Writeback:           0 kB
Mapped:          13768 kB
Slab:            47756 kB
Committed_AS:   135252 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node31 at 2009-06-13 23:34:12