Trace number 1859735

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 Resolution 2.1.1? (TO) 1800.31 1791.97

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__2048.opb
MD5SUMd1fb051a767cfe5591d677674fdef8c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables614498
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint2048
Maximum length of a constraint34817
Number of terms in the objective function 614400
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22173505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22173505536
Number of bits of the biggest sum of numbers35
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.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1859735-1245007272.opb
0.22/0.21	c reading problem ... 
22.57/17.97	c ... done. Wall clock time 17.754s.
22.57/17.97	c #vars     614498
22.57/17.97	c #constraints  500
22.57/17.97	c constraints type 
22.57/17.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
22.57/17.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
22.57/17.97	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.01/1791.71	c starts		: 4
1800.01/1791.71	c conflicts		: 9618
1800.01/1791.71	c decisions		: 2046113
1800.01/1791.71	c propagations		: 11620971
1800.01/1791.71	c inspects		: 38746271
1800.01/1791.71	c learnt literals	: 0
1800.01/1791.71	c learnt binary clauses	: 0
1800.01/1791.71	c learnt ternary clauses	: 0
1800.01/1791.71	c learnt clauses	: 9617
1800.01/1791.71	c ignored clauses	: 0
1800.01/1791.71	c root simplifications	: 0
1800.01/1791.71	c removed literals (reason simplification)	: 4097
1800.01/1791.71	c reason swapping (by a shorter reason)	: 0
1800.01/1791.71	c Calls to reduceDB	: 0
1800.01/1791.71	c speed (assignments/second)	: 6551.680376876192
1800.01/1791.71	c non guided choices	456749
1800.01/1791.73	c learnt constraints type 
1800.01/1791.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9617
1800.01/1791.73	c constraints type 
1800.01/1791.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
1800.01/1791.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.01/1791.73	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.01/1791.73	s UNKNOWN
1800.01/1791.73	c Total wall clock time (in seconds): 1791.518

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

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 17589
/proc/meminfo: memFree=1508288/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=152 CPUtime=0
/proc/17589/stat : 17589 (java6) D 17587 17589 17552 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 168326629 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7721764 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17589/statm: 38 26 19 9 0 4 0

[startup+0.024121 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 17589
/proc/meminfo: memFree=1508288/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1465492 CPUtime=0.01
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 1499 0 1 0 0 1 0 0 18 0 2 0 168326629 1500663808 1248 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 366373 1260 406 9 0 364125 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1465492

[startup+0.101123 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 17589
/proc/meminfo: memFree=1508288/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1472584 CPUtime=0.08
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 168326629 1507926016 3341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.30116 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 17589
/proc/meminfo: memFree=1508288/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1474908 CPUtime=0.34
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 8383 0 1 0 30 4 0 0 18 0 12 0 168326629 1510305792 8120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 368727 8120 1353 9 0 366070 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474908

[startup+0.701225 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 17589
/proc/meminfo: memFree=1508288/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1476716 CPUtime=0.95
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 12153 0 1 0 88 7 0 0 18 0 12 0 168326629 1512157184 11808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 369179 11808 1390 9 0 366522 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1476716

[startup+1.50134 s]
/proc/loadavg: 0.08 0.02 0.01 2/76 17601
/proc/meminfo: memFree=1444320/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1476716 CPUtime=1.74
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 27279 0 1 0 160 14 0 0 18 0 12 0 168326629 1512157184 26934 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 369179 26935 1390 9 0 366522 0
[pid=17589/tid=17591] ppid=17587 vsize=1476716 CPUtime=1.39
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 25345 0 1 0 126 13 0 0 25 0 12 0 168326631 1512157184 26935 1992294400 134512640 134550932 4294956016 18446744073709551615 4109521249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 168326632 1512157184 26936 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 168326632 1512157184 26937 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168326634 1512157184 26938 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 168326635 1512157184 26939 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168326635 1512157184 26939 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168326639 1512157184 26940 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1476716 CPUtime=0.18
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 599 0 0 0 18 0 0 0 16 0 12 0 168326639 1512157184 26941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1476716 CPUtime=0.15
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 593 0 0 0 15 0 0 0 16 0 12 0 168326639 1512157184 26942 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168326639 1512157184 26943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168326639 1512157184 26943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1476716

[startup+3.10258 s]
/proc/loadavg: 0.08 0.02 0.01 2/76 17601
/proc/meminfo: memFree=1353120/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1476716 CPUtime=3.45
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 40689 0 1 0 324 21 0 0 18 0 12 0 168326629 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 369179 40008 1401 9 0 366522 0
[pid=17589/tid=17591] ppid=17587 vsize=1476716 CPUtime=2.88
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 30914 0 1 0 273 15 0 0 25 0 12 0 168326631 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4109466693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1476716 CPUtime=0.09
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 5045 0 0 0 7 2 0 0 17 0 12 0 168326632 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1476716 CPUtime=0.09
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 2789 0 0 0 8 1 0 0 16 0 12 0 168326632 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 168326634 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168326635 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168326635 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168326639 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1476716 CPUtime=0.18
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 599 0 0 0 18 0 0 0 16 0 12 0 168326639 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1476716 CPUtime=0.15
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 593 0 0 0 15 0 0 0 16 0 12 0 168326639 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168326639 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1476716 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168326639 1512157184 40008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 1476716

[startup+6.30207 s]
/proc/loadavg: 0.23 0.05 0.02 2/76 17601
/proc/meminfo: memFree=1277216/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1488660 CPUtime=8.17
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 73035 0 1 0 781 36 0 0 18 0 12 0 168326629 1524387840 66408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 372165 66410 1417 9 0 369508 0
[pid=17589/tid=17591] ppid=17587 vsize=1488660 CPUtime=5.36
/proc/17589/task/17591/stat : 17591 (java) S 17587 17589 17552 0 -1 64 30939 0 1 0 520 16 0 0 25 0 12 0 168326631 1524387840 66411 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1488660 CPUtime=0.56
/proc/17589/task/17592/stat : 17592 (java) R 17587 17589 17552 0 -1 64 17764 0 0 0 48 8 0 0 18 0 12 0 168326632 1524387840 66412 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1488660 CPUtime=0.62
/proc/17589/task/17593/stat : 17593 (java) R 17587 17589 17552 0 -1 64 15884 0 0 0 55 7 0 0 19 0 12 0 168326632 1524387840 66414 1992294400 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1488660 CPUtime=0
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 168326634 1524387840 66415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1488660 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168326635 1524387840 66416 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1488660 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168326635 1524387840 66417 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1488660 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168326639 1524387840 66419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1488660 CPUtime=1.05
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 6805 0 0 0 103 2 0 0 21 0 12 0 168326639 1524387840 66420 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1488660 CPUtime=0.54
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 898 0 0 0 54 0 0 0 16 0 12 0 168326639 1524387840 66421 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1488660 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168326639 1524387840 66422 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1488660 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168326639 1524387840 66424 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1488660

[startup+12.702 s]
/proc/loadavg: 0.29 0.06 0.02 3/76 17601
/proc/meminfo: memFree=1118496/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1487372 CPUtime=16.53
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 115370 0 1 0 1597 56 0 0 18 0 12 0 168326629 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 371843 102174 1417 9 0 369186 0
[pid=17589/tid=17591] ppid=17587 vsize=1487372 CPUtime=9.76
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 30948 0 1 0 959 17 0 0 17 0 12 0 168326631 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1487372 CPUtime=2.53
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 38125 0 0 0 236 17 0 0 18 0 12 0 168326632 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1487372 CPUtime=2.59
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 37845 0 0 0 242 17 0 0 17 0 12 0 168326632 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1487372 CPUtime=0
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 168326634 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1487372 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168326635 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1487372 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168326635 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1487372 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168326639 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1487372 CPUtime=1.05
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 6805 0 0 0 103 2 0 0 21 0 12 0 168326639 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1487372 CPUtime=0.54
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 898 0 0 0 54 0 0 0 16 0 12 0 168326639 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1487372 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168326639 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1487372 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168326639 1523068928 102174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.53
Current children cumulated vsize (KiB) 1487372

[startup+25.502 s]
/proc/loadavg: 0.45 0.11 0.04 2/77 17602
/proc/meminfo: memFree=1014552/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1486196 CPUtime=30.82
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 141677 0 1 0 3007 75 0 0 18 0 13 0 168326629 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 371549 124608 1431 9 0 368892 0
[pid=17589/tid=17591] ppid=17587 vsize=1486196 CPUtime=21.17
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 31019 0 1 0 2097 20 0 0 25 0 13 0 168326631 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4109893211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1486196 CPUtime=3.6
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 49743 0 0 0 336 24 0 0 17 0 13 0 168326632 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1486196 CPUtime=3.65
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 50883 0 0 0 340 25 0 0 16 0 13 0 168326632 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168326634 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168326639 1521864704 124608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1486196 CPUtime=1.53

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

/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 8536 0 0 0 169 3 0 0 17 0 13 0 168326639 1521864704 296680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1486196 CPUtime=1.1
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 956 0 0 0 110 0 0 0 16 0 13 0 168326639 1521864704 296680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168326639 1521864704 296680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168326639 1521864704 296680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17602] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17602/stat : 17602 (java) S 17587 17589 17552 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 168328573 1521864704 296680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.01
Current children cumulated vsize (KiB) 1486196

[startup+1662.3 s]
/proc/loadavg: 1.05 1.02 0.82 2/77 17602
/proc/meminfo: memFree=305304/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1486196 CPUtime=1670.09
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 319356 0 1 0 166823 186 0 0 18 0 13 0 168326629 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 371549 301502 1432 9 0 368892 0
[pid=17589/tid=17591] ppid=17587 vsize=1486196 CPUtime=1654.49
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 31075 0 1 0 165427 22 0 0 25 0 13 0 168326631 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4109972664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1486196 CPUtime=6.31
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 139122 0 0 0 553 78 0 0 16 0 13 0 168326632 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1486196 CPUtime=6.4
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 138912 0 0 0 561 79 0 0 17 0 13 0 168326632 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1486196 CPUtime=0.01
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 168326634 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168326639 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1486196 CPUtime=1.72
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 8536 0 0 0 169 3 0 0 17 0 13 0 168326639 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1486196 CPUtime=1.1
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 956 0 0 0 110 0 0 0 16 0 13 0 168326639 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168326639 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168326639 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17602] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17602/stat : 17602 (java) S 17587 17589 17552 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 168328573 1521864704 301502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.09
Current children cumulated vsize (KiB) 1486196

[startup+1722.3 s]
/proc/loadavg: 1.10 1.03 0.83 2/77 17602
/proc/meminfo: memFree=247320/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1486196 CPUtime=1730.44
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 333852 0 1 0 172849 195 0 0 18 0 13 0 168326629 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 371549 315953 1432 9 0 368892 0
[pid=17589/tid=17591] ppid=17587 vsize=1486196 CPUtime=1714.09
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 31080 0 1 0 171387 22 0 0 25 0 13 0 168326631 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4110012503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1486196 CPUtime=6.68
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 144957 0 0 0 587 81 0 0 16 0 13 0 168326632 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1486196 CPUtime=6.77
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 147568 0 0 0 592 85 0 0 17 0 13 0 168326632 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1486196 CPUtime=0.01
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 168326634 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168326639 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1486196 CPUtime=1.72
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 8536 0 0 0 169 3 0 0 17 0 13 0 168326639 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1486196 CPUtime=1.1
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 956 0 0 0 110 0 0 0 16 0 13 0 168326639 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168326639 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168326639 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17602] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17602/stat : 17602 (java) S 17587 17589 17552 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 168328573 1521864704 315953 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.44
Current children cumulated vsize (KiB) 1486196

[startup+1782.3 s]
/proc/loadavg: 1.03 1.03 0.84 2/77 17604
/proc/meminfo: memFree=202520/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1486196 CPUtime=1790.61
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 345084 0 1 0 178859 202 0 0 18 0 13 0 168326629 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 371549 327120 1432 9 0 368892 0
[pid=17589/tid=17591] ppid=17587 vsize=1486196 CPUtime=1773.87
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 31084 0 1 0 177365 22 0 0 25 0 13 0 168326631 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1486196 CPUtime=6.87
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 149780 0 0 0 603 84 0 0 17 0 13 0 168326632 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1486196 CPUtime=6.96
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 153973 0 0 0 607 89 0 0 16 0 13 0 168326632 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1486196 CPUtime=0.01
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 168326634 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1486196 CPUtime=1.72
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 8536 0 0 0 169 3 0 0 17 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1486196 CPUtime=1.1
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 956 0 0 0 110 0 0 0 16 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17602] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17602/stat : 17602 (java) S 17587 17589 17552 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 168328573 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (KiB) 1486196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 1.03 1.02 0.84 2/77 17604
/proc/meminfo: memFree=202520/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=1486196 CPUtime=1800.01
/proc/17589/stat : 17589 (java) S 17587 17589 17552 0 -1 0 345084 0 1 0 179799 202 0 0 18 0 13 0 168326629 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 371549 327120 1432 9 0 368892 0
[pid=17589/tid=17591] ppid=17587 vsize=1486196 CPUtime=1783.27
/proc/17589/task/17591/stat : 17591 (java) R 17587 17589 17552 0 -1 64 31084 0 1 0 178305 22 0 0 25 0 13 0 168326631 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4109974459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17592] ppid=17587 vsize=1486196 CPUtime=6.87
/proc/17589/task/17592/stat : 17592 (java) S 17587 17589 17552 0 -1 64 149780 0 0 0 603 84 0 0 17 0 13 0 168326632 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17593] ppid=17587 vsize=1486196 CPUtime=6.96
/proc/17589/task/17593/stat : 17593 (java) S 17587 17589 17552 0 -1 64 153973 0 0 0 607 89 0 0 16 0 13 0 168326632 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17594] ppid=17587 vsize=1486196 CPUtime=0.01
/proc/17589/task/17594/stat : 17594 (java) S 17587 17589 17552 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 168326634 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17595] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17595/stat : 17595 (java) S 17587 17589 17552 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17596] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17596/stat : 17596 (java) S 17587 17589 17552 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168326635 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17597] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17597/stat : 17597 (java) S 17587 17589 17552 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17598] ppid=17587 vsize=1486196 CPUtime=1.72
/proc/17589/task/17598/stat : 17598 (java) S 17587 17589 17552 0 -1 64 8536 0 0 0 169 3 0 0 17 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17599] ppid=17587 vsize=1486196 CPUtime=1.1
/proc/17589/task/17599/stat : 17599 (java) S 17587 17589 17552 0 -1 64 956 0 0 0 110 0 0 0 16 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17589/tid=17600] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17600/stat : 17600 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17601] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17601/stat : 17601 (java) S 17587 17589 17552 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168326639 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17589/tid=17602] ppid=17587 vsize=1486196 CPUtime=0
/proc/17589/task/17602/stat : 17602 (java) S 17587 17589 17552 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 168328573 1521864704 327120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1486196

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

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

[startup+1791.81 s]
/proc/loadavg: 1.03 1.02 0.84 2/67 17607
/proc/meminfo: memFree=439560/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=0 CPUtime=1800.15
/proc/17589/stat : 17589 (java) Z 17587 17589 17552 0 -1 1036 345107 0 1 0 179808 207 0 0 15 0 2 0 168326629 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

[startup+1791.91 s]
/proc/loadavg: 1.03 1.02 0.84 2/67 17607
/proc/meminfo: memFree=439560/2055920 swapFree=4191900/4192956
[pid=17589] ppid=17587 vsize=0 CPUtime=1800.23
/proc/17589/stat : 17589 (java) Z 17587 17589 17552 0 -1 1036 345107 0 1 0 179808 215 0 0 15 0 2 0 168326629 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17589/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.97
CPU time (s): 1800.31
CPU user time (s): 1798.08
CPU system time (s): 2.22466
CPU usage (%): 100.465
Max. virtual memory (cumulated for all children) (KiB): 1491424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 2.22466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345107
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= 38070
involuntary context switches= 41429

runsolver used 1.77273 second user time and 4.89525 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-14 21:21:13
IDJOB=1859735
IDBENCH=71917
IDSOLVER=682
FILE ID=node34/1859735-1245007272
PBS_JOBID= 9355152
Free space on /tmp= 66300 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__2048.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859735-1245007272/watcher-1859735-1245007272 -o /tmp/evaluation-result-1859735-1245007272/solver-1859735-1245007272 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859735-1245007272.opb

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

MD5SUM BENCH= d1fb051a767cfe5591d677674fdef8c6
RANDOM SEED=1701413080

node34.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.263
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.263
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:       1508768 kB
Buffers:         72564 kB
Cached:         397884 kB
SwapCached:        384 kB
Active:          62744 kB
Inactive:       421020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508768 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           28624 kB
Writeback:           0 kB
Mapped:          21672 kB
Slab:            49396 kB
Committed_AS:   133376 kB
PageTables:       1384 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= 66300 MiB
End job on node34 at 2009-06-14 21:51:07