Trace number 1884275

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 145.227 143.861

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/jarvisalo/
eq.atree.braun.8.unsat.opb
MD5SUMed10322dc5e7340a2e19a953621baa2d
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark20.3809
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables684
Total number of constraints2300
Number of constraints which are clauses2300
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 constraint1
Maximum length of a constraint15
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 28
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.41	c See www.sat4j.org for details.
0.14/0.43	c version 2.1.1.v20090612
0.14/0.43	c sun.arch.data.model	32
0.14/0.43	c java.version	1.6.0_12
0.14/0.43	c os.name	Linux
0.14/0.43	c os.version	2.6.9-22.EL.rootsmp
0.14/0.43	c os.arch	i386
0.14/0.43	c Free memory 1342000320
0.14/0.43	c Max memory 1344274432
0.14/0.43	c Total memory 1344274432
0.14/0.43	c Number of processors 2
0.28/0.50	c Pseudo Boolean Optimization
0.28/0.50	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.50	c --- Begin Solver configuration ---
0.28/0.50	c Stops conflict analysis at the first Unique Implication Point
0.28/0.50	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.28/0.50	c Learn all clauses as in MiniSAT
0.28/0.50	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.50	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.50	c No reason simplification
0.28/0.50	c MiniSAT restarts strategy
0.28/0.50	c Memory based learned constraints deletion strategy
0.28/0.50	c timeout=2147483s
0.28/0.50	c DB Simplification allowed=false
0.28/0.50	c --- End Solver configuration ---
0.28/0.50	c solving HOME/instance-1884275-1245256349.opb
0.28/0.50	c reading problem ... 
0.72/0.89	c ... done. Wall clock time 0.391s.
0.72/0.89	c #vars     684
0.72/0.89	c #constraints  2300
0.72/0.89	c constraints type 
0.72/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 978
0.72/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1319
145.09/143.71	c starts		: 15
145.09/143.71	c conflicts		: 67369
145.09/143.71	c decisions		: 71418
145.09/143.71	c propagations		: 12419807
145.09/143.71	c inspects		: 260915860
145.09/143.71	c learnt literals	: 2
145.09/143.71	c learnt binary clauses	: 63
145.09/143.71	c learnt ternary clauses	: 165
145.09/143.71	c learnt clauses	: 67366
145.09/143.71	c ignored clauses	: 0
145.09/143.71	c root simplifications	: 0
145.09/143.71	c removed literals (reason simplification)	: 0
145.09/143.71	c reason swapping (by a shorter reason)	: 0
145.09/143.71	c Calls to reduceDB	: 0
145.09/143.71	c speed (assignments/second)	: 86960.04117012785
145.09/143.71	c non guided choices	12
145.09/143.77	c learnt constraints type 
145.09/143.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 67303
145.09/143.77	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 63
145.09/143.77	c constraints type 
145.09/143.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 978
145.09/143.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1319
145.09/143.77	s UNSATISFIABLE
145.09/143.77	c Total wall clock time (in seconds): 143.273

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 3780
/proc/meminfo: memFree=1887168/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=18576 CPUtime=0
/proc/3780/stat : 3780 (runsolver) D 3778 3780 3557 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1113196 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3780/statm: 4644 284 249 26 0 2626 0

[startup+0.0260159 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 3780
/proc/meminfo: memFree=1887168/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=200 CPUtime=0
/proc/3780/stat : 3780 (java6) D 3778 3780 3557 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 1113196 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 2188068 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3780/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101027 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 3780
/proc/meminfo: memFree=1887168/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=12788 CPUtime=0.01
/proc/3780/stat : 3780 (java) D 3778 3780 3557 0 -1 0 343 0 14 0 0 1 0 0 18 0 1 0 1113196 13094912 165 1992294400 134512640 134550932 4294956000 18446744073709551615 2188196 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3780/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12788

[startup+0.301046 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 3780
/proc/meminfo: memFree=1887168/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1470224 CPUtime=0.09
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 3382 0 63 0 5 4 0 0 18 0 7 0 1113196 1505509376 3189 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 367556 3189 1038 9 0 364907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1470224

[startup+0.7011 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 3780
/proc/meminfo: memFree=1887168/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1475372 CPUtime=0.55
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 5282 0 63 0 49 6 0 0 18 0 12 0 1113196 1510780928 5082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 368843 5082 1371 9 0 366186 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1475372

[startup+1.5022 s]
/proc/loadavg: 0.99 0.97 0.85 4/77 3793
/proc/meminfo: memFree=1856088/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1479144 CPUtime=2.03
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 9243 0 63 0 195 8 0 0 18 0 13 0 1113196 1514643456 8217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 369786 8218 1415 9 0 367129 0
[pid=3780/tid=3782] ppid=3778 vsize=1479144 CPUtime=1.1
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 6061 0 12 0 105 5 0 0 25 0 13 0 1113212 1514643456 8218 1992294400 134512640 134550932 4294956000 18446744073709551615 4109592455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1113217 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1113217 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1113220 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 1113221 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1113221 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1479144 CPUtime=0.49
/proc/3780/task/3789/stat : 3789 (java) R 3778 3780 3557 0 -1 64 623 0 0 0 49 0 0 0 18 0 13 0 1113231 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 106111242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1479144 CPUtime=0.4
/proc/3780/task/3790/stat : 3790 (java) R 3778 3780 3557 0 -1 64 1865 0 0 0 40 0 0 0 18 0 13 0 1113231 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 105784492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1514643456 8219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1514643456 8221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1479144 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1514643456 8221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1479144

[startup+3.10237 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 3793
/proc/meminfo: memFree=1825240/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1481264 CPUtime=4.14
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 33697 0 63 0 395 19 0 0 18 0 13 0 1113196 1516814336 31837 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370316 31838 1416 9 0 367659 0
[pid=3780/tid=3782] ppid=3778 vsize=1481264 CPUtime=2.62
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 29075 0 12 0 247 15 0 0 25 0 13 0 1113212 1516814336 31838 1992294400 134512640 134550932 4294956000 18446744073709551615 4109598404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1113217 1516814336 31839 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1113217 1516814336 31840 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1113220 1516814336 31842 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 1113221 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1113221 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1481264 CPUtime=0.78
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1031 0 0 0 78 0 0 0 16 0 13 0 1113231 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1481264 CPUtime=0.7
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2897 0 0 0 69 1 0 0 17 0 13 0 1113231 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1481264 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516814336 31843 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1481264

[startup+6.30176 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 3793
/proc/meminfo: memFree=1742872/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1481008 CPUtime=7.37
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 36418 0 63 0 717 20 0 0 18 0 13 0 1113196 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370252 34487 1425 9 0 367595 0
[pid=3780/tid=3782] ppid=3778 vsize=1481008 CPUtime=5.8
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 30967 0 12 0 564 16 0 0 25 0 13 0 1113212 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4109610215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1481008 CPUtime=0.01
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 444 0 0 0 1 0 0 0 16 0 13 0 1113217 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1481008 CPUtime=0.01
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 368 0 0 0 1 0 0 0 16 0 13 0 1113217 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 1113220 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1481008 CPUtime=0.81
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1032 0 0 0 81 0 0 0 16 0 13 0 1113231 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1481008 CPUtime=0.71
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2897 0 0 0 70 1 0 0 17 0 13 0 1113231 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1481008 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516552192 34487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1481008

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.85 2/77 3793
/proc/meminfo: memFree=1709080/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1480784 CPUtime=13.88
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 44795 0 63 0 1363 25 0 0 18 0 13 0 1113196 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370196 42766 1429 9 0 367539 0
[pid=3780/tid=3782] ppid=3778 vsize=1480784 CPUtime=12.12
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 36850 0 12 0 1194 18 0 0 25 0 13 0 1113212 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4109556278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1480784 CPUtime=0.03
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 1677 0 0 0 3 0 0 0 16 0 13 0 1113217 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1480784 CPUtime=0.03
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 1599 0 0 0 3 0 0 0 16 0 13 0 1113217 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1113220 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1480784 CPUtime=0.93
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1049 0 0 0 92 1 0 0 17 0 13 0 1113231 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1480784 CPUtime=0.71
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2897 0 0 0 70 1 0 0 17 0 13 0 1113231 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516322816 42766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 1480784

[startup+25.503 s]
/proc/loadavg: 0.99 0.97 0.86 2/77 3793
/proc/meminfo: memFree=1701208/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1480784 CPUtime=26.76
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 47412 0 63 0 2650 26 0 0 18 0 13 0 1113196 1516322816 44977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370196 44977 1429 9 0 367539 0
[pid=3780/tid=3782] ppid=3778 vsize=1480784 CPUtime=24.82
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 36858 0 12 0 2463 19 0 0 17 0 13 0 1113212 1516322816 44977 1992294400 134512640 134550932 4294956000 18446744073709551615 4109812587 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1480784 CPUtime=0.08
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 3022 0 0 0 7 1 0 0 16 0 13 0 1113217 1516322816 44977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1480784 CPUtime=0.07
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 2858 0 0 0 6 1 0 0 16 0 13 0 1113217 1516322816 44977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1480784 CPUtime=0

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

/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516322816 53656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516322816 53656 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 142.09
Current children cumulated vsize (KiB) 1480784

[startup+142.303 s]
/proc/loadavg: 0.99 0.97 0.87 2/77 3793
/proc/meminfo: memFree=1665368/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1480784 CPUtime=143.69
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 57521 0 63 0 14338 31 0 0 18 0 13 0 1113196 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370196 53907 1429 9 0 367539 0
[pid=3780/tid=3782] ppid=3778 vsize=1480784 CPUtime=141.34
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 36892 0 12 0 14115 19 0 0 17 0 13 0 1113212 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4109536986 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1480784 CPUtime=0.27
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 8033 0 0 0 24 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1480784 CPUtime=0.25
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 7922 0 0 0 22 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1480784 CPUtime=0.01
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 1113220 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1480784 CPUtime=0.99
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1050 0 0 0 98 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1480784 CPUtime=0.76
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2900 0 0 0 75 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.69
Current children cumulated vsize (KiB) 1480784

[startup+143.102 s]
/proc/loadavg: 0.99 0.97 0.87 2/77 3793
/proc/meminfo: memFree=1664408/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1480784 CPUtime=144.49
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 57521 0 63 0 14418 31 0 0 18 0 13 0 1113196 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370196 53907 1429 9 0 367539 0
[pid=3780/tid=3782] ppid=3778 vsize=1480784 CPUtime=142.14
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 36892 0 12 0 14195 19 0 0 25 0 13 0 1113212 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4109712589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1480784 CPUtime=0.27
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 8033 0 0 0 24 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1480784 CPUtime=0.25
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 7922 0 0 0 22 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1480784 CPUtime=0.01
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 1113220 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1480784 CPUtime=0.99
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1050 0 0 0 98 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1480784 CPUtime=0.76
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2900 0 0 0 75 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.49
Current children cumulated vsize (KiB) 1480784

[startup+143.502 s]
/proc/loadavg: 0.99 0.97 0.87 2/77 3793
/proc/meminfo: memFree=1664408/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1480784 CPUtime=144.89
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 57521 0 63 0 14458 31 0 0 18 0 13 0 1113196 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370196 53907 1429 9 0 367539 0
[pid=3780/tid=3782] ppid=3778 vsize=1480784 CPUtime=142.54
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 36892 0 12 0 14235 19 0 0 25 0 13 0 1113212 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4109543743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1480784 CPUtime=0.27
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 8033 0 0 0 24 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1480784 CPUtime=0.25
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 7922 0 0 0 22 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1480784 CPUtime=0.01
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 1113220 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1480784 CPUtime=0.99
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1050 0 0 0 98 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1480784 CPUtime=0.76
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2900 0 0 0 75 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.89
Current children cumulated vsize (KiB) 1480784

[startup+143.702 s]
/proc/loadavg: 0.99 0.97 0.87 2/77 3793
/proc/meminfo: memFree=1664408/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1480784 CPUtime=145.09
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 57521 0 63 0 14478 31 0 0 18 0 13 0 1113196 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370196 53907 1429 9 0 367539 0
[pid=3780/tid=3782] ppid=3778 vsize=1480784 CPUtime=142.74
/proc/3780/task/3782/stat : 3782 (java) R 3778 3780 3557 0 -1 64 36892 0 12 0 14255 19 0 0 25 0 13 0 1113212 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4109813740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1480784 CPUtime=0.27
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 8033 0 0 0 24 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1480784 CPUtime=0.25
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 7922 0 0 0 22 3 0 0 16 0 13 0 1113217 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1480784 CPUtime=0.01
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 1113220 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1480784 CPUtime=0.99
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1050 0 0 0 98 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1480784 CPUtime=0.76
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2900 0 0 0 75 1 0 0 16 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1480784 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516322816 53907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.09
Current children cumulated vsize (KiB) 1480784

[startup+143.802 s]
/proc/loadavg: 0.99 0.97 0.87 2/77 3793
/proc/meminfo: memFree=1664408/2055924 swapFree=4192956/4192956
[pid=3780] ppid=3778 vsize=1481108 CPUtime=145.18
/proc/3780/stat : 3780 (java) S 3778 3780 3557 0 -1 0 57537 0 63 0 14487 31 0 0 18 0 13 0 1113196 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3780/statm: 370277 53923 1432 9 0 367620 0
[pid=3780/tid=3782] ppid=3778 vsize=1481108 CPUtime=142.76
/proc/3780/task/3782/stat : 3782 (java) S 3778 3780 3557 0 -1 64 36898 0 12 0 14257 19 0 0 24 0 13 0 1113212 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3783] ppid=3778 vsize=1481108 CPUtime=0.27
/proc/3780/task/3783/stat : 3783 (java) S 3778 3780 3557 0 -1 64 8033 0 0 0 24 3 0 0 16 0 13 0 1113217 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3784] ppid=3778 vsize=1481108 CPUtime=0.25
/proc/3780/task/3784/stat : 3784 (java) S 3778 3780 3557 0 -1 64 7922 0 0 0 22 3 0 0 16 0 13 0 1113217 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3785] ppid=3778 vsize=1481108 CPUtime=0.01
/proc/3780/task/3785/stat : 3785 (java) S 3778 3780 3557 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 1113220 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3786] ppid=3778 vsize=1481108 CPUtime=0
/proc/3780/task/3786/stat : 3786 (java) S 3778 3780 3557 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1113221 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3787] ppid=3778 vsize=1481108 CPUtime=0
/proc/3780/task/3787/stat : 3787 (java) S 3778 3780 3557 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1113221 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3788] ppid=3778 vsize=1481108 CPUtime=0
/proc/3780/task/3788/stat : 3788 (java) S 3778 3780 3557 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1113231 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3789] ppid=3778 vsize=1481108 CPUtime=0.99
/proc/3780/task/3789/stat : 3789 (java) S 3778 3780 3557 0 -1 64 1052 0 0 0 98 1 0 0 16 0 13 0 1113231 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3790] ppid=3778 vsize=1481108 CPUtime=0.78
/proc/3780/task/3790/stat : 3790 (java) S 3778 3780 3557 0 -1 64 2900 0 0 0 77 1 0 0 17 0 13 0 1113231 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3780/tid=3791] ppid=3778 vsize=1481108 CPUtime=0
/proc/3780/task/3791/stat : 3791 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1113231 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3792] ppid=3778 vsize=1481108 CPUtime=0
/proc/3780/task/3792/stat : 3792 (java) S 3778 3780 3557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1113231 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3780/tid=3793] ppid=3778 vsize=1481108 CPUtime=0
/proc/3780/task/3793/stat : 3793 (java) S 3778 3780 3557 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1113286 1516654592 53923 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.18
Current children cumulated vsize (KiB) 1481108

Child status: 20
Real time (s): 143.861
CPU time (s): 145.227
CPU user time (s): 144.878
CPU system time (s): 0.348946
CPU usage (%): 100.95
Max. virtual memory (cumulated for all children) (KiB): 1482020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.878
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57541
page faults= 63
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4154
involuntary context switches= 3683

runsolver used 0.160975 second user time and 0.424935 second system time

The end

Launcher Data

Begin job on node6 at 2009-06-17 18:32:29
IDJOB=1884275
IDBENCH=71941
IDSOLVER=681
FILE ID=node6/1884275-1245256349
PBS_JOBID= 9372447
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.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-1884275-1245256349/watcher-1884275-1245256349 -o /tmp/evaluation-result-1884275-1245256349/solver-1884275-1245256349 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884275-1245256349.opb

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

MD5SUM BENCH= ed10322dc5e7340a2e19a953621baa2d
RANDOM SEED=338412043

node6.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.238
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.238
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:      2055924 kB
MemFree:       1887648 kB
Buffers:         21580 kB
Cached:          94292 kB
SwapCached:          0 kB
Active:          60476 kB
Inactive:        68304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1887648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             344 kB
Writeback:           0 kB
Mapped:          22692 kB
Slab:            25520 kB
Committed_AS:    58052 kB
PageTables:       1456 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= 66216 MiB
End job on node6 at 2009-06-17 18:34:53