Trace number 354346

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1802.3 1727.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-momentum3.opb
MD5SUM84f1974aba41ac2d1ba5ffc7a29fc60a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10842138728
Best CPU time to get the best result obtained on this benchmark1804.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10752000000
Optimality of the best value was proved NO
Number of variables93400
Total number of constraints49198
Number of constraints which are clauses6081
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints42667
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 87370
Biggest coefficient in the objective function 1310720000
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 13573186735
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 10240000000000000000000000000
Number of bits of the biggest number in a constraint 94
Biggest sum of numbers in a constraint 29801266744107042664773061860
Number of bits of the biggest sum of numbers95
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.21	c no version file found!!!
0.11/0.21	c sun.arch.data.model	32
0.11/0.21	c java.version	1.6.0
0.11/0.21	c os.name	Linux
0.11/0.21	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c Simplify asserted PB constraints to clauses
0.11/0.27	c solving /tmp/evaluation/354346-1176705755/instance-354346-1176705755.opb
0.11/0.27	c reading problem ... 
109.92/95.10	c ... done. Wall clock time 94.83s.
109.92/95.10	c CPU time (experimental) 81.01s.
109.92/95.10	c #vars     93400
109.92/95.10	c #constraints  43387
1012.31/958.07	c cleaning 3 clauses out of 13500 for limit 54.39702903005175
1216.34/1153.72	c cleaning 6 clauses out of 15997 for limit 559.9507613464169
1257.17/1192.87	c cleaning 3 clauses out of 16492 for limit 896.6138785027889
1413.68/1343.04	c cleaning 0 clauses out of 17988 for limit 3683.2318159395436
1800.02/1725.41	c starts		: 2
1800.02/1725.41	c conflicts		: 19237
1800.02/1725.41	c decisions		: 24536
1800.02/1725.41	c propagations		: 904350
1800.02/1725.41	c inspects		: 66384593
1800.02/1725.41	c learnt literals	: 0
1800.02/1725.41	c learnt binary clauses	: 0
1800.02/1725.41	c learnt ternary clauses	: 0
1800.02/1725.41	c learnt clauses	: 19237
1800.02/1725.41	c root simplifications	: 0
1800.02/1725.41	c removed literals (reason simplification)	: 0
1800.02/1725.41	c reason swapping (by a shorter reason)	: 0
1800.02/1725.41	c Calls to reduceDB	: 4
1800.02/1725.41	c speed (decisions/second)	: 15.0548758077055
1800.02/1725.41	c non guided choices	0
1800.02/1725.41	s UNKNOWN
1800.02/1725.41	c Total wall clock time (ms): 1725.141

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-354346-1176705755 -o ROOT/results/node59/solver-354346-1176705755 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354346-1176705755/sat4jPseudoCPClause.jar /tmp/evaluation/354346-1176705755/instance-354346-1176705755.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.63 1.16 1.05 2/64 18176
/proc/meminfo: memFree=1097544/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=18568 CPUtime=0
/proc/18176/stat : 18176 (runsolver) R 18174 18176 17038 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118485349 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18176/statm: 4642 292 257 24 0 2626 0

[startup+0.0325909 s]
/proc/loadavg: 1.63 1.16 1.05 2/64 18176
/proc/meminfo: memFree=1097544/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=12420 CPUtime=0
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 769 0 0 0 0 0 0 0 18 0 2 0 118485349 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12420

[startup+0.101609 s]
/proc/loadavg: 1.63 1.16 1.05 2/64 18176
/proc/meminfo: memFree=1097544/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1774248 CPUtime=0.01
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 2680 0 1 0 0 1 0 0 18 0 4 0 118485349 1816829952 2427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 443562 2427 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.301647 s]
/proc/loadavg: 1.63 1.16 1.05 2/64 18176
/proc/meminfo: memFree=1097544/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1781412 CPUtime=0.23
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 5723 0 1 0 20 3 0 0 18 0 12 0 118485349 1824165888 5461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 445353 5461 1246 9 0 442964 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781412

[startup+0.701723 s]
/proc/loadavg: 1.63 1.16 1.05 2/64 18176
/proc/meminfo: memFree=1097544/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1782416 CPUtime=0.81
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 8948 0 1 0 76 5 0 0 18 0 12 0 118485349 1825193984 8475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 445604 8475 1296 9 0 443215 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1782416

[startup+1.50288 s]
/proc/loadavg: 1.63 1.16 1.05 2/76 18188
/proc/meminfo: memFree=1044456/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1785496 CPUtime=1.88
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 19887 0 1 0 177 11 0 0 18 0 12 0 118485349 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 446374 18581 1304 9 0 443985 0
[pid=18176/tid=18178] ppid=18174 vsize=1785496 CPUtime=1.06
/proc/18176/task/18178/stat : 18178 (java) R 18174 18176 17038 0 -1 64 16674 0 1 0 97 9 0 0 23 0 12 0 118485351 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109186119 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 118485359 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 118485359 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18181/stat : 18181 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 118485361 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118485362 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118485362 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118485366 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1785496 CPUtime=0.37
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 837 0 0 0 37 0 0 0 17 0 12 0 118485366 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1785496 CPUtime=0.42
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 1658 0 0 0 42 0 0 0 17 0 12 0 118485366 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118485366 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18188] ppid=18174 vsize=1785496 CPUtime=0
/proc/18176/task/18188/stat : 18188 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118485366 1828347904 18581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1785496

[startup+3.10118 s]
/proc/loadavg: 1.63 1.16 1.05 2/76 18188
/proc/meminfo: memFree=975848/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1789248 CPUtime=4.16
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 52188 0 1 0 390 26 0 0 18 0 12 0 118485349 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 447312 47055 1317 9 0 444923 0
[pid=18176/tid=18178] ppid=18174 vsize=1789248 CPUtime=2.17
/proc/18176/task/18178/stat : 18178 (java) R 18174 18176 17038 0 -1 64 37679 0 1 0 198 19 0 0 17 0 12 0 118485351 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1789248 CPUtime=0.2
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 3637 0 0 0 19 1 0 0 16 0 12 0 118485359 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1789248 CPUtime=0.2
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 3795 0 0 0 19 1 0 0 18 0 12 0 118485359 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1789248 CPUtime=0
/proc/18176/task/18181/stat : 18181 (java) S 18174 18176 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118485361 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1789248 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118485362 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1789248 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118485362 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1789248 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118485366 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1789248 CPUtime=0.71
/proc/18176/task/18185/stat : 18185 (java) R 18174 18176 17038 0 -1 64 2710 0 0 0 70 1 0 0 16 0 12 0 118485366 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395711 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1789248 CPUtime=0.83
/proc/18176/task/18186/stat : 18186 (java) R 18174 18176 17038 0 -1 64 3641 0 0 0 81 2 0 0 17 0 12 0 118485366 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102404457 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1789248 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118485366 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18188] ppid=18174 vsize=1789248 CPUtime=0
/proc/18176/task/18188/stat : 18188 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118485366 1832189952 47055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1789248

[startup+6.30278 s]
/proc/loadavg: 1.82 1.20 1.07 2/76 18188
/proc/meminfo: memFree=875432/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1792672 CPUtime=8.56
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 70451 0 1 0 818 38 0 0 18 0 12 0 118485349 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 448168 60393 1318 9 0 445779 0
[pid=18176/tid=18178] ppid=18174 vsize=1792672 CPUtime=4.91
/proc/18176/task/18178/stat : 18178 (java) R 18174 18176 17038 0 -1 64 37684 0 1 0 470 21 0 0 18 0 12 0 118485351 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1792672 CPUtime=0.58
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 11215 0 0 0 53 5 0 0 16 0 12 0 118485359 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1792672 CPUtime=0.58
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 9844 0 0 0 54 4 0 0 16 0 12 0 118485359 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1792672 CPUtime=0
/proc/18176/task/18181/stat : 18181 (java) S 18174 18176 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118485361 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1792672 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118485362 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1792672 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118485362 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1792672 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118485366 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1792672 CPUtime=0.88
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 3240 0 0 0 87 1 0 0 16 0 12 0 118485366 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1792672 CPUtime=1.56
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 7742 0 0 0 152 4 0 0 17 0 12 0 118485366 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1792672 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118485366 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18188] ppid=18174 vsize=1792672 CPUtime=0
/proc/18176/task/18188/stat : 18188 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118485366 1835696128 60393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 1792672

[startup+12.703 s]
/proc/loadavg: 1.92 1.23 1.08 2/76 18188
/proc/meminfo: memFree=820016/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1795872 CPUtime=16.12
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 87599 0 1 0 1562 50 0 0 18 0 12 0 118485349 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 448968 72903 1318 9 0 446579 0
[pid=18176/tid=18178] ppid=18174 vsize=1795872 CPUtime=10.13
/proc/18176/task/18178/stat : 18178 (java) R 18174 18176 17038 0 -1 64 37690 0 1 0 989 24 0 0 25 0 12 0 118485351 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1795872 CPUtime=1.75
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 21378 0 0 0 165 10 0 0 19 0 12 0 118485359 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1795872 CPUtime=1.75
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 16823 0 0 0 167 8 0 0 17 0 12 0 118485359 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1795872 CPUtime=0
/proc/18176/task/18181/stat : 18181 (java) S 18174 18176 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118485361 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1795872 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118485362 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1795872 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118485362 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1795872 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118485366 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1795872 CPUtime=0.88
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 3240 0 0 0 87 1 0 0 17 0 12 0 118485366 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1795872 CPUtime=1.56
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 7742 0 0 0 152 4 0 0 17 0 12 0 118485366 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1795872 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118485366 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18188] ppid=18174 vsize=1795872 CPUtime=0
/proc/18176/task/18188/stat : 18188 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118485366 1838972928 72903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 1795872

[startup+25.5014 s]
/proc/loadavg: 1.92 1.27 1.09 2/76 18188
/proc/meminfo: memFree=680048/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1791776 CPUtime=30.7
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 134913 0 1 0 2991 79 0 0 18 0 12 0 118485349 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 447944 108891 1325 9 0 445555 0
[pid=18176/tid=18178] ppid=18174 vsize=1791776 CPUtime=21.07
/proc/18176/task/18178/stat : 18178 (java) R 18174 18176 17038 0 -1 64 37704 0 1 0 2078 29 0 0 19 0 12 0 118485351 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1791776 CPUtime=3.54
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 48530 0 0 0 330 24 0 0 16 0 12 0 118485359 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1791776 CPUtime=3.54
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 36962 0 0 0 336 18 0 0 16 0 12 0 118485359 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1791776 CPUtime=0
/proc/18176/task/18181/stat : 18181 (java) S 18174 18176 17038 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 118485361 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1791776 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118485362 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1791776 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118485362 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1791776 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118485366 1834778624 108891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18176/tid=18182] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118485362 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118485362 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1795412 CPUtime=2.11
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 5499 0 0 0 209 2 0 0 17 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1795412 CPUtime=2.84
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 10301 0 0 0 279 5 0 0 17 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18188] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18188/stat : 18188 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18189] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18189/stat : 18189 (java) S 18174 18176 17038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118494934 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 1795412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1725.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 18387
/proc/meminfo: memFree=23848/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1795412 CPUtime=1800.02
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 522429 0 3 0 179710 292 0 0 18 0 13 0 118485349 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 448853 417581 1337 9 0 446464 0
[pid=18176/tid=18178] ppid=18174 vsize=1795412 CPUtime=1341.59
/proc/18176/task/18178/stat : 18178 (java) R 18174 18176 17038 0 -1 64 39010 0 1 0 134102 57 0 0 25 0 13 0 118485351 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110076611 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1795412 CPUtime=72.73
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 255682 0 0 0 7153 120 0 0 16 0 13 0 118485359 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1795412 CPUtime=72.7
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 202959 0 0 0 7179 91 0 0 17 0 13 0 118485359 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1795412 CPUtime=307.99
/proc/18176/task/18181/stat : 18181 (java) S 18174 18176 17038 0 -1 64 8257 0 2 0 30785 14 0 0 16 0 13 0 118485361 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118485362 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118485362 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1795412 CPUtime=2.11
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 5499 0 0 0 209 2 0 0 17 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1795412 CPUtime=2.84
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 10301 0 0 0 279 5 0 0 17 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18188] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18188/stat : 18188 (java) S 18174 18176 17038 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118485366 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18189] ppid=18174 vsize=1795412 CPUtime=0
/proc/18176/task/18189/stat : 18189 (java) S 18174 18176 17038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118494934 1838501888 417581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1795412

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1726.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 18390
/proc/meminfo: memFree=23768/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1796060 CPUtime=1800.81
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 522448 0 3 0 179789 292 0 0 16 0 13 0 118485349 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 449015 417599 1338 9 0 446626 0
[pid=18176/tid=18178] ppid=18174 vsize=1796060 CPUtime=1341.64
/proc/18176/task/18178/stat : 18178 (java) S 18174 18176 17038 0 -1 64 39010 0 1 0 134107 57 0 0 25 0 13 0 118485351 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1796060 CPUtime=72.73
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 255682 0 0 0 7153 120 0 0 16 0 13 0 118485359 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1796060 CPUtime=72.7
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 202959 0 0 0 7179 91 0 0 17 0 13 0 118485359 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1796060 CPUtime=308.74
/proc/18176/task/18181/stat : 18181 (java) R 18174 18176 17038 0 -1 64 8257 0 2 0 30860 14 0 0 16 0 13 0 118485361 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904115 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118485362 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118485362 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1796060 CPUtime=2.11
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 5499 0 0 0 209 2 0 0 17 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1796060 CPUtime=2.84
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 10301 0 0 0 279 5 0 0 17 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18189] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18189/stat : 18189 (java) S 18174 18176 17038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118494934 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18389] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18389/stat : 18389 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118657891 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 1796060

[startup+1727.01 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 18390
/proc/meminfo: memFree=23640/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1796060 CPUtime=1801.62
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 522448 0 3 0 179870 292 0 0 16 0 13 0 118485349 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 449015 417599 1338 9 0 446626 0
[pid=18176/tid=18178] ppid=18174 vsize=1796060 CPUtime=1341.64
/proc/18176/task/18178/stat : 18178 (java) S 18174 18176 17038 0 -1 64 39010 0 1 0 134107 57 0 0 25 0 13 0 118485351 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1796060 CPUtime=72.73
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 255682 0 0 0 7153 120 0 0 16 0 13 0 118485359 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1796060 CPUtime=72.7
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 202959 0 0 0 7179 91 0 0 17 0 13 0 118485359 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1796060 CPUtime=309.54
/proc/18176/task/18181/stat : 18181 (java) R 18174 18176 17038 0 -1 64 8257 0 2 0 30940 14 0 0 17 0 13 0 118485361 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103350803 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118485362 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118485362 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1796060 CPUtime=2.11
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 5499 0 0 0 209 2 0 0 17 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1796060 CPUtime=2.84
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 10301 0 0 0 279 5 0 0 17 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18189] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18189/stat : 18189 (java) S 18174 18176 17038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118494934 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18389] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18389/stat : 18389 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118657891 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 1796060

[startup+1727.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 18390
/proc/meminfo: memFree=23640/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=1796060 CPUtime=1802.01
/proc/18176/stat : 18176 (java) S 18174 18176 17038 0 -1 0 522448 0 3 0 179909 292 0 0 16 0 13 0 118485349 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 449015 417599 1338 9 0 446626 0
[pid=18176/tid=18178] ppid=18174 vsize=1796060 CPUtime=1341.64
/proc/18176/task/18178/stat : 18178 (java) S 18174 18176 17038 0 -1 64 39010 0 1 0 134107 57 0 0 25 0 13 0 118485351 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18179] ppid=18174 vsize=1796060 CPUtime=72.73
/proc/18176/task/18179/stat : 18179 (java) S 18174 18176 17038 0 -1 64 255682 0 0 0 7153 120 0 0 16 0 13 0 118485359 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18180] ppid=18174 vsize=1796060 CPUtime=72.7
/proc/18176/task/18180/stat : 18180 (java) S 18174 18176 17038 0 -1 64 202959 0 0 0 7179 91 0 0 17 0 13 0 118485359 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18181] ppid=18174 vsize=1796060 CPUtime=309.93
/proc/18176/task/18181/stat : 18181 (java) R 18174 18176 17038 0 -1 64 8257 0 2 0 30979 14 0 0 18 0 13 0 118485361 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904260 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18182] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18182/stat : 18182 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118485362 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18183] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18183/stat : 18183 (java) S 18174 18176 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118485362 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18184] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18184/stat : 18184 (java) S 18174 18176 17038 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18185] ppid=18174 vsize=1796060 CPUtime=2.11
/proc/18176/task/18185/stat : 18185 (java) S 18174 18176 17038 0 -1 64 5499 0 0 0 209 2 0 0 17 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18176/tid=18186] ppid=18174 vsize=1796060 CPUtime=2.84
/proc/18176/task/18186/stat : 18186 (java) S 18174 18176 17038 0 -1 64 10301 0 0 0 279 5 0 0 17 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18187] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18187/stat : 18187 (java) S 18174 18176 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118485366 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18189] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18189/stat : 18189 (java) S 18174 18176 17038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118494934 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18176/tid=18389] ppid=18174 vsize=1796060 CPUtime=0
/proc/18176/task/18389/stat : 18389 (java) S 18174 18176 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118657891 1839165440 417599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 1796060

[startup+1727.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 18390
/proc/meminfo: memFree=23640/2055920 swapFree=4184740/4192956
[pid=18176] ppid=18174 vsize=0 CPUtime=1802.21
/proc/18176/stat : 18176 (java) Z 18174 18176 17038 0 -1 1036 522448 0 3 0 179911 310 0 0 16 0 2 0 118485349 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18176/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1727.68
CPU time (s): 1802.3
CPU user time (s): 1799.12
CPU system time (s): 3.18651
CPU usage (%): 104.319
Max. virtual memory (cumulated for all children) (KiB): 1801544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 3.18651
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522448
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47464
involuntary context switches= 35241

runsolver used 1.76073 second user time and 4.63929 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Apr 16 06:42:37 UTC 2007

IDJOB= 354346
IDBENCH= 2494
IDSOLVER= 164
FILE ID= node59/354346-1176705755

PBS_JOBID= 4560040

Free space on /tmp= 66114 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum3.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354346-1176705755/sat4jPseudoCPClause.jar /tmp/evaluation/354346-1176705755/instance-354346-1176705755.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-354346-1176705755 -o ROOT/results/node59/solver-354346-1176705755 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354346-1176705755/sat4jPseudoCPClause.jar /tmp/evaluation/354346-1176705755/instance-354346-1176705755.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  84f1974aba41ac2d1ba5ffc7a29fc60a

RANDOM SEED= 488007813

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1097888 kB
Buffers:         16132 kB
Cached:         841540 kB
SwapCached:       2596 kB
Active:         756672 kB
Inactive:       115612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097888 kB
SwapTotal:     4192956 kB
SwapFree:      4184740 kB
Dirty:          208620 kB
Writeback:       37440 kB
Mapped:          20180 kB
Slab:            71688 kB
Committed_AS:  1546344 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66114 MiB

End job on node59 on Mon Apr 16 07:11:25 UTC 2007