Trace number 1856698

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.23 1791.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-1856698-1244921429/watcher-1856698-1244921429 -o /tmp/evaluation-result-1856698-1244921429/solver-1856698-1244921429 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856698-1244921429.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: 0.99 0.97 0.99 3/64 9709
/proc/meminfo: memFree=1432432/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1472 CPUtime=0
/proc/9709/stat : 9709 (java6) R 9707 9709 9537 0 -1 0 112 0 0 0 0 0 0 0 20 0 1 0 159742187 1507328 85 1992294400 134512640 134550932 4294956160 18446744073709551615 2726036 0 0 4096 0 0 0 0 17 1 0 0
/proc/9709/statm: 369 97 74 9 0 11 0

[startup+0.106143 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 9709
/proc/meminfo: memFree=1432432/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1473608 CPUtime=0.09
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 3647 0 1 0 6 3 0 0 18 0 12 0 159742187 1508974592 3390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 368402 3390 1069 9 0 365750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1473608

[startup+0.201154 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 9709
/proc/meminfo: memFree=1432432/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1475000 CPUtime=0.22
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 4743 0 1 0 18 4 0 0 18 0 12 0 159742187 1510400000 4480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 368750 4480 1341 9 0 366093 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1475000

[startup+0.302162 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 9709
/proc/meminfo: memFree=1432432/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1475324 CPUtime=0.34
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 5066 0 1 0 30 4 0 0 18 0 13 0 159742187 1510731776 4803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 368831 4803 1351 9 0 366174 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475324

[startup+0.701207 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 9709
/proc/meminfo: memFree=1432432/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1478352 CPUtime=1.08
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 7814 0 1 0 103 5 0 0 18 0 13 0 159742187 1513832448 6846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 369588 6846 1397 9 0 366931 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1478352

[startup+1.5023 s]
/proc/loadavg: 0.99 0.97 0.99 4/77 9722
/proc/meminfo: memFree=1393096/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1489744 CPUtime=2.67
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 21186 0 1 0 255 12 0 0 18 0 13 0 159742187 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 372436 16152 1418 9 0 369779 0
[pid=9709/tid=9711] ppid=9707 vsize=1489744 CPUtime=0.86
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 11804 0 1 0 78 8 0 0 20 0 13 0 159742188 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4109557654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 159742190 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 159742190 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159742191 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 159742192 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 159742192 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1489744 CPUtime=0.79
/proc/9709/task/9718/stat : 9718 (java) R 9707 9709 9537 0 -1 64 4943 0 0 0 77 2 0 0 19 0 13 0 159742196 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 102348402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1489744 CPUtime=1
/proc/9709/task/9719/stat : 9719 (java) R 9707 9709 9537 0 -1 64 3690 0 0 0 99 1 0 0 21 0 13 0 159742196 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 105600672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1489744 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1525497856 16152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1489744

[startup+3.10146 s]
/proc/loadavg: 1.15 1.00 1.00 2/77 9722
/proc/meminfo: memFree=1320328/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1490380 CPUtime=5.1
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 45491 0 1 0 485 25 0 0 18 0 13 0 159742187 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 372595 36361 1431 9 0 369938 0
[pid=9709/tid=9711] ppid=9707 vsize=1490380 CPUtime=2.17
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 30976 0 1 0 201 16 0 0 24 0 13 0 159742188 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4109669880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 170 0 0 0 0 0 0 0 16 0 13 0 159742190 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 156 0 0 0 0 0 0 0 16 0 13 0 159742190 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1490380 CPUtime=0.03
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 1 2 0 0 15 0 13 0 159742191 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1490380 CPUtime=1.47
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8975 0 0 0 143 4 0 0 16 0 13 0 159742196 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1490380 CPUtime=1.38
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4460 0 0 0 137 1 0 0 15 0 13 0 159742196 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1490380 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1526149120 36361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1490380

[startup+6.30282 s]
/proc/loadavg: 1.15 1.00 1.00 2/77 9722
/proc/meminfo: memFree=1288200/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1489164 CPUtime=8.37
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 46965 0 1 0 811 26 0 0 18 0 13 0 159742187 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 372291 37488 1431 9 0 369634 0
[pid=9709/tid=9711] ppid=9707 vsize=1489164 CPUtime=5.34
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 30981 0 1 0 518 16 0 0 20 0 13 0 159742188 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4109503340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1489164 CPUtime=0.02
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 849 0 0 0 2 0 0 0 16 0 13 0 159742190 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1489164 CPUtime=0.02
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 928 0 0 0 2 0 0 0 16 0 13 0 159742190 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1489164 CPUtime=0.04
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 26 0 0 0 2 2 0 0 16 0 13 0 159742191 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1489164 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1489164 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1489164 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1489164 CPUtime=1.51
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8977 0 0 0 147 4 0 0 16 0 13 0 159742196 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1489164 CPUtime=1.38
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4460 0 0 0 137 1 0 0 16 0 13 0 159742196 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1489164 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1489164 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1489164 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1524903936 37488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 1489164

[startup+12.7015 s]
/proc/loadavg: 1.13 1.00 1.00 2/77 9722
/proc/meminfo: memFree=1258248/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1486592 CPUtime=14.83
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 55379 0 1 0 1454 29 0 0 18 0 13 0 159742187 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 371648 44963 1431 9 0 368991 0
[pid=9709/tid=9711] ppid=9707 vsize=1486592 CPUtime=11.67
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 35800 0 1 0 1150 17 0 0 25 0 13 0 159742188 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4109466169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1486592 CPUtime=0.07
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 2602 0 0 0 6 1 0 0 16 0 13 0 159742190 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1486592 CPUtime=0.07
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 2764 0 0 0 6 1 0 0 16 0 13 0 159742190 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.04
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 30 0 0 0 2 2 0 0 16 0 13 0 159742191 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1486592 CPUtime=1.51
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8977 0 0 0 147 4 0 0 16 0 13 0 159742196 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1486592 CPUtime=1.42
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4462 0 0 0 141 1 0 0 16 0 13 0 159742196 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1522270208 44963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 1486592

[startup+25.5029 s]
/proc/loadavg: 1.11 1.00 1.00 2/77 9722
/proc/meminfo: memFree=1252808/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1486592 CPUtime=27.66
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 56860 0 1 0 2736 30 0 0 18 0 13 0 159742187 1522270208 46043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 371648 46043 1431 9 0 368991 0
[pid=9709/tid=9711] ppid=9707 vsize=1486592 CPUtime=24.43
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 35806 0 1 0 2426 17 0 0 23 0 13 0 159742188 1522270208 46043 1992294400 134512640 134550932 4294956000 18446744073709551615 4109481664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1486592 CPUtime=0.09
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 3338 0 0 0 8 1 0 0 16 0 13 0 159742190 1522270208 46043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1486592 CPUtime=0.09
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 3503 0 0 0 8 1 0 0 16 0 13 0 159742190 1522270208 46043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.04

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

[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.2
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 30 0 0 0 12 8 0 0 15 0 13 0 159742191 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1486592 CPUtime=1.59
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8981 0 0 0 155 4 0 0 17 0 13 0 159742196 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1486592 CPUtime=1.43
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4462 0 0 0 142 1 0 0 17 0 13 0 159742196 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1522270208 84778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1609.98
Current children cumulated vsize (KiB) 1486592

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9724
/proc/meminfo: memFree=1092360/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1486592 CPUtime=1670.35
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 103322 0 1 0 166962 73 0 0 18 0 13 0 159742187 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 371648 85963 1435 9 0 368991 0
[pid=9709/tid=9711] ppid=9707 vsize=1486592 CPUtime=1653.95
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 36529 0 1 0 165371 24 0 0 25 0 13 0 159742188 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4109500040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1486592 CPUtime=6.53
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 25836 0 0 0 636 17 0 0 16 0 13 0 159742190 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1486592 CPUtime=6.58
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 26740 0 0 0 643 15 0 0 16 0 13 0 159742190 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.22
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 30 0 0 0 13 9 0 0 16 0 13 0 159742191 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1486592 CPUtime=1.59
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8981 0 0 0 155 4 0 0 17 0 13 0 159742196 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1486592 CPUtime=1.43
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4462 0 0 0 142 1 0 0 17 0 13 0 159742196 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1522270208 85963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.35
Current children cumulated vsize (KiB) 1486592

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9724
/proc/meminfo: memFree=1088328/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1486592 CPUtime=1730.59
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 104383 0 1 0 172985 74 0 0 18 0 13 0 159742187 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 371648 86975 1435 9 0 368991 0
[pid=9709/tid=9711] ppid=9707 vsize=1486592 CPUtime=1713.66
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 36550 0 1 0 171341 25 0 0 25 0 13 0 159742188 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4109471295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1486592 CPUtime=6.79
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 26427 0 0 0 662 17 0 0 16 0 13 0 159742190 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1486592 CPUtime=6.84
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 27189 0 0 0 669 15 0 0 16 0 13 0 159742190 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.22
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 30 0 0 0 13 9 0 0 16 0 13 0 159742191 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1486592 CPUtime=1.59
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8981 0 0 0 155 4 0 0 17 0 13 0 159742196 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1486592 CPUtime=1.43
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4462 0 0 0 142 1 0 0 17 0 13 0 159742196 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1522270208 86975 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.59
Current children cumulated vsize (KiB) 1486592

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9724
/proc/meminfo: memFree=1083528/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1486592 CPUtime=1790.96
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 105615 0 1 0 179020 76 0 0 18 0 13 0 159742187 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 371648 88175 1435 9 0 368991 0
[pid=9709/tid=9711] ppid=9707 vsize=1486592 CPUtime=1773.24
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 36580 0 1 0 177299 25 0 0 25 0 13 0 159742188 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1486592 CPUtime=7.19
/proc/9709/task/9712/stat : 9712 (java) R 9707 9709 9537 0 -1 64 27136 0 0 0 701 18 0 0 16 0 13 0 159742190 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 103112807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1486592 CPUtime=7.22
/proc/9709/task/9713/stat : 9713 (java) R 9707 9709 9537 0 -1 64 27682 0 0 0 707 15 0 0 16 0 13 0 159742190 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.22
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 30 0 0 0 13 9 0 0 15 0 13 0 159742191 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1486592 CPUtime=1.59
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8981 0 0 0 155 4 0 0 17 0 13 0 159742196 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1486592 CPUtime=1.43
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4462 0 0 0 142 1 0 0 17 0 13 0 159742196 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1522270208 88175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.96
Current children cumulated vsize (KiB) 1486592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9724
/proc/meminfo: memFree=1082760/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=1486592 CPUtime=1800.09
/proc/9709/stat : 9709 (java) S 9707 9709 9537 0 -1 0 105810 0 1 0 179933 76 0 0 18 0 13 0 159742187 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9709/statm: 371648 88346 1435 9 0 368991 0
[pid=9709/tid=9711] ppid=9707 vsize=1486592 CPUtime=1782.3
/proc/9709/task/9711/stat : 9711 (java) R 9707 9709 9537 0 -1 64 36582 0 1 0 178205 25 0 0 25 0 13 0 159742188 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4109500023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9712] ppid=9707 vsize=1486592 CPUtime=7.22
/proc/9709/task/9712/stat : 9712 (java) S 9707 9709 9537 0 -1 64 27241 0 0 0 704 18 0 0 16 0 13 0 159742190 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9713] ppid=9707 vsize=1486592 CPUtime=7.26
/proc/9709/task/9713/stat : 9713 (java) S 9707 9709 9537 0 -1 64 27770 0 0 0 711 15 0 0 16 0 13 0 159742190 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9714] ppid=9707 vsize=1486592 CPUtime=0.22
/proc/9709/task/9714/stat : 9714 (java) S 9707 9709 9537 0 -1 64 30 0 0 0 13 9 0 0 16 0 13 0 159742191 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9715] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9715/stat : 9715 (java) S 9707 9709 9537 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9716] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9716/stat : 9716 (java) S 9707 9709 9537 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159742192 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9717] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9717/stat : 9717 (java) S 9707 9709 9537 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 159742196 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9718] ppid=9707 vsize=1486592 CPUtime=1.59
/proc/9709/task/9718/stat : 9718 (java) S 9707 9709 9537 0 -1 64 8981 0 0 0 155 4 0 0 17 0 13 0 159742196 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9719] ppid=9707 vsize=1486592 CPUtime=1.43
/proc/9709/task/9719/stat : 9719 (java) S 9707 9709 9537 0 -1 64 4462 0 0 0 142 1 0 0 17 0 13 0 159742196 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9720] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9720/stat : 9720 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159742196 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9709/tid=9721] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9721/stat : 9721 (java) S 9707 9709 9537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159742196 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9709/tid=9722] ppid=9707 vsize=1486592 CPUtime=0
/proc/9709/task/9722/stat : 9722 (java) S 9707 9709 9537 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159742216 1522270208 88346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1486592

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

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

[startup+1791.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9724
/proc/meminfo: memFree=1082760/2055920 swapFree=4192952/4192956
[pid=9709] ppid=9707 vsize=0 CPUtime=1800.22
/proc/9709/stat : 9709 (java) Z 9707 9709 9537 0 -1 1036 105833 0 1 0 179941 81 0 0 15 0 2 0 159742187 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9709/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.52
CPU time (s): 1800.23
CPU user time (s): 1799.41
CPU system time (s): 0.821875
CPU usage (%): 100.486
Max. virtual memory (cumulated for all children) (KiB): 1492428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.821875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105833
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= 44930
involuntary context switches= 35283

runsolver used 1.9687 second user time and 4.64529 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-13 21:30:29
IDJOB=1856698
IDBENCH=2911
IDSOLVER=681
FILE ID=node35/1856698-1244921429
PBS_JOBID= 9354627
Free space on /tmp= 66204 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_4.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-1856698-1244921429/watcher-1856698-1244921429 -o /tmp/evaluation-result-1856698-1244921429/solver-1856698-1244921429 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856698-1244921429.opb

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=1216158790

node35.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.232
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.232
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:       1432848 kB
Buffers:         65028 kB
Cached:         477676 kB
SwapCached:          4 kB
Active:          43060 kB
Inactive:       513512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432848 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          23744 kB
Slab:            52484 kB
Committed_AS:   130388 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node35 at 2009-06-13 22:00:23