Trace number 1883899

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.1? (TO) 1800.36 1795.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-75-70.opb
MD5SUMf923ea56e1761a03f5af67c072a524d6
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints194325
Number of constraints which are clauses194325
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint70
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 71
Number of bits of the biggest sum of numbers7
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.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.29	c See www.sat4j.org for details.
0.16/0.30	c version 2.1.1.v20090612
0.16/0.30	c sun.arch.data.model	32
0.16/0.30	c java.version	1.6.0_12
0.16/0.30	c os.name	Linux
0.16/0.30	c os.version	2.6.9-22.EL.rootsmp
0.16/0.30	c os.arch	i386
0.16/0.30	c Free memory 1342000320
0.16/0.30	c Max memory 1344274432
0.16/0.30	c Total memory 1344274432
0.16/0.30	c Number of processors 2
0.16/0.37	c Pseudo Boolean Optimization
0.16/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.37	c --- Begin Solver configuration ---
0.16/0.37	c Stops conflict analysis at the first Unique Implication Point
0.16/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.16/0.37	c Learn all clauses as in MiniSAT
0.16/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.37	c No reason simplification
0.16/0.37	c MiniSAT restarts strategy
0.16/0.37	c Memory based learned constraints deletion strategy
0.16/0.37	c timeout=2147483s
0.16/0.37	c DB Simplification allowed=false
0.16/0.37	c --- End Solver configuration ---
0.16/0.37	c solving HOME/instance-1883899-1245237869.opb
0.16/0.37	c reading problem ... 
3.80/3.22	c ... done. Wall clock time 2.842s.
3.80/3.22	c #vars     5250
3.80/3.22	c #constraints  194325
3.80/3.22	c constraints type 
3.80/3.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194250
3.80/3.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1800.05/1795.22	c starts		: 18
1800.05/1795.22	c conflicts		: 245987
1800.05/1795.22	c decisions		: 274029
1800.05/1795.22	c propagations		: 17437781
1800.05/1795.22	c inspects		: 1497407582
1800.05/1795.22	c learnt literals	: 0
1800.05/1795.22	c learnt binary clauses	: 0
1800.05/1795.22	c learnt ternary clauses	: 0
1800.05/1795.22	c learnt clauses	: 245987
1800.05/1795.22	c ignored clauses	: 0
1800.05/1795.22	c root simplifications	: 0
1800.05/1795.22	c removed literals (reason simplification)	: 0
1800.05/1795.22	c reason swapping (by a shorter reason)	: 0
1800.05/1795.22	c Calls to reduceDB	: 0
1800.05/1795.22	c speed (assignments/second)	: 9730.91711039856
1800.05/1795.22	c non guided choices	2419
1800.05/1795.30	c learnt constraints type 
1800.05/1795.30	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 245995
1800.05/1795.30	c constraints type 
1800.05/1795.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194250
1800.05/1795.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1800.05/1795.30	s UNKNOWN
1800.05/1795.30	c Total wall clock time (in seconds): 1794.922

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-1883899-1245237869/watcher-1883899-1245237869 -o /tmp/evaluation-result-1883899-1245237869/solver-1883899-1245237869 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1883899-1245237869.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.91 0.95 0.76 3/64 7577
/proc/meminfo: memFree=1861920/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=272 CPUtime=0
/proc/7577/stat : 7577 (java6) R 7575 7577 7497 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 191387430 278528 33 1992294400 134512640 134550932 4294956160 18446744073709551615 11881101 0 0 4096 0 0 0 0 17 1 0 0
/proc/7577/statm: 68 37 28 9 0 6 0

[startup+0.098349 s]
/proc/loadavg: 0.91 0.95 0.76 3/64 7577
/proc/meminfo: memFree=1861920/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=13412 CPUtime=0.02
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 800 0 29 0 0 2 0 0 18 0 2 0 191387430 13733888 601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 3353 601 281 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13412

[startup+0.101363 s]
/proc/loadavg: 0.91 0.95 0.76 3/64 7577
/proc/meminfo: memFree=1861920/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=13412 CPUtime=0.02
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 800 0 29 0 0 2 0 0 18 0 2 0 191387430 13733888 601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 3353 601 281 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13412

[startup+0.301395 s]
/proc/loadavg: 0.91 0.95 0.76 3/64 7577
/proc/meminfo: memFree=1861920/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1472884 CPUtime=0.16
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 4047 0 30 0 10 6 0 0 18 0 12 0 191387430 1508233216 3817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 368221 3817 1212 9 0 365564 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1472884

[startup+0.701476 s]
/proc/loadavg: 0.91 0.95 0.76 3/64 7577
/proc/meminfo: memFree=1861920/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479836 CPUtime=0.83
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 7594 0 30 0 75 8 0 0 18 0 12 0 191387430 1515352064 6495 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369959 6495 1377 9 0 367302 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1479836

[startup+1.50265 s]
/proc/loadavg: 0.91 0.95 0.76 2/76 7589
/proc/meminfo: memFree=1825024/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479684 CPUtime=2.02
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 19133 0 30 0 188 14 0 0 18 0 12 0 191387430 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369921 18005 1401 9 0 367264 0
[pid=7577/tid=7579] ppid=7575 vsize=1479684 CPUtime=1.15
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 15685 0 1 0 105 10 0 0 19 0 12 0 191387440 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4109601103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 191387442 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191387442 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 191387445 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 191387446 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 191387446 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191387453 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479684 CPUtime=0.43
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 1677 0 0 0 42 1 0 0 16 0 12 0 191387453 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479684 CPUtime=0.4
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1059 0 0 0 40 0 0 0 17 0 12 0 191387453 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191387453 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 191387453 1515196416 18005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1479684

[startup+3.10298 s]
/proc/loadavg: 0.91 0.95 0.76 2/76 7589
/proc/meminfo: memFree=1720896/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479684 CPUtime=3.7
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 37936 0 30 0 348 22 0 0 18 0 12 0 191387430 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369921 36788 1411 9 0 367264 0
[pid=7577/tid=7579] ppid=7575 vsize=1479684 CPUtime=2.65
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 30925 0 1 0 250 15 0 0 17 0 12 0 191387440 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4109478827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479684 CPUtime=0.08
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 1831 0 0 0 7 1 0 0 17 0 12 0 191387442 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479684 CPUtime=0.07
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 1719 0 0 0 7 0 0 0 16 0 12 0 191387442 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 191387445 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191387446 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 191387446 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191387453 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479684 CPUtime=0.43
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 1677 0 0 0 42 1 0 0 16 0 12 0 191387453 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479684 CPUtime=0.4
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1059 0 0 0 40 0 0 0 17 0 12 0 191387453 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 191387453 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479684 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 191387453 1515196416 36788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1479684

[startup+6.30166 s]
/proc/loadavg: 0.92 0.95 0.77 2/77 7590
/proc/meminfo: memFree=1701496/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479880 CPUtime=7.86
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 41806 0 30 0 762 24 0 0 18 0 13 0 191387430 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369970 39846 1428 9 0 367313 0
[pid=7577/tid=7579] ppid=7575 vsize=1479880 CPUtime=5.71
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 30971 0 1 0 555 16 0 0 25 0 13 0 191387440 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4109740351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479880 CPUtime=0.19
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 3404 0 0 0 18 1 0 0 16 0 13 0 191387442 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479880 CPUtime=0.2
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 3140 0 0 0 19 1 0 0 16 0 13 0 191387442 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 191387445 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479880 CPUtime=0.8
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2450 0 0 0 79 1 0 0 15 0 13 0 191387453 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479880 CPUtime=0.88
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1097 0 0 0 88 0 0 0 16 0 13 0 191387453 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479880 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515397120 39846 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1479880

[startup+12.703 s]
/proc/loadavg: 0.93 0.95 0.77 2/77 7590
/proc/meminfo: memFree=1677056/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479632 CPUtime=14.49
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 48715 0 30 0 1422 27 0 0 18 0 13 0 191387430 1515143168 45555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369908 45558 1432 9 0 367251 0
[pid=7577/tid=7579] ppid=7575 vsize=1479632 CPUtime=11.98
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 30978 0 1 0 1182 16 0 0 25 0 13 0 191387440 1515143168 45563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479632 CPUtime=0.32
/proc/7577/task/7580/stat : 7580 (java) R 7575 7577 7497 0 -1 64 6560 0 0 0 29 3 0 0 16 0 13 0 191387442 1515143168 45567 1992294400 134512640 134550932 4294956000 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479632 CPUtime=0.33
/proc/7577/task/7581/stat : 7581 (java) R 7575 7577 7497 0 -1 64 6794 0 0 0 30 3 0 0 16 0 13 0 191387442 1515143168 45571 1992294400 134512640 134550932 4294956000 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 191387445 1515143168 45576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 45579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 45583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515143168 45587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479632 CPUtime=0.8
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2450 0 0 0 79 1 0 0 15 0 13 0 191387453 1515143168 45593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479632 CPUtime=1
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1196 0 0 0 100 0 0 0 17 0 13 0 191387453 1515143168 45596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515143168 45602 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515143168 45606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515143168 45612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 1479632

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.77 2/77 7590
/proc/meminfo: memFree=1662208/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479632 CPUtime=27.37
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 53558 0 30 0 2708 29 0 0 18 0 13 0 191387430 1515143168 49211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369908 49211 1432 9 0 367251 0
[pid=7577/tid=7579] ppid=7575 vsize=1479632 CPUtime=24.66
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 30989 0 1 0 2450 16 0 0 25 0 13 0 191387440 1515143168 49211 1992294400 134512640 134550932 4294956000 18446744073709551615 4109798722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479632 CPUtime=0.36
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 8742 0 0 0 32 4 0 0 16 0 13 0 191387442 1515143168 49211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479632 CPUtime=0.37
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 9335 0 0 0 33 4 0 0 16 0 13 0 191387442 1515143168 49211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 191387445 1515143168 49211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 49211 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0

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

[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0.06
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 4 2 0 0 16 0 13 0 191387445 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479632 CPUtime=0.89
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2624 0 0 0 87 2 0 0 16 0 13 0 191387453 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479632 CPUtime=1.06
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1196 0 0 0 106 0 0 0 17 0 13 0 191387453 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515143168 171868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.72
Current children cumulated vsize (KiB) 1479632

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 7590
/proc/meminfo: memFree=1157248/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479632 CPUtime=1666.83
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 199304 0 30 0 166572 111 0 0 18 0 13 0 191387430 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369908 174943 1432 9 0 367251 0
[pid=7577/tid=7579] ppid=7575 vsize=1479632 CPUtime=1656.86
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 31636 0 1 0 165665 21 0 0 25 0 13 0 191387440 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4109725162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479632 CPUtime=3.94
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 78847 0 0 0 354 40 0 0 16 0 13 0 191387442 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479632 CPUtime=3.95
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 84252 0 0 0 354 41 0 0 16 0 13 0 191387442 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0.06
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 4 2 0 0 16 0 13 0 191387445 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479632 CPUtime=0.89
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2624 0 0 0 87 2 0 0 16 0 13 0 191387453 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479632 CPUtime=1.06
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1196 0 0 0 106 0 0 0 17 0 13 0 191387453 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515143168 174943 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.83
Current children cumulated vsize (KiB) 1479632

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 7592
/proc/meminfo: memFree=1141696/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479632 CPUtime=1726.96
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 203085 0 30 0 172582 114 0 0 18 0 13 0 191387430 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369908 178451 1432 9 0 367251 0
[pid=7577/tid=7579] ppid=7575 vsize=1479632 CPUtime=1716.64
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 31644 0 1 0 171643 21 0 0 25 0 13 0 191387440 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4109740351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479632 CPUtime=4.1
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 80402 0 0 0 369 41 0 0 16 0 13 0 191387442 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479632 CPUtime=4.13
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 86470 0 0 0 371 42 0 0 16 0 13 0 191387442 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0.06
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 4 2 0 0 16 0 13 0 191387445 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479632 CPUtime=0.89
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2624 0 0 0 87 2 0 0 16 0 13 0 191387453 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479632 CPUtime=1.06
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1196 0 0 0 106 0 0 0 17 0 13 0 191387453 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515143168 178451 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.96
Current children cumulated vsize (KiB) 1479632

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 7592
/proc/meminfo: memFree=1126912/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479632 CPUtime=1787.1
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 207010 0 30 0 178594 116 0 0 18 0 13 0 191387430 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369908 182125 1432 9 0 367251 0
[pid=7577/tid=7579] ppid=7575 vsize=1479632 CPUtime=1776.44
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 31652 0 1 0 177622 22 0 0 25 0 13 0 191387440 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4109726059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479632 CPUtime=4.28
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 82401 0 0 0 386 42 0 0 17 0 13 0 191387442 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479632 CPUtime=4.29
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 88388 0 0 0 386 43 0 0 16 0 13 0 191387442 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0.06
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 4 2 0 0 16 0 13 0 191387445 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479632 CPUtime=0.89
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2624 0 0 0 87 2 0 0 16 0 13 0 191387453 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479632 CPUtime=1.06
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1196 0 0 0 106 0 0 0 17 0 13 0 191387453 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515143168 182125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.1
Current children cumulated vsize (KiB) 1479632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 7592
/proc/meminfo: memFree=1123072/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=1479632 CPUtime=1800.05
/proc/7577/stat : 7577 (java) S 7575 7577 7497 0 -1 0 208073 0 30 0 179888 117 0 0 18 0 13 0 191387430 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 369908 183080 1432 9 0 367251 0
[pid=7577/tid=7579] ppid=7575 vsize=1479632 CPUtime=1789.29
/proc/7577/task/7579/stat : 7579 (java) R 7575 7577 7497 0 -1 64 31654 0 1 0 178907 22 0 0 24 0 13 0 191387440 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4109716545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7580] ppid=7575 vsize=1479632 CPUtime=4.33
/proc/7577/task/7580/stat : 7580 (java) S 7575 7577 7497 0 -1 64 83032 0 0 0 390 43 0 0 16 0 13 0 191387442 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7581] ppid=7575 vsize=1479632 CPUtime=4.34
/proc/7577/task/7581/stat : 7581 (java) S 7575 7577 7497 0 -1 64 88818 0 0 0 390 44 0 0 17 0 13 0 191387442 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7582] ppid=7575 vsize=1479632 CPUtime=0.06
/proc/7577/task/7582/stat : 7582 (java) S 7575 7577 7497 0 -1 64 35 0 0 0 4 2 0 0 15 0 13 0 191387445 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7583] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7583/stat : 7583 (java) S 7575 7577 7497 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7584] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7584/stat : 7584 (java) S 7575 7577 7497 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 191387446 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7585] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7585/stat : 7585 (java) S 7575 7577 7497 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191387453 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=1479632 CPUtime=0.89
/proc/7577/task/7586/stat : 7586 (java) S 7575 7577 7497 0 -1 64 2624 0 0 0 87 2 0 0 16 0 13 0 191387453 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7587] ppid=7575 vsize=1479632 CPUtime=1.06
/proc/7577/task/7587/stat : 7587 (java) S 7575 7577 7497 0 -1 64 1196 0 0 0 106 0 0 0 17 0 13 0 191387453 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7588] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7588/stat : 7588 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 191387453 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7577/tid=7589] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7589/stat : 7589 (java) S 7575 7577 7497 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191387453 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7577/tid=7590] ppid=7575 vsize=1479632 CPUtime=0
/proc/7577/task/7590/stat : 7590 (java) S 7575 7577 7497 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191387756 1515143168 183080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1479632

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

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

[startup+1795.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 7592
/proc/meminfo: memFree=1123072/2055920 swapFree=4181924/4192956
[pid=7577] ppid=7575 vsize=0 CPUtime=1800.32
/proc/7577/stat : 7577 (java) Z 7575 7577 7497 0 -1 1036 208323 0 30 0 179908 124 0 0 15 0 2 0 191387430 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.44
CPU time (s): 1800.36
CPU user time (s): 1799.08
CPU system time (s): 1.2838
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 1481304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.2838
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208323
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40650
involuntary context switches= 38894

runsolver used 2.31665 second user time and 4.24136 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-17 13:24:29
IDJOB=1883899
IDBENCH=2577
IDSOLVER=681
FILE ID=node13/1883899-1245237869
PBS_JOBID= 9372324
Free space on /tmp= 66228 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-75-70.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-1883899-1245237869/watcher-1883899-1245237869 -o /tmp/evaluation-result-1883899-1245237869/solver-1883899-1245237869 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1883899-1245237869.opb

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

MD5SUM BENCH= f923ea56e1761a03f5af67c072a524d6
RANDOM SEED=1565180656

node13.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.259
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.259
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:       1863104 kB
Buffers:         13176 kB
Cached:         113944 kB
SwapCached:       3644 kB
Active:          22608 kB
Inactive:       111088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863104 kB
SwapTotal:     4192956 kB
SwapFree:      4181924 kB
Dirty:            5172 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            45072 kB
Committed_AS:   181160 kB
PageTables:       1460 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= 66228 MiB
End job on node13 at 2009-06-17 13:54:26