Trace number 2658840

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.3 1792.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
Bench CategoryOPT-BIGINT (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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.v20100526
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658840-1276566854.opb
0.22/0.21	c reading problem ... 
2.57/1.58	c ... done. Wall clock time 1.364s.
2.57/1.58	c #vars     8902
2.57/1.58	c #constraints  6339
2.57/1.58	c constraints type 
2.57/1.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
2.57/1.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
2.57/1.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
2.57/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
25.11/23.06	c cleaning 2499 clauses out of 4999 with flag 5000/5000
47.43/45.29	c cleaning 4248 clauses out of 8500 with flag 11000/11000
75.51/72.90	c cleaning 5620 clauses out of 11252 with flag 18000/18000
105.56/102.97	c cleaning 6813 clauses out of 13632 with flag 26000/26000
133.50/130.75	c cleaning 7904 clauses out of 15819 with flag 35000/35000
166.30/163.46	c cleaning 8953 clauses out of 17916 with flag 45001/45001
201.46/198.55	c cleaning 9477 clauses out of 18965 with flag 55003/55003
232.23/229.27	c cleaning 9737 clauses out of 19485 with flag 65000/65000
270.31/267.25	c cleaning 9872 clauses out of 19749 with flag 75001/75001
302.89/299.73	c cleaning 9929 clauses out of 19878 with flag 85002/85002
339.67/336.49	c cleaning 9969 clauses out of 19948 with flag 95001/95001
369.64/366.34	c cleaning 9988 clauses out of 19978 with flag 105000/105000
402.61/399.30	c cleaning 9994 clauses out of 19992 with flag 115002/115002
438.19/434.71	c cleaning 9994 clauses out of 19996 with flag 125000/125000
468.76/465.26	c cleaning 9993 clauses out of 20002 with flag 135000/135000
505.66/502.22	c cleaning 9995 clauses out of 20009 with flag 145000/145000
543.15/539.57	c cleaning 9999 clauses out of 20014 with flag 155000/155000
579.87/575.84	c cleaning 10003 clauses out of 20019 with flag 165004/165004
615.23/610.75	c cleaning 10003 clauses out of 20013 with flag 175001/175001
647.91/643.16	c cleaning 9998 clauses out of 20009 with flag 185000/185000
683.68/678.81	c cleaning 10001 clauses out of 20012 with flag 195001/195001
722.25/717.34	c cleaning 10001 clauses out of 20011 with flag 205001/205001
756.83/751.89	c cleaning 10001 clauses out of 20009 with flag 215000/215000
785.00/779.91	c cleaning 9998 clauses out of 20009 with flag 225001/225001
814.36/809.22	c cleaning 10000 clauses out of 20012 with flag 235002/235002
846.53/841.36	c cleaning 10001 clauses out of 20010 with flag 245000/245000
879.40/874.18	c cleaning 10000 clauses out of 20009 with flag 255000/255000
913.99/908.62	c cleaning 10001 clauses out of 20012 with flag 265003/265003
950.37/944.99	c cleaning 9994 clauses out of 20008 with flag 275000/275000
983.34/977.83	c cleaning 10002 clauses out of 20014 with flag 285000/285000
1017.31/1011.74	c cleaning 10005 clauses out of 20015 with flag 295003/295003
1047.69/1042.01	c cleaning 9998 clauses out of 20008 with flag 305001/305001
1078.46/1072.79	c cleaning 10001 clauses out of 20011 with flag 315002/315002
1113.25/1107.40	c cleaning 9999 clauses out of 20009 with flag 325001/325001
1150.53/1144.62	c cleaning 9998 clauses out of 20009 with flag 335000/335000
1183.10/1177.12	c cleaning 10002 clauses out of 20011 with flag 345000/345000
1216.48/1210.48	c cleaning 9995 clauses out of 20009 with flag 355000/355000
1246.66/1240.58	c cleaning 10005 clauses out of 20017 with flag 365003/365003
1275.03/1268.84	c cleaning 9999 clauses out of 20010 with flag 375001/375001
1301.89/1295.65	c cleaning 10003 clauses out of 20010 with flag 385000/385000
1331.47/1325.18	c cleaning 10003 clauses out of 20009 with flag 395002/395002
1364.56/1358.19	c cleaning 9999 clauses out of 20005 with flag 405001/405001
1396.75/1390.30	c cleaning 9998 clauses out of 20005 with flag 415000/415000
1425.01/1418.40	c cleaning 9998 clauses out of 20007 with flag 425000/425000
1456.79/1450.14	c cleaning 9997 clauses out of 20010 with flag 435001/435001
1486.38/1479.62	c cleaning 9998 clauses out of 20012 with flag 445000/445000
1517.64/1510.80	c cleaning 9995 clauses out of 20015 with flag 455001/455001
1548.31/1541.43	c cleaning 10004 clauses out of 20020 with flag 465001/465001
1577.59/1570.61	c cleaning 10004 clauses out of 20015 with flag 475000/475000
1606.07/1599.05	c cleaning 10000 clauses out of 20012 with flag 485001/485001
1639.36/1632.22	c cleaning 9997 clauses out of 20011 with flag 495000/495000
1668.14/1660.93	c cleaning 10002 clauses out of 20015 with flag 505001/505001
1695.31/1688.05	c cleaning 9998 clauses out of 20012 with flag 515000/515000
1725.18/1717.87	c cleaning 9999 clauses out of 20014 with flag 525000/525000
1755.16/1747.73	c cleaning 10002 clauses out of 20017 with flag 535002/535002
1780.83/1773.39	c cleaning 10004 clauses out of 20017 with flag 545004/545004
1800.10/1792.52	c starts		: 153
1800.10/1792.52	c conflicts		: 552316
1800.10/1792.52	c decisions		: 942115
1800.10/1792.52	c propagations		: 41021933
1800.10/1792.52	c inspects		: 2029547632
1800.10/1792.52	c learnt literals	: 1
1800.10/1792.52	c learnt binary clauses	: 15
1800.10/1792.52	c learnt ternary clauses	: 39
1800.10/1792.52	c learnt clauses	: 552315
1800.10/1792.52	c ignored clauses	: 0
1800.10/1792.52	c root simplifications	: 0
1800.10/1792.52	c removed literals (reason simplification)	: 2484182
1800.10/1792.52	c reason swapping (by a shorter reason)	: 0
1800.10/1792.52	c Calls to reduceDB	: 56
1800.10/1792.52	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.52	c number of learned constraints concerned by reduction	: 0
1800.10/1792.52	c number of learning phase by resolution	: 0
1800.10/1792.52	c number of learning phase by cutting planes	: 0
1800.10/1792.52	c speed (assignments/second)	: 22905.254224038774
1800.10/1792.52	c non guided choices	36
1800.10/1792.57	c learnt constraints type 
1800.10/1792.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17334
1800.10/1792.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.10/1792.57	c constraints type 
1800.10/1792.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1800.10/1792.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1800.10/1792.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1800.10/1792.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.10/1792.57	s UNKNOWN
1800.10/1792.57	c Total wall clock time (in seconds): 1792.361

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-2658840-1276566854/watcher-2658840-1276566854 -o /tmp/evaluation-result-2658840-1276566854/solver-2658840-1276566854 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658840-1276566854.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.01 1.10 1.08 3/106 1133
/proc/meminfo: memFree=1743976/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=24036 CPUtime=0
/proc/1133/stat : 1133 (runsolver) R 1131 1133 720 0 -1 4202560 80 0 0 0 0 0 0 0 17 0 1 0 32289111 24612864 107 1992294400 4194304 4302564 140736435916960 18446744073709551615 272917701623 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/1133/statm: 6009 107 69 27 0 2647 0

[startup+0.0904099 s]
/proc/loadavg: 1.01 1.10 1.08 3/106 1133
/proc/meminfo: memFree=1743976/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1521796 CPUtime=0.07
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 3846 0 1 0 5 2 0 0 15 0 7 0 32289111 1558319104 3288 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 380449 3288 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101413 s]
/proc/loadavg: 1.01 1.10 1.08 3/106 1133
/proc/meminfo: memFree=1743976/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1524184 CPUtime=0.08
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 32289111 1560764416 3394 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301437 s]
/proc/loadavg: 1.01 1.10 1.08 3/106 1133
/proc/meminfo: memFree=1743976/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1526264 CPUtime=0.34
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 5341 0 1 0 31 3 0 0 15 0 12 0 32289111 1562894336 4779 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 381566 4779 1359 10 0 378868 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526264

[startup+0.700481 s]
/proc/loadavg: 1.01 1.10 1.08 3/106 1133
/proc/meminfo: memFree=1743976/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1532388 CPUtime=1.03
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 8722 0 1 0 98 5 0 0 15 0 12 0 32289111 1569165312 7560 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 383097 7560 1404 10 0 380399 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1532388

[startup+1.50158 s]
/proc/loadavg: 1.01 1.10 1.08 3/118 1145
/proc/meminfo: memFree=1712324/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1540820 CPUtime=2.57
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 23469 0 1 0 246 11 0 0 15 0 12 0 32289111 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385205 19675 1406 10 0 382507 0
[pid=1133/tid=1135] ppid=1131 vsize=1540820 CPUtime=1
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 14897 0 1 0 93 7 0 0 18 0 12 0 32289113 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4109354789 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 32289114 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32289114 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32289116 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 32289116 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32289116 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32289120 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1540820 CPUtime=0.56
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 1835 0 0 0 56 0 0 0 15 0 12 0 32289120 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1540820 CPUtime=0.99
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 5673 0 0 0 97 2 0 0 16 0 12 0 32289121 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 32289121 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1540820 CPUtime=0
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32289121 1577799680 19675 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1540820

[startup+3.10175 s]
/proc/loadavg: 1.01 1.10 1.08 3/119 1146
/proc/meminfo: memFree=1651680/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541200 CPUtime=4.66
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 38706 0 1 0 449 17 0 0 15 0 13 0 32289111 1578188800 34649 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385300 34649 1422 10 0 382602 0
[pid=1133/tid=1135] ppid=1131 vsize=1541200 CPUtime=2.39
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 29748 0 1 0 227 12 0 0 21 0 13 0 32289113 1578188800 34650 1992294400 134512640 134550932 4287961824 18446744073709551615 4109498325 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32289114 1578188800 34651 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32289114 1578188800 34652 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32289116 1578188800 34653 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32289116 1578188800 34654 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32289116 1578188800 34655 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578188800 34656 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541200 CPUtime=0.87
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2179 0 0 0 87 0 0 0 15 0 13 0 32289120 1578188800 34657 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541200 CPUtime=1.36
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 5711 0 0 0 134 2 0 0 15 0 13 0 32289121 1578188800 34658 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578188800 34659 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32289121 1578188800 34660 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541200 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578188800 34661 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1541200

[startup+6.30212 s]
/proc/loadavg: 1.01 1.09 1.08 2/119 1146
/proc/meminfo: memFree=1583108/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541148 CPUtime=8.2
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 45655 0 1 0 800 20 0 0 15 0 13 0 32289111 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 41311 1433 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=5.42
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 32059 0 1 0 529 13 0 0 25 0 13 0 32289113 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4109530821 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=0.11
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 2332 0 0 0 11 0 0 0 16 0 13 0 32289114 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=0.11
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 2131 0 0 0 10 1 0 0 15 0 13 0 32289114 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 32289116 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541148 CPUtime=1.01
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2336 0 0 0 100 1 0 0 15 0 13 0 32289120 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541148 CPUtime=1.5
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 5718 0 0 0 148 2 0 0 15 0 13 0 32289121 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32289121 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578135552 41311 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 1541148

[startup+12.7019 s]
/proc/loadavg: 1.01 1.09 1.08 2/119 1146
/proc/meminfo: memFree=1554464/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541148 CPUtime=14.72
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 53388 0 1 0 1448 24 0 0 15 0 13 0 32289111 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 48462 1433 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=11.7
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 34643 0 1 0 1156 14 0 0 25 0 13 0 32289113 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4109530356 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=0.21
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 5051 0 0 0 20 1 0 0 16 0 13 0 32289114 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=0.21
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 4559 0 0 0 19 2 0 0 15 0 13 0 32289114 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 13 0 32289116 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541148 CPUtime=1.02
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2336 0 0 0 101 1 0 0 15 0 13 0 32289120 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541148 CPUtime=1.5
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 5718 0 0 0 148 2 0 0 15 0 13 0 32289121 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32289121 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578135552 48462 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1541148

[startup+25.5023 s]
/proc/loadavg: 1.01 1.09 1.08 2/119 1146
/proc/meminfo: memFree=1553224/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541148 CPUtime=27.64
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 53707 0 1 0 2739 25 0 0 15 0 13 0 32289111 1578135552 48760 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 48760 1442 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=24.38
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 34661 0 1 0 2423 15 0 0 25 0 13 0 32289113 1578135552 48760 1992294400 134512640 134550932 4287961824 18446744073709551615 4109498442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=0.25
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 5151 0 0 0 23 2 0 0 16 0 13 0 32289114 1578135552 48760 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=0.25
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 4731 0 0 0 23 2 0 0 15 0 13 0 32289114 1578135552 48760 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=0.06
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 13 0 32289116 1578135552 48760 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0

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

[pid=1133] ppid=1131 vsize=1541148 CPUtime=1669.54
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 62932 0 1 0 166856 98 0 0 15 0 13 0 32289111 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 51817 1442 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=1651.41
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 36799 0 1 0 165090 51 0 0 25 0 13 0 32289113 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4109497985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=4.75
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 6553 0 0 0 464 11 0 0 15 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=4.71
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 5989 0 0 0 460 11 0 0 16 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=4.27
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 194 0 0 0 414 13 0 0 15 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541148 CPUtime=1.14
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2340 0 0 0 113 1 0 0 16 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541148 CPUtime=3.17
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 9894 0 0 0 311 6 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541148 CPUtime=0.02
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 98 0 0 0 1 1 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.54
Current children cumulated vsize (KiB) 1541148

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1692
/proc/meminfo: memFree=1530132/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541148 CPUtime=1729.69
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 63011 0 1 0 172870 99 0 0 15 0 13 0 32289111 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 51817 1442 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=1711.05
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 36870 0 1 0 171053 52 0 0 25 0 13 0 32289113 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4109497985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=4.93
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 6553 0 0 0 482 11 0 0 16 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=4.9
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 5989 0 0 0 478 12 0 0 16 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=4.43
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 198 0 0 0 429 14 0 0 15 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541148 CPUtime=1.14
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2340 0 0 0 113 1 0 0 16 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541148 CPUtime=3.17
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 9894 0 0 0 311 6 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541148 CPUtime=0.02
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 102 0 0 0 1 1 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.69
Current children cumulated vsize (KiB) 1541148

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1694
/proc/meminfo: memFree=1530132/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541148 CPUtime=1789.86
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 63085 0 1 0 178883 103 0 0 15 0 13 0 32289111 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 51817 1442 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=1770.67
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 36940 0 1 0 177014 53 0 0 25 0 13 0 32289113 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4109531820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=5.11
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 6553 0 0 0 500 11 0 0 16 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=5.08
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 5989 0 0 0 495 13 0 0 16 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=4.6
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 200 0 0 0 445 15 0 0 15 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541148 CPUtime=1.14
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2340 0 0 0 113 1 0 0 16 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541148 CPUtime=3.17
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 9894 0 0 0 311 6 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541148 CPUtime=0.02
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.86
Current children cumulated vsize (KiB) 1541148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1694
/proc/meminfo: memFree=1530132/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541148 CPUtime=1800.1
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 63098 0 1 0 179907 103 0 0 15 0 13 0 32289111 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385287 51817 1442 10 0 382589 0
[pid=1133/tid=1135] ppid=1131 vsize=1541148 CPUtime=1780.85
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 36951 0 1 0 178032 53 0 0 25 0 13 0 32289113 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4109800330 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541148 CPUtime=5.14
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 6553 0 0 0 503 11 0 0 15 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541148 CPUtime=5.11
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 5989 0 0 0 498 13 0 0 16 0 13 0 32289114 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541148 CPUtime=4.6
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 200 0 0 0 445 15 0 0 15 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32289116 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541148 CPUtime=1.14
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2340 0 0 0 113 1 0 0 16 0 13 0 32289120 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541148 CPUtime=3.17
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 9894 0 0 0 311 6 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541148 CPUtime=0.02
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 106 0 0 0 1 1 0 0 15 0 13 0 32289121 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541148 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 32289283 1578135552 51817 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1541148

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

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

[startup+1792.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1694
/proc/meminfo: memFree=1530132/2059040 swapFree=4140012/4192956
[pid=1133] ppid=1131 vsize=1541796 CPUtime=1800.26
/proc/1133/stat : 1133 (java) S 1131 1133 720 0 -1 4202496 63124 0 1 0 179923 103 0 0 15 0 14 0 32289111 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1133/statm: 385449 51840 1445 10 0 382751 0
[pid=1133/tid=1135] ppid=1131 vsize=1541796 CPUtime=1780.95
/proc/1133/task/1135/stat : 1135 (java) R 1131 1133 720 0 -1 4202560 36952 0 1 0 178042 53 0 0 25 0 14 0 32289113 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4109740223 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=1541796 CPUtime=5.15
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 720 0 -1 4202560 6553 0 0 0 504 11 0 0 15 0 14 0 32289114 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1137] ppid=1131 vsize=1541796 CPUtime=5.11
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 720 0 -1 4202560 5989 0 0 0 498 13 0 0 16 0 14 0 32289114 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1138] ppid=1131 vsize=1541796 CPUtime=4.6
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 720 0 -1 4202560 202 0 0 0 445 15 0 0 15 0 14 0 32289116 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1139] ppid=1131 vsize=1541796 CPUtime=0
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 32289116 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1140] ppid=1131 vsize=1541796 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 32289116 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1141] ppid=1131 vsize=1541796 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 720 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 32289120 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1142] ppid=1131 vsize=1541796 CPUtime=1.14
/proc/1133/task/1142/stat : 1142 (java) S 1131 1133 720 0 -1 4202560 2340 0 0 0 113 1 0 0 16 0 14 0 32289120 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1143] ppid=1131 vsize=1541796 CPUtime=3.2
/proc/1133/task/1143/stat : 1143 (java) S 1131 1133 720 0 -1 4202560 9896 0 0 0 314 6 0 0 15 0 14 0 32289121 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1144] ppid=1131 vsize=1541796 CPUtime=0
/proc/1133/task/1144/stat : 1144 (java) S 1131 1133 720 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 32289121 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=1133/tid=1145] ppid=1131 vsize=1541796 CPUtime=0.02
/proc/1133/task/1145/stat : 1145 (java) S 1131 1133 720 0 -1 4202560 106 0 0 0 1 1 0 0 15 0 14 0 32289121 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=1133/tid=1146] ppid=1131 vsize=1541796 CPUtime=0
/proc/1133/task/1146/stat : 1146 (java) S 1131 1133 720 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 32289283 1578799104 51840 1992294400 134512640 134550932 4287961824 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1541796

Child status: 143
Real time (s): 1792.65
CPU time (s): 1800.3
CPU user time (s): 1799.24
CPU system time (s): 1.05484
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 1545244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.05484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63125
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= 55780
involuntary context switches= 35421

runsolver used 3.70244 second user time and 9.91349 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-15 03:54:14
IDJOB=2658840
IDBENCH=2508
IDSOLVER=1164
FILE ID=node006/2658840-1276566854
PBS_JOBID= 11173504
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658840-1276566854/watcher-2658840-1276566854 -o /tmp/evaluation-result-2658840-1276566854/solver-2658840-1276566854 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658840-1276566854.opb

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

MD5SUM BENCH= 553e03f28bab227c11d33a47edd1fb32
RANDOM SEED=365947840

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1744372 kB
Buffers:         53540 kB
Cached:         180744 kB
SwapCached:       6644 kB
Active:          87868 kB
Inactive:       160048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744372 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:            1160 kB
Writeback:           0 kB
AnonPages:       11988 kB
Mapped:          13132 kB
Slab:            44860 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180856 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= 62500 MiB
End job on node006 at 2010-06-15 04:24:09