Trace number 1858002

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 42.7335 40.0683

General information on the benchmark

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

Solver Data

0.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.20	c See www.sat4j.org for details.
0.11/0.22	c version 2.1.1.v20090612
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0_12
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1342000320
0.11/0.22	c Max memory 1344274432
0.11/0.22	c Total memory 1344274432
0.11/0.22	c Number of processors 2
0.11/0.28	c Pseudo Boolean Optimization
0.11/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.28	c --- Begin Solver configuration ---
0.11/0.28	c Stops conflict analysis at the first Unique Implication Point
0.11/0.28	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.11/0.28	c Learn all clauses as in MiniSAT
0.11/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.28	c No reason simplification
0.11/0.28	c MiniSAT restarts strategy
0.11/0.28	c Memory based learned constraints deletion strategy
0.11/0.28	c timeout=2147483s
0.11/0.28	c DB Simplification allowed=false
0.11/0.28	c --- End Solver configuration ---
0.11/0.28	c solving HOME/instance-1858002-1244969317.opb
0.11/0.28	c reading problem ... 
1.08/0.85	c ... done. Wall clock time 0.567s.
1.08/0.85	c #vars     1580
1.08/0.85	c #constraints  3113
1.08/0.85	c constraints type 
1.08/0.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.08/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
1.08/0.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1.08/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
42.60/39.98	c starts		: 6
42.60/39.98	c conflicts		: 1431
42.60/39.98	c decisions		: 3991
42.60/39.98	c propagations		: 262852
42.60/39.98	c inspects		: 6802115
42.60/39.99	c learnt literals	: 0
42.60/39.99	c learnt binary clauses	: 0
42.60/39.99	c learnt ternary clauses	: 0
42.60/39.99	c learnt clauses	: 1430
42.60/39.99	c ignored clauses	: 0
42.60/39.99	c root simplifications	: 0
42.60/39.99	c removed literals (reason simplification)	: 0
42.60/39.99	c reason swapping (by a shorter reason)	: 0
42.60/39.99	c Calls to reduceDB	: 0
42.60/39.99	c speed (assignments/second)	: 6716.888559527763
42.60/39.99	c non guided choices	1496
42.60/39.99	c learnt constraints type 
42.60/39.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
42.60/39.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1429
42.60/39.99	c constraints type 
42.60/39.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
42.60/39.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
42.60/39.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
42.60/39.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
42.60/39.99	s UNSATISFIABLE
42.60/39.99	c Total wall clock time (in seconds): 39.705

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-1858002-1244969317/watcher-1858002-1244969317 -o /tmp/evaluation-result-1858002-1244969317/solver-1858002-1244969317 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858002-1244969317.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.85 0.97 0.99 3/64 18902
/proc/meminfo: memFree=1265640/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1644 CPUtime=0
/proc/18902/stat : 18902 (java6) R 18900 18902 18821 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 164528761 1683456 148 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/18902/statm: 403 147 111 9 0 45 0

[startup+0.0377729 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18902
/proc/meminfo: memFree=1265640/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1468752 CPUtime=0.02
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 3000 0 1 0 1 1 0 0 18 0 4 0 164528761 1504002048 2747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 367188 2747 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101781 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18902
/proc/meminfo: memFree=1265640/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1470220 CPUtime=0.06
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 3431 0 1 0 4 2 0 0 18 0 7 0 164528761 1505505280 3176 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 367555 3176 1036 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.301812 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18902
/proc/meminfo: memFree=1265640/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1475068 CPUtime=0.25
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 4904 0 1 0 21 4 0 0 18 0 12 0 164528761 1510469632 4642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 368767 4642 1343 9 0 366110 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1475068

[startup+0.701876 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 18902
/proc/meminfo: memFree=1265640/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1477260 CPUtime=0.89
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 6470 0 1 0 84 5 0 0 18 0 12 0 164528761 1512714240 5839 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 369315 5839 1396 9 0 366658 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1477260

[startup+1.50299 s]
/proc/loadavg: 0.85 0.97 0.99 4/77 18915
/proc/meminfo: memFree=1243520/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1485988 CPUtime=2.4
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 13504 0 1 0 231 9 0 0 18 0 13 0 164528761 1521651712 10071 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 371497 10074 1418 9 0 368840 0
[pid=18902/tid=18904] ppid=18900 vsize=1485988 CPUtime=0.99
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 6485 0 1 0 94 5 0 0 19 0 13 0 164528762 1521651712 10075 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 164528763 1521651712 10077 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528763 1521651712 10078 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164528765 1521651712 10080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 164528765 1521651712 10082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528765 1521651712 10083 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1521651712 10085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1485988 CPUtime=0.66
/proc/18902/task/18911/stat : 18911 (java) R 18900 18902 18821 0 -1 64 1892 0 0 0 66 0 0 0 17 0 13 0 164528777 1521651712 10086 1992294400 134512640 134550932 4294956000 18446744073709551615 105391204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1485988 CPUtime=0.72
/proc/18902/task/18912/stat : 18912 (java) R 18900 18902 18821 0 -1 64 4395 0 0 0 70 2 0 0 18 0 13 0 164528777 1521651712 10087 1992294400 134512640 134550932 4294956000 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1521651712 10089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1521651712 10090 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1485988 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1521651712 10092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1485988

[startup+3.10223 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1212032/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1492536 CPUtime=5.16
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 48125 0 1 0 491 25 0 0 18 0 13 0 164528761 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 373134 37305 1427 9 0 370477 0
[pid=18902/tid=18904] ppid=18900 vsize=1492536 CPUtime=1.99
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 31001 0 1 0 183 16 0 0 21 0 13 0 164528762 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4109129562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 321 0 0 0 0 0 0 0 16 0 13 0 164528763 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 338 0 0 0 0 0 0 0 16 0 13 0 164528763 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1492536 CPUtime=1.43
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 4883 0 0 0 140 3 0 0 16 0 13 0 164528777 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1492536 CPUtime=1.7
/proc/18902/task/18912/stat : 18912 (java) R 18900 18902 18821 0 -1 64 10827 0 0 0 165 5 0 0 17 0 13 0 164528777 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 106251440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1492536 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1528356864 37305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 1492536

[startup+6.30268 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1115264/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=8.73
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 57662 0 1 0 844 29 0 0 18 0 13 0 164528761 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 45058 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=4.94
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34619 0 1 0 477 17 0 0 17 0 13 0 164528762 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4109620439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.09
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 2498 0 0 0 8 1 0 0 17 0 13 0 164528763 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.09
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 2692 0 0 0 8 1 0 0 16 0 13 0 164528763 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 0 0 0 0 15 0 13 0 164528765 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1490696 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1490696 CPUtime=1.93
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 188 5 0 0 15 0 13 0 164528777 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 45058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 1490696

[startup+12.7026 s]
/proc/loadavg: 0.87 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1083712/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=15.19
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 59738 0 1 0 1489 30 0 0 18 0 13 0 164528761 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 46829 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=11.26
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34630 0 1 0 1109 17 0 0 25 0 13 0 164528762 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4109535875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.16
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 3559 0 0 0 14 2 0 0 16 0 13 0 164528763 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.15
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 3696 0 0 0 13 2 0 0 16 0 13 0 164528763 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1490696 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1490696 CPUtime=1.95
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 190 5 0 0 17 0 13 0 164528777 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 46829 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 1490696

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1072448/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=28.08
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 62604 0 1 0 2776 32 0 0 18 0 13 0 164528761 1526472704 49473 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 49473 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=23.95
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34949 0 1 0 2378 17 0 0 25 0 13 0 164528762 1526472704 49473 1992294400 134512640 134550932 4294956000 18446744073709551615 4109620456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.25
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 4961 0 0 0 23 2 0 0 16 0 13 0 164528763 1526472704 49473 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.23
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 4841 0 0 0 21 2 0 0 16 0 13 0 164528763 1526472704 49473 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0.01

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

/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 51072 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 51072 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.76
Current children cumulated vsize (KiB) 1490696

[startup+38.3022 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1064832/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=40.99
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 64972 0 1 0 4065 34 0 0 18 0 13 0 164528761 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 51560 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=36.6
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34969 0 1 0 3643 17 0 0 23 0 13 0 164528762 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4109564993 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.37
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 5978 0 0 0 34 3 0 0 16 0 13 0 164528763 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.36
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 6172 0 0 0 33 3 0 0 15 0 13 0 164528763 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0.01
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 164528765 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1490696 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1490696 CPUtime=1.95
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 190 5 0 0 17 0 13 0 164528777 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 51560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.99
Current children cumulated vsize (KiB) 1490696

[startup+39.1014 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1064000/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=41.79
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 65092 0 1 0 4145 34 0 0 18 0 13 0 164528761 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 51670 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=37.39
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34970 0 1 0 3722 17 0 0 25 0 13 0 164528762 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4110117579 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.38
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 6047 0 0 0 35 3 0 0 16 0 13 0 164528763 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.37
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 6222 0 0 0 34 3 0 0 15 0 13 0 164528763 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0.01
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 164528765 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1490696 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1490696 CPUtime=1.95
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 190 5 0 0 17 0 13 0 164528777 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 51670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.79
Current children cumulated vsize (KiB) 1490696

[startup+39.5014 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1062976/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=42.2
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 65262 0 1 0 4186 34 0 0 18 0 13 0 164528761 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 51813 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=37.79
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34971 0 1 0 3762 17 0 0 25 0 13 0 164528762 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4110075666 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.38
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 6118 0 0 0 35 3 0 0 16 0 13 0 164528763 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.37
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 6320 0 0 0 34 3 0 0 16 0 13 0 164528763 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0.01
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 164528765 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1490696 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1490696 CPUtime=1.95
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 190 5 0 0 17 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.2
Current children cumulated vsize (KiB) 1490696

[startup+39.9015 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1062976/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1490696 CPUtime=42.6
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 65262 0 1 0 4226 34 0 0 18 0 13 0 164528761 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372674 51813 1432 9 0 370017 0
[pid=18902/tid=18904] ppid=18900 vsize=1490696 CPUtime=38.19
/proc/18902/task/18904/stat : 18904 (java) R 18900 18902 18821 0 -1 64 34971 0 1 0 3802 17 0 0 25 0 13 0 164528762 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4110116928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1490696 CPUtime=0.38
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 6118 0 0 0 35 3 0 0 16 0 13 0 164528763 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1490696 CPUtime=0.37
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 6320 0 0 0 34 3 0 0 16 0 13 0 164528763 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1490696 CPUtime=0.01
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 164528765 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1490696 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1490696 CPUtime=1.95
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 190 5 0 0 17 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1490696 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526472704 51813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.6
Current children cumulated vsize (KiB) 1490696

[startup+40.0015 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 18915
/proc/meminfo: memFree=1062976/2055920 swapFree=4182568/4192956
[pid=18902] ppid=18900 vsize=1491020 CPUtime=42.69
/proc/18902/stat : 18902 (java) S 18900 18902 18821 0 -1 0 65273 0 1 0 4235 34 0 0 18 0 13 0 164528761 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18902/statm: 372755 51824 1433 9 0 370098 0
[pid=18902/tid=18904] ppid=18900 vsize=1491020 CPUtime=38.27
/proc/18902/task/18904/stat : 18904 (java) S 18900 18902 18821 0 -1 64 34975 0 1 0 3810 17 0 0 25 0 13 0 164528762 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18905] ppid=18900 vsize=1491020 CPUtime=0.38
/proc/18902/task/18905/stat : 18905 (java) S 18900 18902 18821 0 -1 64 6118 0 0 0 35 3 0 0 16 0 13 0 164528763 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18906] ppid=18900 vsize=1491020 CPUtime=0.37
/proc/18902/task/18906/stat : 18906 (java) S 18900 18902 18821 0 -1 64 6320 0 0 0 34 3 0 0 16 0 13 0 164528763 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18907] ppid=18900 vsize=1491020 CPUtime=0.01
/proc/18902/task/18907/stat : 18907 (java) S 18900 18902 18821 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 164528765 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18908] ppid=18900 vsize=1491020 CPUtime=0
/proc/18902/task/18908/stat : 18908 (java) S 18900 18902 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164528765 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18909] ppid=18900 vsize=1491020 CPUtime=0
/proc/18902/task/18909/stat : 18909 (java) S 18900 18902 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164528765 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18910] ppid=18900 vsize=1491020 CPUtime=0
/proc/18902/task/18910/stat : 18910 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164528777 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18911] ppid=18900 vsize=1491020 CPUtime=1.64
/proc/18902/task/18911/stat : 18911 (java) S 18900 18902 18821 0 -1 64 6221 0 0 0 161 3 0 0 17 0 13 0 164528777 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18912] ppid=18900 vsize=1491020 CPUtime=1.95
/proc/18902/task/18912/stat : 18912 (java) S 18900 18902 18821 0 -1 64 10852 0 0 0 190 5 0 0 17 0 13 0 164528777 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18913] ppid=18900 vsize=1491020 CPUtime=0
/proc/18902/task/18913/stat : 18913 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164528777 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18902/tid=18914] ppid=18900 vsize=1491020 CPUtime=0
/proc/18902/task/18914/stat : 18914 (java) S 18900 18902 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164528777 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18902/tid=18915] ppid=18900 vsize=1491020 CPUtime=0
/proc/18902/task/18915/stat : 18915 (java) S 18900 18902 18821 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 164528847 1526804480 51824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.69
Current children cumulated vsize (KiB) 1491020

Child status: 20
Real time (s): 40.0683
CPU time (s): 42.7335
CPU user time (s): 42.3546
CPU system time (s): 0.378942
CPU usage (%): 106.652
Max. virtual memory (cumulated for all children) (KiB): 1494584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.3546
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2043
involuntary context switches= 1304

runsolver used 0.047992 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-14 10:48:37
IDJOB=1858002
IDBENCH=48299
IDSOLVER=681
FILE ID=node39/1858002-1244969317
PBS_JOBID= 9355042
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_2_15.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1858002-1244969317/watcher-1858002-1244969317 -o /tmp/evaluation-result-1858002-1244969317/solver-1858002-1244969317 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858002-1244969317.opb

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

MD5SUM BENCH= 8fb158ac9231df21fb20d5a2362f86e8
RANDOM SEED=780643510

node39.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1266056 kB
Buffers:         75808 kB
Cached:         632816 kB
SwapCached:       4220 kB
Active:         101140 kB
Inactive:       615260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266056 kB
SwapTotal:     4192956 kB
SwapFree:      4182568 kB
Dirty:             592 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            59528 kB
Committed_AS:   118200 kB
PageTables:       1384 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 node39 at 2009-06-14 10:49:17