Trace number 347832

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
SAT4JPseudoResolution 2007-03-23? (MO) 100.591 74.6838

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
MD5SUMdc68c84ca9a12d789f4fef65e97f0e43
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 160
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1988816
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1988816
Number of bits of the biggest sum of numbers21
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.02/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c no version file found!!!
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.27	--- Begin Solver configuration ---
0.12/0.27	c Stops conflict analysis at the first Unique Implication Point
0.12/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.27	c Learn all clauses as in MiniSAT
0.12/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.27	c No reason simplification
0.12/0.27	c --- End Solver configuration ---
0.12/0.27	c solving /tmp/evaluation/347832-1176518217/instance-347832-1176518217.opb
0.12/0.27	c reading problem ... 

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/node12/watcher-347832-1176518217 -o ROOT/results/node12/solver-347832-1176518217 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347832-1176518217/sat4jPseudoResolution.jar /tmp/evaluation/347832-1176518217/instance-347832-1176518217.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: 0.99 0.98 0.99 2/77 14464
/proc/meminfo: memFree=1447864/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=18568 CPUtime=0
/proc/14464/stat : 14464 (runsolver) D 14462 14464 12780 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 127859225 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 252429528359 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/14464/statm: 4642 292 257 24 0 2626 0

[startup+0.0130441 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14464
/proc/meminfo: memFree=1447864/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=18568 CPUtime=0
/proc/14464/stat : 14464 (runsolver) D 14462 14464 12780 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 127859225 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 252429528359 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/14464/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101061 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14464
/proc/meminfo: memFree=1447864/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1776376 CPUtime=0.02
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 3419 0 1 0 1 1 0 0 18 0 4 0 127859225 1819009024 3166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 444094 3166 1008 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.301075 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14464
/proc/meminfo: memFree=1447864/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1781984 CPUtime=0.23
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 9130 0 1 0 18 5 0 0 18 0 12 0 127859225 1824751616 8870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 445496 8881 1246 9 0 443108 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781984

[startup+0.701119 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 14464
/proc/meminfo: memFree=1447864/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1783424 CPUtime=0.75
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 31821 0 1 0 60 15 0 0 18 0 12 0 127859225 1826226176 31455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 445856 31455 1284 9 0 443468 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1783424

[startup+1.50219 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 14476
/proc/meminfo: memFree=1301528/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1783748 CPUtime=1.74
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 63694 0 1 0 140 34 0 0 18 0 12 0 127859225 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 445937 63254 1305 9 0 443549 0
[pid=14464/tid=14466] ppid=14462 vsize=1783748 CPUtime=1.12
/proc/14464/task/14466/stat : 14466 (java) R 14462 14464 12780 0 -1 64 37668 0 1 0 94 18 0 0 18 0 12 0 127859232 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500357 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1783748 CPUtime=0.15
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 9353 0 0 0 9 6 0 0 18 0 12 0 127859233 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1783748 CPUtime=0.14
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 15055 0 0 0 6 8 0 0 18 0 12 0 127859233 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1783748 CPUtime=0
/proc/14464/task/14469/stat : 14469 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859235 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1783748 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1783748 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1783748 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1783748 CPUtime=0.15
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 577 0 0 0 15 0 0 0 17 0 12 0 127859240 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1783748 CPUtime=0.14
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 318 0 0 0 14 0 0 0 16 0 12 0 127859240 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1783748 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1783748 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1826557952 63254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1783748

[startup+3.10236 s]
/proc/loadavg: 1.07 1.00 1.00 2/89 14476
/proc/meminfo: memFree=1196312/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1786312 CPUtime=3.72
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 76719 0 1 0 331 41 0 0 18 0 12 0 127859225 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 446578 75337 1305 9 0 444190 0
[pid=14464/tid=14466] ppid=14462 vsize=1786312 CPUtime=2.34
/proc/14464/task/14466/stat : 14466 (java) R 14462 14464 12780 0 -1 64 37669 0 1 0 216 18 0 0 17 0 12 0 127859232 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1786312 CPUtime=0.52
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 15973 0 0 0 42 10 0 0 16 0 12 0 127859233 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1786312 CPUtime=0.51
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 21456 0 0 0 41 10 0 0 16 0 12 0 127859233 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1786312 CPUtime=0
/proc/14464/task/14469/stat : 14469 (java) S 14462 14464 12780 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 127859235 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1786312 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1786312 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1786312 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1786312 CPUtime=0.15
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 577 0 0 0 15 0 0 0 17 0 12 0 127859240 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1786312 CPUtime=0.14
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 318 0 0 0 14 0 0 0 16 0 12 0 127859240 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1786312 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1786312 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1829183488 75337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1786312

[startup+6.30268 s]
/proc/loadavg: 1.07 1.00 1.00 2/89 14476
/proc/meminfo: memFree=1132632/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1787208 CPUtime=7.57
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 87844 0 1 0 709 48 0 0 18 0 12 0 127859225 1830100992 85715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 446802 85717 1305 9 0 444414 0
[pid=14464/tid=14466] ppid=14462 vsize=1787208 CPUtime=4.89
/proc/14464/task/14466/stat : 14466 (java) S 14462 14464 12780 0 -1 64 37671 0 1 0 470 19 0 0 25 0 12 0 127859232 1830100992 85718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1787208 CPUtime=1.17
/proc/14464/task/14467/stat : 14467 (java) R 14462 14464 12780 0 -1 64 23854 0 0 0 103 14 0 0 18 0 12 0 127859233 1830100992 85719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366866 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1787208 CPUtime=1.16
/proc/14464/task/14468/stat : 14468 (java) R 14462 14464 12780 0 -1 64 24703 0 0 0 104 12 0 0 18 0 12 0 127859233 1830100992 85720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1787208 CPUtime=0
/proc/14464/task/14469/stat : 14469 (java) S 14462 14464 12780 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 127859235 1830100992 85721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1787208 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1830100992 85722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1787208 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1830100992 85724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1787208 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1830100992 85725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1787208 CPUtime=0.15
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 577 0 0 0 15 0 0 0 16 0 12 0 127859240 1830100992 85726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1787208 CPUtime=0.14
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 318 0 0 0 14 0 0 0 16 0 12 0 127859240 1830100992 85727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1787208 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1830100992 85728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1787208 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1830100992 85729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 1787208

[startup+12.7013 s]
/proc/loadavg: 1.14 1.02 1.00 2/89 14476
/proc/meminfo: memFree=1017880/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1797392 CPUtime=17.11
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 123656 0 1 0 1645 66 0 0 18 0 12 0 127859225 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 449348 115327 1320 9 0 446960 0
[pid=14464/tid=14466] ppid=14462 vsize=1797392 CPUtime=8.59
/proc/14464/task/14466/stat : 14466 (java) R 14462 14464 12780 0 -1 64 37696 0 1 0 838 21 0 0 18 0 12 0 127859232 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595067 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1797392 CPUtime=3.44
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 35524 0 0 0 324 20 0 0 21 0 12 0 127859233 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1797392 CPUtime=3.43
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 42443 0 0 0 323 20 0 0 16 0 12 0 127859233 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1797392 CPUtime=0
/proc/14464/task/14469/stat : 14469 (java) S 14462 14464 12780 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 127859235 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1797392 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1797392 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1797392 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1797392 CPUtime=0.94
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 4416 0 0 0 93 1 0 0 16 0 12 0 127859240 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1797392 CPUtime=0.65
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 2851 0 0 0 64 1 0 0 16 0 12 0 127859240 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1797392 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1797392 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1840529408 115327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 1797392

[startup+25.5028 s]
/proc/loadavg: 1.19 1.03 1.01 2/89 14476
/proc/meminfo: memFree=751064/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1796472 CPUtime=34.84
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 196015 0 1 0 3382 102 0 0 18 0 12 0 127859225 1839587328 177716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 449118 177716 1320 9 0 446730 0
[pid=14464/tid=14466] ppid=14462 vsize=1796472 CPUtime=16.55
/proc/14464/task/14466/stat : 14466 (java) S 14462 14464 12780 0 -1 64 37718 0 1 0 1633 22 0 0 20 0 12 0 127859232 1839587328 177716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1796472 CPUtime=8.22
/proc/14464/task/14467/stat : 14467 (java) R 14462 14464 12780 0 -1 64 71027 0 0 0 786 36 0 0 16 0 12 0 127859233 1839587328 177717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1796472 CPUtime=8.23
/proc/14464/task/14468/stat : 14468 (java) R 14462 14464 12780 0 -1 64 79241 0 0 0 785 38 0 0 17 0 12 0 127859233 1839587328 177719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14469/stat : 14469 (java) S 14462 14464 12780 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 127859235 1839587328 177721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1839587328 177723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1839587328 177725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1839587328 177727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1796472 CPUtime=1.02
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 4432 0 0 0 101 1 0 0 16 0 12 0 127859240 1839587328 177727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1796472 CPUtime=0.76
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 2866 0 0 0 75 1 0 0 15 0 12 0 127859240 1839587328 177727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1839587328 177727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1839587328 177727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.84
Current children cumulated vsize (KiB) 1796472

[startup+51.1023 s]
/proc/loadavg: 1.18 1.04 1.01 2/89 14476
/proc/meminfo: memFree=217816/2055920 swapFree=4192956/4192956
[pid=14464] ppid=14462 vsize=1796472 CPUtime=70.05
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 348967 0 1 0 6825 180 0 0 18 0 12 0 127859225 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 449118 313677 1324 9 0 446730 0
[pid=14464/tid=14466] ppid=14462 vsize=1796472 CPUtime=32.42
/proc/14464/task/14466/stat : 14466 (java) R 14462 14464 12780 0 -1 64 37749 0 1 0 3216 26 0 0 22 0 12 0 127859232 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109473970 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1796472 CPUtime=17.82
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 147998 0 0 0 1709 73 0 0 16 0 12 0 127859233 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1796472 CPUtime=17.9
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 155173 0 0 0 1715 75 0 0 16 0 12 0 127859233 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1796472 CPUtime=0.02
/proc/14464/task/14469/stat : 14469 (java) S 14462 14464 12780 0 -1 64 23 0 0 0 1 1 0 0 16 0 12 0 127859235 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1796472 CPUtime=1.07
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 4439 0 0 0 105 2 0 0 16 0 12 0 127859240 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1796472 CPUtime=0.77
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 2868 0 0 0 76 1 0 0 17 0 12 0 127859240 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1796472 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1839587328 313677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.05
Current children cumulated vsize (KiB) 1796472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+72.4015 s]
/proc/loadavg: 1.55 1.14 1.04 4/89 14476
/proc/meminfo: memFree=15320/2055920 swapFree=4191880/4192956
[pid=14464] ppid=14462 vsize=1828476 CPUtime=98.31
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 473741 0 2 0 9585 246 0 0 18 0 12 0 127859225 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14464/statm: 457119 419369 1326 9 0 454731 0
[pid=14464/tid=14466] ppid=14462 vsize=1828476 CPUtime=44.29
/proc/14464/task/14466/stat : 14466 (java) S 14462 14464 12780 0 -1 64 37767 0 1 0 4401 28 0 0 22 0 12 0 127859232 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1828476 CPUtime=24.92
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 200385 0 0 0 2394 98 0 0 16 0 12 0 127859233 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1828476 CPUtime=25.05
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 212032 0 0 0 2402 103 0 0 17 0 12 0 127859233 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1828476 CPUtime=2.14
/proc/14464/task/14469/stat : 14469 (java) R 14462 14464 12780 0 -1 64 15533 0 1 0 202 12 0 0 18 0 12 0 127859235 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103350648 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1828476 CPUtime=1.07
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 4439 0 0 0 105 2 0 0 16 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1828476 CPUtime=0.78
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 2868 0 0 0 77 1 0 0 16 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.31
Current children cumulated vsize (KiB) 1828476

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+73.4016 s]
/proc/loadavg: 1.55 1.14 1.04 2/90 14477
/proc/meminfo: memFree=31184/2055920 swapFree=4191880/4192956
[pid=14464] ppid=14462 vsize=1828476 CPUtime=99.3
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 473742 0 2 0 9684 246 0 0 16 0 12 0 127859225 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14464/statm: 457119 419369 1326 9 0 454731 0
[pid=14464/tid=14466] ppid=14462 vsize=1828476 CPUtime=44.29
/proc/14464/task/14466/stat : 14466 (java) S 14462 14464 12780 0 -1 64 37767 0 1 0 4401 28 0 0 22 0 12 0 127859232 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1828476 CPUtime=24.92
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 200385 0 0 0 2394 98 0 0 16 0 12 0 127859233 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1828476 CPUtime=25.05
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 212032 0 0 0 2402 103 0 0 17 0 12 0 127859233 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1828476 CPUtime=3.13
/proc/14464/task/14469/stat : 14469 (java) R 14462 14464 12780 0 -1 64 15533 0 1 0 301 12 0 0 19 0 12 0 127859235 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333018 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1828476 CPUtime=1.07
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 4439 0 0 0 105 2 0 0 16 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1828476 CPUtime=0.78
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 2868 0 0 0 77 1 0 0 16 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1872359424 419369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (KiB) 1828476

[startup+74.2026 s]
/proc/loadavg: 1.55 1.14 1.04 2/90 14477
/proc/meminfo: memFree=31184/2055920 swapFree=4191880/4192956
[pid=14464] ppid=14462 vsize=1828476 CPUtime=100.1
/proc/14464/stat : 14464 (java) S 14462 14464 12780 0 -1 0 473742 0 3 0 9764 246 0 0 16 0 12 0 127859225 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14464/statm: 457119 419370 1327 9 0 454731 0
[pid=14464/tid=14466] ppid=14462 vsize=1828476 CPUtime=44.29
/proc/14464/task/14466/stat : 14466 (java) S 14462 14464 12780 0 -1 64 37767 0 1 0 4401 28 0 0 22 0 12 0 127859232 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14467] ppid=14462 vsize=1828476 CPUtime=24.92
/proc/14464/task/14467/stat : 14467 (java) S 14462 14464 12780 0 -1 64 200385 0 0 0 2394 98 0 0 16 0 12 0 127859233 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14468] ppid=14462 vsize=1828476 CPUtime=25.05
/proc/14464/task/14468/stat : 14468 (java) S 14462 14464 12780 0 -1 64 212032 0 0 0 2402 103 0 0 17 0 12 0 127859233 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14469] ppid=14462 vsize=1828476 CPUtime=3.93
/proc/14464/task/14469/stat : 14469 (java) R 14462 14464 12780 0 -1 64 15533 0 2 0 381 12 0 0 21 0 12 0 127859235 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070427 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14470] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14470/stat : 14470 (java) S 14462 14464 12780 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127859236 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14471] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14471/stat : 14471 (java) S 14462 14464 12780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127859236 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14472] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14472/stat : 14472 (java) S 14462 14464 12780 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127859240 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14473] ppid=14462 vsize=1828476 CPUtime=1.07
/proc/14464/task/14473/stat : 14473 (java) S 14462 14464 12780 0 -1 64 4439 0 0 0 105 2 0 0 16 0 12 0 127859240 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14474] ppid=14462 vsize=1828476 CPUtime=0.78
/proc/14464/task/14474/stat : 14474 (java) S 14462 14464 12780 0 -1 64 2868 0 0 0 77 1 0 0 16 0 12 0 127859240 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14464/tid=14475] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14475/stat : 14475 (java) S 14462 14464 12780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127859240 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14464/tid=14476] ppid=14462 vsize=1828476 CPUtime=0
/proc/14464/task/14476/stat : 14476 (java) S 14462 14464 12780 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127859240 1872359424 419370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.1
Current children cumulated vsize (KiB) 1828476

[startup+74.6028 s]
/proc/loadavg: 1.55 1.14 1.04 2/90 14477
/proc/meminfo: memFree=31184/2055920 swapFree=4191880/4192956
[pid=14464] ppid=14462 vsize=0 CPUtime=100.5
/proc/14464/stat : 14464 (java) Z 14462 14464 12780 0 -1 1036 473742 0 3 0 9786 264 0 0 16 0 2 0 127859225 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14464/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 74.6838
CPU time (s): 100.591
CPU user time (s): 97.8641
CPU system time (s): 2.72658
CPU usage (%): 134.689
Max. virtual memory (cumulated for all children) (KiB): 1844480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.8641
system time used= 2.72659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473742
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= 2675
involuntary context switches= 2791

runsolver used 0.102984 second user time and 0.246962 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Apr 14 02:36:59 UTC 2007

IDJOB= 347832
IDBENCH= 1503
IDSOLVER= 159
FILE ID= node12/347832-1176518217

PBS_JOBID= 4556706

Free space on /tmp= 66310 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347832-1176518217/sat4jPseudoResolution.jar /tmp/evaluation/347832-1176518217/instance-347832-1176518217.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-347832-1176518217 -o ROOT/results/node12/solver-347832-1176518217 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347832-1176518217/sat4jPseudoResolution.jar /tmp/evaluation/347832-1176518217/instance-347832-1176518217.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  dc68c84ca9a12d789f4fef65e97f0e43

RANDOM SEED= 661962771

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1448336 kB
Buffers:         36824 kB
Cached:         455836 kB
SwapCached:          0 kB
Active:         293140 kB
Inactive:       247332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          126180 kB
Writeback:           0 kB
Mapped:          66676 kB
Slab:            52588 kB
Committed_AS:  3989264 kB
PageTables:       1804 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= 66310 MiB

End job on node12 on Sat Apr 14 02:38:13 UTC 2007