Trace number 1854594

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.28 1769.37

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx57.opb
MD5SUM60656ad92b0e8411299701f2f84e60fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.174972
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2850
Total number of constraints3286
Number of constraints which are clauses2844
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1854594-1244973224.opb
0.23/0.22	c reading problem ... 
1.87/1.13	c ... done. Wall clock time 0.913s.
1.87/1.13	c #vars     2850
1.87/1.13	c #constraints  3348
1.87/1.13	c constraints type 
1.87/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
1.87/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 57
1.87/1.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
1.87/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.07/1769.21	c starts		: 11
1800.07/1769.21	c conflicts		: 12707
1800.07/1769.21	c decisions		: 39125
1800.07/1769.21	c propagations		: 1259288
1800.07/1769.21	c inspects		: 447455066
1800.07/1769.21	c learnt literals	: 0
1800.07/1769.21	c learnt binary clauses	: 0
1800.07/1769.21	c learnt ternary clauses	: 0
1800.07/1769.21	c learnt clauses	: 12707
1800.07/1769.21	c ignored clauses	: 0
1800.07/1769.21	c root simplifications	: 0
1800.07/1769.21	c removed literals (reason simplification)	: 0
1800.07/1769.21	c reason swapping (by a shorter reason)	: 0
1800.07/1769.21	c Calls to reduceDB	: 0
1800.07/1769.21	c speed (assignments/second)	: 712.2353060947469
1800.07/1769.21	c non guided choices	2310
1800.07/1769.25	c learnt constraints type 
1800.07/1769.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12707
1800.07/1769.25	c constraints type 
1800.07/1769.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
1800.07/1769.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 57
1800.07/1769.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
1800.07/1769.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.07/1769.25	s UNKNOWN
1800.07/1769.25	c Total wall clock time (in seconds): 1769.029

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17355
/proc/meminfo: memFree=1359744/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=152 CPUtime=0
/proc/17355/stat : 17355 (java6) R 17353 17355 17058 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 164921682 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7721764 0 0 4096 0 0 0 0 17 1 0 0
/proc/17355/statm: 38 26 19 9 0 4 0

[startup+0.051296 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17355
/proc/meminfo: memFree=1359744/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1470088 CPUtime=0.03
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 3192 0 1 0 2 1 0 0 18 0 7 0 164921682 1505370112 2937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 367522 2937 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101305 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17355
/proc/meminfo: memFree=1359744/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1472584 CPUtime=0.08
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 3609 0 1 0 6 2 0 0 18 0 12 0 164921682 1507926016 3352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301335 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17355
/proc/meminfo: memFree=1359744/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1475020 CPUtime=0.34
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 5039 0 1 0 31 3 0 0 18 0 12 0 164921682 1510420480 4777 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 368755 4777 1353 9 0 366098 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475020

[startup+0.701395 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 17355
/proc/meminfo: memFree=1359744/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1478064 CPUtime=1.07
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 7887 0 1 0 103 4 0 0 18 0 12 0 164921682 1513537536 6838 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 369516 6838 1405 9 0 366859 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1478064

[startup+1.50252 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 17367
/proc/meminfo: memFree=1323808/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1489760 CPUtime=2.61
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 18904 0 1 0 251 10 0 0 18 0 13 0 164921682 1525514240 13853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 372440 13853 1413 9 0 369783 0
[pid=17355/tid=17357] ppid=17353 vsize=1489760 CPUtime=0.86
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 9043 0 1 0 81 5 0 0 24 0 13 0 164921684 1525514240 13854 1992294400 134512640 134550932 4294956000 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 164921685 1525514240 13854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164921685 1525514240 13854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164921687 1525514240 13854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 164921687 1525514240 13855 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164921687 1525514240 13855 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1525514240 13855 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1489760 CPUtime=0.98
/proc/17355/task/17364/stat : 17364 (java) R 17353 17355 17058 0 -1 64 6040 0 0 0 96 2 0 0 16 0 13 0 164921692 1525514240 13855 1992294400 134512640 134550932 4294956000 18446744073709551615 103334097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1489760 CPUtime=0.74
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3077 0 0 0 73 1 0 0 17 0 13 0 164921692 1525514240 13855 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1525514240 13856 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1489760 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1525514240 13856 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1489760

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 17368
/proc/meminfo: memFree=1276760/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493856 CPUtime=5.07
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 44688 0 1 0 488 19 0 0 18 0 13 0 164921682 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373464 37784 1428 9 0 370807 0
[pid=17355/tid=17357] ppid=17353 vsize=1493856 CPUtime=2.08
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 31009 0 1 0 195 13 0 0 20 0 13 0 164921684 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4109709467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493856 CPUtime=0.01
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 509 0 0 0 1 0 0 0 17 0 13 0 164921685 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493856 CPUtime=0.01
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 446 0 0 0 1 0 0 0 17 0 13 0 164921685 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493856 CPUtime=1.52
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8833 0 0 0 149 3 0 0 16 0 13 0 164921692 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493856 CPUtime=1.41
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3139 0 0 0 140 1 0 0 17 0 13 0 164921692 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493856 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529708544 37784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 1493856

[startup+6.30224 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17368
/proc/meminfo: memFree=1202776/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=8.53
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 48236 0 1 0 832 21 0 0 18 0 13 0 164921682 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 41138 1432 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=5.16
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 31018 0 1 0 503 13 0 0 25 0 13 0 164921684 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4109718948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=0.1
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 2331 0 0 0 10 0 0 0 16 0 13 0 164921685 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=0.1
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 2123 0 0 0 10 0 0 0 16 0 13 0 164921685 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 164921687 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.68
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8851 0 0 0 165 3 0 0 16 0 13 0 164921692 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.43
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3143 0 0 0 142 1 0 0 16 0 13 0 164921692 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 41138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1493332

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17368
/proc/meminfo: memFree=1168792/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=15.1
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 56808 0 1 0 1486 24 0 0 18 0 13 0 164921682 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 48963 1432 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=11.41
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 31795 0 1 0 1128 13 0 0 25 0 13 0 164921684 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4109606352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=0.24
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 6647 0 0 0 22 2 0 0 16 0 13 0 164921685 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=0.24
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 5595 0 0 0 22 2 0 0 16 0 13 0 164921685 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.7
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8854 0 0 0 167 3 0 0 17 0 13 0 164921692 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.44
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3143 0 0 0 143 1 0 0 17 0 13 0 164921692 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 48963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 1493332

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17368
/proc/meminfo: memFree=1157016/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=28.04
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 60143 0 1 0 2778 26 0 0 18 0 13 0 164921682 1529171968 51814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 51814 1432 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=24.07
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 31811 0 1 0 2394 13 0 0 25 0 13 0 164921684 1529171968 51814 1992294400 134512640 134550932 4294956000 18446744073709551615 4109709515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=0.37
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 8376 0 0 0 34 3 0 0 16 0 13 0 164921685 1529171968 51814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=0.36
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 7185 0 0 0 33 3 0 0 16 0 13 0 164921685 1529171968 51814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 51814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0

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

[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0.26
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 33 0 0 0 15 11 0 0 16 0 13 0 164921687 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.7
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8854 0 0 0 167 3 0 0 17 0 13 0 164921692 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.65
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3152 0 0 0 164 1 0 0 16 0 13 0 164921692 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 136403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1567.94
Current children cumulated vsize (KiB) 1493332

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17374
/proc/meminfo: memFree=787352/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=1629.21
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 165079 0 1 0 162771 150 0 0 18 0 13 0 164921682 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 144164 1436 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=1574.64
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 32805 0 1 0 157447 17 0 0 24 0 13 0 164921684 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4109560968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=25.42
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 59669 0 0 0 2491 51 0 0 16 0 13 0 164921685 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=25.48
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 59823 0 0 0 2484 64 0 0 17 0 13 0 164921685 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0.27
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 33 0 0 0 16 11 0 0 16 0 13 0 164921687 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.7
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8854 0 0 0 167 3 0 0 17 0 13 0 164921692 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.65
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3152 0 0 0 164 1 0 0 16 0 13 0 164921692 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 144164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1629.21
Current children cumulated vsize (KiB) 1493332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17374
/proc/meminfo: memFree=773720/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=1690.58
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 168557 0 1 0 168901 157 0 0 18 0 13 0 164921682 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 147372 1436 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=1633.21
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 32842 0 1 0 163303 18 0 0 25 0 13 0 164921684 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4109688203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=26.81
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 61492 0 0 0 2625 56 0 0 17 0 13 0 164921685 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=26.87
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 61441 0 0 0 2622 65 0 0 16 0 13 0 164921685 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0.27
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 33 0 0 0 16 11 0 0 16 0 13 0 164921687 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.7
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8854 0 0 0 167 3 0 0 17 0 13 0 164921692 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.65
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3152 0 0 0 164 1 0 0 16 0 13 0 164921692 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 147372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1690.58
Current children cumulated vsize (KiB) 1493332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17374
/proc/meminfo: memFree=754776/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=1751.98
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 173831 0 1 0 175035 163 0 0 18 0 13 0 164921682 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 152102 1436 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=1691.73
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 32878 0 1 0 169155 18 0 0 25 0 13 0 164921684 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4109685156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=28.25
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 63753 0 0 0 2767 58 0 0 17 0 13 0 164921685 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=28.31
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 64418 0 0 0 2762 69 0 0 16 0 13 0 164921685 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0.28
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 33 0 0 0 17 11 0 0 16 0 13 0 164921687 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.7
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8854 0 0 0 167 3 0 0 17 0 13 0 164921692 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.65
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3152 0 0 0 164 1 0 0 17 0 13 0 164921692 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 152102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1751.98
Current children cumulated vsize (KiB) 1493332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.2 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17374
/proc/meminfo: memFree=746648/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=1493332 CPUtime=1800.07
/proc/17355/stat : 17355 (java) S 17353 17355 17058 0 -1 0 176090 0 1 0 179838 169 0 0 18 0 13 0 164921682 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 373333 154128 1436 9 0 370676 0
[pid=17355/tid=17357] ppid=17353 vsize=1493332 CPUtime=1737.4
/proc/17355/task/17357/stat : 17357 (java) R 17353 17355 17058 0 -1 64 32907 0 1 0 173722 18 0 0 24 0 13 0 164921684 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4109688203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17358] ppid=17353 vsize=1493332 CPUtime=29.46
/proc/17355/task/17358/stat : 17358 (java) S 17353 17355 17058 0 -1 64 64821 0 0 0 2887 59 0 0 17 0 13 0 164921685 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17359] ppid=17353 vsize=1493332 CPUtime=29.52
/proc/17355/task/17359/stat : 17359 (java) S 17353 17355 17058 0 -1 64 65580 0 0 0 2878 74 0 0 16 0 13 0 164921685 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17360] ppid=17353 vsize=1493332 CPUtime=0.28
/proc/17355/task/17360/stat : 17360 (java) S 17353 17355 17058 0 -1 64 33 0 0 0 17 11 0 0 15 0 13 0 164921687 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17361] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17361/stat : 17361 (java) S 17353 17355 17058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17362] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17362/stat : 17362 (java) S 17353 17355 17058 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164921687 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17363] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17363/stat : 17363 (java) S 17353 17355 17058 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164921692 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17364] ppid=17353 vsize=1493332 CPUtime=1.7
/proc/17355/task/17364/stat : 17364 (java) S 17353 17355 17058 0 -1 64 8854 0 0 0 167 3 0 0 17 0 13 0 164921692 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17365] ppid=17353 vsize=1493332 CPUtime=1.65
/proc/17355/task/17365/stat : 17365 (java) S 17353 17355 17058 0 -1 64 3152 0 0 0 164 1 0 0 17 0 13 0 164921692 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17366] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17366/stat : 17366 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164921692 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17355/tid=17367] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17367/stat : 17367 (java) S 17353 17355 17058 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164921692 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17355/tid=17368] ppid=17353 vsize=1493332 CPUtime=0
/proc/17355/task/17368/stat : 17368 (java) S 17353 17355 17058 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 164921798 1529171968 154128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1493332

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

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

[startup+1769.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17374
/proc/meminfo: memFree=746648/2055920 swapFree=4191900/4192956
[pid=17355] ppid=17353 vsize=0 CPUtime=1800.21
/proc/17355/stat : 17355 (java) Z 17353 17355 17058 0 -1 1036 176115 0 1 0 179848 173 0 0 15 0 2 0 164921682 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17355/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.37
CPU time (s): 1800.28
CPU user time (s): 1798.49
CPU system time (s): 1.78973
CPU usage (%): 101.747
Max. virtual memory (cumulated for all children) (KiB): 1493856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.78973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176115
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= 50074
involuntary context switches= 47661

runsolver used 2.24366 second user time and 5.33619 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-14 11:53:44
IDJOB=1854594
IDBENCH=71847
IDSOLVER=681
FILE ID=node34/1854594-1244973224
PBS_JOBID= 9355043
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 60656ad92b0e8411299701f2f84e60fb
RANDOM SEED=1682386002

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1360224 kB
Buffers:         73836 kB
Cached:         544852 kB
SwapCached:        384 kB
Active:         131292 kB
Inactive:       500800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360224 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             580 kB
Writeback:           0 kB
Mapped:          21816 kB
Slab:            49672 kB
Committed_AS:   133232 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node34 at 2009-06-14 12:23:15