Trace number 2662651

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) 1802.03 914.102

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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-2662651-1276695532.opb
0.24/0.21	c reading problem ... 
2.81/2.00	c ... done. Wall clock time 1.785s.
2.81/2.00	c #vars     23409
2.81/2.00	c #constraints  1386
2.81/2.00	c constraints type 
2.81/2.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
2.81/2.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
2.81/2.00	c constraints type 
2.81/2.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
2.81/2.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
24.21/12.84	c cleaning 2491 clauses out of 5001 with flag 5001/5001
47.24/24.59	c cleaning 4245 clauses out of 8512 with flag 11003/11003
76.41/39.31	c cleaning 5621 clauses out of 11265 with flag 18001/18001
117.65/60.27	c cleaning 6779 clauses out of 13644 with flag 26001/26001
158.21/80.88	c cleaning 7902 clauses out of 15864 with flag 35000/35000
237.94/121.14	c cleaning 8934 clauses out of 17963 with flag 45001/45001
298.03/151.54	c cleaning 9468 clauses out of 19028 with flag 55000/55000
371.74/188.87	c cleaning 9664 clauses out of 19561 with flag 65001/65001
452.38/229.61	c cleaning 9942 clauses out of 19896 with flag 75000/75000
523.14/265.46	c cleaning 9882 clauses out of 19957 with flag 85003/85003
594.45/301.59	c cleaning 9942 clauses out of 20074 with flag 95002/95002
674.79/342.27	c cleaning 9972 clauses out of 20130 with flag 105000/105000
779.51/395.39	c cleaning 10035 clauses out of 20159 with flag 115001/115001
835.72/423.91	c cleaning 10045 clauses out of 20124 with flag 125001/125001
909.30/461.26	c cleaning 9921 clauses out of 20078 with flag 135000/135000
999.95/507.14	c cleaning 9975 clauses out of 20159 with flag 145002/145002
1137.77/576.91	c cleaning 9987 clauses out of 20185 with flag 155003/155003
1329.62/673.89	c cleaning 9988 clauses out of 20195 with flag 165000/165000
1439.46/729.64	c cleaning 10052 clauses out of 20208 with flag 175001/175001
1512.60/766.81	c cleaning 10023 clauses out of 20156 with flag 185001/185001
1569.98/796.13	c cleaning 9913 clauses out of 20133 with flag 195001/195001
1630.69/827.10	c cleaning 10014 clauses out of 20221 with flag 205002/205002
1716.87/870.82	c cleaning 9985 clauses out of 20205 with flag 215000/215000
1800.11/913.11	c starts		: 119
1800.11/913.11	c conflicts		: 219459
1800.11/913.11	c decisions		: 1974100
1800.11/913.11	c propagations		: 33587410
1800.11/913.11	c inspects		: 140946433
1800.11/913.11	c learnt literals	: 0
1800.11/913.11	c learnt binary clauses	: 0
1800.11/913.11	c learnt ternary clauses	: 0
1800.11/913.11	c learnt clauses	: 219459
1800.11/913.11	c ignored clauses	: 0
1800.11/913.12	c root simplifications	: 0
1800.11/913.12	c removed literals (reason simplification)	: 16487431
1800.11/913.12	c reason swapping (by a shorter reason)	: 0
1800.11/913.12	c Calls to reduceDB	: 23
1800.11/913.12	c number of reductions to clauses (during analyze)	: 0
1800.11/913.12	c number of learned constraints concerned by reduction	: 0
1800.11/913.12	c number of learning phase by resolution	: 0
1800.11/913.12	c number of learning phase by cutting planes	: 0
1800.11/913.12	c speed (assignments/second)	: 36864.073141151224
1800.11/913.12	c non guided choices	21411
1801.90/914.01	c learnt constraints type 
1801.90/914.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14725
1801.90/914.01	c constraints type 
1801.90/914.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1801.90/914.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1801.90/914.01	c constraints type 
1801.90/914.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
1801.90/914.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
1801.90/914.01	s UNKNOWN
1801.90/914.01	c Total wall clock time (in seconds): 913.801

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.35 0.71 3/105 19151
/proc/meminfo: memFree=1767660/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=4 CPUtime=0
/proc/19151/stat : 19151 (java6) R 19149 19151 19126 0 -1 4194304 254 0 0 0 0 0 0 0 20 0 1 0 10844564 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19151/statm: 32 2 0 0 0 21 0

[startup+0.016891 s]
/proc/loadavg: 0.00 0.35 0.71 3/105 19151
/proc/meminfo: memFree=1767660/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=13480 CPUtime=0
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 1111 0 0 0 0 0 0 0 18 0 2 0 10844564 13803520 582 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101646 s]
/proc/loadavg: 0.00 0.35 0.71 3/105 19151
/proc/meminfo: memFree=1767660/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1524180 CPUtime=0.08
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 10844564 1560760320 3404 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300151 s]
/proc/loadavg: 0.00 0.35 0.71 3/105 19151
/proc/meminfo: memFree=1767660/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1526212 CPUtime=0.36
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 5789 0 1 0 33 3 0 0 18 0 12 0 10844564 1562841088 5227 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 381553 5227 1358 10 0 378856 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526212

[startup+0.700154 s]
/proc/loadavg: 0.00 0.35 0.71 3/105 19151
/proc/meminfo: memFree=1767660/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1529812 CPUtime=1.15
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 9684 0 1 0 111 4 0 0 18 0 12 0 10844564 1566527488 9068 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 382453 9069 1395 10 0 379756 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529812

[startup+1.50116 s]
/proc/loadavg: 0.08 0.36 0.71 2/117 19163
/proc/meminfo: memFree=1691616/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1529812 CPUtime=2.27
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 36846 0 1 0 211 16 0 0 18 0 12 0 10844564 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 382453 36211 1423 10 0 379756 0
[pid=19151/tid=19153] ppid=19149 vsize=1529812 CPUtime=1.43
/proc/19151/task/19153/stat : 19153 (java) R 19149 19151 19126 0 -1 4202560 32026 0 1 0 130 13 0 0 19 0 12 0 10844565 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4109534906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1529812 CPUtime=0.02
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 1265 0 0 0 2 0 0 0 18 0 12 0 10844567 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1529812 CPUtime=0.03
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 951 0 0 0 3 0 0 0 18 0 12 0 10844567 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1529812 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 10844568 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1529812 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10844569 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1529812 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10844569 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1529812 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10844573 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1529812 CPUtime=0.31
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 19126 0 -1 4202560 437 0 0 0 31 0 0 0 25 0 12 0 10844573 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1529812 CPUtime=0.42
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 1096 0 0 0 42 0 0 0 25 0 12 0 10844573 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1529812 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10844573 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1529812 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10844573 1566527488 36211 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1529812

[startup+3.10118 s]
/proc/loadavg: 0.08 0.36 0.71 5/121 19167
/proc/meminfo: memFree=1617680/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1539932 CPUtime=4.99
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 43993 0 1 0 479 20 0 0 18 0 16 0 10844564 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 384983 41157 1433 10 0 382286 0
[pid=19151/tid=19153] ppid=19149 vsize=1539932 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32047 0 1 0 177 13 0 0 18 0 16 0 10844565 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1539932 CPUtime=0.06
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 2490 0 0 0 5 1 0 0 16 0 16 0 10844567 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1539932 CPUtime=0.06
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 2177 0 0 0 5 1 0 0 16 0 16 0 10844567 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 16 0 10844568 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10844569 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10844569 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1539932 CPUtime=1.22
/proc/19151/task/19160/stat : 19160 (java) R 19149 19151 19126 0 -1 4202560 3712 0 0 0 120 2 0 0 17 0 16 0 10844573 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 104140100 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1539932 CPUtime=1.16
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 2441 0 0 0 115 1 0 0 16 0 16 0 10844573 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844573 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1539932 CPUtime=0.38
/proc/19151/task/19164/stat : 19164 (java) R 19149 19151 19126 0 -1 4202560 19 0 0 0 38 0 0 0 24 0 16 0 10844764 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4109848438 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1539932 CPUtime=0.15
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 23 0 0 0 15 0 0 0 23 0 16 0 10844764 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 10844770 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1539932 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10844771 1576890368 41157 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 1539932

[startup+6.31621 s]
/proc/loadavg: 0.32 0.40 0.72 3/121 19167
/proc/meminfo: memFree=1593252/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1536252 CPUtime=11.35
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 48833 0 1 0 1113 22 0 0 18 0 16 0 10844564 1573122048 44842 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 384063 44844 1436 10 0 381366 0
[pid=19151/tid=19153] ppid=19149 vsize=1536252 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32047 0 1 0 177 13 0 0 18 0 16 0 10844565 1573122048 44846 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1536252 CPUtime=0.2
/proc/19151/task/19154/stat : 19154 (java) R 19149 19151 19126 0 -1 4202560 4482 0 0 0 18 2 0 0 15 0 16 0 10844567 1573122048 44847 1992294400 134512640 134550932 4286731776 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1536252 CPUtime=0.19
/proc/19151/task/19155/stat : 19155 (java) R 19149 19151 19126 0 -1 4202560 4806 0 0 0 17 2 0 0 15 0 16 0 10844567 1573122048 44849 1992294400 134512640 134550932 4286731776 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 16 0 10844568 1573122048 44851 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10844569 1573122048 44852 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10844569 1573122048 44854 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1573122048 44856 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1536252 CPUtime=1.78
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 19126 0 -1 4202560 3746 0 0 0 176 2 0 0 15 0 16 0 10844573 1573122048 44857 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1536252 CPUtime=1.43
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 2614 0 0 0 142 1 0 0 15 0 16 0 10844573 1573122048 44859 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1573122048 44861 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844573 1573122048 44862 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1536252 CPUtime=3.28
/proc/19151/task/19164/stat : 19164 (java) S 19149 19151 19126 0 -1 4202560 22 0 0 0 328 0 0 0 25 0 16 0 10844764 1573122048 44864 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1536252 CPUtime=2.53
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 31 0 0 0 253 0 0 0 20 0 16 0 10844764 1573122048 44866 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 10844770 1573122048 44867 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10844771 1573122048 44869 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 1536252

[startup+12.7023 s]
/proc/loadavg: 0.45 0.43 0.73 3/121 19167
/proc/meminfo: memFree=1547868/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1536252 CPUtime=24.01
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 61915 0 1 0 2373 28 0 0 18 0 16 0 10844564 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 384063 56326 1438 10 0 381366 0
[pid=19151/tid=19153] ppid=19149 vsize=1536252 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32047 0 1 0 177 13 0 0 18 0 16 0 10844565 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1536252 CPUtime=0.5
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 11519 0 0 0 46 4 0 0 15 0 16 0 10844567 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1536252 CPUtime=0.5
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 10627 0 0 0 46 4 0 0 16 0 16 0 10844567 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1536252 CPUtime=0.01
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 16 0 10844568 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10844569 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10844569 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1536252 CPUtime=1.78
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 19126 0 -1 4202560 3746 0 0 0 176 2 0 0 15 0 16 0 10844573 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1536252 CPUtime=1.59
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 2822 0 0 0 158 1 0 0 15 0 16 0 10844573 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844573 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1536252 CPUtime=9.23
/proc/19151/task/19164/stat : 19164 (java) R 19149 19151 19126 0 -1 4202560 24 0 0 0 923 0 0 0 25 0 16 0 10844764 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4109848518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1536252 CPUtime=8.42
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 40 0 0 0 842 0 0 0 18 0 16 0 10844764 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4109560006 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 10844770 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1536252 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10844771 1573122048 56326 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0

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

Current children cumulated vsize (KiB) 1539516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.101 s]
/proc/loadavg: 2.16 1.99 1.54 3/121 19193
/proc/meminfo: memFree=1258948/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1539516 CPUtime=1800.11
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 139954 0 1 0 179877 134 0 0 18 0 16 0 10844564 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 384879 127812 1448 10 0 382182 0
[pid=19151/tid=19153] ppid=19149 vsize=1539516 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32052 0 1 0 177 13 0 0 15 0 16 0 10844565 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1539516 CPUtime=12.19
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 48991 0 0 0 1179 40 0 0 16 0 16 0 10844567 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1539516 CPUtime=12.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 47132 0 0 0 1171 45 0 0 15 0 16 0 10844567 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1539516 CPUtime=12.4
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 137 0 0 0 1229 11 0 0 15 0 16 0 10844568 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10844569 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10844569 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1539516 CPUtime=2.2
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 19126 0 -1 4202560 4154 0 0 0 218 2 0 0 15 0 16 0 10844573 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1539516 CPUtime=2.02
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 5042 0 0 0 200 2 0 0 16 0 16 0 10844573 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10844573 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 10844573 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1539516 CPUtime=880.22
/proc/19151/task/19164/stat : 19164 (java) R 19149 19151 19126 0 -1 4202560 927 0 0 0 88015 7 0 0 25 0 16 0 10844764 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4109709512 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1539516 CPUtime=876.91
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 393 0 0 0 87683 8 0 0 25 0 16 0 10844764 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4110146246 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 10844770 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1539516 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10844771 1576464384 127812 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1539516

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

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

[startup+913.401 s]
/proc/loadavg: 2.16 1.99 1.54 3/121 19193
/proc/meminfo: memFree=1258948/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1540164 CPUtime=1800.69
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 139973 0 1 0 179935 134 0 0 18 0 18 0 10844564 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 385041 127830 1448 10 0 382344 0
[pid=19151/tid=19153] ppid=19149 vsize=1540164 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32052 0 1 0 177 13 0 0 15 0 18 0 10844565 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1540164 CPUtime=12.2
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 48991 0 0 0 1180 40 0 0 16 0 18 0 10844567 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1540164 CPUtime=12.17
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 47132 0 0 0 1172 45 0 0 16 0 18 0 10844567 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1540164 CPUtime=12.4
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 137 0 0 0 1229 11 0 0 15 0 18 0 10844568 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10844569 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10844569 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1540164 CPUtime=2.2
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 19126 0 -1 4202560 4154 0 0 0 218 2 0 0 15 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1540164 CPUtime=2.02
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 5042 0 0 0 200 2 0 0 16 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1540164 CPUtime=880.5
/proc/19151/task/19164/stat : 19164 (java) R 19149 19151 19126 0 -1 4202560 927 0 0 0 88043 7 0 0 18 0 18 0 10844764 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4109832653 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1540164 CPUtime=877.2
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 393 0 0 0 87712 8 0 0 25 0 18 0 10844764 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4110146241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 10844770 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 18 0 10844771 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (KiB) 1540164

[startup+913.801 s]
/proc/loadavg: 2.16 1.99 1.54 3/121 19193
/proc/meminfo: memFree=1258948/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1540164 CPUtime=1801.49
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 139974 0 1 0 180015 134 0 0 18 0 18 0 10844564 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 385041 127830 1448 10 0 382344 0
[pid=19151/tid=19153] ppid=19149 vsize=1540164 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32052 0 1 0 177 13 0 0 15 0 18 0 10844565 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1540164 CPUtime=12.2
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 48991 0 0 0 1180 40 0 0 16 0 18 0 10844567 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1540164 CPUtime=12.17
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 47132 0 0 0 1172 45 0 0 16 0 18 0 10844567 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1540164 CPUtime=12.41
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 137 0 0 0 1230 11 0 0 15 0 18 0 10844568 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10844569 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10844569 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1540164 CPUtime=2.2
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 19126 0 -1 4202560 4154 0 0 0 218 2 0 0 15 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1540164 CPUtime=2.02
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 5042 0 0 0 200 2 0 0 16 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1540164 CPUtime=880.89
/proc/19151/task/19164/stat : 19164 (java) R 19149 19151 19126 0 -1 4202560 927 0 0 0 88082 7 0 0 18 0 18 0 10844764 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4109847387 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1540164 CPUtime=877.59
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 393 0 0 0 87751 8 0 0 25 0 18 0 10844764 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4109560006 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 10844770 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 18 0 10844771 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.49
Current children cumulated vsize (KiB) 1540164

[startup+914.001 s]
/proc/loadavg: 2.16 1.99 1.54 4/124 19196
/proc/meminfo: memFree=1258800/2059040 swapFree=4140536/4192956
[pid=19151] ppid=19149 vsize=1540164 CPUtime=1801.9
/proc/19151/stat : 19151 (java) S 19149 19151 19126 0 -1 4202496 139974 0 1 0 180056 134 0 0 18 0 18 0 10844564 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19151/statm: 385041 127830 1448 10 0 382344 0
[pid=19151/tid=19153] ppid=19149 vsize=1540164 CPUtime=1.9
/proc/19151/task/19153/stat : 19153 (java) S 19149 19151 19126 0 -1 4202560 32052 0 1 0 177 13 0 0 15 0 18 0 10844565 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=1540164 CPUtime=12.2
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 19126 0 -1 4202560 48991 0 0 0 1180 40 0 0 16 0 18 0 10844567 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=1540164 CPUtime=12.17
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 19126 0 -1 4202560 47132 0 0 0 1172 45 0 0 16 0 18 0 10844567 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=1540164 CPUtime=12.41
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 19126 0 -1 4202560 137 0 0 0 1230 11 0 0 15 0 18 0 10844568 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 0 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 19126 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10844569 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19158] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 19126 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10844569 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19160] ppid=19149 vsize=1540164 CPUtime=2.2
/proc/19151/task/19160/stat : 19160 (java) R 19149 19151 19126 0 -1 4202560 4154 0 0 0 218 2 0 0 15 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19161] ppid=19149 vsize=1540164 CPUtime=2.02
/proc/19151/task/19161/stat : 19161 (java) S 19149 19151 19126 0 -1 4202560 5042 0 0 0 200 2 0 0 16 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19162] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19162/stat : 19162 (java) S 19149 19151 19126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19163] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19163/stat : 19163 (java) S 19149 19151 19126 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 10844573 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19164] ppid=19149 vsize=1540164 CPUtime=881.09
/proc/19151/task/19164/stat : 19164 (java) R 19149 19151 19126 0 -1 4202560 927 0 0 0 88102 7 0 0 19 0 18 0 10844764 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4109847360 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19151/tid=19165] ppid=19149 vsize=1540164 CPUtime=877.79
/proc/19151/task/19165/stat : 19165 (java) R 19149 19151 19126 0 -1 4202560 393 0 0 0 87771 8 0 0 25 0 18 0 10844764 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4109560006 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19151/tid=19166] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19166/stat : 19166 (java) S 19149 19151 19126 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 10844770 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19167] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19167/stat : 19167 (java) S 19149 19151 19126 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 18 0 10844771 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 1 0 0 0
[pid=19151/tid=19195] ppid=19149 vsize=1540164 CPUtime=0
/proc/19151/task/19195/stat : 19195 (java) S 19149 19151 19126 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 18 0 10935876 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 4294960144 0 4 0 16800975 18446604437823940416 0 0 -1 0 0 0 0
[pid=19151/tid=19196] ppid=19149 vsize=1540164 CPUtime=0.01
/proc/19151/task/19196/stat : 19196 (java) R 19149 19151 19126 0 -1 4202560 7 0 0 0 1 0 0 0 18 0 18 0 10935876 1577127936 127830 1992294400 134512640 134550932 4286731776 18446744073709551615 102413184 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 1540164

Child status: 143
Real time (s): 914.102
CPU time (s): 1802.03
CPU user time (s): 1800.63
CPU system time (s): 1.39779
CPU usage (%): 197.136
Max. virtual memory (cumulated for all children) (KiB): 1541372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.63
system time used= 1.39779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139980
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= 34490
involuntary context switches= 52362

runsolver used 4.08738 second user time and 6.77397 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 15:38:52
IDJOB=2662651
IDBENCH=1155
IDSOLVER=1166
FILE ID=node054/2662651-1276695532
PBS_JOBID= 11174049
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662651-1276695532/watcher-2662651-1276695532 -o /tmp/evaluation-result-2662651-1276695532/solver-2662651-1276695532 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662651-1276695532.opb

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=1355083744

node054.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.217
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.43
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.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768056 kB
Buffers:         90308 kB
Cached:         119844 kB
SwapCached:       6896 kB
Active:         101096 kB
Inactive:       122912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768056 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:            2516 kB
Writeback:           0 kB
AnonPages:       11060 kB
Mapped:          12940 kB
Slab:            45316 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62476 MiB
End job on node054 at 2010-06-16 15:54:07