Trace number 1859648

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? 252.787 236.829

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
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 variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1859648-1244974541.opb
0.22/0.22	c reading problem ... 
132.45/116.74	c ... done. Wall clock time 116.524s.
132.45/116.74	c #vars     2561998
132.45/116.74	c #constraints  14000
132.45/116.74	c constraints type 
132.45/116.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
132.45/116.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
132.45/116.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
252.56/236.61	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
252.56/236.61		at java.math.BigInteger.toString(Unknown Source)
252.56/236.61		at java.math.BigInteger.toString(Unknown Source)
252.56/236.61		at java.math.BigInteger.doubleValue(Unknown Source)
252.56/236.61		at org.sat4j.pb.orders.VarOrderHeapObjective.init(Unknown Source)
252.56/236.61		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
252.56/236.61		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
252.56/236.61		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
252.56/236.61		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
252.56/236.61		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
252.56/236.61		at org.sat4j.AbstractLauncher.run(Unknown Source)
252.56/236.61		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
252.56/236.61	c starts		: 0
252.56/236.61	c conflicts		: 0
252.56/236.61	c decisions		: 0
252.56/236.61	c propagations		: 0
252.56/236.61	c inspects		: 0
252.56/236.61	c learnt literals	: 0
252.56/236.61	c learnt binary clauses	: 0
252.56/236.61	c learnt ternary clauses	: 0
252.56/236.61	c learnt clauses	: 0
252.56/236.61	c ignored clauses	: 0
252.56/236.61	c root simplifications	: 0
252.56/236.61	c removed literals (reason simplification)	: 0
252.56/236.61	c reason swapping (by a shorter reason)	: 0
252.56/236.61	c Calls to reduceDB	: 0
252.56/236.61	c speed (assignments/second)	: 0.0
252.56/236.61	c non guided choices	0
252.56/236.62	c learnt constraints type 
252.56/236.62	c constraints type 
252.56/236.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
252.56/236.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
252.56/236.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
252.56/236.62	s UNKNOWN
252.56/236.62	c Total wall clock time (in seconds): 236.401

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18508
/proc/meminfo: memFree=1363768/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1612 CPUtime=0
/proc/18508/stat : 18508 (java6) D 18506 18508 17784 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 165051118 1650688 138 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18508/statm: 403 138 102 9 0 45 0

[startup+0.0807061 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18508
/proc/meminfo: memFree=1363768/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1470224 CPUtime=0.06
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 3456 0 1 0 5 1 0 0 18 0 7 0 165051118 1505509376 3201 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 367556 3201 1039 9 0 364907 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470224

[startup+0.101708 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18508
/proc/meminfo: memFree=1363768/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1472584 CPUtime=0.08
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 3636 0 1 0 6 2 0 0 18 0 12 0 165051118 1507926016 3379 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 368146 3379 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301743 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18508
/proc/meminfo: memFree=1363768/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1475084 CPUtime=0.32
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 19275 0 1 0 24 8 0 0 18 0 12 0 165051118 1510486016 19012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 368771 19012 1343 9 0 366114 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475084

[startup+0.701822 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18508
/proc/meminfo: memFree=1363768/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1476244 CPUtime=0.95
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 22100 0 1 0 85 10 0 0 18 0 12 0 165051118 1511673856 21604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 369061 21604 1391 9 0 366404 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1476244

[startup+1.50295 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18520
/proc/meminfo: memFree=1260056/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1476244 CPUtime=1.87
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 49503 0 1 0 163 24 0 0 18 0 12 0 165051118 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 369061 49006 1402 9 0 366404 0
[pid=18508/tid=18510] ppid=18506 vsize=1476244 CPUtime=1.23
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 17784 0 -1 64 30929 0 1 0 110 13 0 0 16 0 12 0 165051120 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1476244 CPUtime=0.13
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 10662 0 0 0 7 6 0 0 18 0 12 0 165051121 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1476244 CPUtime=0.14
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 5950 0 0 0 11 3 0 0 18 0 12 0 165051121 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1476244 CPUtime=0.15
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 393 0 0 0 15 0 0 0 17 0 12 0 165051128 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1476244 CPUtime=0.18
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 819 0 0 0 18 0 0 0 16 0 12 0 165051128 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1511673856 49006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1476244

[startup+3.10998 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18520
/proc/meminfo: memFree=1170840/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1476244 CPUtime=3.62
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 58940 0 1 0 332 30 0 0 18 0 12 0 165051118 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 369061 57514 1402 9 0 366404 0
[pid=18508/tid=18510] ppid=18506 vsize=1476244 CPUtime=2.69
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 17784 0 -1 64 30930 0 1 0 255 14 0 0 18 0 12 0 165051120 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4109464578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1476244 CPUtime=0.27
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 15669 0 0 0 18 9 0 0 18 0 12 0 165051121 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1476244 CPUtime=0.28
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 10374 0 0 0 23 5 0 0 18 0 12 0 165051121 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 17784 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 165051123 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1476244 CPUtime=0.15
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 393 0 0 0 15 0 0 0 17 0 12 0 165051128 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1476244 CPUtime=0.18
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 819 0 0 0 18 0 0 0 16 0 12 0 165051128 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1476244 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1511673856 57514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1476244

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18520
/proc/meminfo: memFree=1108312/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1476084 CPUtime=7.09
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 70083 0 1 0 672 37 0 0 18 0 12 0 165051118 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 369021 67230 1402 9 0 366364 0
[pid=18508/tid=18510] ppid=18506 vsize=1476084 CPUtime=5.6
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 17784 0 -1 64 30934 0 1 0 545 15 0 0 24 0 12 0 165051120 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1476084 CPUtime=0.54
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 19670 0 0 0 43 11 0 0 16 0 12 0 165051121 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1476084 CPUtime=0.57
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 17512 0 0 0 48 9 0 0 17 0 12 0 165051121 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1476084 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 17784 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 165051123 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1476084 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1476084 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1476084 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1476084 CPUtime=0.15
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 393 0 0 0 15 0 0 0 17 0 12 0 165051128 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1476084 CPUtime=0.18
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 819 0 0 0 18 0 0 0 17 0 12 0 165051128 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1476084 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1476084 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1511510016 67230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1476084

[startup+12.7029 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 18520
/proc/meminfo: memFree=1003416/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1478652 CPUtime=14.85
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 99330 0 1 0 1430 55 0 0 18 0 12 0 165051118 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 369663 93107 1407 9 0 367006 0
[pid=18508/tid=18510] ppid=18506 vsize=1478652 CPUtime=10.59
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 30943 0 1 0 1042 17 0 0 19 0 12 0 165051120 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1478652 CPUtime=1.93
/proc/18508/task/18511/stat : 18511 (java) R 18506 18508 17784 0 -1 64 32398 0 0 0 174 19 0 0 17 0 12 0 165051121 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1478652 CPUtime=1.95
/proc/18508/task/18512/stat : 18512 (java) R 18506 18508 17784 0 -1 64 34017 0 0 0 177 18 0 0 16 0 12 0 165051121 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 106197466 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1478652 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 17784 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 165051123 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1478652 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1478652 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1478652 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1478652 CPUtime=0.15
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 393 0 0 0 15 0 0 0 17 0 12 0 165051128 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1478652 CPUtime=0.18
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 824 0 0 0 18 0 0 0 17 0 12 0 165051128 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1478652 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1478652 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1514139648 93107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 1478652

[startup+25.5011 s]
/proc/loadavg: 1.14 1.03 1.01 3/76 18520
/proc/meminfo: memFree=707800/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1478616 CPUtime=32.75
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 184184 0 1 0 3176 99 0 0 18 0 12 0 165051118 1514102784 170315 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 369654 170317 1418 9 0 366997 0
[pid=18508/tid=18510] ppid=18506 vsize=1478616 CPUtime=18.39
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 30983 0 1 0 1820 19 0 0 20 0 12 0 165051120 1514102784 170319 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1478616 CPUtime=6.88
/proc/18508/task/18511/stat : 18511 (java) R 18506 18508 17784 0 -1 64 73425 0 0 0 651 37 0 0 18 0 12 0 165051121 1514102784 170321 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1478616 CPUtime=6.76
/proc/18508/task/18512/stat : 18512 (java) R 18506 18508 17784 0 -1 64 77780 0 0 0 635 41 0 0 16 0 12 0 165051121 1514102784 170323 1992294400 134512640 134550932 4294956000 18446744073709551615 106194266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1478616 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 17784 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 165051123 1514102784 170324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1478616 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1514102784 170326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1478616 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1514102784 170328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1478616 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1514102784 170330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1478616 CPUtime=0.31

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

/proc/meminfo: memFree=32792/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1511272 CPUtime=246.26
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 1038924 0 1 0 24134 492 0 0 18 0 12 0 165051118 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 377818 346026 1433 9 0 375161 0
[pid=18508/tid=18510] ppid=18506 vsize=1511272 CPUtime=44.67
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 31080 0 1 0 4442 25 0 0 16 0 12 0 165051120 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1511272 CPUtime=16.09
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 155835 0 0 0 1536 73 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1511272 CPUtime=15.29
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 174143 0 0 0 1440 89 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1511272 CPUtime=168.92
/proc/18508/task/18513/stat : 18513 (java) R 18506 18508 17784 0 -1 64 674238 0 0 0 16591 301 0 0 18 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 104177752 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1511272 CPUtime=0.55
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 1242 0 0 0 55 0 0 0 17 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1511272 CPUtime=0.68
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 1646 0 0 0 68 0 0 0 16 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.26
Current children cumulated vsize (KiB) 1511272

[startup+233.501 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18520
/proc/meminfo: memFree=48792/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1495272 CPUtime=249.46
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 1046808 0 1 0 24450 496 0 0 18 0 12 0 165051118 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 373818 342026 1432 9 0 371161 0
[pid=18508/tid=18510] ppid=18506 vsize=1495272 CPUtime=44.69
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 31083 0 1 0 4444 25 0 0 16 0 12 0 165051120 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1495272 CPUtime=16.09
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 155835 0 0 0 1536 73 0 0 16 0 12 0 165051121 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1495272 CPUtime=15.29
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 174143 0 0 0 1440 89 0 0 16 0 12 0 165051121 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1495272 CPUtime=172.09
/proc/18508/task/18513/stat : 18513 (java) R 18506 18508 17784 0 -1 64 682119 0 0 0 16904 305 0 0 17 0 12 0 165051123 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 105696720 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1495272 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1495272 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1495272 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1495272 CPUtime=0.55
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 1242 0 0 0 55 0 0 0 17 0 12 0 165051128 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1495272 CPUtime=0.68
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 1646 0 0 0 68 0 0 0 16 0 12 0 165051128 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1495272 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1495272 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1531158528 342026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.46
Current children cumulated vsize (KiB) 1495272

[startup+235.101 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18520
/proc/meminfo: memFree=32728/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1511272 CPUtime=251.06
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 1054809 0 1 0 24607 499 0 0 18 0 12 0 165051118 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 377818 346026 1432 9 0 375161 0
[pid=18508/tid=18510] ppid=18506 vsize=1511272 CPUtime=44.69
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 31083 0 1 0 4444 25 0 0 16 0 12 0 165051120 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1511272 CPUtime=16.09
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 155835 0 0 0 1536 73 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1511272 CPUtime=15.29
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 174143 0 0 0 1440 89 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1511272 CPUtime=173.7
/proc/18508/task/18513/stat : 18513 (java) R 18506 18508 17784 0 -1 64 690120 0 0 0 17061 309 0 0 20 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 106157810 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1511272 CPUtime=0.55
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 1242 0 0 0 55 0 0 0 17 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1511272 CPUtime=0.68
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 1646 0 0 0 68 0 0 0 16 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.06
Current children cumulated vsize (KiB) 1511272

[startup+235.902 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18520
/proc/meminfo: memFree=32728/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1511272 CPUtime=251.86
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 1054809 0 1 0 24687 499 0 0 18 0 12 0 165051118 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 377818 346026 1432 9 0 375161 0
[pid=18508/tid=18510] ppid=18506 vsize=1511272 CPUtime=44.69
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 31083 0 1 0 4444 25 0 0 16 0 12 0 165051120 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1511272 CPUtime=16.09
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 155835 0 0 0 1536 73 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1511272 CPUtime=15.29
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 174143 0 0 0 1440 89 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1511272 CPUtime=174.5
/proc/18508/task/18513/stat : 18513 (java) R 18506 18508 17784 0 -1 64 690120 0 0 0 17141 309 0 0 21 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 105886155 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1511272 CPUtime=0.55
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 1242 0 0 0 55 0 0 0 17 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1511272 CPUtime=0.68
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 1646 0 0 0 68 0 0 0 16 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) R 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.86
Current children cumulated vsize (KiB) 1511272

[startup+236.303 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18520
/proc/meminfo: memFree=32728/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=1511272 CPUtime=252.26
/proc/18508/stat : 18508 (java) S 18506 18508 17784 0 -1 0 1054809 0 1 0 24727 499 0 0 18 0 12 0 165051118 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 377818 346026 1432 9 0 375161 0
[pid=18508/tid=18510] ppid=18506 vsize=1511272 CPUtime=44.69
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 17784 0 -1 64 31083 0 1 0 4444 25 0 0 16 0 12 0 165051120 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1511272 CPUtime=16.09
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 17784 0 -1 64 155835 0 0 0 1536 73 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1511272 CPUtime=15.29
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 17784 0 -1 64 174143 0 0 0 1440 89 0 0 16 0 12 0 165051121 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1511272 CPUtime=174.9
/proc/18508/task/18513/stat : 18513 (java) R 18506 18508 17784 0 -1 64 690120 0 0 0 17181 309 0 0 23 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165051123 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1511272 CPUtime=0.55
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 17784 0 -1 64 1242 0 0 0 55 0 0 0 17 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1511272 CPUtime=0.68
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 17784 0 -1 64 1646 0 0 0 68 0 0 0 16 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1511272 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 17784 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165051128 1547542528 346026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 252.26
Current children cumulated vsize (KiB) 1511272

[startup+236.703 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18520
/proc/meminfo: memFree=32792/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=0 CPUtime=252.65
/proc/18508/stat : 18508 (java) Z 18506 18508 17784 0 -1 12 1054825 0 1 0 24758 507 0 0 16 0 2 0 165051118 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 252.65
Current children cumulated vsize (KiB) 0

[startup+236.802 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18520
/proc/meminfo: memFree=32792/2055920 swapFree=4182324/4192956
[pid=18508] ppid=18506 vsize=0 CPUtime=252.75
/proc/18508/stat : 18508 (java) Z 18506 18508 17784 0 -1 12 1054825 0 1 0 24758 517 0 0 16 0 2 0 165051118 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 252.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 236.829
CPU time (s): 252.787
CPU user time (s): 247.587
CPU system time (s): 5.19921
CPU usage (%): 106.738
Max. virtual memory (cumulated for all children) (KiB): 1527276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.587
system time used= 5.19921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1054825
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= 5920
involuntary context switches= 2875

runsolver used 0.254961 second user time and 0.730888 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-14 12:15:48
IDJOB=1859648
IDBENCH=71873
IDSOLVER=681
FILE ID=node48/1859648-1244974541
PBS_JOBID= 9355034
Free space on /tmp= 66140 MiB

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

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=2054780328

node48.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.270
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.270
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:       1364184 kB
Buffers:         76292 kB
Cached:         528224 kB
SwapCached:       4424 kB
Active:         247236 kB
Inactive:       365180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364184 kB
SwapTotal:     4192956 kB
SwapFree:      4182324 kB
Dirty:          126016 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            65292 kB
Committed_AS:   124960 kB
PageTables:       1376 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= 66140 MiB
End job on node48 at 2009-06-14 12:19:45