Trace number 2684925

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.41 918.87

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark1480.58
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
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.10/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.38	c See www.sat4j.org for details.
0.10/0.39	c version 2.2.0.v20100531
0.10/0.39	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.39	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.39	c java.vm.version	11.2-b01
0.10/0.39	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.39	c sun.arch.data.model	32
0.10/0.39	c java.version		1.6.0_12
0.10/0.39	c os.name		Linux
0.10/0.39	c os.version		2.6.18-164.el5
0.10/0.39	c os.arch		i386
0.10/0.39	c Free memory 		1393557488
0.10/0.39	c Max memory 		1395916800
0.10/0.39	c Total memory 		1395916800
0.10/0.39	c Number of processors 	2
0.17/0.46	c Pseudo Boolean Optimization
0.17/0.46	c ManyCore solver with 2 solvers running in parallel
0.17/0.46	c --- Begin Solver configuration ---
0.17/0.46	c Stops conflict analysis at the first Unique Implication Point
0.17/0.46	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.17/0.46	c Learn all clauses as in MiniSAT
0.17/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.17/0.46	c Expensive reason simplification
0.17/0.46	c Armin Biere (Picosat) restarts strategy
0.17/0.46	c Glucose learned constraints deletion strategy
0.17/0.46	c timeout=2147483s
0.17/0.46	c DB Simplification allowed=false
0.17/0.46	c --- End Solver configuration ---
0.17/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.17/0.46	c --- Begin Solver configuration ---
0.17/0.46	c Stops conflict analysis at the first Unique Implication Point
0.17/0.46	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.17/0.46	c Learn all clauses as in MiniSAT
0.17/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.17/0.46	c No reason simplification
0.17/0.46	c Armin Biere (Picosat) restarts strategy
0.17/0.46	c Glucose learned constraints deletion strategy
0.17/0.46	c timeout=2147483s
0.17/0.46	c DB Simplification allowed=false
0.17/0.46	c --- End Solver configuration ---
0.17/0.46	
0.17/0.46	c solving HOME/instance-2684925-1278437105.opb
0.17/0.46	c reading problem ... 
6.06/3.91	c ... done. Wall clock time 3.445s.
6.06/3.91	c #vars     32186
6.06/3.91	c #constraints  93273
6.06/3.91	c constraints type 
6.06/3.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
6.06/3.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
6.06/3.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
6.06/3.91	c constraints type 
6.06/3.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
6.06/3.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
6.06/3.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
20.31/11.14	c cleaning 2490 clauses out of 5001 with flag 5001/5001
35.77/19.01	c cleaning 4238 clauses out of 8510 with flag 11000/11000
51.39/27.09	c cleaning 5634 clauses out of 11274 with flag 18002/18002
72.35/37.76	c cleaning 6802 clauses out of 13638 with flag 26000/26000
95.78/49.74	c cleaning 7906 clauses out of 15837 with flag 35001/35001
124.22/64.23	c cleaning 8955 clauses out of 17931 with flag 45001/45001
154.99/79.91	c cleaning 9982 clauses out of 19975 with flag 56000/56000
188.69/97.13	c cleaning 10991 clauses out of 21993 with flag 68000/68000
223.29/114.81	c cleaning 11996 clauses out of 24005 with flag 81003/81003
262.91/135.01	c cleaning 0 clauses out of 5001 with flag 0/5001
270.02/138.89	c cleaning 12976 clauses out of 26006 with flag 95000/95000
317.54/163.06	c cleaning 14002 clauses out of 28030 with flag 110000/110000
364.13/186.85	c cleaning 15004 clauses out of 30028 with flag 126000/126000
416.74/213.64	c cleaning 16001 clauses out of 32024 with flag 143000/143000
473.29/242.41	c cleaning 16989 clauses out of 34023 with flag 161000/161000
533.36/273.07	c cleaning 18012 clauses out of 36034 with flag 180000/180000
592.86/303.43	c cleaning 18996 clauses out of 38023 with flag 200001/200001
653.50/334.33	c cleaning 19991 clauses out of 40028 with flag 221002/221002
724.17/370.38	c cleaning 21007 clauses out of 42036 with flag 243001/243001
801.76/409.84	c cleaning 21987 clauses out of 44028 with flag 266000/266000
886.27/452.94	c cleaning 23001 clauses out of 46041 with flag 290000/290000
972.34/496.74	c cleaning 23993 clauses out of 48040 with flag 315000/315000
1052.04/537.33	c cleaning 0 clauses out of 11002 with flag 0/11002
1056.55/540.08	c cleaning 25005 clauses out of 50048 with flag 341001/341001
1154.35/589.98	c cleaning 26001 clauses out of 52042 with flag 368000/368000
1262.72/645.09	c cleaning 27016 clauses out of 54044 with flag 396003/396003
1358.58/693.84	c cleaning 28005 clauses out of 56026 with flag 425001/425001
1476.94/754.00	c cleaning 28997 clauses out of 58021 with flag 455001/455001
1597.80/815.69	c cleaning 29997 clauses out of 60023 with flag 486000/486000
1712.55/874.03	c cleaning 30990 clauses out of 62026 with flag 518000/518000
1800.13/918.72	c starts		: 153
1800.13/918.72	c conflicts		: 542657
1800.13/918.72	c decisions		: 706759
1800.13/918.72	c propagations		: 472702581
1800.13/918.72	c inspects		: 1422461752
1800.13/918.72	c learnt literals	: 0
1800.13/918.72	c learnt binary clauses	: 11
1800.13/918.72	c learnt ternary clauses	: 466
1800.13/918.72	c learnt clauses	: 542657
1800.13/918.72	c ignored clauses	: 0
1800.13/918.72	c root simplifications	: 0
1800.13/918.72	c removed literals (reason simplification)	: 8683236
1800.13/918.72	c reason swapping (by a shorter reason)	: 0
1800.13/918.72	c Calls to reduceDB	: 28
1800.13/918.72	c number of reductions to clauses (during analyze)	: 0
1800.13/918.72	c number of learned constraints concerned by reduction	: 0
1800.13/918.72	c number of learning phase by resolution	: 0
1800.13/918.72	c number of learning phase by cutting planes	: 0
1800.13/918.72	c speed (assignments/second)	: 516723.26980087627
1800.13/918.72	c non guided choices	65
1800.13/918.81	c learnt constraints type 
1800.13/918.81	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 55697
1800.13/918.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.13/918.81	c constraints type 
1800.13/918.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.13/918.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.13/918.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
1800.13/918.81	c constraints type 
1800.13/918.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 75749
1800.13/918.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11705
1800.13/918.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 528
1800.13/918.81	s UNKNOWN
1800.13/918.81	c Total wall clock time (in seconds): 918.348

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-2684925-1278437105/watcher-2684925-1278437105 -o /tmp/evaluation-result-2684925-1278437105/solver-2684925-1278437105 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684925-1278437105.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.11 1.03 1.01 2/106 19300
/proc/meminfo: memFree=1484064/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=24036 CPUtime=0
/proc/19300/stat : 19300 (runsolver) S 19298 19300 19102 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 1 0 11917550 24612864 106 1992294400 4194304 4302564 140734251560656 18446744073709551615 263058990071 0 2147483391 4096 24578 18446744071699379390 0 0 17 1 0 0 0
/proc/19300/statm: 6009 106 69 27 0 2647 0

[startup+0.0106059 s]
/proc/loadavg: 1.11 1.03 1.01 2/106 19300
/proc/meminfo: memFree=1484064/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=128 CPUtime=0
/proc/19300/stat : 19300 (java6) D 19298 19300 19102 0 -1 4194304 81 0 0 0 0 0 0 0 16 0 1 0 11917550 131072 1 1992294400 0 0 4288825004 18446744073709551615 263058990071 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/19300/statm: 32 1 0 0 0 21 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 128

[startup+0.100678 s]
/proc/loadavg: 1.11 1.03 1.01 2/106 19300
/proc/meminfo: memFree=1484064/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=13164 CPUtime=0.01
/proc/19300/stat : 19300 (java) D 19298 19300 19102 0 -1 4194304 463 0 14 0 0 1 0 0 16 0 1 0 11917550 13479936 195 1992294400 134512640 134550932 4286841232 18446744073709551615 3880571 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 6
/proc/19300/statm: 3291 196 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.300655 s]
/proc/loadavg: 1.11 1.03 1.01 2/106 19300
/proc/meminfo: memFree=1484064/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1521796 CPUtime=0.1
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 3742 0 94 0 5 5 0 0 16 0 7 0 11917550 1558319104 3277 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 380449 3277 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1521796

[startup+0.700722 s]
/proc/loadavg: 1.11 1.03 1.01 2/106 19300
/proc/meminfo: memFree=1484064/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1526504 CPUtime=0.65
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 6153 0 94 0 58 7 0 0 16 0 12 0 11917550 1563140096 5684 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 381626 5684 1383 10 0 378929 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1526504

[startup+1.50186 s]
/proc/loadavg: 1.11 1.03 1.01 4/118 19312
/proc/meminfo: memFree=1446940/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1538260 CPUtime=2.23
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 16814 0 94 0 213 10 0 0 16 0 12 0 11917550 1575178240 15486 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 384565 15487 1406 10 0 381868 0
[pid=19300/tid=19302] ppid=19298 vsize=1538260 CPUtime=1.22
/proc/19300/task/19302/stat : 19302 (java) R 19298 19300 19102 0 -1 4202560 11459 0 60 0 115 7 0 0 18 0 12 0 11917563 1575178240 15487 1992294400 134512640 134550932 4286841232 18446744073709551615 4109028899 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 11917569 1575178240 15488 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 11917569 1575178240 15489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11917573 1575178240 15489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 11917573 1575178240 15490 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 12 0 11917573 1575178240 15490 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 11917581 1575178240 15490 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1538260 CPUtime=0.47
/proc/19300/task/19309/stat : 19309 (java) R 19298 19300 19102 0 -1 4202560 1170 0 0 0 47 0 0 0 20 0 12 0 11917581 1575178240 15491 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1538260 CPUtime=0.51
/proc/19300/task/19310/stat : 19310 (java) R 19298 19300 19102 0 -1 4202560 3159 0 0 0 50 1 0 0 20 0 12 0 11917581 1575178240 15491 1992294400 134512640 134550932 4286841232 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11917581 1575178240 15491 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1538260 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11917581 1575178240 15492 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1538260

[startup+3.10214 s]
/proc/loadavg: 1.26 1.06 1.02 4/118 19313
/proc/meminfo: memFree=1381220/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1542204 CPUtime=4.75
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 42592 0 94 0 452 23 0 0 16 0 12 0 11917550 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 385551 40009 1423 10 0 382854 0
[pid=19300/tid=19302] ppid=19298 vsize=1542204 CPUtime=2.61
/proc/19300/task/19302/stat : 19302 (java) R 19298 19300 19102 0 -1 4202560 31980 0 60 0 243 18 0 0 18 0 12 0 11917563 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4109179254 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1542204 CPUtime=0.06
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 1481 0 0 0 6 0 0 0 18 0 12 0 11917569 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1542204 CPUtime=0.05
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 1404 0 0 0 5 0 0 0 18 0 12 0 11917569 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1542204 CPUtime=0
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 11917573 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1542204 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 11917573 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1542204 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 11917573 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1542204 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 11917581 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1542204 CPUtime=0.76
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 1670 0 0 0 76 0 0 0 17 0 12 0 11917581 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1542204 CPUtime=1.21
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 5020 0 0 0 119 2 0 0 17 0 12 0 11917581 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1542204 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11917581 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1542204 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11917581 1579216896 40009 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1542204

[startup+6.3017 s]
/proc/loadavg: 1.26 1.06 1.02 3/122 19317
/proc/meminfo: memFree=1287700/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546252 CPUtime=10.8
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 56635 0 94 0 1051 29 0 0 16 0 16 0 11917550 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 386563 49800 1436 10 0 383866 0
[pid=19300/tid=19302] ppid=19298 vsize=1546252 CPUtime=3.28
/proc/19300/task/19302/stat : 19302 (java) S 19298 19300 19102 0 -1 4202560 32011 0 60 0 310 18 0 0 18 0 16 0 11917563 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1546252 CPUtime=0.18
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 3773 0 0 0 17 1 0 0 18 0 16 0 11917569 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1546252 CPUtime=0.37
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 8208 0 0 0 33 4 0 0 18 0 16 0 11917569 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 11917573 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 11917581 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1546252 CPUtime=1.94
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 2843 0 0 0 194 0 0 0 15 0 16 0 11917581 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1546252 CPUtime=2.64
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 8707 0 0 0 261 3 0 0 16 0 16 0 11917581 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 11917581 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11917581 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19314] ppid=19298 vsize=1546252 CPUtime=1.39
/proc/19300/task/19314/stat : 19314 (java) R 19298 19300 19102 0 -1 4202560 16 0 0 0 139 0 0 0 20 0 16 0 11917941 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4109817698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19300/tid=19315] ppid=19298 vsize=1546252 CPUtime=0.94
/proc/19300/task/19315/stat : 19315 (java) R 19298 19300 19102 0 -1 4202560 29 0 0 0 94 0 0 0 19 0 16 0 11917941 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4109906938 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=19300/tid=19316] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 11917982 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 11917990 1583362048 49800 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 1546252

[startup+12.7028 s]
/proc/loadavg: 1.37 1.09 1.03 3/122 19317
/proc/meminfo: memFree=1254220/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546252 CPUtime=23.29
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 63624 0 94 0 2296 33 0 0 16 0 16 0 11917550 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 386563 56008 1450 10 0 383866 0
[pid=19300/tid=19302] ppid=19298 vsize=1546252 CPUtime=3.28
/proc/19300/task/19302/stat : 19302 (java) S 19298 19300 19102 0 -1 4202560 32011 0 60 0 310 18 0 0 18 0 16 0 11917563 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1546252 CPUtime=0.59
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 7091 0 0 0 57 2 0 0 16 0 16 0 11917569 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1546252 CPUtime=0.77
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 11755 0 0 0 72 5 0 0 16 0 16 0 11917569 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1546252 CPUtime=0.19
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 56 0 0 0 19 0 0 0 15 0 16 0 11917573 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 11917581 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1546252 CPUtime=2.7
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 2885 0 0 0 270 0 0 0 16 0 16 0 11917581 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1546252 CPUtime=2.92
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 8724 0 0 0 289 3 0 0 15 0 16 0 11917581 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 11917581 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11917581 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19314] ppid=19298 vsize=1546252 CPUtime=6.89
/proc/19300/task/19314/stat : 19314 (java) R 19298 19300 19102 0 -1 4202560 24 0 0 0 689 0 0 0 25 0 16 0 11917941 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4109943980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19300/tid=19315] ppid=19298 vsize=1546252 CPUtime=5.85
/proc/19300/task/19315/stat : 19315 (java) R 19298 19300 19102 0 -1 4202560 41 0 0 0 585 0 0 0 25 0 16 0 11917941 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4109906746 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=19300/tid=19316] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 11917982 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 11917990 1583362048 56008 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.29
Current children cumulated vsize (KiB) 1546252

[startup+25.502 s]
/proc/loadavg: 1.54 1.14 1.04 3/122 19317
/proc/meminfo: memFree=1240332/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546252 CPUtime=48.42
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 67276 0 94 0 4806 36 0 0 16 0 16 0 11917550 1583362048 59381 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9

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

/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 11917982 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 11917990 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1492.16
Current children cumulated vsize (KiB) 1546252

[startup+822.302 s]
/proc/loadavg: 1.96 1.98 1.60 3/122 19338
/proc/meminfo: memFree=1047884/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546252 CPUtime=1610.07
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 119542 0 94 0 160888 119 0 0 16 0 16 0 11917550 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 386563 106991 1450 10 0 383866 0
[pid=19300/tid=19302] ppid=19298 vsize=1546252 CPUtime=3.28
/proc/19300/task/19302/stat : 19302 (java) S 19298 19300 19102 0 -1 4202560 32026 0 60 0 310 18 0 0 15 0 16 0 11917563 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1546252 CPUtime=17.64
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 32155 0 0 0 1737 27 0 0 15 0 16 0 11917569 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1546252 CPUtime=17.83
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 38731 0 0 0 1758 25 0 0 16 0 16 0 11917569 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1546252 CPUtime=18.32
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 1611 0 0 0 1823 9 0 0 15 0 16 0 11917573 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 11917581 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1546252 CPUtime=2.73
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 2885 0 0 0 273 0 0 0 15 0 16 0 11917581 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1546252 CPUtime=3.63
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 10299 0 0 0 360 3 0 0 15 0 16 0 11917581 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 11917581 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 11917581 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19314] ppid=19298 vsize=1546252 CPUtime=773.23
/proc/19300/task/19314/stat : 19314 (java) R 19298 19300 19102 0 -1 4202560 369 0 0 0 77309 14 0 0 25 0 16 0 11917941 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4109840098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19300/tid=19315] ppid=19298 vsize=1546252 CPUtime=773.29
/proc/19300/task/19315/stat : 19315 (java) R 19298 19300 19102 0 -1 4202560 379 0 0 0 77314 15 0 0 25 0 16 0 11917941 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4109807912 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=19300/tid=19316] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 11917982 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 11917990 1583362048 106991 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1610.07
Current children cumulated vsize (KiB) 1546252

[startup+882.302 s]
/proc/loadavg: 2.13 2.03 1.64 3/122 19340
/proc/meminfo: memFree=1041312/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546252 CPUtime=1727.96
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 121291 0 94 0 172672 124 0 0 16 0 16 0 11917550 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 386563 108643 1450 10 0 383866 0
[pid=19300/tid=19302] ppid=19298 vsize=1546252 CPUtime=3.28
/proc/19300/task/19302/stat : 19302 (java) S 19298 19300 19102 0 -1 4202560 32028 0 60 0 310 18 0 0 15 0 16 0 11917563 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1546252 CPUtime=19.07
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 32943 0 0 0 1879 28 0 0 15 0 16 0 11917569 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1546252 CPUtime=19.25
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 39648 0 0 0 1898 27 0 0 16 0 16 0 11917569 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1546252 CPUtime=19.41
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 1614 0 0 0 1931 10 0 0 15 0 16 0 11917573 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 11917581 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1546252 CPUtime=2.73
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 2885 0 0 0 273 0 0 0 15 0 16 0 11917581 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1546252 CPUtime=3.63
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 10299 0 0 0 360 3 0 0 15 0 16 0 11917581 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 11917581 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 11917581 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19314] ppid=19298 vsize=1546252 CPUtime=830.54
/proc/19300/task/19314/stat : 19314 (java) R 19298 19300 19102 0 -1 4202560 390 0 0 0 83040 14 0 0 25 0 16 0 11917941 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4109760975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19300/tid=19315] ppid=19298 vsize=1546252 CPUtime=829.96
/proc/19300/task/19315/stat : 19315 (java) R 19298 19300 19102 0 -1 4202560 395 0 0 0 82978 18 0 0 25 0 16 0 11917941 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4109791413 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=19300/tid=19316] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 11917982 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 11917990 1583362048 108643 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.96
Current children cumulated vsize (KiB) 1546252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.702 s]
/proc/loadavg: 2.07 2.02 1.65 3/122 19341
/proc/meminfo: memFree=1029780/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546252 CPUtime=1800.13
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 124249 0 94 0 179885 128 0 0 16 0 16 0 11917550 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 386563 111469 1450 10 0 383866 0
[pid=19300/tid=19302] ppid=19298 vsize=1546252 CPUtime=3.28
/proc/19300/task/19302/stat : 19302 (java) S 19298 19300 19102 0 -1 4202560 32028 0 60 0 310 18 0 0 15 0 16 0 11917563 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1546252 CPUtime=19.91
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 34170 0 0 0 1962 29 0 0 16 0 16 0 11917569 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1546252 CPUtime=20.06
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 41347 0 0 0 1978 28 0 0 16 0 16 0 11917569 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1546252 CPUtime=19.41
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 1619 0 0 0 1931 10 0 0 15 0 16 0 11917573 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 11917573 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 11917581 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1546252 CPUtime=2.73
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 2885 0 0 0 273 0 0 0 15 0 16 0 11917581 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1546252 CPUtime=3.63
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 10299 0 0 0 360 3 0 0 15 0 16 0 11917581 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 11917581 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 11917581 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19314] ppid=19298 vsize=1546252 CPUtime=865.5
/proc/19300/task/19314/stat : 19314 (java) R 19298 19300 19102 0 -1 4202560 402 0 0 0 86534 16 0 0 25 0 16 0 11917941 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4109610483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19300/tid=19315] ppid=19298 vsize=1546252 CPUtime=865.52
/proc/19300/task/19315/stat : 19315 (java) R 19298 19300 19102 0 -1 4202560 407 0 0 0 86534 18 0 0 25 0 16 0 11917941 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4109816101 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=19300/tid=19316] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 11917982 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546252 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 11917990 1583362048 111469 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1546252

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

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

[startup+918.816 s]
/proc/loadavg: 2.07 2.02 1.65 3/122 19341
/proc/meminfo: memFree=1029780/2059040 swapFree=4192956/4192956
[pid=19300] ppid=19298 vsize=1546900 CPUtime=1800.33
/proc/19300/stat : 19300 (java) S 19298 19300 19102 0 -1 4202496 124269 0 94 0 179905 128 0 0 15 0 17 0 11917550 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/19300/statm: 386725 111489 1451 10 0 384028 0
[pid=19300/tid=19302] ppid=19298 vsize=1546900 CPUtime=3.28
/proc/19300/task/19302/stat : 19302 (java) S 19298 19300 19102 0 -1 4202560 32028 0 60 0 310 18 0 0 15 0 17 0 11917563 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 11
[pid=19300/tid=19303] ppid=19298 vsize=1546900 CPUtime=19.91
/proc/19300/task/19303/stat : 19303 (java) S 19298 19300 19102 0 -1 4202560 34170 0 0 0 1962 29 0 0 16 0 17 0 11917569 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19304] ppid=19298 vsize=1546900 CPUtime=20.06
/proc/19300/task/19304/stat : 19304 (java) S 19298 19300 19102 0 -1 4202560 41347 0 0 0 1978 28 0 0 16 0 17 0 11917569 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19305] ppid=19298 vsize=1546900 CPUtime=19.41
/proc/19300/task/19305/stat : 19305 (java) S 19298 19300 19102 0 -1 4202560 1619 0 0 0 1931 10 0 0 15 0 17 0 11917573 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 0 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19306] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19306/stat : 19306 (java) S 19298 19300 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 11917573 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19307] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19307/stat : 19307 (java) S 19298 19300 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 11917573 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19308] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19308/stat : 19308 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 11917581 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19309] ppid=19298 vsize=1546900 CPUtime=2.76
/proc/19300/task/19309/stat : 19309 (java) S 19298 19300 19102 0 -1 4202560 2885 0 0 0 276 0 0 0 15 0 17 0 11917581 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19310] ppid=19298 vsize=1546900 CPUtime=3.63
/proc/19300/task/19310/stat : 19310 (java) S 19298 19300 19102 0 -1 4202560 10299 0 0 0 360 3 0 0 15 0 17 0 11917581 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19311] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19311/stat : 19311 (java) S 19298 19300 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 17 0 11917581 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19312] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19312/stat : 19312 (java) S 19298 19300 19102 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 11917581 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 1 0 0 0
[pid=19300/tid=19314] ppid=19298 vsize=1546900 CPUtime=865.55
/proc/19300/task/19314/stat : 19314 (java) R 19298 19300 19102 0 -1 4202560 402 0 0 0 86539 16 0 0 25 0 17 0 11917941 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4109857454 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19300/tid=19315] ppid=19298 vsize=1546900 CPUtime=865.62
/proc/19300/task/19315/stat : 19315 (java) R 19298 19300 19102 0 -1 4202560 407 0 0 0 86544 18 0 0 25 0 17 0 11917941 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4109807912 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=19300/tid=19316] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19316/stat : 19316 (java) S 19298 19300 19102 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 11917982 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
[pid=19300/tid=19317] ppid=19298 vsize=1546900 CPUtime=0
/proc/19300/task/19317/stat : 19317 (java) S 19298 19300 19102 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 17 0 11917990 1584025600 111489 1992294400 134512640 134550932 4286841232 18446744073709551615 4294960144 0 4 0 16800975 18446604437839602048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1546900

Child status: 143
Real time (s): 918.87
CPU time (s): 1800.41
CPU user time (s): 1799.08
CPU system time (s): 1.3298
CPU usage (%): 195.938
Max. virtual memory (cumulated for all children) (KiB): 1552396

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

runsolver used 4.68329 second user time and 10.6254 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-06 19:25:05
IDJOB=2684925
IDBENCH=73961
IDSOLVER=1166
FILE ID=node048/2684925-1278437105
PBS_JOBID= 11233477
Free space on /tmp= 62564 MiB

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

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1168907224

node048.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.262
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.52
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.262
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1484460 kB
Buffers:        107536 kB
Cached:         335448 kB
SwapCached:          0 kB
Active:         168984 kB
Inactive:       333968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1484460 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3644 kB
Writeback:           0 kB
AnonPages:       59848 kB
Mapped:          14524 kB
Slab:            49512 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180904 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= 62564 MiB
End job on node048 at 2010-07-06 19:40:26