Trace number 1859702

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.3 1738.24

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__128.opb
MD5SUM75a469ee59540cfd3c650d18a0804c5e
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 variables640998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint128
Maximum length of a constraint5249
Number of terms in the objective function 640000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 21981416064
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 21981416064
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1859702-1244976155.opb
0.21/0.22	c reading problem ... 
18.83/15.32	c ... done. Wall clock time 15.105s.
18.83/15.32	c #vars     640998
18.83/15.33	c #constraints  7000
18.83/15.33	c constraints type 
18.83/15.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
18.83/15.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
18.83/15.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.06/1738.02	c starts		: 6
1800.06/1738.02	c conflicts		: 1600
1800.06/1738.02	c decisions		: 8169071
1800.06/1738.02	c propagations		: 8570486
1800.06/1738.02	c inspects		: 20808153
1800.06/1738.02	c learnt literals	: 0
1800.06/1738.02	c learnt binary clauses	: 0
1800.06/1738.02	c learnt ternary clauses	: 0
1800.06/1738.02	c learnt clauses	: 1599
1800.06/1738.02	c ignored clauses	: 0
1800.06/1738.02	c root simplifications	: 0
1800.06/1738.02	c removed literals (reason simplification)	: 0
1800.06/1738.02	c reason swapping (by a shorter reason)	: 0
1800.06/1738.02	c Calls to reduceDB	: 0
1800.06/1738.02	c speed (assignments/second)	: 4975.074375175961
1800.06/1738.02	c non guided choices	0
1800.06/1738.02	c learnt constraints type 
1800.06/1738.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 32
1800.06/1738.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1567
1800.06/1738.02	c constraints type 
1800.06/1738.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.06/1738.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.06/1738.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.06/1738.02	s UNKNOWN
1800.06/1738.02	c Total wall clock time (in seconds): 1737.805

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-1859702-1244976155/watcher-1859702-1244976155 -o /tmp/evaluation-result-1859702-1244976155/solver-1859702-1244976155 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859702-1244976155.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.96 1.00 1.00 1/64 16354
/proc/meminfo: memFree=1251512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=152 CPUtime=0
/proc/16354/stat : 16354 (java6) R 16352 16354 16317 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 165216117 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/16354/statm: 38 26 19 9 0 4 0

[startup+0.0105169 s]
/proc/loadavg: 0.96 1.00 1.00 1/64 16354
/proc/meminfo: memFree=1251512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=152 CPUtime=0
/proc/16354/stat : 16354 (java) R 16352 16354 16317 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 165216117 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/16354/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101498 s]
/proc/loadavg: 0.96 1.00 1.00 1/64 16354
/proc/meminfo: memFree=1251512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1472584 CPUtime=0.08
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 165216117 1507926016 3341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301444 s]
/proc/loadavg: 0.96 1.00 1.00 1/64 16354
/proc/meminfo: memFree=1251512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1474876 CPUtime=0.32
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 8531 0 1 0 28 4 0 0 18 0 12 0 165216117 1510273024 8268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 368719 8268 1352 9 0 366062 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474876

[startup+0.701323 s]
/proc/loadavg: 0.96 1.00 1.00 1/64 16354
/proc/meminfo: memFree=1251512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1475628 CPUtime=0.91
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 12168 0 1 0 86 5 0 0 18 0 12 0 165216117 1511043072 11704 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 368907 11705 1391 9 0 366250 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1475628

[startup+1.50209 s]
/proc/loadavg: 0.96 1.00 1.00 2/76 16366
/proc/meminfo: memFree=1187672/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1475628 CPUtime=1.71
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 26916 0 1 0 160 11 0 0 18 0 12 0 165216117 1511043072 26452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 368907 26452 1391 9 0 366250 0
[pid=16354/tid=16356] ppid=16352 vsize=1475628 CPUtime=1.36
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 25017 0 1 0 126 10 0 0 25 0 12 0 165216118 1511043072 26453 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 165216120 1511043072 26454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165216120 1511043072 26454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165216121 1511043072 26455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 165216122 1511043072 26456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 165216122 1511043072 26456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165216126 1511043072 26457 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1475628 CPUtime=0.21
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 566 0 0 0 21 0 0 0 16 0 12 0 165216126 1511043072 26458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1475628 CPUtime=0.12
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 593 0 0 0 12 0 0 0 17 0 12 0 165216126 1511043072 26459 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165216126 1511043072 26459 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165216126 1511043072 26460 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1475628

[startup+3.10163 s]
/proc/loadavg: 0.96 1.00 1.00 2/76 16366
/proc/meminfo: memFree=1096408/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1475628 CPUtime=3.42
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 40712 0 1 0 323 19 0 0 18 0 12 0 165216117 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 368907 39996 1402 9 0 366250 0
[pid=16354/tid=16356] ppid=16352 vsize=1475628 CPUtime=2.85
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 30927 0 1 0 273 12 0 0 25 0 12 0 165216118 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4109437226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1475628 CPUtime=0.09
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 5439 0 0 0 7 2 0 0 16 0 12 0 165216120 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1475628 CPUtime=0.09
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 2436 0 0 0 8 1 0 0 17 0 12 0 165216120 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165216121 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165216122 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165216122 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165216126 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1475628 CPUtime=0.21
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 566 0 0 0 21 0 0 0 16 0 12 0 165216126 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1475628 CPUtime=0.12
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 593 0 0 0 12 0 0 0 17 0 12 0 165216126 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165216126 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1475628 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165216126 1511043072 39996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1475628

[startup+6.30171 s]
/proc/loadavg: 1.05 1.02 1.00 2/76 16366
/proc/meminfo: memFree=1031448/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1475584 CPUtime=7.33
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 67681 0 1 0 699 34 0 0 18 0 12 0 165216117 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 368896 64601 1418 9 0 366239 0
[pid=16354/tid=16356] ppid=16352 vsize=1475584 CPUtime=5.41
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 30953 0 1 0 527 14 0 0 25 0 12 0 165216118 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1475584 CPUtime=0.62
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 20337 0 0 0 52 10 0 0 18 0 12 0 165216120 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1475584 CPUtime=0.63
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 14340 0 0 0 55 8 0 0 16 0 12 0 165216120 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1475584 CPUtime=0
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 165216121 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1475584 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165216122 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1475584 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165216122 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1475584 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165216126 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1475584 CPUtime=0.37
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 685 0 0 0 37 0 0 0 16 0 12 0 165216126 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1475584 CPUtime=0.26
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 615 0 0 0 26 0 0 0 16 0 12 0 165216126 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1475584 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165216126 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1475584 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165216126 1510998016 64601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1475584

[startup+12.7019 s]
/proc/loadavg: 1.12 1.04 1.01 2/76 16366
/proc/meminfo: memFree=829688/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1477508 CPUtime=15.91
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 122789 0 1 0 1530 61 0 0 18 0 12 0 165216117 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 369377 111927 1418 9 0 366720 0
[pid=16354/tid=16356] ppid=16352 vsize=1477508 CPUtime=9.54
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 30966 0 1 0 939 15 0 0 16 0 12 0 165216118 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1477508 CPUtime=2.84
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 47629 0 0 0 262 22 0 0 18 0 12 0 165216120 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1477508 CPUtime=2.86
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 42143 0 0 0 264 22 0 0 16 0 12 0 165216120 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1477508 CPUtime=0
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165216121 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1477508 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165216122 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1477508 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165216122 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1477508 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165216126 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1477508 CPUtime=0.37
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 685 0 0 0 37 0 0 0 16 0 12 0 165216126 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1477508 CPUtime=0.26
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 615 0 0 0 26 0 0 0 16 0 12 0 165216126 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1477508 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165216126 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1477508 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165216126 1512968192 111927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 1477508

[startup+25.5024 s]
/proc/loadavg: 1.16 1.05 1.01 2/77 16367
/proc/meminfo: memFree=746608/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1480168 CPUtime=30.51
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 140735 0 1 0 2979 72 0 0 18 0 13 0 165216117 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 370042 127406 1433 9 0 367385 0
[pid=16354/tid=16356] ppid=16352 vsize=1480168 CPUtime=21.08
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 31039 0 1 0 2093 15 0 0 17 0 13 0 165216118 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1480168 CPUtime=3.53
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 55263 0 0 0 327 26 0 0 17 0 13 0 165216120 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1480168 CPUtime=3.53
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 49809 0 0 0 327 26 0 0 16 0 13 0 165216120 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165216121 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 127406 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1480168 CPUtime=1.32

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

[pid=16354/tid=16359] ppid=16352 vsize=1480168 CPUtime=3.44
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 15401 0 0 0 322 22 0 0 15 0 13 0 165216121 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1480168 CPUtime=1.69
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 2908 0 0 0 168 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1480168 CPUtime=1.08
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 1849 0 0 0 107 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16367] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16367/stat : 16367 (java) S 16352 16354 16317 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 165217817 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 1480168

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 16375
/proc/meminfo: memFree=38512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1480168 CPUtime=1662.92
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 370640 0 1 0 165951 341 0 0 18 0 13 0 165216117 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 370042 338224 1435 9 0 367385 0
[pid=16354/tid=16356] ppid=16352 vsize=1480168 CPUtime=1530.48
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 33505 0 1 0 153024 24 0 0 25 0 13 0 165216118 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4109548486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1480168 CPUtime=63.22
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 129069 0 0 0 6195 127 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1480168 CPUtime=62.92
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 187162 0 0 0 6131 161 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1480168 CPUtime=3.46
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 15401 0 0 0 323 23 0 0 15 0 13 0 165216121 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1480168 CPUtime=1.69
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 2908 0 0 0 168 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1480168 CPUtime=1.08
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 1849 0 0 0 107 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16367] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16367/stat : 16367 (java) S 16352 16354 16317 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 165217817 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.92
Current children cumulated vsize (KiB) 1480168

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 16375
/proc/meminfo: memFree=38576/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1480168 CPUtime=1723.52
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 370745 0 1 0 172008 344 0 0 18 0 13 0 165216117 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 370042 338224 1435 9 0 367385 0
[pid=16354/tid=16356] ppid=16352 vsize=1480168 CPUtime=1589.77
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 33610 0 1 0 158953 24 0 0 25 0 13 0 165216118 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4109548976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1480168 CPUtime=63.87
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 129069 0 0 0 6258 129 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1480168 CPUtime=63.56
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 187162 0 0 0 6194 162 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1480168 CPUtime=3.48
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 15401 0 0 0 325 23 0 0 16 0 13 0 165216121 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1480168 CPUtime=1.69
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 2908 0 0 0 168 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1480168 CPUtime=1.08
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 1849 0 0 0 107 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16367] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16367/stat : 16367 (java) S 16352 16354 16317 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 165217817 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.52
Current children cumulated vsize (KiB) 1480168

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16375
/proc/meminfo: memFree=38512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1480168 CPUtime=1784.16
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 370851 0 1 0 178068 348 0 0 18 0 13 0 165216117 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 370042 338224 1435 9 0 367385 0
[pid=16354/tid=16356] ppid=16352 vsize=1480168 CPUtime=1649.07
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 33716 0 1 0 164883 24 0 0 19 0 13 0 165216118 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4109965626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1480168 CPUtime=64.52
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 129069 0 0 0 6321 131 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1480168 CPUtime=64.22
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 187162 0 0 0 6259 163 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1480168 CPUtime=3.51
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 15401 0 0 0 327 24 0 0 16 0 13 0 165216121 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1480168 CPUtime=1.69
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 2908 0 0 0 168 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1480168 CPUtime=1.08
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 1849 0 0 0 107 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16367] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16367/stat : 16367 (java) S 16352 16354 16317 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 165217817 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.16
Current children cumulated vsize (KiB) 1480168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1738.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16375
/proc/meminfo: memFree=38512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=1480168 CPUtime=1800.06
/proc/16354/stat : 16354 (java) S 16352 16354 16317 0 -1 0 370879 0 1 0 179657 349 0 0 18 0 13 0 165216117 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 370042 338224 1435 9 0 367385 0
[pid=16354/tid=16356] ppid=16352 vsize=1480168 CPUtime=1664.57
/proc/16354/task/16356/stat : 16356 (java) R 16352 16354 16317 0 -1 64 33744 0 1 0 166433 24 0 0 18 0 13 0 165216118 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4109966218 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16357] ppid=16352 vsize=1480168 CPUtime=64.73
/proc/16354/task/16357/stat : 16357 (java) S 16352 16354 16317 0 -1 64 129069 0 0 0 6341 132 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16358] ppid=16352 vsize=1480168 CPUtime=64.42
/proc/16354/task/16358/stat : 16358 (java) S 16352 16354 16317 0 -1 64 187162 0 0 0 6279 163 0 0 16 0 13 0 165216120 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16359] ppid=16352 vsize=1480168 CPUtime=3.52
/proc/16354/task/16359/stat : 16359 (java) S 16352 16354 16317 0 -1 64 15401 0 0 0 328 24 0 0 16 0 13 0 165216121 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16360] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16360/stat : 16360 (java) S 16352 16354 16317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16361] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16361/stat : 16361 (java) S 16352 16354 16317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165216122 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16362] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16362/stat : 16362 (java) S 16352 16354 16317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16363] ppid=16352 vsize=1480168 CPUtime=1.69
/proc/16354/task/16363/stat : 16363 (java) S 16352 16354 16317 0 -1 64 2908 0 0 0 168 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16364] ppid=16352 vsize=1480168 CPUtime=1.08
/proc/16354/task/16364/stat : 16364 (java) S 16352 16354 16317 0 -1 64 1849 0 0 0 107 1 0 0 16 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16354/tid=16365] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16365/stat : 16365 (java) S 16352 16354 16317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16366] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16366/stat : 16366 (java) S 16352 16354 16317 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165216126 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16354/tid=16367] ppid=16352 vsize=1480168 CPUtime=0
/proc/16354/task/16367/stat : 16367 (java) S 16352 16354 16317 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 165217817 1515692032 338224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1480168

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

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

[startup+1738.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16375
/proc/meminfo: memFree=38512/2055920 swapFree=4191900/4192956
[pid=16354] ppid=16352 vsize=0 CPUtime=1800.26
/proc/16354/stat : 16354 (java) Z 16352 16354 16317 0 -1 1036 370902 0 1 0 179660 366 0 0 16 0 2 0 165216117 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16354/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1738.24
CPU time (s): 1800.3
CPU user time (s): 1796.61
CPU system time (s): 3.69744
CPU usage (%): 103.57
Max. virtual memory (cumulated for all children) (KiB): 1498420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.61
system time used= 3.69744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370902
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= 68044
involuntary context switches= 42486

runsolver used 1.9507 second user time and 5.51616 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-14 12:42:37
IDJOB=1859702
IDBENCH=71900
IDSOLVER=681
FILE ID=node16/1859702-1244976155
PBS_JOBID= 9355056
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__128.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-1859702-1244976155/watcher-1859702-1244976155 -o /tmp/evaluation-result-1859702-1244976155/solver-1859702-1244976155 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859702-1244976155.opb

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

MD5SUM BENCH= 75a469ee59540cfd3c650d18a0804c5e
RANDOM SEED=1729226565

node16.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.214
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.214
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:       1251928 kB
Buffers:         77928 kB
Cached:         639836 kB
SwapCached:        384 kB
Active:         157640 kB
Inactive:       572908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1251928 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           30068 kB
Writeback:           0 kB
Mapped:          21128 kB
Slab:            59400 kB
Committed_AS:   131816 kB
PageTables:       1440 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= 66332 MiB
End job on node16 at 2009-06-14 13:11:37