Trace number 1857538

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.37 1772.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=13-P2=53-P3=149-P4=137-B.opb
MD5SUM154cbb2910332fd7a04bd3cd62f6a12f
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.70844
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables96
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.1.1.v20090612
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1342000320
0.08/0.14	c Max memory 1344274432
0.08/0.14	c Total memory 1344274432
0.08/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1857538-1244949259.opb
0.23/0.21	c reading problem ... 
0.36/0.34	c ... done. Wall clock time 0.135s.
0.36/0.34	c #vars     352
0.36/0.34	c #constraints  525
0.36/0.34	c constraints type 
0.36/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.36/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
1800.05/1772.35	c starts		: 13
1800.05/1772.35	c conflicts		: 34745
1800.05/1772.35	c decisions		: 36043
1800.05/1772.35	c propagations		: 535535
1800.05/1772.35	c inspects		: 842657899
1800.05/1772.35	c learnt literals	: 0
1800.05/1772.35	c learnt binary clauses	: 0
1800.05/1772.35	c learnt ternary clauses	: 0
1800.05/1772.35	c learnt clauses	: 34745
1800.05/1772.35	c ignored clauses	: 0
1800.05/1772.35	c root simplifications	: 0
1800.05/1772.35	c removed literals (reason simplification)	: 0
1800.05/1772.35	c reason swapping (by a shorter reason)	: 0
1800.05/1772.35	c Calls to reduceDB	: 0
1800.05/1772.35	c speed (assignments/second)	: 302.22014296815524
1800.05/1772.35	c non guided choices	342
1800.25/1772.41	c learnt constraints type 
1800.25/1772.41	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 78
1800.25/1772.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 34668
1800.25/1772.41	c constraints type 
1800.25/1772.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
1800.25/1772.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
1800.25/1772.41	s UNKNOWN
1800.25/1772.41	c Total wall clock time (in seconds): 1772.201

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-1857538-1244949259/watcher-1857538-1244949259 -o /tmp/evaluation-result-1857538-1244949259/solver-1857538-1244949259 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857538-1244949259.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.04 1.03 1.00 2/64 18489
/proc/meminfo: memFree=1378552/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1472 CPUtime=0
/proc/18489/stat : 18489 (java6) R 18487 18489 18328 0 -1 0 95 0 0 0 0 0 0 0 20 0 1 0 162526813 1507328 68 1992294400 134512640 134550932 4294956160 18446744073709551615 4160632085 0 0 4096 0 0 0 0 17 1 0 0
/proc/18489/statm: 368 79 59 9 0 10 0

[startup+0.0374129 s]
/proc/loadavg: 1.04 1.03 1.00 2/64 18489
/proc/meminfo: memFree=1378552/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1469776 CPUtime=0.03
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 3022 0 1 0 1 2 0 0 18 0 4 0 162526813 1505050624 2769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 367444 2769 938 9 0 364795 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1469776

[startup+0.101412 s]
/proc/loadavg: 1.04 1.03 1.00 2/64 18489
/proc/meminfo: memFree=1378552/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1473608 CPUtime=0.08
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 3657 0 1 0 6 2 0 0 18 0 12 0 162526813 1508974592 3400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 368402 3400 1069 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301436 s]
/proc/loadavg: 1.04 1.03 1.00 2/64 18489
/proc/meminfo: memFree=1378552/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1475384 CPUtime=0.36
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 5090 0 1 0 32 4 0 0 18 0 12 0 162526813 1510793216 4828 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 368846 4828 1358 9 0 366189 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475384

[startup+0.701475 s]
/proc/loadavg: 1.04 1.03 1.00 2/64 18489
/proc/meminfo: memFree=1378552/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1477668 CPUtime=1.07
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 7959 0 1 0 101 6 0 0 18 0 13 0 162526813 1513132032 6881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 369417 6882 1397 9 0 366760 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1477668

[startup+1.50255 s]
/proc/loadavg: 1.04 1.03 1.00 4/77 18502
/proc/meminfo: memFree=1340816/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1494848 CPUtime=2.58
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 22134 0 1 0 245 13 0 0 18 0 13 0 162526813 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 373712 16634 1415 9 0 371055 0
[pid=18489/tid=18491] ppid=18487 vsize=1494848 CPUtime=0.94
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 10997 0 1 0 87 7 0 0 18 0 13 0 162526814 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4109460397 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 162526816 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 162526816 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 162526817 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 162526818 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 162526818 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1494848 CPUtime=0.78
/proc/18489/task/18498/stat : 18498 (java) R 18487 18489 18328 0 -1 64 4179 0 0 0 77 1 0 0 18 0 13 0 162526822 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 104144628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1494848 CPUtime=0.83
/proc/18489/task/18499/stat : 18499 (java) R 18487 18489 18328 0 -1 64 6212 0 0 0 80 3 0 0 18 0 13 0 162526822 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 103152400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1494848 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1530724352 16634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1494848

[startup+3.1027 s]
/proc/loadavg: 1.20 1.06 1.01 4/77 18502
/proc/meminfo: memFree=1289040/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1494720 CPUtime=5.23
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 49411 0 1 0 497 26 0 0 18 0 13 0 162526813 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 373680 37626 1429 9 0 371023 0
[pid=18489/tid=18491] ppid=18487 vsize=1494720 CPUtime=1.93
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 30975 0 1 0 176 17 0 0 22 0 13 0 162526814 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 237 0 0 0 0 0 0 0 16 0 13 0 162526816 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 199 0 0 0 0 0 0 0 16 0 13 0 162526816 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162526817 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1494720 CPUtime=1.8
/proc/18489/task/18498/stat : 18498 (java) R 18487 18489 18328 0 -1 64 8382 0 0 0 176 4 0 0 16 0 13 0 162526822 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 104164019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1494720 CPUtime=1.46
/proc/18489/task/18499/stat : 18499 (java) R 18487 18489 18328 0 -1 64 8864 0 0 0 142 4 0 0 17 0 13 0 162526822 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 104143415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1494720 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1530593280 37626 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 1494720

[startup+6.30199 s]
/proc/loadavg: 1.20 1.06 1.01 2/77 18502
/proc/meminfo: memFree=1226776/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1492724 CPUtime=8.66
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 57835 0 1 0 836 30 0 0 18 0 13 0 162526813 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 373181 45496 1429 9 0 370524 0
[pid=18489/tid=18491] ppid=18487 vsize=1492724 CPUtime=4.99
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 34495 0 1 0 482 17 0 0 24 0 13 0 162526814 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4109505172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1492724 CPUtime=0.09
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 2588 0 0 0 8 1 0 0 17 0 13 0 162526816 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1492724 CPUtime=0.09
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 2710 0 0 0 8 1 0 0 16 0 13 0 162526816 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 162526817 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1492724 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8395 0 0 0 184 4 0 0 15 0 13 0 162526822 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1492724 CPUtime=1.55
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8873 0 0 0 151 4 0 0 16 0 13 0 162526822 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1492724 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1528549376 45496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1492724

[startup+12.7026 s]
/proc/loadavg: 1.17 1.06 1.01 2/77 18502
/proc/meminfo: memFree=1197784/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1488212 CPUtime=15.13
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 60312 0 1 0 1482 31 0 0 18 0 13 0 162526813 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 372053 46505 1429 9 0 369396 0
[pid=18489/tid=18491] ppid=18487 vsize=1488212 CPUtime=11.31
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 34504 0 1 0 1114 17 0 0 17 0 13 0 162526814 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4109480359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1488212 CPUtime=0.17
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 3600 0 0 0 15 2 0 0 16 0 13 0 162526816 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1488212 CPUtime=0.16
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 4166 0 0 0 15 1 0 0 15 0 13 0 162526816 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 162526817 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1488212 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8395 0 0 0 184 4 0 0 15 0 13 0 162526822 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1488212 CPUtime=1.55
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8873 0 0 0 151 4 0 0 16 0 13 0 162526822 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1523929088 46505 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 1488212

[startup+25.5018 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 18502
/proc/meminfo: memFree=1181912/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1488212 CPUtime=28.09
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 64690 0 1 0 2776 33 0 0 18 0 13 0 162526813 1523929088 50353 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 372053 50353 1429 9 0 369396 0
[pid=18489/tid=18491] ppid=18487 vsize=1488212 CPUtime=23.97
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 34523 0 1 0 2380 17 0 0 19 0 13 0 162526814 1523929088 50353 1992294400 134512640 134550932 4294956000 18446744073709551615 4109794331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1488212 CPUtime=0.3
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 5529 0 0 0 28 2 0 0 16 0 13 0 162526816 1523929088 50353 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1488212 CPUtime=0.3
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 6595 0 0 0 27 3 0 0 16 0 13 0 162526816 1523929088 50353 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1488212 CPUtime=0

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

[pid=18489/tid=18494] ppid=18487 vsize=1488212 CPUtime=0.29
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 35 0 0 0 19 10 0 0 16 0 13 0 162526817 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1488212 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8396 0 0 0 184 4 0 0 16 0 13 0 162526822 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1488212 CPUtime=1.69
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8877 0 0 0 165 4 0 0 17 0 13 0 162526822 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1523929088 97171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.43
Current children cumulated vsize (KiB) 1488212

[startup+1662.3 s]
/proc/loadavg: 1.08 1.10 1.04 2/77 18502
/proc/meminfo: memFree=990104/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1488212 CPUtime=1687.82
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 116626 0 1 0 168665 117 0 0 18 0 13 0 162526813 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 372053 98133 1433 9 0 369396 0
[pid=18489/tid=18491] ppid=18487 vsize=1488212 CPUtime=1635.67
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 35706 0 1 0 163544 23 0 0 25 0 13 0 162526814 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4109469701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1488212 CPUtime=24.13
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 30479 0 0 0 2377 36 0 0 16 0 13 0 162526816 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1488212 CPUtime=24.08
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 32389 0 0 0 2372 36 0 0 16 0 13 0 162526816 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1488212 CPUtime=0.29
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 35 0 0 0 19 10 0 0 15 0 13 0 162526817 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1488212 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8396 0 0 0 184 4 0 0 16 0 13 0 162526822 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1488212 CPUtime=1.69
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8877 0 0 0 165 4 0 0 17 0 13 0 162526822 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1523929088 98133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.82
Current children cumulated vsize (KiB) 1488212

[startup+1722.3 s]
/proc/loadavg: 1.06 1.09 1.04 2/77 18502
/proc/meminfo: memFree=985880/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1488212 CPUtime=1748.93
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 117751 0 1 0 174774 119 0 0 18 0 13 0 162526813 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 372053 99207 1433 9 0 369396 0
[pid=18489/tid=18491] ppid=18487 vsize=1488212 CPUtime=1694.48
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 35747 0 1 0 169425 23 0 0 25 0 13 0 162526814 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4109794204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1488212 CPUtime=25.3
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 31193 0 0 0 2492 38 0 0 16 0 13 0 162526816 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1488212 CPUtime=25.22
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 32759 0 0 0 2485 37 0 0 16 0 13 0 162526816 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1488212 CPUtime=0.3
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 35 0 0 0 20 10 0 0 16 0 13 0 162526817 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1488212 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8396 0 0 0 184 4 0 0 16 0 13 0 162526822 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1488212 CPUtime=1.69
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8877 0 0 0 165 4 0 0 17 0 13 0 162526822 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1523929088 99207 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.93
Current children cumulated vsize (KiB) 1488212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.3 s]
/proc/loadavg: 1.03 1.08 1.03 2/77 18502
/proc/meminfo: memFree=981528/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1488212 CPUtime=1800.05
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 118882 0 1 0 179881 124 0 0 18 0 13 0 162526813 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18489/statm: 372053 100281 1433 9 0 369396 0
[pid=18489/tid=18491] ppid=18487 vsize=1488212 CPUtime=1743.31
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 35781 0 1 0 174307 24 0 0 25 0 13 0 162526814 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4109467298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1488212 CPUtime=26.42
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 31681 0 0 0 2604 38 0 0 17 0 13 0 162526816 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1488212 CPUtime=26.37
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 33368 0 0 0 2597 40 0 0 17 0 13 0 162526816 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1488212 CPUtime=0.31
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 35 0 0 0 20 11 0 0 16 0 13 0 162526817 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162526818 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162526822 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1488212 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8396 0 0 0 184 4 0 0 16 0 13 0 162526822 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1488212 CPUtime=1.69
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8877 0 0 0 165 4 0 0 17 0 13 0 162526822 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162526822 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162526822 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1488212 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162526849 1523929088 100281 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1488212

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

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

[startup+1772.41 s]
/proc/loadavg: 1.03 1.08 1.03 2/77 18502
/proc/meminfo: memFree=981528/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=1488860 CPUtime=1800.25
/proc/18489/stat : 18489 (java) S 18487 18489 18328 0 -1 0 118914 0 1 0 179901 124 0 0 16 0 15 0 162526813 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18489/statm: 372215 100312 1435 9 0 369558 0
[pid=18489/tid=18491] ppid=18487 vsize=1488860 CPUtime=1743.38
/proc/18489/task/18491/stat : 18491 (java) R 18487 18489 18328 0 -1 64 35781 0 1 0 174314 24 0 0 25 0 15 0 162526814 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4109905980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18492] ppid=18487 vsize=1488860 CPUtime=26.47
/proc/18489/task/18492/stat : 18492 (java) S 18487 18489 18328 0 -1 64 31687 0 0 0 2608 39 0 0 16 0 15 0 162526816 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18493] ppid=18487 vsize=1488860 CPUtime=26.41
/proc/18489/task/18493/stat : 18493 (java) S 18487 18489 18328 0 -1 64 33374 0 0 0 2601 40 0 0 17 0 15 0 162526816 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18494] ppid=18487 vsize=1488860 CPUtime=0.31
/proc/18489/task/18494/stat : 18494 (java) S 18487 18489 18328 0 -1 64 35 0 0 0 20 11 0 0 16 0 15 0 162526817 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18495] ppid=18487 vsize=1488860 CPUtime=0
/proc/18489/task/18495/stat : 18495 (java) S 18487 18489 18328 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 162526818 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18496] ppid=18487 vsize=1488860 CPUtime=0
/proc/18489/task/18496/stat : 18496 (java) S 18487 18489 18328 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 162526818 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18497] ppid=18487 vsize=1488860 CPUtime=0
/proc/18489/task/18497/stat : 18497 (java) S 18487 18489 18328 0 -1 64 6 0 0 0 0 0 0 0 17 0 15 0 162526822 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18498] ppid=18487 vsize=1488860 CPUtime=1.88
/proc/18489/task/18498/stat : 18498 (java) S 18487 18489 18328 0 -1 64 8396 0 0 0 184 4 0 0 16 0 15 0 162526822 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18499] ppid=18487 vsize=1488860 CPUtime=1.72
/proc/18489/task/18499/stat : 18499 (java) S 18487 18489 18328 0 -1 64 8879 0 0 0 168 4 0 0 17 0 15 0 162526822 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18500] ppid=18487 vsize=1488860 CPUtime=0
/proc/18489/task/18500/stat : 18500 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 23 0 15 0 162526822 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18489/tid=18501] ppid=18487 vsize=1488860 CPUtime=0
/proc/18489/task/18501/stat : 18501 (java) S 18487 18489 18328 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 162526822 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18489/tid=18502] ppid=18487 vsize=1488860 CPUtime=0
/proc/18489/task/18502/stat : 18502 (java) S 18487 18489 18328 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 162526849 1524592640 100312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1488860

[startup+1772.5 s]
/proc/loadavg: 1.03 1.08 1.03 2/77 18502
/proc/meminfo: memFree=981528/2055920 swapFree=4192812/4192956
[pid=18489] ppid=18487 vsize=0 CPUtime=1800.34
/proc/18489/stat : 18489 (java) Z 18487 18489 18328 0 -1 1036 118918 0 1 0 179906 128 0 0 15 0 2 0 162526813 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18489/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.52
CPU time (s): 1800.37
CPU user time (s): 1799.07
CPU system time (s): 1.3048
CPU usage (%): 101.571
Max. virtual memory (cumulated for all children) (KiB): 1498012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.3048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118918
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= 48785
involuntary context switches= 41902

runsolver used 1.76873 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-14 05:14:19
IDJOB=1857538
IDBENCH=48067
IDSOLVER=681
FILE ID=node14/1857538-1244949259
PBS_JOBID= 9354974
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=13-P2=53-P3=149-P4=137-B.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-1857538-1244949259/watcher-1857538-1244949259 -o /tmp/evaluation-result-1857538-1244949259/solver-1857538-1244949259 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857538-1244949259.opb

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

MD5SUM BENCH= 154cbb2910332fd7a04bd3cd62f6a12f
RANDOM SEED=641105462

node14.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.234
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.234
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:       1378968 kB
Buffers:         72840 kB
Cached:         514884 kB
SwapCached:          0 kB
Active:         160420 kB
Inactive:       441160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             580 kB
Writeback:           0 kB
Mapped:          23668 kB
Slab:            61352 kB
Committed_AS:   140188 kB
PageTables:       1452 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= 66408 MiB
End job on node14 at 2009-06-14 05:43:53