Trace number 1858164

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1UNSAT 164.176 160.427

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_1_15.opb
MD5SUMebbe5bb724184b6646f7cf4470989c3e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.3861
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.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-1858164-1244971736.opb
0.22/0.22	c reading problem ... 
1.18/0.82	c ... done. Wall clock time 0.606s.
1.18/0.82	c #vars     1598
1.18/0.82	c #constraints  3149
1.18/0.82	c constraints type 
1.18/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.18/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1498
1.18/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1.18/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
164.05/160.36	c starts		: 7
164.05/160.36	c conflicts		: 2168
164.05/160.36	c decisions		: 4969
164.05/160.36	c propagations		: 501556
164.05/160.36	c inspects		: 23602312
164.05/160.36	c learnt literals	: 0
164.05/160.36	c learnt binary clauses	: 0
164.05/160.36	c learnt ternary clauses	: 0
164.05/160.36	c learnt clauses	: 2167
164.05/160.36	c ignored clauses	: 0
164.05/160.36	c root simplifications	: 0
164.05/160.36	c removed literals (reason simplification)	: 0
164.05/160.36	c reason swapping (by a shorter reason)	: 0
164.05/160.36	c Calls to reduceDB	: 0
164.05/160.36	c speed (assignments/second)	: 3143.842142212416
164.05/160.36	c non guided choices	1515
164.05/160.37	c learnt constraints type 
164.05/160.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
164.05/160.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2163
164.05/160.37	c constraints type 
164.05/160.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
164.05/160.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1498
164.05/160.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
164.05/160.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
164.05/160.37	s UNSATISFIABLE
164.05/160.37	c Total wall clock time (in seconds): 160.148

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-1858164-1244971736/watcher-1858164-1244971736 -o /tmp/evaluation-result-1858164-1244971736/solver-1858164-1244971736 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858164-1244971736.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 19825
/proc/meminfo: memFree=1316048/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1612 CPUtime=0
/proc/19825/stat : 19825 (java6) R 19823 19825 19600 0 -1 0 151 0 0 0 0 0 0 0 18 0 1 0 164770566 1650688 123 1992294400 134512640 134550932 4294956160 18446744073709551615 4160589855 0 0 4096 0 0 0 0 17 1 0 0
/proc/19825/statm: 403 125 89 9 0 45 0

[startup+0.044319 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19825
/proc/meminfo: memFree=1316048/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1469440 CPUtime=0.03
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 3106 0 1 0 2 1 0 0 18 0 5 0 164770566 1504706560 2853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 367360 2853 974 9 0 364711 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1469440

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

[startup+0.301346 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19825
/proc/meminfo: memFree=1316048/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1475008 CPUtime=0.35
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 5006 0 1 0 31 4 0 0 18 0 12 0 164770566 1510408192 4743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 368752 4743 1358 9 0 366095 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475008

[startup+0.701384 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19825
/proc/meminfo: memFree=1316048/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1478896 CPUtime=1
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 7024 0 1 0 95 5 0 0 18 0 12 0 164770566 1514389504 6273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 369724 6273 1398 9 0 367067 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1478896

[startup+1.50247 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 19838
/proc/meminfo: memFree=1293608/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1487296 CPUtime=2.46
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 13871 0 1 0 238 8 0 0 18 0 13 0 164770566 1522991104 9977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 371824 9980 1418 9 0 369167 0
[pid=19825/tid=19827] ppid=19823 vsize=1487296 CPUtime=0.98
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 6137 0 1 0 94 4 0 0 21 0 13 0 164770567 1522991104 9982 1992294400 134512640 134550932 4294956000 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164770568 1522991104 9983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164770568 1522991104 9983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164770570 1522991104 9983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 164770571 1522991104 9984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164770571 1522991104 9984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1522991104 9985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1487296 CPUtime=0.79
/proc/19825/task/19834/stat : 19834 (java) R 19823 19825 19600 0 -1 64 4124 0 0 0 77 2 0 0 18 0 13 0 164770575 1522991104 9985 1992294400 134512640 134550932 4294956000 18446744073709551615 104163901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1487296 CPUtime=0.66
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 2870 0 0 0 65 1 0 0 17 0 13 0 164770575 1522991104 9986 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1522991104 9986 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1522991104 9986 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1487296 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1522991104 9987 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1487296

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 19838
/proc/meminfo: memFree=1263592/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=5.28
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 41310 0 1 0 509 19 0 0 18 0 13 0 164770566 1525817344 28538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 28540 1419 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=1.9
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 23422 0 1 0 180 10 0 0 17 0 13 0 164770567 1525817344 28541 1992294400 134512640 134550932 4294956000 18446744073709551615 4109605995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164770568 1525817344 28542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164770568 1525817344 28543 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164770570 1525817344 28544 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 164770571 1525817344 28545 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164770571 1525817344 28547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 28548 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=1.89
/proc/19825/task/19834/stat : 19834 (java) R 19823 19825 19600 0 -1 64 10526 0 0 0 184 5 0 0 17 0 13 0 164770575 1525817344 28549 1992294400 134512640 134550932 4294956000 18446744073709551615 106108072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.47
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6620 0 0 0 145 2 0 0 16 0 13 0 164770575 1525817344 28550 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 28551 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 28552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 28553 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 1490056

[startup+6.30295 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1168104/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=8.85
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 51767 0 1 0 861 24 0 0 18 0 13 0 164770566 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 38423 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=4.96
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 31008 0 1 0 483 13 0 0 21 0 13 0 164770567 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4109612013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=0.06
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 1139 0 0 0 6 0 0 0 15 0 13 0 164770568 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=0.05
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 1118 0 0 0 5 0 0 0 16 0 13 0 164770568 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 164770570 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.62
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 159 3 0 0 16 0 13 0 164770575 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 38423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 1490056

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1133936/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=15.35
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 60708 0 1 0 1507 28 0 0 18 0 13 0 164770566 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 46760 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=11.26
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35033 0 1 0 1112 14 0 0 25 0 13 0 164770567 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4109536132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=0.15
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 3589 0 0 0 14 1 0 0 16 0 13 0 164770568 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=0.14
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 3580 0 0 0 13 1 0 0 15 0 13 0 164770568 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 34 0 0 0 0 0 0 0 17 0 13 0 164770570 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.64
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 161 3 0 0 16 0 13 0 164770575 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 46760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1490056

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1122288/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=28.25
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 63916 0 1 0 2795 30 0 0 18 0 13 0 164770566 1525817344 49614 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 49614 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=23.96
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35246 0 1 0 2381 15 0 0 19 0 13 0 164770567 1525817344 49614 1992294400 134512640 134550932 4294956000 18446744073709551615 4109536419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=0.25
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 5079 0 0 0 24 1 0 0 16 0 13 0 164770568 1525817344 49614 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=0.24
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 5085 0 0 0 22 2 0 0 16 0 13 0 164770568 1525817344 49614 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0

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

[pid=19825] ppid=19823 vsize=1490056 CPUtime=160.45
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 77243 0 1 0 16007 38 0 0 18 0 13 0 164770566 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 61309 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=154.02
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35400 0 1 0 15387 15 0 0 25 0 13 0 164770567 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4109910324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=1.28
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 11773 0 0 0 124 4 0 0 16 0 13 0 164770568 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=1.28
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 11562 0 0 0 122 6 0 0 16 0 13 0 164770568 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0.04
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 36 0 0 0 3 1 0 0 16 0 13 0 164770570 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.67
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 164 3 0 0 17 0 13 0 164770575 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 61309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.45
Current children cumulated vsize (KiB) 1490056

[startup+158.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1074800/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=162.06
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 77359 0 1 0 16168 38 0 0 18 0 13 0 164770566 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 61420 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=155.62
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35401 0 1 0 15547 15 0 0 25 0 13 0 164770567 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4109910273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=1.29
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 11846 0 0 0 125 4 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=1.28
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 11604 0 0 0 122 6 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0.04
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 36 0 0 0 3 1 0 0 16 0 13 0 164770570 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.67
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 164 3 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 1490056

[startup+159.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1074800/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=162.85
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 77359 0 1 0 16247 38 0 0 18 0 13 0 164770566 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 61420 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=156.41
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35401 0 1 0 15626 15 0 0 25 0 13 0 164770567 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4109968302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=1.29
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 11846 0 0 0 125 4 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=1.28
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 11604 0 0 0 122 6 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0.04
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 36 0 0 0 3 1 0 0 16 0 13 0 164770570 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.67
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 164 3 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.85
Current children cumulated vsize (KiB) 1490056

[startup+159.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1074800/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=163.65
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 77359 0 1 0 16327 38 0 0 18 0 13 0 164770566 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 61420 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=157.21
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35401 0 1 0 15706 15 0 0 25 0 13 0 164770567 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4109574387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=1.29
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 11846 0 0 0 125 4 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=1.28
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 11604 0 0 0 122 6 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0.04
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 36 0 0 0 3 1 0 0 16 0 13 0 164770570 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.67
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 164 3 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.65
Current children cumulated vsize (KiB) 1490056

[startup+160.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1074800/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=1490056 CPUtime=164.05
/proc/19825/stat : 19825 (java) S 19823 19825 19600 0 -1 0 77359 0 1 0 16367 38 0 0 18 0 13 0 164770566 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 372514 61420 1432 9 0 369857 0
[pid=19825/tid=19827] ppid=19823 vsize=1490056 CPUtime=157.61
/proc/19825/task/19827/stat : 19827 (java) R 19823 19825 19600 0 -1 64 35401 0 1 0 15746 15 0 0 25 0 13 0 164770567 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4109637528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19828] ppid=19823 vsize=1490056 CPUtime=1.29
/proc/19825/task/19828/stat : 19828 (java) S 19823 19825 19600 0 -1 64 11846 0 0 0 125 4 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19829] ppid=19823 vsize=1490056 CPUtime=1.28
/proc/19825/task/19829/stat : 19829 (java) S 19823 19825 19600 0 -1 64 11604 0 0 0 122 6 0 0 16 0 13 0 164770568 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19830] ppid=19823 vsize=1490056 CPUtime=0.04
/proc/19825/task/19830/stat : 19830 (java) S 19823 19825 19600 0 -1 64 36 0 0 0 3 1 0 0 16 0 13 0 164770570 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19825/tid=19831] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19831/stat : 19831 (java) S 19823 19825 19600 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19600 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164770571 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19600 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=1490056 CPUtime=2.09
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19600 0 -1 64 10755 0 0 0 204 5 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=1490056 CPUtime=1.67
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19600 0 -1 64 6972 0 0 0 164 3 0 0 17 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19600 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164770575 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=1490056 CPUtime=0
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19600 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 164770650 1525817344 61420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.05
Current children cumulated vsize (KiB) 1490056

[startup+160.403 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19838
/proc/meminfo: memFree=1074800/2055920 swapFree=4192952/4192956
[pid=19825] ppid=19823 vsize=0 CPUtime=164.14
/proc/19825/stat : 19825 (java) Z 19823 19825 19600 0 -1 1036 77372 0 1 0 16374 40 0 0 16 0 2 0 164770566 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19825/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.14
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 160.427
CPU time (s): 164.176
CPU user time (s): 163.749
CPU system time (s): 0.426935
CPU usage (%): 102.337
Max. virtual memory (cumulated for all children) (KiB): 1493096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.749
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77372
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= 5333
involuntary context switches= 3702

runsolver used 0.177972 second user time and 0.427934 second system time

The end

Launcher Data

Begin job on node45 at 2009-06-14 11:28:56
IDJOB=1858164
IDBENCH=48380
IDSOLVER=681
FILE ID=node45/1858164-1244971736
PBS_JOBID= 9355035
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_1_15.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-1858164-1244971736/watcher-1858164-1244971736 -o /tmp/evaluation-result-1858164-1244971736/solver-1858164-1244971736 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858164-1244971736.opb

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

MD5SUM BENCH= ebbe5bb724184b6646f7cf4470989c3e
RANDOM SEED=1441943076

node45.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.240
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.240
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:       1316528 kB
Buffers:         74040 kB
Cached:         578688 kB
SwapCached:          4 kB
Active:         121852 kB
Inactive:       544844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316528 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             428 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            58768 kB
Committed_AS:   126088 kB
PageTables:       1380 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= 66256 MiB
End job on node45 at 2009-06-14 11:31:36