Trace number 1859691

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? (exit code) 231.966 211.428

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
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 variables10240998
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 constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
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 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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 --- 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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 Expensive 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-1859691-1244975885.opb
0.21/0.22	c reading problem ... 
224.36/203.89	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
224.36/203.89		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
224.36/203.89		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
224.36/203.89		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
224.36/203.89		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
224.36/203.89		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
231.37/210.81		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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

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


[startup+0 s]
/proc/loadavg: 1.44 1.10 1.03 3/64 15739
/proc/meminfo: memFree=783856/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=200 CPUtime=0
/proc/15739/stat : 15739 (java6) R 15737 15739 15379 0 -1 0 48 0 0 0 0 0 0 0 20 0 1 0 165191438 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 7474425 0 0 4096 0 0 0 0 17 1 0 0
/proc/15739/statm: 50 33 26 9 0 4 0

[startup+0.0526859 s]
/proc/loadavg: 1.44 1.10 1.03 3/64 15739
/proc/meminfo: memFree=783856/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1470088 CPUtime=0.04
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 3192 0 1 0 2 2 0 0 18 0 7 0 165191438 1505370112 2937 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 367522 2937 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101695 s]
/proc/loadavg: 1.44 1.10 1.03 3/64 15739
/proc/meminfo: memFree=783856/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1472584 CPUtime=0.08
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 3602 0 1 0 6 2 0 0 18 0 12 0 165191438 1507926016 3345 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301733 s]
/proc/loadavg: 1.44 1.10 1.03 3/64 15739
/proc/meminfo: memFree=783856/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1475024 CPUtime=0.32
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 19113 0 1 0 22 10 0 0 18 0 12 0 165191438 1510424576 18850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 368756 18850 1342 9 0 366099 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475024

[startup+0.701792 s]
/proc/loadavg: 1.44 1.10 1.03 3/64 15739
/proc/meminfo: memFree=783856/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1475024 CPUtime=0.97
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 89903 0 1 0 52 45 0 0 18 0 12 0 165191438 1510424576 89639 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 368756 89639 1349 9 0 366099 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1475024

[startup+1.50293 s]
/proc/loadavg: 1.44 1.10 1.03 3/78 15753
/proc/meminfo: memFree=427648/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1476808 CPUtime=2.02
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 92767 0 1 0 156 46 0 0 18 0 12 0 165191438 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 369202 92396 1401 9 0 366545 0
[pid=15739/tid=15741] ppid=15737 vsize=1476808 CPUtime=1.15
/proc/15739/task/15741/stat : 15741 (java) R 15737 15739 15379 0 -1 64 48238 0 1 0 95 20 0 0 20 0 12 0 165191439 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4109437027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1476808 CPUtime=0.25
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 20045 0 0 0 13 12 0 0 19 0 12 0 165191441 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1476808 CPUtime=0.25
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 22527 0 0 0 12 13 0 0 18 0 12 0 165191441 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15744/stat : 15744 (java) S 15737 15739 15379 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165191442 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 165191443 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165191443 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165191447 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1476808 CPUtime=0.17
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 493 0 0 0 17 0 0 0 16 0 12 0 165191447 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1476808 CPUtime=0.17
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 715 0 0 0 17 0 0 0 17 0 12 0 165191447 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165191447 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165191447 1512251392 92396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1476808

[startup+3.10218 s]
/proc/loadavg: 1.44 1.10 1.03 2/78 15753
/proc/meminfo: memFree=330304/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1476808 CPUtime=3.76
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 115108 0 1 0 319 57 0 0 18 0 12 0 165191438 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 369202 114736 1401 9 0 366545 0
[pid=15739/tid=15741] ppid=15737 vsize=1476808 CPUtime=2.57
/proc/15739/task/15741/stat : 15741 (java) R 15737 15739 15379 0 -1 64 50898 0 1 0 235 22 0 0 25 0 12 0 165191439 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4109464257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1476808 CPUtime=0.4
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 32566 0 0 0 22 18 0 0 17 0 12 0 165191441 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1476808 CPUtime=0.41
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 29684 0 0 0 25 16 0 0 18 0 12 0 165191441 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15744/stat : 15744 (java) S 15737 15739 15379 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165191442 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 165191443 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165191443 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165191447 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1476808 CPUtime=0.17
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 493 0 0 0 17 0 0 0 16 0 12 0 165191447 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1476808 CPUtime=0.17
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 715 0 0 0 17 0 0 0 17 0 12 0 165191447 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165191447 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1476808 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165191447 1512251392 114736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1476808

[startup+6.30271 s]
/proc/loadavg: 1.49 1.11 1.04 2/78 15753
/proc/meminfo: memFree=290432/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1476272 CPUtime=7.43
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 134282 0 1 0 677 66 0 0 18 0 12 0 165191438 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 369068 130549 1401 9 0 366411 0
[pid=15739/tid=15741] ppid=15737 vsize=1476272 CPUtime=5.26
/proc/15739/task/15741/stat : 15741 (java) R 15737 15739 15379 0 -1 64 50903 0 1 0 503 23 0 0 18 0 12 0 165191439 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1476272 CPUtime=0.88
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 40520 0 0 0 66 22 0 0 17 0 12 0 165191441 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1476272 CPUtime=0.92
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 40895 0 0 0 72 20 0 0 16 0 12 0 165191441 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1476272 CPUtime=0
/proc/15739/task/15744/stat : 15744 (java) S 15737 15739 15379 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 165191442 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1476272 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 165191443 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1476272 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165191443 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1476272 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165191447 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1476272 CPUtime=0.17
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 493 0 0 0 17 0 0 0 16 0 12 0 165191447 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1476272 CPUtime=0.17
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 715 0 0 0 17 0 0 0 17 0 12 0 165191447 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1476272 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165191447 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1476272 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165191447 1511702528 130549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1476272

[startup+12.7028 s]
/proc/loadavg: 1.45 1.11 1.04 2/76 15753
/proc/meminfo: memFree=185424/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1480120 CPUtime=15.42
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 159228 0 1 0 1461 81 0 0 18 0 12 0 165191438 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 370030 153831 1406 9 0 367373 0
[pid=15739/tid=15741] ppid=15737 vsize=1480120 CPUtime=9.89
/proc/15739/task/15741/stat : 15741 (java) R 15737 15739 15379 0 -1 64 50910 0 1 0 964 25 0 0 20 0 12 0 165191439 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1480120 CPUtime=2.62
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 53501 0 0 0 234 28 0 0 16 0 12 0 165191441 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1480120 CPUtime=2.51
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 52848 0 0 0 226 25 0 0 16 0 12 0 165191441 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1480120 CPUtime=0
/proc/15739/task/15744/stat : 15744 (java) S 15737 15739 15379 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 165191442 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1480120 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 165191443 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1480120 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165191443 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1480120 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165191447 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1480120 CPUtime=0.17
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 498 0 0 0 17 0 0 0 16 0 12 0 165191447 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1480120 CPUtime=0.17
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 715 0 0 0 17 0 0 0 17 0 12 0 165191447 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1480120 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165191447 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1480120 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165191447 1515642880 153831 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 1480120

[startup+25.5021 s]
/proc/loadavg: 1.35 1.10 1.03 2/76 15753
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1479780 CPUtime=31.63
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 202257 0 1 0 3057 106 0 0 18 0 12 0 165191438 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 369945 194819 1406 9 0 367288 0
[pid=15739/tid=15741] ppid=15737 vsize=1479780 CPUtime=19.21
/proc/15739/task/15741/stat : 15741 (java) R 15737 15739 15379 0 -1 64 50927 0 1 0 1893 28 0 0 18 0 12 0 165191439 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4109467525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1479780 CPUtime=6.07
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 75436 0 0 0 566 41 0 0 18 0 12 0 165191441 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1479780 CPUtime=5.94
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 73922 0 0 0 559 35 0 0 18 0 12 0 165191441 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1479780 CPUtime=0
/proc/15739/task/15744/stat : 15744 (java) S 15737 15739 15379 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 165191442 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1479780 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 165191443 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1479780 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165191443 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1479780 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165191447 1515294720 194819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1479780 CPUtime=0.18

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

[pid=15739/tid=15743] ppid=15737 vsize=1504288 CPUtime=20.07
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 151922 0 0 0 1933 74 0 0 16 0 13 0 165191441 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1504288 CPUtime=129.61
/proc/15739/task/15744/stat : 15744 (java) R 15737 15739 15379 0 -1 64 1115526 0 0 0 12457 504 0 0 17 0 13 0 165191442 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1504288 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165191443 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1504288 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165191443 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1504288 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165191447 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1504288 CPUtime=0.47
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 972 0 0 0 47 0 0 0 16 0 13 0 165191447 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1504288 CPUtime=0.96
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 5411 0 0 0 94 2 0 0 18 0 13 0 165191447 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1504288 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165191447 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1504288 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165191447 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15754] ppid=15737 vsize=1504288 CPUtime=0
/proc/15739/task/15754/stat : 15754 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165211130 1540390912 344480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.26
Current children cumulated vsize (KiB) 1504288

[startup+207.905 s]
/proc/loadavg: 1.05 1.09 1.04 2/77 15754
/proc/meminfo: memFree=103880/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1496288 CPUtime=228.46
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 1494611 0 1 0 22139 707 0 0 18 0 13 0 165191438 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 374072 342480 1418 9 0 371415 0
[pid=15739/tid=15741] ppid=15737 vsize=1496288 CPUtime=54.05
/proc/15739/task/15741/stat : 15741 (java) S 15737 15739 15379 0 -1 64 51016 0 1 0 5368 37 0 0 17 0 13 0 165191439 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1496288 CPUtime=20.05
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 142013 0 0 0 1930 75 0 0 16 0 13 0 165191441 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1496288 CPUtime=20.07
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 151922 0 0 0 1933 74 0 0 16 0 13 0 165191441 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1496288 CPUtime=132.82
/proc/15739/task/15744/stat : 15744 (java) R 15737 15739 15379 0 -1 64 1142530 0 0 0 12766 516 0 0 24 0 13 0 165191442 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 104177758 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1496288 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165191443 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1496288 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165191443 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1496288 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165191447 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1496288 CPUtime=0.47
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 972 0 0 0 47 0 0 0 16 0 13 0 165191447 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1496288 CPUtime=0.96
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 5411 0 0 0 94 2 0 0 18 0 13 0 165191447 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1496288 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165191447 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1496288 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165191447 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15754] ppid=15737 vsize=1496288 CPUtime=0
/proc/15739/task/15754/stat : 15754 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165211130 1532198912 342480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 228.46
Current children cumulated vsize (KiB) 1496288

[startup+209.502 s]
/proc/loadavg: 1.05 1.09 1.04 2/77 15754
/proc/meminfo: memFree=47880/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1552288 CPUtime=230.06
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 1522614 0 1 0 22287 719 0 0 18 0 13 0 165191438 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 388072 356480 1418 9 0 385415 0
[pid=15739/tid=15741] ppid=15737 vsize=1552288 CPUtime=54.05
/proc/15739/task/15741/stat : 15741 (java) S 15737 15739 15379 0 -1 64 51016 0 1 0 5368 37 0 0 17 0 13 0 165191439 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1552288 CPUtime=20.05
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 142013 0 0 0 1930 75 0 0 16 0 13 0 165191441 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1552288 CPUtime=20.07
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 151922 0 0 0 1933 74 0 0 16 0 13 0 165191441 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1552288 CPUtime=134.41
/proc/15739/task/15744/stat : 15744 (java) R 15737 15739 15379 0 -1 64 1170533 0 0 0 12913 528 0 0 25 0 13 0 165191442 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 106157878 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165191443 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165191443 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1552288 CPUtime=0.47
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 972 0 0 0 47 0 0 0 16 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1552288 CPUtime=0.96
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 5411 0 0 0 94 2 0 0 18 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15754] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15754/stat : 15754 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165211130 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (KiB) 1552288

[startup+210.303 s]
/proc/loadavg: 1.04 1.09 1.04 2/77 15754
/proc/meminfo: memFree=47880/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1552288 CPUtime=230.86
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 1522614 0 1 0 22367 719 0 0 18 0 13 0 165191438 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 388072 356480 1418 9 0 385415 0
[pid=15739/tid=15741] ppid=15737 vsize=1552288 CPUtime=54.05
/proc/15739/task/15741/stat : 15741 (java) S 15737 15739 15379 0 -1 64 51016 0 1 0 5368 37 0 0 17 0 13 0 165191439 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1552288 CPUtime=20.05
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 142013 0 0 0 1930 75 0 0 16 0 13 0 165191441 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1552288 CPUtime=20.07
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 151922 0 0 0 1933 74 0 0 16 0 13 0 165191441 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1552288 CPUtime=135.21
/proc/15739/task/15744/stat : 15744 (java) R 15737 15739 15379 0 -1 64 1170533 0 0 0 12993 528 0 0 25 0 13 0 165191442 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165191443 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165191443 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1552288 CPUtime=0.47
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 972 0 0 0 47 0 0 0 16 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1552288 CPUtime=0.96
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 5411 0 0 0 94 2 0 0 18 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165191447 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15754] ppid=15737 vsize=1552288 CPUtime=0
/proc/15739/task/15754/stat : 15754 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165211130 1589542912 356480 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.86
Current children cumulated vsize (KiB) 1552288

[startup+211.103 s]
/proc/loadavg: 1.04 1.09 1.04 2/76 15754
/proc/meminfo: memFree=111880/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=1488284 CPUtime=231.66
/proc/15739/stat : 15739 (java) S 15737 15739 15379 0 -1 0 1522617 0 1 0 22446 720 0 0 18 0 12 0 165191438 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 372071 340481 1419 9 0 369414 0
[pid=15739/tid=15741] ppid=15737 vsize=1488284 CPUtime=54.05
/proc/15739/task/15741/stat : 15741 (java) S 15737 15739 15379 0 -1 64 51017 0 1 0 5368 37 0 0 16 0 12 0 165191439 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15742] ppid=15737 vsize=1488284 CPUtime=20.05
/proc/15739/task/15742/stat : 15742 (java) S 15737 15739 15379 0 -1 64 142013 0 0 0 1930 75 0 0 16 0 12 0 165191441 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15743] ppid=15737 vsize=1488284 CPUtime=20.07
/proc/15739/task/15743/stat : 15743 (java) S 15737 15739 15379 0 -1 64 151922 0 0 0 1933 74 0 0 16 0 12 0 165191441 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15744] ppid=15737 vsize=1488284 CPUtime=136.01
/proc/15739/task/15744/stat : 15744 (java) R 15737 15739 15379 0 -1 64 1170533 0 0 0 13072 529 0 0 17 0 12 0 165191442 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 106158105 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15745] ppid=15737 vsize=1488284 CPUtime=0
/proc/15739/task/15745/stat : 15745 (java) S 15737 15739 15379 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165191443 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15746] ppid=15737 vsize=1488284 CPUtime=0
/proc/15739/task/15746/stat : 15746 (java) S 15737 15739 15379 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 165191443 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15747] ppid=15737 vsize=1488284 CPUtime=0
/proc/15739/task/15747/stat : 15747 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165191447 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15748] ppid=15737 vsize=1488284 CPUtime=0.47
/proc/15739/task/15748/stat : 15748 (java) S 15737 15739 15379 0 -1 64 972 0 0 0 47 0 0 0 16 0 12 0 165191447 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15749] ppid=15737 vsize=1488284 CPUtime=0.96
/proc/15739/task/15749/stat : 15749 (java) S 15737 15739 15379 0 -1 64 5411 0 0 0 94 2 0 0 18 0 12 0 165191447 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15739/tid=15750] ppid=15737 vsize=1488284 CPUtime=0
/proc/15739/task/15750/stat : 15750 (java) S 15737 15739 15379 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165191447 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15739/tid=15751] ppid=15737 vsize=1488284 CPUtime=0
/proc/15739/task/15751/stat : 15751 (java) S 15737 15739 15379 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165191447 1524002816 340481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.66
Current children cumulated vsize (KiB) 1488284

[startup+211.303 s]
/proc/loadavg: 1.04 1.09 1.04 2/76 15754
/proc/meminfo: memFree=111880/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=0 CPUtime=231.83
/proc/15739/stat : 15739 (java) Z 15737 15739 15379 0 -1 12 1522623 0 1 0 22454 729 0 0 16 0 2 0 165191438 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 231.83
Current children cumulated vsize (KiB) 0

[startup+211.402 s]
/proc/loadavg: 1.04 1.09 1.04 2/76 15754
/proc/meminfo: memFree=111880/2055920 swapFree=4192812/4192956
[pid=15739] ppid=15737 vsize=0 CPUtime=231.93
/proc/15739/stat : 15739 (java) Z 15737 15739 15379 0 -1 12 1522623 0 1 0 22454 739 0 0 16 0 2 0 165191438 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 231.93
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 211.428
CPU time (s): 231.966
CPU user time (s): 224.546
CPU system time (s): 7.41987
CPU usage (%): 109.714
Max. virtual memory (cumulated for all children) (KiB): 1584292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.546
system time used= 7.41987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1522623
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= 5353
involuntary context switches= 2057

runsolver used 0.223965 second user time and 0.577912 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-14 12:38:30
IDJOB=1859691
IDBENCH=71894
IDSOLVER=682
FILE ID=node15/1859691-1244975885
PBS_JOBID= 9355032
Free space on /tmp= 65844 MiB

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

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1797062096

node15.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.261
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	: 5931.00
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.261
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:        784272 kB
Buffers:         76660 kB
Cached:        1088724 kB
SwapCached:          0 kB
Active:         659352 kB
Inactive:       519532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        784272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          342472 kB
Writeback:           0 kB
Mapped:          23248 kB
Slab:            78688 kB
Committed_AS:   146424 kB
PageTables:       1468 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= 65844 MiB
End job on node15 at 2009-06-14 12:42:02