Trace number 2661450

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1802.27 1761.66

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__1024.opb
MD5SUM2bcff1be6c98046e73917053605e201c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables15362998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint1024
Maximum length of a constraint46081
Number of terms in the objective function 15360000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 520168088576
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 520168088576
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/2.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/2.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/2.16	c See www.sat4j.org for details.
0.07/2.16	c version 2.2.0.v20100526
0.07/2.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/2.16	c java.vm.name		Java HotSpot(TM) Server VM
0.07/2.16	c java.vm.version	11.2-b01
0.07/2.16	c java.vm.vendor	Sun Microsystems Inc.
0.07/2.16	c sun.arch.data.model	32
0.07/2.16	c java.version		1.6.0_12
0.07/2.16	c os.name		Linux
0.07/2.16	c os.version		2.6.18-164.el5
0.07/2.16	c os.arch		i386
0.07/2.16	c Free memory 		1393557488
0.07/2.16	c Max memory 		1395916800
0.07/2.17	c Total memory 		1395916800
0.07/2.17	c Number of processors 	2
0.21/2.22	c Pseudo Boolean Optimization
0.21/2.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/2.22	c --- Begin Solver configuration ---
0.21/2.22	c Stops conflict analysis at the first Unique Implication Point
0.21/2.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.21/2.22	c Learn all clauses as in MiniSAT
0.21/2.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/2.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/2.22	c No reason simplification
0.21/2.22	c Armin Biere (Picosat) restarts strategy
0.21/2.22	c Glucose learned constraints deletion strategy
0.21/2.22	c timeout=2147483s
0.21/2.22	c DB Simplification allowed=false
0.21/2.22	c --- End Solver configuration ---
0.21/2.22	c solving HOME/instance-2661450-1276690885.opb
0.21/2.22	c reading problem ... 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661450-1276690885/watcher-2661450-1276690885 -o /tmp/evaluation-result-2661450-1276690885/solver-2661450-1276690885 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661450-1276690885.opb 

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


[startup+0 s]
/proc/loadavg: 3.89 2.44 1.78 2/109 16477
/proc/meminfo: memFree=811284/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=392 CPUtime=0
/proc/16477/stat : 16477 (java) R 16475 16477 16158 0 -1 4194304 291 0 0 0 0 0 0 0 21 0 1 0 10387203 401408 37 1992294400 134512640 134550932 4294534336 18446744073709551615 5467303 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16477/statm: 98 41 32 10 0 25 0

[startup+0.0380959 s]
/proc/loadavg: 3.89 2.44 1.78 2/109 16477
/proc/meminfo: memFree=811284/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=13684 CPUtime=0.01
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 1186 0 0 0 0 1 0 0 21 0 2 0 10387203 14012416 633 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 3421 633 308 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.101096 s]
/proc/loadavg: 3.89 2.44 1.78 2/109 16477
/proc/meminfo: memFree=811284/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=13684 CPUtime=0.01
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 1186 0 0 0 0 1 0 0 21 0 2 0 10387203 14012416 633 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 3421 633 308 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.301114 s]
/proc/loadavg: 3.89 2.44 1.78 2/109 16477
/proc/meminfo: memFree=811284/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=13684 CPUtime=0.01
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 1186 0 0 0 0 1 0 0 21 0 2 0 10387203 14012416 633 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 3421 633 308 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.701153 s]
/proc/loadavg: 3.89 2.44 1.78 2/109 16477
/proc/meminfo: memFree=811284/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=13684 CPUtime=0.01
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 1186 0 0 0 0 1 0 0 21 0 2 0 10387203 14012416 633 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 3421 633 308 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+1.50123 s]
/proc/loadavg: 3.90 2.46 1.79 1/110 16479
/proc/meminfo: memFree=809920/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=13684 CPUtime=0.01
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 1186 0 0 0 0 1 0 0 21 0 2 0 10387203 14012416 633 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 3421 633 308 10 0 1206 0
[pid=16477/tid=16479] ppid=16475 vsize=13684 CPUtime=0
/proc/16477/task/16479/stat : 16479 (java) D 16475 16477 16158 0 -1 4202560 144 0 0 0 0 0 0 0 23 0 2 0 10387205 14012416 633 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16784584 18446744071562154983 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+3.1014 s]
/proc/loadavg: 3.90 2.46 1.79 2/115 16484
/proc/meminfo: memFree=801884/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=1527868 CPUtime=1.48
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 94959 0 1 0 111 37 0 0 21 0 12 0 10387203 1564536832 94396 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 381967 94410 1403 10 0 379269 0
[pid=16477/tid=16479] ppid=16475 vsize=1527868 CPUtime=0.97
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92004 0 1 0 62 35 0 0 19 0 12 0 10387205 1564536832 94418 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 201
[pid=16477/tid=16480] ppid=16475 vsize=1527868 CPUtime=0.07
/proc/16477/task/16480/stat : 16480 (java) R 16475 16477 16158 0 -1 4202560 930 0 0 0 7 0 0 0 18 0 12 0 10387408 1564536832 94428 1992294400 134512640 134550932 4294534336 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16477/tid=16481] ppid=16475 vsize=1527868 CPUtime=0.08
/proc/16477/task/16481/stat : 16481 (java) R 16475 16477 16158 0 -1 4202560 1 0 0 0 8 0 0 0 18 0 12 0 10387408 1564536832 94436 1992294400 134512640 134550932 4294534336 18446744073709551615 105886576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16482] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16482/stat : 16482 (java) S 16475 16477 16158 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 10387409 1564536832 94445 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 10387410 1564536832 94455 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 10387410 1564536832 94465 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1527868
heavy processes:

[startup+6.30171 s]
/proc/loadavg: 3.90 2.46 1.79 2/120 16489
/proc/meminfo: memFree=299024/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=1527868 CPUtime=5.16
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 135661 0 1 0 458 58 0 0 21 0 12 0 10387203 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 381967 134615 1408 10 0 379269 0
[pid=16477/tid=16479] ppid=16475 vsize=1527868 CPUtime=3.64
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92005 0 1 0 327 37 0 0 18 0 12 0 10387205 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 201
[pid=16477/tid=16480] ppid=16475 vsize=1527868 CPUtime=0.6
/proc/16477/task/16480/stat : 16480 (java) R 16475 16477 16158 0 -1 4202560 27840 0 0 0 48 12 0 0 18 0 12 0 10387408 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16477/tid=16481] ppid=16475 vsize=1527868 CPUtime=0.56
/proc/16477/task/16481/stat : 16481 (java) R 16475 16477 16158 0 -1 4202560 13745 0 0 0 49 7 0 0 16 0 12 0 10387408 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 106205892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16482] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16482/stat : 16482 (java) S 16475 16477 16158 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10387409 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 10387415 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1527868 CPUtime=0.21
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 464 0 0 0 21 0 0 0 19 0 12 0 10387415 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1527868 CPUtime=0.11
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 533 0 0 0 11 0 0 0 19 0 12 0 10387415 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1527868 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10387415 1564536832 134615 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 1527868

[startup+12.7023 s]
/proc/loadavg: 4.23 2.58 1.84 2/120 16489
/proc/meminfo: memFree=203048/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=1530436 CPUtime=13.13
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 155335 0 1 0 1244 69 0 0 21 0 12 0 10387203 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 382609 153234 1413 10 0 379911 0
[pid=16477/tid=16479] ppid=16475 vsize=1530436 CPUtime=8.41
/proc/16477/task/16479/stat : 16479 (java) R 16475 16477 16158 0 -1 4202560 92013 0 1 0 803 38 0 0 16 0 12 0 10387205 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 201
[pid=16477/tid=16480] ppid=16475 vsize=1530436 CPUtime=2.2
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 38139 0 0 0 203 17 0 0 16 0 12 0 10387408 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16481] ppid=16475 vsize=1530436 CPUtime=2.16
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 23107 0 0 0 204 12 0 0 16 0 12 0 10387408 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16482] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16482/stat : 16482 (java) S 16475 16477 16158 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10387409 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 10387415 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1530436 CPUtime=0.21
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 464 0 0 0 21 0 0 0 19 0 12 0 10387415 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1530436 CPUtime=0.11
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 11 0 0 0 18 0 12 0 10387415 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10387415 1567166464 153234 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 1530436

[startup+25.5016 s]
/proc/loadavg: 4.50 2.69 1.88 4/120 16489
/proc/meminfo: memFree=23744/2059040 swapFree=4140808/4192956
[pid=16477] ppid=16475 vsize=1530436 CPUtime=30.29
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 204210 0 1 0 2925 104 0 0 21 0 12 0 10387203 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 382609 199772 1413 10 0 379911 0
[pid=16477/tid=16479] ppid=16475 vsize=1530436 CPUtime=16.42
/proc/16477/task/16479/stat : 16479 (java) R 16475 16477 16158 0 -1 4202560 92030 0 1 0 1600 42 0 0 15 0 12 0 10387205 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4109670677 0 4 0 16800975 0 0 0 -1 0 0 0 201
[pid=16477/tid=16480] ppid=16475 vsize=1530436 CPUtime=6.78
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 66453 0 0 0 643 35 0 0 16 0 12 0 10387408 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16481] ppid=16475 vsize=1530436 CPUtime=6.69
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 43647 0 0 0 645 24 0 0 16 0 12 0 10387408 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16482] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16482/stat : 16482 (java) S 16475 16477 16158 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10387409 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 10387415 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1530436 CPUtime=0.24
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 468 0 0 0 24 0 0 0 15 0 12 0 10387415 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1530436 CPUtime=0.11
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 11 0 0 0 15 0 12 0 10387415 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10387415 1567166464 199772 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.29
Current children cumulated vsize (KiB) 1530436

[startup+51.101 s]
/proc/loadavg: 4.81 2.91 1.97 1/120 16491
/proc/meminfo: memFree=7756/2059040 swapFree=4140720/4192956
[pid=16477] ppid=16475 vsize=1530436 CPUtime=42.3
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 224202 0 1 0 4112 118 0 0 21 0 12 0 10387203 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 382609 218303 1413 10 0 379911 0
[pid=16477/tid=16479] ppid=16475 vsize=1530436 CPUtime=22.56
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92038 0 1 0 2212 44 0 0 16 0 12 0 10387205 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 201
[pid=16477/tid=16480] ppid=16475 vsize=1530436 CPUtime=9.72
/proc/16477/task/16480/stat : 16480 (java) D 16475 16477 16158 0 -1 4204608 76392 0 0 0 929 43 0 0 15 0 12 0 10387408 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 106195352 0 4 0 16800975 18446744071562234512 0 0 -1 1 0 0 0
[pid=16477/tid=16481] ppid=16475 vsize=1530436 CPUtime=9.61
/proc/16477/task/16481/stat : 16481 (java) D 16475 16477 16158 0 -1 4204608 53692 0 0 0 933 28 0 0 16 0 12 0 10387408 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 106195352 0 4 0 16800975 18446744071562234512 0 0 -1 1 0 0 1191
[pid=16477/tid=16482] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16482/stat : 16482 (java) S 16475 16477 16158 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10387409 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1530436 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1567166464 218303 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1530436 CPUtime=0

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

/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 13693747 0 6 0 174654 5357 0 0 21 0 12 0 10387203 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 399572 360356 1418 10 0 396874 0
[pid=16477/tid=16479] ppid=16475 vsize=1598288 CPUtime=57.54
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92484 0 1 0 5691 63 0 0 15 0 12 0 10387205 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 16943
[pid=16477/tid=16480] ppid=16475 vsize=1598288 CPUtime=252.91
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 120571 0 0 0 25191 100 0 0 16 0 12 0 10387408 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 1366
[pid=16477/tid=16481] ppid=16475 vsize=1598288 CPUtime=250.34
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 139491 0 0 0 24925 109 0 0 16 0 12 0 10387408 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 2557
[pid=16477/tid=16482] ppid=16475 vsize=1598288 CPUtime=1238.89
/proc/16477/task/16482/stat : 16482 (java) R 16475 16477 16158 0 -1 4202560 13339043 0 5 0 118807 5082 0 0 25 0 12 0 10387409 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 105696733 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 10387415 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1598288 CPUtime=0.26
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 470 0 0 0 26 0 0 0 15 0 12 0 10387415 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1598288 CPUtime=0.12
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 12 0 0 0 15 0 12 0 10387415 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 12 0 10387415 1636646912 360356 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1598288

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16477

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

[startup+1760.1 s]
/proc/loadavg: 1.24 1.31 1.63 2/117 16539
/proc/meminfo: memFree=60416/2059040 swapFree=4140136/4192956
[pid=16477] ppid=16475 vsize=1598288 CPUtime=1800.7
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 13693751 0 6 0 174713 5357 0 0 18 0 12 0 10387203 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 399572 360357 1418 10 0 396874 0
[pid=16477/tid=16479] ppid=16475 vsize=1598288 CPUtime=57.54
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92484 0 1 0 5691 63 0 0 15 0 12 0 10387205 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 16943
[pid=16477/tid=16480] ppid=16475 vsize=1598288 CPUtime=252.91
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 120571 0 0 0 25191 100 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 1366
[pid=16477/tid=16481] ppid=16475 vsize=1598288 CPUtime=250.34
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 139491 0 0 0 24925 109 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 2557
[pid=16477/tid=16482] ppid=16475 vsize=1598288 CPUtime=1239.48
/proc/16477/task/16482/stat : 16482 (java) R 16475 16477 16158 0 -1 4202560 13339043 0 5 0 118866 5082 0 0 25 0 12 0 10387409 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1598288 CPUtime=0.26
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 470 0 0 0 26 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1598288 CPUtime=0.12
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 12 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (KiB) 1598288

[startup+1760.9 s]
/proc/loadavg: 1.24 1.31 1.63 2/118 16540
/proc/meminfo: memFree=60408/2059040 swapFree=4140136/4192956
[pid=16477] ppid=16475 vsize=1598288 CPUtime=1801.5
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 13693751 0 6 0 174793 5357 0 0 18 0 12 0 10387203 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 399572 360357 1418 10 0 396874 0
[pid=16477/tid=16479] ppid=16475 vsize=1598288 CPUtime=57.54
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92484 0 1 0 5691 63 0 0 15 0 12 0 10387205 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 16943
[pid=16477/tid=16480] ppid=16475 vsize=1598288 CPUtime=252.91
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 120571 0 0 0 25191 100 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 1366
[pid=16477/tid=16481] ppid=16475 vsize=1598288 CPUtime=250.34
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 139491 0 0 0 24925 109 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 2557
[pid=16477/tid=16482] ppid=16475 vsize=1598288 CPUtime=1240.28
/proc/16477/task/16482/stat : 16482 (java) R 16475 16477 16158 0 -1 4202560 13339043 0 5 0 118946 5082 0 0 25 0 12 0 10387409 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 106158883 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1598288 CPUtime=0.26
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 470 0 0 0 26 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1598288 CPUtime=0.12
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 12 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 1598288

[startup+1761.3 s]
/proc/loadavg: 1.24 1.31 1.63 2/118 16540
/proc/meminfo: memFree=60408/2059040 swapFree=4140136/4192956
[pid=16477] ppid=16475 vsize=1598288 CPUtime=1801.9
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 13693751 0 6 0 174833 5357 0 0 18 0 12 0 10387203 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 399572 360357 1418 10 0 396874 0
[pid=16477/tid=16479] ppid=16475 vsize=1598288 CPUtime=57.54
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92484 0 1 0 5691 63 0 0 15 0 12 0 10387205 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 16943
[pid=16477/tid=16480] ppid=16475 vsize=1598288 CPUtime=252.91
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 120571 0 0 0 25191 100 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 1366
[pid=16477/tid=16481] ppid=16475 vsize=1598288 CPUtime=250.34
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 139491 0 0 0 24925 109 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 2557
[pid=16477/tid=16482] ppid=16475 vsize=1598288 CPUtime=1240.68
/proc/16477/task/16482/stat : 16482 (java) R 16475 16477 16158 0 -1 4202560 13339043 0 5 0 118986 5082 0 0 25 0 12 0 10387409 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1598288 CPUtime=0.26
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 470 0 0 0 26 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1598288 CPUtime=0.12
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 12 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 1598288

[startup+1761.51 s]
/proc/loadavg: 1.22 1.30 1.63 2/118 16540
/proc/meminfo: memFree=60408/2059040 swapFree=4140136/4192956
[pid=16477] ppid=16475 vsize=1598288 CPUtime=1802.11
/proc/16477/stat : 16477 (java) S 16475 16477 16158 0 -1 4202496 13693751 0 6 0 174854 5357 0 0 18 0 12 0 10387203 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 399572 360357 1418 10 0 396874 0
[pid=16477/tid=16479] ppid=16475 vsize=1598288 CPUtime=57.54
/proc/16477/task/16479/stat : 16479 (java) S 16475 16477 16158 0 -1 4202560 92484 0 1 0 5691 63 0 0 15 0 12 0 10387205 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 16943
[pid=16477/tid=16480] ppid=16475 vsize=1598288 CPUtime=252.91
/proc/16477/task/16480/stat : 16480 (java) S 16475 16477 16158 0 -1 4202560 120571 0 0 0 25191 100 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 1366
[pid=16477/tid=16481] ppid=16475 vsize=1598288 CPUtime=250.34
/proc/16477/task/16481/stat : 16481 (java) S 16475 16477 16158 0 -1 4202560 139491 0 0 0 24925 109 0 0 16 0 12 0 10387408 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 2557
[pid=16477/tid=16482] ppid=16475 vsize=1598288 CPUtime=1240.88
/proc/16477/task/16482/stat : 16482 (java) R 16475 16477 16158 0 -1 4202560 13339043 0 5 0 119006 5082 0 0 25 0 12 0 10387409 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16477/tid=16483] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16483/stat : 16483 (java) S 16475 16477 16158 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16484] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16484/stat : 16484 (java) S 16475 16477 16158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10387410 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 0 0 0 0
[pid=16477/tid=16485] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16485/stat : 16485 (java) S 16475 16477 16158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16486] ppid=16475 vsize=1598288 CPUtime=0.26
/proc/16477/task/16486/stat : 16486 (java) S 16475 16477 16158 0 -1 4202560 470 0 0 0 26 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16487] ppid=16475 vsize=1598288 CPUtime=0.12
/proc/16477/task/16487/stat : 16487 (java) S 16475 16477 16158 0 -1 4202560 538 0 0 0 12 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16488] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16488/stat : 16488 (java) S 16475 16477 16158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
[pid=16477/tid=16489] ppid=16475 vsize=1598288 CPUtime=0
/proc/16477/task/16489/stat : 16489 (java) S 16475 16477 16158 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 12 0 10387415 1636646912 360357 1992294400 134512640 134550932 4294534336 18446744073709551615 4294960144 0 4 0 16800975 18446604437575708864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 1598288

[startup+1761.6 s]
/proc/loadavg: 1.22 1.30 1.63 2/118 16540
/proc/meminfo: memFree=60408/2059040 swapFree=4140136/4192956
[pid=16477] ppid=16475 vsize=0 CPUtime=1802.19
/proc/16477/stat : 16477 (java) Z 16475 16477 16158 0 -1 4203548 13693751 0 6 0 174855 5364 0 0 18 0 2 0 10387203 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16477/statm: 0 0 0 0 0 0 0
[pid=16477/tid=16482] ppid=16475 vsize=0 CPUtime=1241.01
/proc/16477/task/16482/stat : 16482 (java) R 16475 16477 16158 0 -1 4203588 13339043 0 5 0 119008 5093 0 0 25 0 2 0 10387409 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1761.66
CPU time (s): 1802.27
CPU user time (s): 1748.56
CPU system time (s): 53.7108
CPU usage (%): 102.305
Max. virtual memory (cumulated for all children) (KiB): 1630292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1748.56
system time used= 53.7108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13693751
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51389
involuntary context switches= 48297

runsolver used 3.67344 second user time and 9.2176 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-16 14:22:07
IDJOB=2661450
IDBENCH=71872
IDSOLVER=1165
FILE ID=node089/2661450-1276690885
PBS_JOBID= 11172598
Free space on /tmp= 61780 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__1024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661450-1276690885/watcher-2661450-1276690885 -o /tmp/evaluation-result-2661450-1276690885/solver-2661450-1276690885 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661450-1276690885.opb

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=1507206817

node089.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:        812316 kB
Buffers:        118184 kB
Cached:        1004192 kB
SwapCached:       6588 kB
Active:         889652 kB
Inactive:       246944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:        812316 kB
SwapTotal:     4192956 kB
SwapFree:      4140808 kB
Dirty:          670104 kB
Writeback:       45404 kB
AnonPages:       11628 kB
Mapped:          13032 kB
Slab:            88472 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 61780 MiB
End job on node089 at 2010-06-16 14:51:39