Trace number 2684855

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 PB RES // CP 2.2.0 2010-05-31? (TO) 1800.36 919.69

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12033_3-sat.opb
MD5SUM5c357873a81db98d0c84cf88eebfbda4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 variables26136
Total number of constraints86824
Number of constraints which are clauses86396
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints428
Minimum length of a constraint1
Maximum length of a constraint95
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 582
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2684855-1278435308.opb
0.24/0.21	c reading problem ... 
5.78/3.24	c ... done. Wall clock time 3.031s.
5.78/3.24	c #vars     26136
5.78/3.24	c #constraints  75711
5.78/3.24	c constraints type 
5.78/3.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
5.78/3.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
5.78/3.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
5.78/3.24	c constraints type 
5.78/3.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61458
5.78/3.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9404
5.78/3.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
19.84/10.39	c cleaning 2498 clauses out of 5000 with flag 5000/5000
30.97/16.05	c cleaning 4241 clauses out of 8502 with flag 11000/11000
45.66/23.54	c cleaning 5620 clauses out of 11262 with flag 18001/18001
61.12/31.46	c cleaning 6808 clauses out of 13641 with flag 26000/26000
77.68/39.98	c cleaning 7908 clauses out of 15834 with flag 35001/35001
98.65/50.67	c cleaning 8954 clauses out of 17927 with flag 45002/45002
124.13/63.60	c cleaning 9973 clauses out of 19971 with flag 56000/56000
149.58/76.61	c cleaning 10988 clauses out of 21998 with flag 68000/68000
177.11/90.75	c cleaning 11989 clauses out of 24013 with flag 81003/81003
212.23/108.69	c cleaning 12998 clauses out of 26021 with flag 95000/95000
247.92/126.83	c cleaning 14000 clauses out of 28024 with flag 110001/110001
282.98/144.75	c cleaning 15007 clauses out of 30026 with flag 126003/126003
291.54/149.37	c cleaning 0 clauses out of 5001 with flag 0/5001
321.79/164.83	c cleaning 15986 clauses out of 32016 with flag 143000/143000
362.35/185.59	c cleaning 17002 clauses out of 34031 with flag 161001/161001
411.01/210.35	c cleaning 17994 clauses out of 36028 with flag 180000/180000
465.43/238.13	c cleaning 19009 clauses out of 38035 with flag 200001/200001
522.95/267.46	c cleaning 19982 clauses out of 40025 with flag 221000/221000
585.57/299.38	c cleaning 20989 clauses out of 42043 with flag 243000/243000
655.48/334.94	c cleaning 22010 clauses out of 44054 with flag 266000/266000
711.84/363.81	c cleaning 23011 clauses out of 46044 with flag 290000/290000
774.56/395.81	c cleaning 23992 clauses out of 48033 with flag 315000/315000
856.70/437.68	c cleaning 24979 clauses out of 50042 with flag 341001/341001
934.80/477.41	c cleaning 26020 clauses out of 52063 with flag 368001/368001
1014.81/518.30	c cleaning 27016 clauses out of 54042 with flag 396000/396000
1078.02/550.68	c cleaning 28002 clauses out of 56027 with flag 425001/425001
1156.68/590.79	c cleaning 0 clauses out of 11000 with flag 0/11000
1161.68/593.72	c cleaning 29008 clauses out of 58025 with flag 455001/455001
1254.49/641.16	c cleaning 29966 clauses out of 60016 with flag 486000/486000
1379.24/704.52	c cleaning 30965 clauses out of 62051 with flag 518001/518001
1484.51/758.14	c cleaning 32010 clauses out of 64086 with flag 551001/551001
1601.24/817.54	c cleaning 33000 clauses out of 66077 with flag 585002/585002
1692.52/864.25	c cleaning 34028 clauses out of 68075 with flag 620000/620000
1785.25/911.55	c cleaning 34991 clauses out of 70047 with flag 656000/656000
1800.06/919.52	c starts		: 168
1800.06/919.52	c conflicts		: 661371
1800.06/919.52	c decisions		: 876212
1800.06/919.52	c propagations		: 416677423
1800.06/919.52	c inspects		: 1381903751
1800.06/919.52	c learnt literals	: 0
1800.06/919.52	c learnt binary clauses	: 2
1800.06/919.52	c learnt ternary clauses	: 710
1800.06/919.52	c learnt clauses	: 661371
1800.06/919.52	c ignored clauses	: 0
1800.06/919.52	c root simplifications	: 0
1800.06/919.52	c removed literals (reason simplification)	: 9872500
1800.06/919.52	c reason swapping (by a shorter reason)	: 0
1800.06/919.52	c Calls to reduceDB	: 32
1800.06/919.52	c number of reductions to clauses (during analyze)	: 0
1800.06/919.52	c number of learned constraints concerned by reduction	: 0
1800.06/919.52	c number of learning phase by resolution	: 0
1800.06/919.52	c number of learning phase by cutting planes	: 0
1800.06/919.52	c speed (assignments/second)	: 454750.2387373278
1800.06/919.52	c non guided choices	167
1800.06/919.60	c learnt constraints type 
1800.06/919.60	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 40470
1800.06/919.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.06/919.60	c constraints type 
1800.06/919.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
1800.06/919.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
1800.06/919.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
1800.06/919.60	c constraints type 
1800.06/919.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61458
1800.06/919.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9404
1800.06/919.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
1800.06/919.60	s UNKNOWN
1800.06/919.60	c Total wall clock time (in seconds): 919.39

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-2684855-1278435308/watcher-2684855-1278435308 -o /tmp/evaluation-result-2684855-1278435308/solver-2684855-1278435308 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684855-1278435308.opb 

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


[startup+0 s]
/proc/loadavg: 1.08 1.06 1.16 3/106 19608
/proc/meminfo: memFree=1472424/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=248 CPUtime=0
/proc/19608/stat : 19608 (java) R 19606 19608 19493 0 -1 4194304 281 0 0 0 0 0 0 0 21 0 1 0 11737700 253952 28 1992294400 134512640 134550932 4294637888 18446744073709551615 1257950 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19608/statm: 62 28 21 10 0 23 0

[startup+0.0160821 s]
/proc/loadavg: 1.08 1.06 1.16 3/106 19608
/proc/meminfo: memFree=1472424/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=13484 CPUtime=0
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 1108 0 0 0 0 0 0 0 18 0 2 0 11737700 13807616 580 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13484

[startup+0.102081 s]
/proc/loadavg: 1.08 1.06 1.16 3/106 19608
/proc/meminfo: memFree=1472424/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1524180 CPUtime=0.08
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 3969 0 1 0 6 2 0 0 18 0 12 0 11737700 1560760320 3409 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 381045 3409 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301209 s]
/proc/loadavg: 1.08 1.06 1.16 3/106 19608
/proc/meminfo: memFree=1472424/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1526128 CPUtime=0.36
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 5704 0 1 0 33 3 0 0 18 0 12 0 11737700 1562755072 5142 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 381532 5143 1361 10 0 378835 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526128

[startup+0.701197 s]
/proc/loadavg: 1.08 1.06 1.16 3/106 19608
/proc/meminfo: memFree=1472424/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1528876 CPUtime=1.12
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 7920 0 1 0 108 4 0 0 18 0 12 0 11737700 1565569024 7316 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 382219 7317 1403 10 0 379522 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528876

[startup+1.50017 s]
/proc/loadavg: 1.08 1.06 1.16 5/118 19620
/proc/meminfo: memFree=1431596/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1541388 CPUtime=2.71
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 19714 0 1 0 260 11 0 0 18 0 12 0 11737700 1578381312 18051 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 385347 18052 1414 10 0 382650 0
[pid=19608/tid=19610] ppid=19606 vsize=1541388 CPUtime=1.46
/proc/19608/task/19610/stat : 19610 (java) R 19606 19608 19493 0 -1 4202560 13407 0 1 0 138 8 0 0 18 0 12 0 11737701 1578381312 18052 1992294400 134512640 134550932 4294637888 18446744073709551615 4109737338 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 11737702 1578381312 18053 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 11737703 1578381312 18053 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11737704 1578381312 18054 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 11737705 1578381312 18054 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 11737705 1578381312 18055 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11737709 1578381312 18055 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1541388 CPUtime=0.51
/proc/19608/task/19617/stat : 19617 (java) R 19606 19608 19493 0 -1 4202560 1947 0 0 0 51 0 0 0 25 0 12 0 11737709 1578381312 18056 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1541388 CPUtime=0.69
/proc/19608/task/19618/stat : 19618 (java) R 19606 19608 19493 0 -1 4202560 3299 0 0 0 69 0 0 0 25 0 12 0 11737709 1578381312 18057 1992294400 134512640 134550932 4294637888 18446744073709551615 105956240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11737709 1578381312 18057 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1541388 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 11737709 1578381312 18058 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1541388

[startup+3.10113 s]
/proc/loadavg: 1.08 1.06 1.16 6/118 19620
/proc/meminfo: memFree=1350996/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1544024 CPUtime=5.58
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 43560 0 1 0 534 24 0 0 18 0 12 0 11737700 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 386006 40484 1426 10 0 383309 0
[pid=19608/tid=19610] ppid=19606 vsize=1544024 CPUtime=2.98
/proc/19608/task/19610/stat : 19610 (java) R 19606 19608 19493 0 -1 4202560 32047 0 1 0 280 18 0 0 18 0 12 0 11737701 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4109723666 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1544024 CPUtime=0.06
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 1382 0 0 0 5 1 0 0 18 0 12 0 11737702 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1544024 CPUtime=0.06
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 1484 0 0 0 5 1 0 0 18 0 12 0 11737703 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1544024 CPUtime=0
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 11737704 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1544024 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 11737705 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1544024 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 11737705 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1544024 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11737709 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1544024 CPUtime=0.93
/proc/19608/task/19617/stat : 19617 (java) R 19606 19608 19493 0 -1 4202560 4003 0 0 0 92 1 0 0 22 0 12 0 11737709 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 105499190 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1544024 CPUtime=1.5
/proc/19608/task/19618/stat : 19618 (java) R 19606 19608 19493 0 -1 4202560 3576 0 0 0 149 1 0 0 22 0 12 0 11737709 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 102286785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1544024 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11737709 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1544024 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 11737709 1581080576 40484 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1544024

[startup+6.30103 s]
/proc/loadavg: 1.31 1.11 1.17 5/122 19624
/proc/meminfo: memFree=1296592/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1545684 CPUtime=11.92
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 54061 0 1 0 1164 28 0 0 18 0 16 0 11737700 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 386421 46447 1436 10 0 383724 0
[pid=19608/tid=19610] ppid=19606 vsize=1545684 CPUtime=3.13
/proc/19608/task/19610/stat : 19610 (java) S 19606 19608 19493 0 -1 4202560 32063 0 1 0 295 18 0 0 18 0 16 0 11737701 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1545684 CPUtime=0.17
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 4600 0 0 0 15 2 0 0 18 0 16 0 11737702 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1545684 CPUtime=0.17
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 3784 0 0 0 15 2 0 0 18 0 16 0 11737703 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 11737704 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11737705 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11737705 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11737709 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1545684 CPUtime=2.19
/proc/19608/task/19617/stat : 19617 (java) R 19606 19608 19493 0 -1 4202560 7788 0 0 0 217 2 0 0 24 0 16 0 11737709 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 104163860 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1545684 CPUtime=3.1
/proc/19608/task/19618/stat : 19618 (java) R 19606 19608 19493 0 -1 4202560 4703 0 0 0 309 1 0 0 25 0 16 0 11737709 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 102538982 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11737709 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 11737709 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19621] ppid=19606 vsize=1545684 CPUtime=1.66
/proc/19608/task/19621/stat : 19621 (java) R 19606 19608 19493 0 -1 4202560 17 0 0 0 166 0 0 0 25 0 16 0 11738025 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4110478675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19622] ppid=19606 vsize=1545684 CPUtime=1.45
/proc/19608/task/19622/stat : 19622 (java) R 19606 19608 19493 0 -1 4202560 28 0 0 0 145 0 0 0 25 0 16 0 11738025 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4110722644 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=19608/tid=19623] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 11738043 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 11738046 1582780416 46447 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 1545684

[startup+12.7018 s]
/proc/loadavg: 1.37 1.12 1.18 3/122 19626
/proc/meminfo: memFree=1257284/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1545684 CPUtime=24.45
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 63369 0 1 0 2411 34 0 0 18 0 16 0 11737700 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 386421 55038 1450 10 0 383724 0
[pid=19608/tid=19610] ppid=19606 vsize=1545684 CPUtime=3.13
/proc/19608/task/19610/stat : 19610 (java) S 19606 19608 19493 0 -1 4202560 32063 0 1 0 295 18 0 0 18 0 16 0 11737701 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1545684 CPUtime=0.65
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 9559 0 0 0 61 4 0 0 16 0 16 0 11737702 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1545684 CPUtime=0.65
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 7973 0 0 0 61 4 0 0 15 0 16 0 11737703 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1545684 CPUtime=0.17
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 109 0 0 0 16 1 0 0 15 0 16 0 11737704 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11737705 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11737705 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11737709 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1545684 CPUtime=2.35
/proc/19608/task/19617/stat : 19617 (java) S 19606 19608 19493 0 -1 4202560 7800 0 0 0 233 2 0 0 15 0 16 0 11737709 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1545684 CPUtime=3.66
/proc/19608/task/19618/stat : 19618 (java) S 19606 19608 19493 0 -1 4202560 4737 0 0 0 365 1 0 0 15 0 16 0 11737709 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11737709 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 11737709 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19621] ppid=19606 vsize=1545684 CPUtime=7.2
/proc/19608/task/19621/stat : 19621 (java) R 19606 19608 19493 0 -1 4202560 23 0 0 0 720 0 0 0 17 0 16 0 11738025 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4110620696 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19622] ppid=19606 vsize=1545684 CPUtime=6.57
/proc/19608/task/19622/stat : 19622 (java) R 19606 19608 19493 0 -1 4202560 37 0 0 0 657 0 0 0 25 0 16 0 11738025 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4110721264 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=19608/tid=19623] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 11738043 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1545684 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 11738046 1582780416 55038 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 1545684

[startup+25.5023 s]
/proc/loadavg: 1.58 1.18 1.19 3/122 19626
/proc/meminfo: memFree=1241288/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1545684 CPUtime=49.44
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 67691 0 1 0 4907 37 0 0 18 0 16 0 11737700 1582780416 59068 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 11738043 1588023296 114220 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 11738046 1588023296 114220 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1491.9
Current children cumulated vsize (KiB) 1550804

[startup+822.303 s]
/proc/loadavg: 2.35 2.17 1.75 3/122 19655
/proc/meminfo: memFree=1011144/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1550804 CPUtime=1609.48
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 137214 0 1 0 160809 139 0 0 18 0 16 0 11737700 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 387701 116016 1450 10 0 385004 0
[pid=19608/tid=19610] ppid=19606 vsize=1550804 CPUtime=3.13
/proc/19608/task/19610/stat : 19610 (java) S 19606 19608 19493 0 -1 4202560 32070 0 1 0 295 18 0 0 15 0 16 0 11737701 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1550804 CPUtime=18.01
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 41107 0 0 0 1770 31 0 0 16 0 16 0 11737702 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1550804 CPUtime=18.01
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 38968 0 0 0 1766 35 0 0 16 0 16 0 11737703 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1550804 CPUtime=20.19
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 8491 0 0 0 2001 18 0 0 15 0 16 0 11737704 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11737705 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11737705 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1550804 CPUtime=3.07
/proc/19608/task/19617/stat : 19617 (java) S 19606 19608 19493 0 -1 4202560 9966 0 0 0 304 3 0 0 15 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1550804 CPUtime=3.86
/proc/19608/task/19618/stat : 19618 (java) S 19606 19608 19493 0 -1 4202560 4737 0 0 0 385 1 0 0 16 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19621] ppid=19606 vsize=1550804 CPUtime=773.35
/proc/19608/task/19621/stat : 19621 (java) R 19606 19608 19493 0 -1 4202560 387 0 0 0 77319 16 0 0 25 0 16 0 11738025 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4110502075 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19622] ppid=19606 vsize=1550804 CPUtime=769.77
/proc/19608/task/19622/stat : 19622 (java) R 19606 19608 19493 0 -1 4202560 372 0 0 0 76965 12 0 0 24 0 16 0 11738025 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4110502120 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=19608/tid=19623] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 11738043 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 11738046 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.48
Current children cumulated vsize (KiB) 1550804

[startup+882.302 s]
/proc/loadavg: 2.18 2.16 1.77 3/122 19657
/proc/meminfo: memFree=1011020/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1550804 CPUtime=1727.36
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 137264 0 1 0 172591 145 0 0 18 0 16 0 11737700 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 387701 116016 1450 10 0 385004 0
[pid=19608/tid=19610] ppid=19606 vsize=1550804 CPUtime=3.13
/proc/19608/task/19610/stat : 19610 (java) S 19606 19608 19493 0 -1 4202560 32071 0 1 0 295 18 0 0 15 0 16 0 11737701 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1550804 CPUtime=19.58
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 41107 0 0 0 1926 32 0 0 15 0 16 0 11737702 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1550804 CPUtime=19.58
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 38968 0 0 0 1919 39 0 0 16 0 16 0 11737703 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1550804 CPUtime=21.25
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 8495 0 0 0 2107 18 0 0 15 0 16 0 11737704 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11737705 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11737705 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1550804 CPUtime=3.07
/proc/19608/task/19617/stat : 19617 (java) S 19606 19608 19493 0 -1 4202560 9966 0 0 0 304 3 0 0 15 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1550804 CPUtime=3.86
/proc/19608/task/19618/stat : 19618 (java) S 19606 19608 19493 0 -1 4202560 4737 0 0 0 385 1 0 0 16 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 11737709 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19621] ppid=19606 vsize=1550804 CPUtime=830.62
/proc/19608/task/19621/stat : 19621 (java) R 19606 19608 19493 0 -1 4202560 406 0 0 0 83045 17 0 0 25 0 16 0 11738025 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4110482756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19608/tid=19622] ppid=19606 vsize=1550804 CPUtime=826.17
/proc/19608/task/19622/stat : 19622 (java) R 19606 19608 19493 0 -1 4202560 394 0 0 0 82605 12 0 0 25 0 16 0 11738025 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4110620850 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=19608/tid=19623] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 11738043 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 11738046 1588023296 116016 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.36
Current children cumulated vsize (KiB) 1550804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.501 s]
/proc/loadavg: 2.09 2.13 1.77 3/122 19659
/proc/meminfo: memFree=1009904/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1550804 CPUtime=1800.06
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 137626 0 1 0 179857 149 0 0 18 0 16 0 11737700 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 387701 116334 1450 10 0 385004 0
[pid=19608/tid=19610] ppid=19606 vsize=1550804 CPUtime=3.13
/proc/19608/task/19610/stat : 19610 (java) S 19606 19608 19493 0 -1 4202560 32072 0 1 0 295 18 0 0 15 0 16 0 11737701 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1550804 CPUtime=20.51
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 41243 0 0 0 2019 32 0 0 15 0 16 0 11737702 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1550804 CPUtime=20.49
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 39165 0 0 0 2008 41 0 0 16 0 16 0 11737703 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1550804 CPUtime=22.34
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 8497 0 0 0 2216 18 0 0 15 0 16 0 11737704 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11737705 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11737705 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11737709 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1550804 CPUtime=3.07
/proc/19608/task/19617/stat : 19617 (java) S 19606 19608 19493 0 -1 4202560 9966 0 0 0 304 3 0 0 15 0 16 0 11737709 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1550804 CPUtime=3.86
/proc/19608/task/19618/stat : 19618 (java) S 19606 19608 19493 0 -1 4202560 4737 0 0 0 385 1 0 0 16 0 16 0 11737709 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11737709 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 11737709 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19621] ppid=19606 vsize=1550804 CPUtime=865.57
/proc/19608/task/19621/stat : 19621 (java) R 19606 19608 19493 0 -1 4202560 418 0 0 0 86539 18 0 0 25 0 16 0 11738025 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4110620099 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19608/tid=19622] ppid=19606 vsize=1550804 CPUtime=861
/proc/19608/task/19622/stat : 19622 (java) R 19606 19608 19493 0 -1 4202560 406 0 0 0 86087 13 0 0 25 0 16 0 11738025 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4110656753 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=19608/tid=19623] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 11738043 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1550804 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 11738046 1588023296 116334 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1550804

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

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

[startup+919.624 s]
/proc/loadavg: 2.09 2.13 1.77 3/122 19659
/proc/meminfo: memFree=1009904/2059040 swapFree=4192956/4192956
[pid=19608] ppid=19606 vsize=1551452 CPUtime=1800.27
/proc/19608/stat : 19608 (java) S 19606 19608 19493 0 -1 4202496 137646 0 1 0 179878 149 0 0 18 0 17 0 11737700 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19608/statm: 387863 116354 1451 10 0 385166 0
[pid=19608/tid=19610] ppid=19606 vsize=1551452 CPUtime=3.13
/proc/19608/task/19610/stat : 19610 (java) S 19606 19608 19493 0 -1 4202560 32072 0 1 0 295 18 0 0 15 0 17 0 11737701 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19611] ppid=19606 vsize=1551452 CPUtime=20.51
/proc/19608/task/19611/stat : 19611 (java) S 19606 19608 19493 0 -1 4202560 41243 0 0 0 2019 32 0 0 15 0 17 0 11737702 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19612] ppid=19606 vsize=1551452 CPUtime=20.49
/proc/19608/task/19612/stat : 19612 (java) S 19606 19608 19493 0 -1 4202560 39165 0 0 0 2008 41 0 0 16 0 17 0 11737703 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19613] ppid=19606 vsize=1551452 CPUtime=22.34
/proc/19608/task/19613/stat : 19613 (java) S 19606 19608 19493 0 -1 4202560 8497 0 0 0 2216 18 0 0 15 0 17 0 11737704 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 0 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19614] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19614/stat : 19614 (java) S 19606 19608 19493 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 11737705 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19615] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19615/stat : 19615 (java) S 19606 19608 19493 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 11737705 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19616] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19616/stat : 19616 (java) S 19606 19608 19493 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 11737709 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19617] ppid=19606 vsize=1551452 CPUtime=3.07
/proc/19608/task/19617/stat : 19617 (java) S 19606 19608 19493 0 -1 4202560 9966 0 0 0 304 3 0 0 15 0 17 0 11737709 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19618] ppid=19606 vsize=1551452 CPUtime=3.89
/proc/19608/task/19618/stat : 19618 (java) S 19606 19608 19493 0 -1 4202560 4737 0 0 0 388 1 0 0 15 0 17 0 11737709 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 1 0 0 0
[pid=19608/tid=19619] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19619/stat : 19619 (java) S 19606 19608 19493 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 11737709 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19620] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19620/stat : 19620 (java) S 19606 19608 19493 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 11737709 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19621] ppid=19606 vsize=1551452 CPUtime=865.64
/proc/19608/task/19621/stat : 19621 (java) R 19606 19608 19493 0 -1 4202560 418 0 0 0 86546 18 0 0 25 0 17 0 11738025 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4110455507 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19608/tid=19622] ppid=19606 vsize=1551452 CPUtime=861.07
/proc/19608/task/19622/stat : 19622 (java) R 19606 19608 19493 0 -1 4202560 406 0 0 0 86094 13 0 0 25 0 17 0 11738025 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4110443760 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=19608/tid=19623] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19623/stat : 19623 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 17 0 11738043 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
[pid=19608/tid=19624] ppid=19606 vsize=1551452 CPUtime=0
/proc/19608/task/19624/stat : 19624 (java) S 19606 19608 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 17 0 11738046 1588686848 116354 1992294400 134512640 134550932 4294637888 18446744073709551615 4294960144 0 4 0 16800975 18446604437866214464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1551452

Child status: 143
Real time (s): 919.69
CPU time (s): 1800.36
CPU user time (s): 1798.82
CPU system time (s): 1.53677
CPU usage (%): 195.757
Max. virtual memory (cumulated for all children) (KiB): 1554684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.53677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137647
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= 28335
involuntary context switches= 52752

runsolver used 3.63145 second user time and 11.8822 second system time

The end

Launcher Data

Begin job on node050 at 2010-07-06 18:55:09
IDJOB=2684855
IDBENCH=73786
IDSOLVER=1166
FILE ID=node050/2684855-1278435308
PBS_JOBID= 11233482
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12033_3-sat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684855-1278435308/watcher-2684855-1278435308 -o /tmp/evaluation-result-2684855-1278435308/solver-2684855-1278435308 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684855-1278435308.opb

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

MD5SUM BENCH= 5c357873a81db98d0c84cf88eebfbda4
RANDOM SEED=860297759

node050.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1472820 kB
Buffers:        106376 kB
Cached:         347328 kB
SwapCached:          0 kB
Active:         174700 kB
Inactive:       339748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1472820 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3056 kB
Writeback:           0 kB
AnonPages:       60788 kB
Mapped:          14472 kB
Slab:            49808 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node050 at 2010-07-06 19:10:30