Trace number 1859666

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.31 1727.26

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__1024.opb
MD5SUM7ab5a773955b6c76800e229a63024c00
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 variables1536498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint1024
Maximum length of a constraint21505
Number of terms in the objective function 1536000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 52541822976
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 52541822976
Number of bits of the biggest sum of numbers36
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.34	c See www.sat4j.org for details.
0.08/0.35	c version 2.1.1.v20090612
0.08/0.35	c sun.arch.data.model	32
0.08/0.35	c java.version	1.6.0_12
0.08/0.35	c os.name	Linux
0.08/0.35	c os.version	2.6.9-22.EL.rootsmp
0.08/0.35	c os.arch	i386
0.08/0.35	c Free memory 1342000320
0.08/0.35	c Max memory 1344274432
0.08/0.35	c Total memory 1344274432
0.08/0.35	c Number of processors 2
0.22/0.42	c Pseudo Boolean Optimization
0.22/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.42	c --- Begin Solver configuration ---
0.22/0.42	c Stops conflict analysis at the first Unique Implication Point
0.22/0.42	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.42	c Learn all clauses as in MiniSAT
0.22/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.42	c No reason simplification
0.22/0.42	c MiniSAT restarts strategy
0.22/0.42	c Memory based learned constraints deletion strategy
0.22/0.42	c timeout=2147483s
0.22/0.42	c DB Simplification allowed=false
0.22/0.42	c --- End Solver configuration ---
0.22/0.42	c solving HOME/instance-1859666-1244975178.opb
0.22/0.42	c reading problem ... 
48.27/39.44	c ... done. Wall clock time 39.022s.
48.27/39.44	c #vars     1536498
48.27/39.44	c #constraints  2500
48.27/39.44	c constraints type 
48.27/39.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
48.27/39.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
48.27/39.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.04/1727.02	c starts		: 4
1800.04/1727.02	c conflicts		: 637
1800.04/1727.02	c decisions		: 14986225
1800.04/1727.02	c propagations		: 15135972
1800.04/1727.02	c inspects		: 32769017
1800.04/1727.02	c learnt literals	: 0
1800.04/1727.02	c learnt binary clauses	: 0
1800.04/1727.02	c learnt ternary clauses	: 0
1800.04/1727.02	c learnt clauses	: 636
1800.04/1727.02	c ignored clauses	: 0
1800.04/1727.02	c root simplifications	: 0
1800.04/1727.02	c removed literals (reason simplification)	: 0
1800.04/1727.02	c reason swapping (by a shorter reason)	: 0
1800.04/1727.02	c Calls to reduceDB	: 0
1800.04/1727.02	c speed (assignments/second)	: 8969.523356892993
1800.04/1727.02	c non guided choices	0
1800.04/1727.02	c learnt constraints type 
1800.04/1727.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.04/1727.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 634
1800.04/1727.02	c constraints type 
1800.04/1727.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.04/1727.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1800.04/1727.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.04/1727.02	s UNKNOWN
1800.04/1727.02	c Total wall clock time (in seconds): 1726.604

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-1859666-1244975178/watcher-1859666-1244975178 -o /tmp/evaluation-result-1859666-1244975178/solver-1859666-1244975178 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859666-1244975178.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.08 1.06 1.01 3/64 17583
/proc/meminfo: memFree=1318656/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1520 CPUtime=0
/proc/17583/stat : 17583 (java6) R 17581 17583 17126 0 -1 0 90 0 0 0 0 0 0 0 20 0 1 0 165117939 1556480 73 1992294400 134512640 134550932 4294956160 18446744073709551615 9998944 0 0 4096 0 0 0 0 17 1 0 0
/proc/17583/statm: 380 73 56 9 0 10 0

[startup+0.0793641 s]
/proc/loadavg: 1.08 1.06 1.01 3/64 17583
/proc/meminfo: memFree=1318656/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=272 CPUtime=0
/proc/17583/stat : 17583 (java) D 17581 17583 17126 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 165117939 278528 37 1992294400 134512640 134550932 4294956000 18446744073709551615 10027812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17583/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101365 s]
/proc/loadavg: 1.08 1.06 1.01 3/64 17583
/proc/meminfo: memFree=1318656/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=272 CPUtime=0
/proc/17583/stat : 17583 (java) D 17581 17583 17126 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 165117939 278528 37 1992294400 134512640 134550932 4294956000 18446744073709551615 10027812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17583/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.301391 s]
/proc/loadavg: 1.08 1.06 1.01 3/64 17583
/proc/meminfo: memFree=1318656/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1472584 CPUtime=0.08
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 3612 0 1 0 6 2 0 0 18 0 12 0 165117939 1507926016 3355 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.701427 s]
/proc/loadavg: 1.08 1.06 1.01 3/64 17583
/proc/meminfo: memFree=1318656/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1475908 CPUtime=0.66
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 14379 0 1 0 58 8 0 0 18 0 12 0 165117939 1511329792 14061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 368977 14061 1377 9 0 366320 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1475908

[startup+1.50149 s]
/proc/loadavg: 1.08 1.06 1.01 2/76 17595
/proc/meminfo: memFree=1252384/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1476068 CPUtime=1.53
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 27819 0 1 0 139 14 0 0 18 0 12 0 165117939 1511493632 27301 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 369017 27302 1391 9 0 366360 0
[pid=17583/tid=17585] ppid=17581 vsize=1476068 CPUtime=1.18
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 25897 0 1 0 105 13 0 0 25 0 12 0 165117960 1511493632 27302 1992294400 134512640 134550932 4294956000 18446744073709551615 4109526421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 165117962 1511493632 27303 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165117962 1511493632 27304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165117963 1511493632 27305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 165117964 1511493632 27305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 165117964 1511493632 27306 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1511493632 27307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1476068 CPUtime=0.15
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 335 0 0 0 15 0 0 0 17 0 12 0 165117968 1511493632 27307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1476068 CPUtime=0.18
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 844 0 0 0 18 0 0 0 16 0 12 0 165117968 1511493632 27308 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1511493632 27309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165117968 1511493632 27310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1476068

[startup+3.10264 s]
/proc/loadavg: 1.15 1.07 1.02 2/76 17595
/proc/meminfo: memFree=1148768/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1476068 CPUtime=3.24
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 44637 0 1 0 302 22 0 0 18 0 12 0 165117939 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 369017 43998 1402 9 0 366360 0
[pid=17583/tid=17585] ppid=17581 vsize=1476068 CPUtime=2.66
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 30921 0 1 0 251 15 0 0 25 0 12 0 165117960 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4109437015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1476068 CPUtime=0.1
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 9103 0 0 0 6 4 0 0 17 0 12 0 165117962 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1476068 CPUtime=0.09
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 2682 0 0 0 9 0 0 0 16 0 12 0 165117962 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165117963 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165117964 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165117964 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1476068 CPUtime=0.15
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 335 0 0 0 15 0 0 0 17 0 12 0 165117968 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1476068 CPUtime=0.18
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 844 0 0 0 18 0 0 0 16 0 12 0 165117968 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1476068 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165117968 1511493632 43998 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 1476068

[startup+6.30293 s]
/proc/loadavg: 1.15 1.07 1.02 2/76 17595
/proc/meminfo: memFree=1096224/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1475688 CPUtime=6.85
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 65899 0 1 0 651 34 0 0 18 0 12 0 165117939 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 368922 63185 1402 9 0 366265 0
[pid=17583/tid=17585] ppid=17581 vsize=1475688 CPUtime=5.44
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 30926 0 1 0 528 16 0 0 18 0 12 0 165117960 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1475688 CPUtime=0.52
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 18602 0 0 0 43 9 0 0 18 0 12 0 165117962 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1475688 CPUtime=0.5
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 14440 0 0 0 44 6 0 0 18 0 12 0 165117962 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1475688 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165117963 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1475688 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165117964 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1475688 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165117964 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1475688 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1475688 CPUtime=0.15
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 335 0 0 0 15 0 0 0 17 0 12 0 165117968 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1475688 CPUtime=0.18
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 844 0 0 0 18 0 0 0 16 0 12 0 165117968 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1475688 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1475688 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165117968 1511104512 63185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1475688

[startup+12.7025 s]
/proc/loadavg: 1.21 1.09 1.02 2/76 17595
/proc/meminfo: memFree=983648/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1480464 CPUtime=15.28
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 100933 0 1 0 1475 53 0 0 18 0 12 0 165117939 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 370116 93825 1418 9 0 367459 0
[pid=17583/tid=17585] ppid=17581 vsize=1480464 CPUtime=10.16
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 30956 0 1 0 999 17 0 0 18 0 12 0 165117960 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1480464 CPUtime=2.15
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 31242 0 0 0 200 15 0 0 19 0 12 0 165117962 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1480464 CPUtime=2.17
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 36209 0 0 0 198 19 0 0 19 0 12 0 165117962 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165117963 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165117964 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165117964 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1480464 CPUtime=0.33
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 465 0 0 0 33 0 0 0 18 0 12 0 165117968 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1480464 CPUtime=0.43
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 1309 0 0 0 43 0 0 0 16 0 12 0 165117968 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165117968 1515995136 93825 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1480464

[startup+25.5017 s]
/proc/loadavg: 1.25 1.10 1.02 2/76 17595
/proc/meminfo: memFree=659040/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1480464 CPUtime=31.8
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 185142 0 1 0 3086 94 0 0 18 0 12 0 165117939 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 370116 166644 1418 9 0 367459 0
[pid=17583/tid=17585] ppid=17581 vsize=1480464 CPUtime=19.08
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 30976 0 1 0 1890 18 0 0 21 0 12 0 165117960 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1480464 CPUtime=5.93
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 75094 0 0 0 557 36 0 0 16 0 12 0 165117962 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1480464 CPUtime=5.95
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 76541 0 0 0 558 37 0 0 17 0 12 0 165117962 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165117963 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165117964 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165117964 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1480464 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165117968 1515995136 166644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1480464 CPUtime=0.33

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

[pid=17583/tid=17588] ppid=17581 vsize=1482356 CPUtime=75.59
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 212800 0 0 0 7454 105 0 0 16 0 13 0 165117963 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1482356 CPUtime=1.76
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 2397 0 0 0 175 1 0 0 17 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1482356 CPUtime=1.27
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 2722 0 0 0 126 1 0 0 16 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17596] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17596/stat : 17596 (java) S 17581 17583 17126 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165122228 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.85
Current children cumulated vsize (KiB) 1482356

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17598
/proc/meminfo: memFree=39384/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1482356 CPUtime=1670.76
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 588589 0 1 0 166537 539 0 0 18 0 13 0 165117939 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 370589 336911 1435 9 0 367932 0
[pid=17583/tid=17585] ppid=17581 vsize=1482356 CPUtime=1449.83
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 33120 0 1 0 144957 26 0 0 25 0 13 0 165117960 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4109541314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1482356 CPUtime=69.78
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 166211 0 0 0 6781 197 0 0 16 0 13 0 165117962 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1482356 CPUtime=69.64
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 162711 0 0 0 6763 201 0 0 16 0 13 0 165117962 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1482356 CPUtime=78.41
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 220681 0 0 0 7732 109 0 0 15 0 13 0 165117963 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1482356 CPUtime=1.76
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 2397 0 0 0 175 1 0 0 17 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1482356 CPUtime=1.27
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 2722 0 0 0 126 1 0 0 16 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165117968 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17596] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17596/stat : 17596 (java) S 17581 17583 17126 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165122228 1517932544 336911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.76
Current children cumulated vsize (KiB) 1482356

[startup+1662.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 17598
/proc/meminfo: memFree=23512/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1482356 CPUtime=1732.71
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 596929 0 1 0 172720 551 0 0 18 0 13 0 165117939 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 370589 337293 1435 9 0 367932 0
[pid=17583/tid=17585] ppid=17581 vsize=1482356 CPUtime=1504.76
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 33190 0 1 0 150449 27 0 0 18 0 13 0 165117960 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4109541318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1482356 CPUtime=71.87
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 166436 0 0 0 6987 200 0 0 16 0 13 0 165117962 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1482356 CPUtime=71.77
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 162875 0 0 0 6970 207 0 0 16 0 13 0 165117962 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1482356 CPUtime=81.24
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 228562 0 0 0 8011 113 0 0 19 0 13 0 165117963 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1482356 CPUtime=1.76
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 2397 0 0 0 175 1 0 0 17 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1482356 CPUtime=1.27
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 2722 0 0 0 126 1 0 0 16 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17596] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17596/stat : 17596 (java) S 17581 17583 17126 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165122228 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.71
Current children cumulated vsize (KiB) 1482356

[startup+1722.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 17598
/proc/meminfo: memFree=39512/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1482356 CPUtime=1795.05
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 596999 0 1 0 178948 557 0 0 18 0 13 0 165117939 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 370589 337293 1435 9 0 367932 0
[pid=17583/tid=17585] ppid=17581 vsize=1482356 CPUtime=1561.99
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 17126 0 -1 64 33260 0 1 0 156172 27 0 0 25 0 13 0 165117960 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4109865230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1482356 CPUtime=74.41
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 17126 0 -1 64 166436 0 0 0 7239 202 0 0 16 0 13 0 165117962 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1482356 CPUtime=74.32
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 17126 0 -1 64 162875 0 0 0 7222 210 0 0 16 0 13 0 165117962 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1482356 CPUtime=81.25
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 228562 0 0 0 8012 113 0 0 16 0 13 0 165117963 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1482356 CPUtime=1.76
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 2397 0 0 0 175 1 0 0 17 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1482356 CPUtime=1.27
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 2722 0 0 0 126 1 0 0 16 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17596] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17596/stat : 17596 (java) S 17581 17583 17126 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165122228 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.05
Current children cumulated vsize (KiB) 1482356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1727.01 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 17598
/proc/meminfo: memFree=39448/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=1482356 CPUtime=1800.04
/proc/17583/stat : 17583 (java) S 17581 17583 17126 0 -1 0 597003 0 1 0 179446 558 0 0 18 0 13 0 165117939 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 370589 337293 1435 9 0 367932 0
[pid=17583/tid=17585] ppid=17581 vsize=1482356 CPUtime=1566.41
/proc/17583/task/17585/stat : 17585 (java) S 17581 17583 17126 0 -1 64 33264 0 1 0 156614 27 0 0 25 0 13 0 165117960 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=1482356 CPUtime=74.68
/proc/17583/task/17586/stat : 17586 (java) R 17581 17583 17126 0 -1 64 166436 0 0 0 7266 202 0 0 17 0 13 0 165117962 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 106197648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=1482356 CPUtime=74.6
/proc/17583/task/17587/stat : 17587 (java) R 17581 17583 17126 0 -1 64 162875 0 0 0 7250 210 0 0 17 0 13 0 165117962 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=1482356 CPUtime=81.25
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 17126 0 -1 64 228562 0 0 0 8012 113 0 0 16 0 13 0 165117963 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 17126 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 17126 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165117964 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=1482356 CPUtime=1.76
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 17126 0 -1 64 2397 0 0 0 175 1 0 0 17 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17593] ppid=17581 vsize=1482356 CPUtime=1.27
/proc/17583/task/17593/stat : 17593 (java) S 17581 17583 17126 0 -1 64 2722 0 0 0 126 1 0 0 16 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17594] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17594/stat : 17594 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17595] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17595/stat : 17595 (java) S 17581 17583 17126 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165117968 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17596] ppid=17581 vsize=1482356 CPUtime=0
/proc/17583/task/17596/stat : 17596 (java) S 17581 17583 17126 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165122228 1517932544 337293 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1482356

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

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

[startup+1727.2 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 17598
/proc/meminfo: memFree=39448/2055920 swapFree=4192812/4192956
[pid=17583] ppid=17581 vsize=0 CPUtime=1800.24
/proc/17583/stat : 17583 (java) Z 17581 17583 17126 0 -1 1036 597027 0 1 0 179451 573 0 0 16 0 2 0 165117939 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17583/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1727.26
CPU time (s): 1800.31
CPU user time (s): 1794.51
CPU system time (s): 5.79212
CPU usage (%): 104.229
Max. virtual memory (cumulated for all children) (KiB): 1506364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 5.79212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597027
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= 61549
involuntary context switches= 40440

runsolver used 1.90571 second user time and 4.86926 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-14 12:26:22
IDJOB=1859666
IDBENCH=71882
IDSOLVER=681
FILE ID=node25/1859666-1244975178
PBS_JOBID= 9355016
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 7ab5a773955b6c76800e229a63024c00
RANDOM SEED=1415359739

node25.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.238
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.238
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:       1319136 kB
Buffers:         68556 kB
Cached:         590360 kB
SwapCached:        140 kB
Active:         105100 kB
Inactive:       567932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           73812 kB
Writeback:           0 kB
Mapped:          23752 kB
Slab:            49748 kB
Committed_AS:   155800 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node25 at 2009-06-14 12:55:11