Trace number 1859658

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? 265.911 250.974

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
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 variables2560998
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 constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
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 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1859658-1244974995.opb
0.23/0.22	c reading problem ... 
134.09/119.48	c ... done. Wall clock time 119.265s.
134.09/119.48	c #vars     2560998
134.09/119.48	c #constraints  7000
134.09/119.48	c constraints type 
134.09/119.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
134.09/119.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
134.09/119.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
265.68/250.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
265.68/250.72		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
265.68/250.72		at java.lang.StringBuilder.<init>(Unknown Source)
265.68/250.72		at java.math.BigInteger.toString(Unknown Source)
265.68/250.72		at java.math.BigInteger.toString(Unknown Source)
265.68/250.72		at java.math.BigInteger.doubleValue(Unknown Source)
265.68/250.72		at org.sat4j.pb.orders.VarOrderHeapObjective.init(Unknown Source)
265.68/250.72		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
265.68/250.72		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
265.68/250.72		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
265.68/250.72		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
265.68/250.72		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
265.68/250.72		at org.sat4j.AbstractLauncher.run(Unknown Source)
265.68/250.72		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
265.68/250.72	c starts		: 0
265.68/250.72	c conflicts		: 0
265.68/250.72	c decisions		: 0
265.68/250.72	c propagations		: 0
265.68/250.72	c inspects		: 0
265.68/250.72	c learnt literals	: 0
265.68/250.72	c learnt binary clauses	: 0
265.68/250.72	c learnt ternary clauses	: 0
265.68/250.72	c learnt clauses	: 0
265.68/250.72	c ignored clauses	: 0
265.68/250.72	c root simplifications	: 0
265.68/250.72	c removed literals (reason simplification)	: 0
265.68/250.72	c reason swapping (by a shorter reason)	: 0
265.68/250.72	c Calls to reduceDB	: 0
265.68/250.72	c speed (assignments/second)	: 0.0
265.68/250.72	c non guided choices	0
265.68/250.72	c learnt constraints type 
265.68/250.72	c constraints type 
265.68/250.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
265.68/250.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
265.68/250.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
265.68/250.72	s UNKNOWN
265.68/250.72	c Total wall clock time (in seconds): 250.508

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-1859658-1244974995/watcher-1859658-1244974995 -o /tmp/evaluation-result-1859658-1244974995/solver-1859658-1244974995 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859658-1244974995.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.01 1.01 1.00 3/64 17403
/proc/meminfo: memFree=1214016/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1612 CPUtime=0
/proc/17403/stat : 17403 (java6) R 17401 17403 17058 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 165099501 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17403/statm: 403 147 111 9 0 45 0

[startup+0.0406939 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 17403
/proc/meminfo: memFree=1214016/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1468752 CPUtime=0.02
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 3038 0 1 0 1 1 0 0 18 0 4 0 165099501 1504002048 2785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 367188 2786 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.102702 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 17403
/proc/meminfo: memFree=1214016/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1472584 CPUtime=0.08
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 3635 0 1 0 6 2 0 0 18 0 12 0 165099501 1507926016 3378 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 368146 3378 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302737 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 17403
/proc/meminfo: memFree=1214016/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1475004 CPUtime=0.32
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 19233 0 1 0 23 9 0 0 18 0 12 0 165099501 1510404096 18971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 368751 18971 1343 9 0 366094 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475004

[startup+0.701799 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 17403
/proc/meminfo: memFree=1214016/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1476652 CPUtime=0.95
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 22046 0 1 0 84 11 0 0 18 0 12 0 165099501 1512091648 21579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 369163 21579 1391 9 0 366506 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1476652

[startup+1.50192 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 17415
/proc/meminfo: memFree=1111968/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1476652 CPUtime=1.89
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 49554 0 1 0 164 25 0 0 18 0 12 0 165099501 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 369163 49086 1402 9 0 366506 0
[pid=17403/tid=17405] ppid=17401 vsize=1476652 CPUtime=1.25
/proc/17403/task/17405/stat : 17405 (java) R 17401 17403 17058 0 -1 64 30919 0 1 0 110 15 0 0 16 0 12 0 165099502 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1476652 CPUtime=0.13
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 5956 0 0 0 10 3 0 0 18 0 12 0 165099504 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1476652 CPUtime=0.13
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 10652 0 0 0 8 5 0 0 17 0 12 0 165099504 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17408/stat : 17408 (java) S 17401 17403 17058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165099506 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1476652 CPUtime=0.2
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 614 0 0 0 20 0 0 0 16 0 12 0 165099510 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1476652 CPUtime=0.14
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 665 0 0 0 14 0 0 0 17 0 12 0 165099510 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1512091648 49086 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1476652

[startup+3.10216 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 17415
/proc/meminfo: memFree=1021928/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1476652 CPUtime=3.64
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 58759 0 1 0 334 30 0 0 18 0 12 0 165099501 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 369163 57593 1402 9 0 366506 0
[pid=17403/tid=17405] ppid=17401 vsize=1476652 CPUtime=2.7
/proc/17403/task/17405/stat : 17405 (java) R 17401 17403 17058 0 -1 64 30920 0 1 0 255 15 0 0 17 0 12 0 165099502 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1476652 CPUtime=0.27
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 9774 0 0 0 22 5 0 0 18 0 12 0 165099504 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1476652 CPUtime=0.28
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 16034 0 0 0 21 7 0 0 16 0 12 0 165099504 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17408/stat : 17408 (java) S 17401 17403 17058 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 165099506 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1476652 CPUtime=0.2
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 614 0 0 0 20 0 0 0 16 0 12 0 165099510 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1476652 CPUtime=0.14
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 665 0 0 0 14 0 0 0 17 0 12 0 165099510 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1476652 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1512091648 57593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1476652

[startup+6.30165 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 17415
/proc/meminfo: memFree=971624/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1476620 CPUtime=7.11
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 69847 0 1 0 674 37 0 0 18 0 12 0 165099501 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 369155 67347 1402 9 0 366498 0
[pid=17403/tid=17405] ppid=17401 vsize=1476620 CPUtime=5.61
/proc/17403/task/17405/stat : 17405 (java) R 17401 17403 17058 0 -1 64 30923 0 1 0 544 17 0 0 24 0 12 0 165099502 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4109465605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1476620 CPUtime=0.56
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 15385 0 0 0 48 8 0 0 18 0 12 0 165099504 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1476620 CPUtime=0.57
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 21508 0 0 0 47 10 0 0 16 0 12 0 165099504 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1476620 CPUtime=0
/proc/17403/task/17408/stat : 17408 (java) S 17401 17403 17058 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 165099506 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1476620 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1476620 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1476620 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1476620 CPUtime=0.2
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 614 0 0 0 20 0 0 0 17 0 12 0 165099510 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1476620 CPUtime=0.14
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 665 0 0 0 14 0 0 0 17 0 12 0 165099510 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1476620 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1476620 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1512058880 67347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 1476620

[startup+12.7016 s]
/proc/loadavg: 1.15 1.04 1.01 2/76 17415
/proc/meminfo: memFree=857256/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1479188 CPUtime=14.8
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 98727 0 1 0 1423 57 0 0 18 0 12 0 165099501 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 369797 92964 1407 9 0 367140 0
[pid=17403/tid=17405] ppid=17401 vsize=1479188 CPUtime=10.7
/proc/17403/task/17405/stat : 17405 (java) R 17401 17403 17058 0 -1 64 30932 0 1 0 1051 19 0 0 20 0 12 0 165099502 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1479188 CPUtime=1.85
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 28318 0 0 0 168 17 0 0 16 0 12 0 165099504 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1479188 CPUtime=1.86
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 37441 0 0 0 167 19 0 0 16 0 12 0 165099504 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17408/stat : 17408 (java) S 17401 17403 17058 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 165099506 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1479188 CPUtime=0.2
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 619 0 0 0 20 0 0 0 16 0 12 0 165099510 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1479188 CPUtime=0.14
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 665 0 0 0 14 0 0 0 17 0 12 0 165099510 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1514688512 92964 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 1479188

[startup+25.5024 s]
/proc/loadavg: 1.20 1.05 1.01 2/76 17415
/proc/meminfo: memFree=579176/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1479188 CPUtime=31.79
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 175241 0 1 0 3086 93 0 0 18 0 12 0 165099501 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 369797 160404 1418 9 0 367140 0
[pid=17403/tid=17405] ppid=17401 vsize=1479188 CPUtime=19.22
/proc/17403/task/17405/stat : 17405 (java) R 17401 17403 17058 0 -1 64 30971 0 1 0 1902 20 0 0 19 0 12 0 165099502 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4109543991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1479188 CPUtime=5.82
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 72821 0 0 0 544 38 0 0 16 0 12 0 165099504 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1479188 CPUtime=5.99
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 69202 0 0 0 566 33 0 0 20 0 12 0 165099504 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17408/stat : 17408 (java) S 17401 17403 17058 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 165099506 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1479188 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1514688512 160404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1479188 CPUtime=0.42

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

[pid=17403/tid=17414] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.28
Current children cumulated vsize (KiB) 1512216

[startup+243.107 s]
/proc/loadavg: 1.01 1.04 1.00 2/76 17415
/proc/meminfo: memFree=47784/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1496216 CPUtime=258.09
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 1067872 0 1 0 25295 514 0 0 18 0 12 0 165099501 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 374054 341898 1433 9 0 371397 0
[pid=17403/tid=17405] ppid=17401 vsize=1496216 CPUtime=48.51
/proc/17403/task/17405/stat : 17405 (java) S 17401 17403 17058 0 -1 64 31071 0 1 0 4824 27 0 0 17 0 12 0 165099502 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1496216 CPUtime=14.33
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 190484 0 0 0 1338 95 0 0 15 0 12 0 165099504 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1496216 CPUtime=15.33
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 146654 0 0 0 1461 72 0 0 16 0 12 0 165099504 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1496216 CPUtime=178.69
/proc/17403/task/17408/stat : 17408 (java) R 17401 17403 17058 0 -1 64 696543 0 0 0 17553 316 0 0 17 0 12 0 165099506 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 105880848 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1496216 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1496216 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1496216 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1496216 CPUtime=0.67
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 1179 0 0 0 67 0 0 0 16 0 12 0 165099510 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1496216 CPUtime=0.5
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 1203 0 0 0 50 0 0 0 16 0 12 0 165099510 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1496216 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1496216 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1532125184 341898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 258.09
Current children cumulated vsize (KiB) 1496216

[startup+246.301 s]
/proc/loadavg: 1.01 1.04 1.00 3/76 17415
/proc/meminfo: memFree=31784/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1512216 CPUtime=261.28
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 1075873 0 1 0 25612 516 0 0 18 0 12 0 165099501 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 378054 345898 1433 9 0 375397 0
[pid=17403/tid=17405] ppid=17401 vsize=1512216 CPUtime=48.51
/proc/17403/task/17405/stat : 17405 (java) S 17401 17403 17058 0 -1 64 31071 0 1 0 4824 27 0 0 17 0 12 0 165099502 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1512216 CPUtime=14.33
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 190484 0 0 0 1338 95 0 0 15 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1512216 CPUtime=15.33
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 146654 0 0 0 1461 72 0 0 16 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1512216 CPUtime=181.88
/proc/17403/task/17408/stat : 17408 (java) R 17401 17403 17058 0 -1 64 704544 0 0 0 17869 319 0 0 23 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 104187792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1512216 CPUtime=0.67
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 1179 0 0 0 67 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1512216 CPUtime=0.5
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 1203 0 0 0 50 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 261.28
Current children cumulated vsize (KiB) 1512216

[startup+249.503 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 17415
/proc/meminfo: memFree=31720/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1512216 CPUtime=264.48
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 1091758 0 1 0 25924 524 0 0 18 0 12 0 165099501 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 378054 345898 1432 9 0 375397 0
[pid=17403/tid=17405] ppid=17401 vsize=1512216 CPUtime=48.53
/proc/17403/task/17405/stat : 17405 (java) S 17401 17403 17058 0 -1 64 31074 0 1 0 4826 27 0 0 16 0 12 0 165099502 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1512216 CPUtime=14.33
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 190484 0 0 0 1338 95 0 0 15 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1512216 CPUtime=15.33
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 146654 0 0 0 1461 72 0 0 16 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1512216 CPUtime=185.05
/proc/17403/task/17408/stat : 17408 (java) R 17401 17403 17058 0 -1 64 720426 0 0 0 18179 326 0 0 20 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1512216 CPUtime=0.67
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 1179 0 0 0 67 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1512216 CPUtime=0.5
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 1203 0 0 0 50 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.48
Current children cumulated vsize (KiB) 1512216

[startup+250.303 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 17415
/proc/meminfo: memFree=31720/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1512216 CPUtime=265.28
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 1091758 0 1 0 26004 524 0 0 18 0 12 0 165099501 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 378054 345898 1432 9 0 375397 0
[pid=17403/tid=17405] ppid=17401 vsize=1512216 CPUtime=48.53
/proc/17403/task/17405/stat : 17405 (java) S 17401 17403 17058 0 -1 64 31074 0 1 0 4826 27 0 0 16 0 12 0 165099502 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1512216 CPUtime=14.33
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 190484 0 0 0 1338 95 0 0 15 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1512216 CPUtime=15.33
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 146654 0 0 0 1461 72 0 0 16 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1512216 CPUtime=185.85
/proc/17403/task/17408/stat : 17408 (java) R 17401 17403 17058 0 -1 64 720426 0 0 0 18259 326 0 0 22 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1512216 CPUtime=0.67
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 1179 0 0 0 67 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1512216 CPUtime=0.5
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 1203 0 0 0 50 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.28
Current children cumulated vsize (KiB) 1512216

[startup+250.702 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 17415
/proc/meminfo: memFree=31720/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=1512216 CPUtime=265.68
/proc/17403/stat : 17403 (java) S 17401 17403 17058 0 -1 0 1091758 0 1 0 26044 524 0 0 18 0 12 0 165099501 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 378054 345898 1432 9 0 375397 0
[pid=17403/tid=17405] ppid=17401 vsize=1512216 CPUtime=48.53
/proc/17403/task/17405/stat : 17405 (java) S 17401 17403 17058 0 -1 64 31074 0 1 0 4826 27 0 0 16 0 12 0 165099502 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17406] ppid=17401 vsize=1512216 CPUtime=14.33
/proc/17403/task/17406/stat : 17406 (java) S 17401 17403 17058 0 -1 64 190484 0 0 0 1338 95 0 0 15 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17407] ppid=17401 vsize=1512216 CPUtime=15.33
/proc/17403/task/17407/stat : 17407 (java) S 17401 17403 17058 0 -1 64 146654 0 0 0 1461 72 0 0 16 0 12 0 165099504 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17408] ppid=17401 vsize=1512216 CPUtime=186.26
/proc/17403/task/17408/stat : 17408 (java) R 17401 17403 17058 0 -1 64 720426 0 0 0 18300 326 0 0 25 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17409] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17409/stat : 17409 (java) S 17401 17403 17058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17410] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17410/stat : 17410 (java) S 17401 17403 17058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165099506 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17411] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17411/stat : 17411 (java) S 17401 17403 17058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17412] ppid=17401 vsize=1512216 CPUtime=0.67
/proc/17403/task/17412/stat : 17412 (java) S 17401 17403 17058 0 -1 64 1179 0 0 0 67 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17403/tid=17413] ppid=17401 vsize=1512216 CPUtime=0.5
/proc/17403/task/17413/stat : 17413 (java) S 17401 17403 17058 0 -1 64 1203 0 0 0 50 0 0 0 16 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17414] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17414/stat : 17414 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17403/tid=17415] ppid=17401 vsize=1512216 CPUtime=0
/proc/17403/task/17415/stat : 17415 (java) S 17401 17403 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165099510 1548509184 345898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.68
Current children cumulated vsize (KiB) 1512216

[startup+250.901 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 17415
/proc/meminfo: memFree=31720/2055920 swapFree=4191900/4192956
[pid=17403] ppid=17401 vsize=0 CPUtime=265.83
/proc/17403/stat : 17403 (java) Z 17401 17403 17058 0 -1 12 1091774 0 1 0 26046 537 0 0 16 0 2 0 165099501 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17403/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 265.83
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 250.974
CPU time (s): 265.911
CPU user time (s): 260.464
CPU system time (s): 5.44617
CPU usage (%): 105.951
Max. virtual memory (cumulated for all children) (KiB): 1528360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.464
system time used= 5.44617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1091774
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= 6346
involuntary context switches= 4592

runsolver used 0.284956 second user time and 0.696894 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-14 12:23:22
IDJOB=1859658
IDBENCH=71878
IDSOLVER=681
FILE ID=node34/1859658-1244974995
PBS_JOBID= 9355043
Free space on /tmp= 66204 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__512.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-1859658-1244974995/watcher-1859658-1244974995 -o /tmp/evaluation-result-1859658-1244974995/solver-1859658-1244974995 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859658-1244974995.opb

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=1920831431

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1214432 kB
Buffers:         74116 kB
Cached:         685264 kB
SwapCached:        384 kB
Active:         256940 kB
Inactive:       515852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214432 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          125816 kB
Writeback:           0 kB
Mapped:          21816 kB
Slab:            54688 kB
Committed_AS:   133288 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node34 at 2009-06-14 12:27:33