Trace number 1883936

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 Resolution 2.1.1? (TO) 1800.31 1798.9

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2149498a764a37bf6db991eef5859a95
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 variables1800
Total number of constraints39645
Number of constraints which are clauses39645
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 constraint40
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 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.24	c See www.sat4j.org for details.
0.11/0.25	c version 2.1.1.v20090612
0.11/0.25	c sun.arch.data.model	32
0.11/0.25	c java.version	1.6.0_12
0.11/0.25	c os.name	Linux
0.11/0.25	c os.version	2.6.9-22.EL.rootsmp
0.11/0.25	c os.arch	i386
0.11/0.25	c Free memory 1342000320
0.11/0.25	c Max memory 1344274432
0.11/0.25	c Total memory 1344274432
0.11/0.25	c Number of processors 2
0.23/0.32	c Pseudo Boolean Optimization
0.23/0.32	c --- Begin Solver configuration ---
0.23/0.32	c Stops conflict analysis at the first Unique Implication Point
0.23/0.32	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.32	c Learn all clauses as in MiniSAT
0.23/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.32	c Expensive reason simplification
0.23/0.32	c MiniSAT restarts strategy
0.23/0.32	c Memory based learned constraints deletion strategy
0.23/0.32	c timeout=2147483s
0.23/0.32	c DB Simplification allowed=false
0.23/0.32	c --- End Solver configuration ---
0.23/0.32	c solving HOME/instance-1883936-1245238129.opb
0.23/0.32	c reading problem ... 
1.74/1.41	c ... done. Wall clock time 1.083s.
1.74/1.41	c #vars     1800
1.74/1.41	c #constraints  39645
1.74/1.41	c constraints type 
1.74/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39600
1.74/1.41	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 45
1800.02/1798.71	c starts		: 18
1800.02/1798.71	c conflicts		: 282462
1800.02/1798.71	c decisions		: 318900
1800.02/1798.71	c propagations		: 12458219
1800.02/1798.71	c inspects		: 2110581089
1800.02/1798.71	c learnt literals	: 0
1800.02/1798.71	c learnt binary clauses	: 0
1800.02/1798.71	c learnt ternary clauses	: 0
1800.02/1798.71	c learnt clauses	: 282462
1800.02/1798.71	c ignored clauses	: 0
1800.02/1798.71	c root simplifications	: 0
1800.02/1798.71	c removed literals (reason simplification)	: 1215490
1800.02/1798.71	c reason swapping (by a shorter reason)	: 0
1800.02/1798.71	c Calls to reduceDB	: 0
1800.02/1798.71	c speed (assignments/second)	: 6931.6164655506245
1800.02/1798.71	c non guided choices	798
1800.02/1798.80	c learnt constraints type 
1800.02/1798.80	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 282466
1800.02/1798.80	c constraints type 
1800.02/1798.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39600
1800.02/1798.80	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 45
1800.02/1798.80	s UNKNOWN
1800.02/1798.80	c Total wall clock time (in seconds): 1798.478

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-1883936-1245238129/watcher-1883936-1245238129 -o /tmp/evaluation-result-1883936-1245238129/solver-1883936-1245238129 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1883936-1245238129.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.82 3/64 3981
/proc/meminfo: memFree=1631984/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=272 CPUtime=0
/proc/3981/stat : 3981 (java6) D 3979 3981 3866 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 191410806 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 6734628 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/3981/statm: 68 37 28 9 0 6 0

[startup+0.06083 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 3981
/proc/meminfo: memFree=1631984/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=12928 CPUtime=0.01
/proc/3981/stat : 3981 (java) D 3979 3981 3866 0 -1 0 480 0 32 0 0 1 0 0 18 0 1 0 191410806 13238272 319 1992294400 134512640 134550932 4294956016 18446744073709551615 6705962 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3981/statm: 3232 320 137 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.103811 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 3981
/proc/meminfo: memFree=1631984/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1469440 CPUtime=0.04
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 3089 0 37 0 1 3 0 0 18 0 5 0 191410806 1504706560 2872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 367360 2872 978 9 0 364711 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1469440

[startup+0.302851 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 3981
/proc/meminfo: memFree=1631984/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1474980 CPUtime=0.23
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 4656 0 37 0 19 4 0 0 18 0 12 0 191410806 1510379520 4430 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 368745 4430 1340 9 0 366088 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1474980

[startup+0.702883 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 3981
/proc/meminfo: memFree=1631984/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1476696 CPUtime=0.82
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 6707 0 37 0 77 5 0 0 18 0 12 0 191410806 1512136704 6052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369174 6052 1387 9 0 366517 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1476696

[startup+1.50298 s]
/proc/loadavg: 0.99 0.97 0.82 4/76 3993
/proc/meminfo: memFree=1595664/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477972 CPUtime=1.91
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 19001 0 37 0 178 13 0 0 18 0 13 0 191410806 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369493 18037 1406 9 0 366836 0
[pid=3981/tid=3983] ppid=3979 vsize=1477972 CPUtime=1.09
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 16227 0 1 0 99 10 0 0 19 0 13 0 191410813 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 191410814 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191410814 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191410816 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 191410817 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477972 CPUtime=0.39
/proc/3981/task/3990/stat : 3990 (java) R 3979 3981 3866 0 -1 64 1102 0 0 0 39 0 0 0 16 0 13 0 191410823 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 104140916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477972 CPUtime=0.39
/proc/3981/task/3991/stat : 3991 (java) R 3979 3981 3866 0 -1 64 960 0 0 0 39 0 0 0 16 0 13 0 191410823 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 105872104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477972 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513443328 18037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1477972

[startup+3.10117 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 3994
/proc/meminfo: memFree=1555400/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477928 CPUtime=3.76
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 20330 0 37 0 362 14 0 0 18 0 13 0 191410806 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369482 19272 1417 9 0 366825 0
[pid=3981/tid=3983] ppid=3979 vsize=1477928 CPUtime=2.56
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 17398 0 1 0 246 10 0 0 25 0 13 0 191410813 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4109675346 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 191410814 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191410814 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191410816 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 191410817 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477928 CPUtime=0.63
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1214 0 0 0 62 1 0 0 15 0 13 0 191410823 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477928 CPUtime=0.54
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1006 0 0 0 54 0 0 0 16 0 13 0 191410823 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477928 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513398272 19272 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1477928

[startup+6.30254 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 3994
/proc/meminfo: memFree=1547336/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=7.09
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 22409 0 37 0 694 15 0 0 18 0 13 0 191410806 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 20782 1421 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=5.74
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 18936 0 1 0 563 11 0 0 25 0 13 0 191410813 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4109160316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 191410814 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191410814 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 191410817 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.76
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1755 0 0 0 75 1 0 0 16 0 13 0 191410823 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.55
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1006 0 0 0 55 0 0 0 16 0 13 0 191410823 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 20782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1477768

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 3994
/proc/meminfo: memFree=1538960/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=13.5
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 24338 0 37 0 1334 16 0 0 18 0 13 0 191410806 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 22710 1421 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=12.12
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 20862 0 1 0 1199 13 0 0 25 0 13 0 191410813 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4109675502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 191410814 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191410814 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 191410817 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.78
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1755 0 0 0 77 1 0 0 16 0 13 0 191410823 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.57
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1009 0 0 0 57 0 0 0 16 0 13 0 191410823 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 22710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 1477768

[startup+25.5028 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 3994
/proc/meminfo: memFree=1528848/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=26.3
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 26784 0 37 0 2612 18 0 0 18 0 13 0 191410806 1513234432 25156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 25156 1421 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=24.92
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 23308 0 1 0 2477 15 0 0 25 0 13 0 191410813 1513234432 25156 1992294400 134512640 134550932 4294956016 18446744073709551615 4109674753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 191410814 1513234432 25156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191410814 1513234432 25156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 25156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0

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

[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191410817 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.8
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1756 0 0 0 79 1 0 0 16 0 13 0 191410823 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.57
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1009 0 0 0 57 0 0 0 16 0 13 0 191410823 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 113692 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.34
Current children cumulated vsize (KiB) 1477768

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3996
/proc/meminfo: memFree=1044440/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=1663.65
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 183595 0 37 0 166265 100 0 0 18 0 13 0 191410806 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 145841 1428 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=1660.2
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 30959 0 1 0 165996 24 0 0 25 0 13 0 191410813 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4109655743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 73248 0 0 0 66 35 0 0 20 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 75910 0 0 0 64 37 0 0 16 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.8
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1756 0 0 0 79 1 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.57
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1009 0 0 0 57 0 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.65
Current children cumulated vsize (KiB) 1477768

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3996
/proc/meminfo: memFree=1044440/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=1723.63
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 183595 0 37 0 172263 100 0 0 18 0 13 0 191410806 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 145841 1428 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=1720.19
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 30959 0 1 0 171995 24 0 0 25 0 13 0 191410813 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4109655743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 73248 0 0 0 66 35 0 0 20 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 75910 0 0 0 64 37 0 0 16 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.8
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1756 0 0 0 79 1 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.57
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1009 0 0 0 57 0 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.63
Current children cumulated vsize (KiB) 1477768

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3996
/proc/meminfo: memFree=1044376/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=1783.62
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 183595 0 37 0 178262 100 0 0 18 0 13 0 191410806 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 145841 1428 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=1780.17
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 30959 0 1 0 177993 24 0 0 25 0 13 0 191410813 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4109675623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 73248 0 0 0 66 35 0 0 20 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 75910 0 0 0 64 37 0 0 16 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.8
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1756 0 0 0 79 1 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.57
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1009 0 0 0 57 0 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (KiB) 1477768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3996
/proc/meminfo: memFree=1044376/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=1477768 CPUtime=1800.02
/proc/3981/stat : 3981 (java) S 3979 3981 3866 0 -1 0 183595 0 37 0 179902 100 0 0 18 0 13 0 191410806 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 369442 145841 1428 9 0 366785 0
[pid=3981/tid=3983] ppid=3979 vsize=1477768 CPUtime=1796.57
/proc/3981/task/3983/stat : 3983 (java) R 3979 3981 3866 0 -1 64 30959 0 1 0 179633 24 0 0 25 0 13 0 191410813 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4109675792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3984/stat : 3984 (java) S 3979 3981 3866 0 -1 64 73248 0 0 0 66 35 0 0 20 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3979 vsize=1477768 CPUtime=1.01
/proc/3981/task/3985/stat : 3985 (java) S 3979 3981 3866 0 -1 64 75910 0 0 0 64 37 0 0 16 0 13 0 191410814 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3986] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3979 3981 3866 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191410816 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3987/stat : 3987 (java) S 3979 3981 3866 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3988] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191410817 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3989] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3979 3981 3866 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3990] ppid=3979 vsize=1477768 CPUtime=0.8
/proc/3981/task/3990/stat : 3990 (java) S 3979 3981 3866 0 -1 64 1756 0 0 0 79 1 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3991] ppid=3979 vsize=1477768 CPUtime=0.57
/proc/3981/task/3991/stat : 3991 (java) S 3979 3981 3866 0 -1 64 1009 0 0 0 57 0 0 0 16 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3992] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3992/stat : 3992 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3981/tid=3993] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3993/stat : 3993 (java) S 3979 3981 3866 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191410823 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3994] ppid=3979 vsize=1477768 CPUtime=0
/proc/3981/task/3994/stat : 3994 (java) S 3979 3981 3866 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191410948 1513234432 145841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1477768

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

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

[startup+1798.81 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 3996
/proc/meminfo: memFree=1044376/2055920 swapFree=4182380/4192956
[pid=3981] ppid=3979 vsize=0 CPUtime=1800.21
/proc/3981/stat : 3981 (java) Z 3979 3981 3866 0 -1 1036 183620 0 37 0 179921 100 0 0 15 0 2 0 191410806 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.9
CPU time (s): 1800.31
CPU user time (s): 1799.22
CPU system time (s): 1.09583
CPU usage (%): 100.079
Max. virtual memory (cumulated for all children) (KiB): 1478828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 1.09583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183620
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37247
involuntary context switches= 38338

runsolver used 2.34364 second user time and 4.21936 second system time

The end

Launcher Data

Begin job on node75 at 2009-06-17 13:28:49
IDJOB=1883936
IDBENCH=2587
IDSOLVER=682
FILE ID=node75/1883936-1245238129
PBS_JOBID= 9372276
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883936-1245238129/watcher-1883936-1245238129 -o /tmp/evaluation-result-1883936-1245238129/solver-1883936-1245238129 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1883936-1245238129.opb

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

MD5SUM BENCH= 2149498a764a37bf6db991eef5859a95
RANDOM SEED=1897453865

node75.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1632464 kB
Buffers:         59460 kB
Cached:         277576 kB
SwapCached:       4596 kB
Active:         101036 kB
Inactive:       243740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632464 kB
SwapTotal:     4192956 kB
SwapFree:      4182380 kB
Dirty:            1252 kB
Writeback:           0 kB
Mapped:          13356 kB
Slab:            64612 kB
Committed_AS:   118752 kB
PageTables:       1420 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= 66412 MiB
End job on node75 at 2009-06-17 13:58:50