Trace number 362912

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 18.0153 15.804

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-bandm.opb
MD5SUMb002a5dc99ccd859f0d9410c5cb7a1b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.455929
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables14160
Total number of constraints305
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 constraints305
Minimum length of a constraint30
Maximum length of a constraint2100
Number of terms in the objective function 4710
Biggest coefficient in the objective function 6176
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 528047
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 528047
Number of bits of the biggest sum of numbers20
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/362912-1177020202/instance-362912-1177020202.opb
0.20/0.20	c reading problem ... 
2.41/1.63	c ... done. Wall clock time 1.428s.
2.41/1.63	c CPU time (experimental) 1.1s.
2.41/1.63	c #vars     14160
2.41/1.63	c #constraints  602
17.94/15.72	c starts		: 2
17.94/15.72	c conflicts		: 325
17.94/15.72	c decisions		: 7025
17.94/15.72	c propagations		: 29379
17.94/15.72	c inspects		: 927911
17.94/15.72	c learnt literals	: 0
17.94/15.72	c learnt binary clauses	: 0
17.94/15.72	c learnt ternary clauses	: 0
17.94/15.72	c learnt clauses	: 324
17.94/15.72	c root simplifications	: 0
17.94/15.72	c removed literals (reason simplification)	: 0
17.94/15.72	c reason swapping (by a shorter reason)	: 0
17.94/15.72	c Calls to reduceDB	: 0
17.94/15.72	c speed (decisions/second)	: 503.2234957020057
17.94/15.72	c non guided choices	0
17.94/15.72	s UNSATISFIABLE
17.94/15.72	c Total wall clock time (ms): 15.516

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/node16/watcher-362912-1177020202 -o ROOT/results/node16/solver-362912-1177020202 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362912-1177020202/sat4jPseudoCPClause.jar /tmp/evaluation/362912-1177020202/instance-362912-1177020202.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.86 0.97 0.99 3/77 16294
/proc/meminfo: memFree=1858608/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=18568 CPUtime=0
/proc/16294/stat : 16294 (runsolver) R 16292 16294 16186 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 149937826 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16294/statm: 4642 292 257 24 0 2626 0

[startup+0.0194269 s]
/proc/loadavg: 0.86 0.97 0.99 3/77 16294
/proc/meminfo: memFree=1858608/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=12620 CPUtime=0
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 845 0 0 0 0 0 0 0 18 0 2 0 149937826 12922880 602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.102831 s]
/proc/loadavg: 0.86 0.97 0.99 3/77 16294
/proc/meminfo: memFree=1858608/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1780112 CPUtime=0.07
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 3968 0 1 0 5 2 0 0 18 0 12 0 149937826 1822834688 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 445028 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780112

[startup+0.301777 s]
/proc/loadavg: 0.86 0.97 0.99 3/77 16294
/proc/meminfo: memFree=1858608/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1782500 CPUtime=0.32
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 5204 0 1 0 29 3 0 0 18 0 12 0 149937826 1825280000 4943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 445625 4943 1267 9 0 443236 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782500

[startup+0.701701 s]
/proc/loadavg: 0.86 0.97 0.99 3/77 16294
/proc/meminfo: memFree=1858608/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1787536 CPUtime=0.97
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 8227 0 1 0 92 5 0 0 18 0 12 0 149937826 1830436864 7407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 446884 7407 1302 9 0 444495 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1787536

[startup+1.50153 s]
/proc/loadavg: 0.86 0.97 0.99 4/89 16306
/proc/meminfo: memFree=1824720/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1792692 CPUtime=2.29
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 25844 0 1 0 217 12 0 0 18 0 12 0 149937826 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448173 22708 1315 9 0 445784 0
[pid=16294/tid=16296] ppid=16292 vsize=1792692 CPUtime=0.99
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 19031 0 1 0 90 9 0 0 20 0 12 0 149937828 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109498061 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 149937830 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 149937830 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 149937832 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 149937832 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 149937832 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149937836 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1792692 CPUtime=0.54
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 1918 0 0 0 54 0 0 0 16 0 12 0 149937836 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1792692 CPUtime=0.73
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 4173 0 0 0 72 1 0 0 16 0 12 0 149937836 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149937836 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1792692 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 149937836 1835716608 22708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1792692

[startup+3.1022 s]
/proc/loadavg: 0.86 0.97 0.99 3/90 16307
/proc/meminfo: memFree=1747912/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1794040 CPUtime=4.71
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 50376 0 1 0 448 23 0 0 18 0 13 0 149937826 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448510 44893 1331 9 0 446121 0
[pid=16294/tid=16296] ppid=16292 vsize=1794040 CPUtime=2.15
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37733 0 1 0 199 16 0 0 25 0 13 0 149937828 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819784 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1794040 CPUtime=0.06
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 1741 0 0 0 6 0 0 0 16 0 13 0 149937830 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1794040 CPUtime=0.05
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 1603 0 0 0 5 0 0 0 16 0 13 0 149937830 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 149937832 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1794040 CPUtime=1.1
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2813 0 0 0 109 1 0 0 16 0 13 0 149937836 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1794040 CPUtime=1.3
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5756 0 0 0 128 2 0 0 16 0 13 0 149937836 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1794040 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1837096960 44893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1794040

[startup+6.30253 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 16307
/proc/meminfo: memFree=1673432/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1793588 CPUtime=8.41
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 60391 0 1 0 812 29 0 0 18 0 13 0 149937826 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448397 52506 1331 9 0 446008 0
[pid=16294/tid=16296] ppid=16292 vsize=1793588 CPUtime=4.91
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37740 0 1 0 474 17 0 0 17 0 13 0 149937828 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1793588 CPUtime=0.46
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 6763 0 0 0 44 2 0 0 16 0 13 0 149937830 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1793588 CPUtime=0.45
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 6559 0 0 0 41 4 0 0 16 0 13 0 149937830 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 149937832 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1793588 CPUtime=1.2
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2820 0 0 0 119 1 0 0 16 0 13 0 149937836 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1793588 CPUtime=1.34
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5760 0 0 0 132 2 0 0 16 0 13 0 149937836 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1836634112 52506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1793588

[startup+12.7022 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 16307
/proc/meminfo: memFree=1648288/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1793588 CPUtime=14.92
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 62055 0 1 0 1462 30 0 0 18 0 13 0 149937826 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448397 53901 1331 9 0 446008 0
[pid=16294/tid=16296] ppid=16292 vsize=1793588 CPUtime=11.21
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37750 0 1 0 1104 17 0 0 22 0 13 0 149937828 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853722 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1793588 CPUtime=0.52
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 7651 0 0 0 49 3 0 0 16 0 13 0 149937830 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1793588 CPUtime=0.53
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 7322 0 0 0 48 5 0 0 16 0 13 0 149937830 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 149937832 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1793588 CPUtime=1.25
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2823 0 0 0 124 1 0 0 17 0 13 0 149937836 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1793588 CPUtime=1.36
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5760 0 0 0 134 2 0 0 16 0 13 0 149937836 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1836634112 53901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 1793588

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

[startup+14.3069 s]
/proc/loadavg: 0.96 0.99 0.99 3/90 16307
/proc/meminfo: memFree=1645728/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1793588 CPUtime=16.54
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 62473 0 1 0 1623 31 0 0 18 0 13 0 149937826 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448397 54251 1331 9 0 446008 0
[pid=16294/tid=16296] ppid=16292 vsize=1793588 CPUtime=12.79
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37751 0 1 0 1262 17 0 0 25 0 13 0 149937828 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819217 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1793588 CPUtime=0.53
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 7876 0 0 0 50 3 0 0 17 0 13 0 149937830 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1793588 CPUtime=0.54
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 7514 0 0 0 49 5 0 0 16 0 13 0 149937830 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 149937832 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1793588 CPUtime=1.25
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2823 0 0 0 124 1 0 0 17 0 13 0 149937836 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1793588 CPUtime=1.36
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5760 0 0 0 134 2 0 0 16 0 13 0 149937836 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1836634112 54251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 1793588

[startup+15.1027 s]
/proc/loadavg: 0.96 0.99 0.99 3/90 16307
/proc/meminfo: memFree=1645728/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1793588 CPUtime=17.34
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 62805 0 1 0 1703 31 0 0 18 0 13 0 149937826 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448397 54536 1331 9 0 446008 0
[pid=16294/tid=16296] ppid=16292 vsize=1793588 CPUtime=13.58
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37752 0 1 0 1341 17 0 0 25 0 13 0 149937828 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109683112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1793588 CPUtime=0.54
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 8084 0 0 0 51 3 0 0 16 0 13 0 149937830 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1793588 CPUtime=0.54
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 7637 0 0 0 49 5 0 0 16 0 13 0 149937830 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 149937832 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1793588 CPUtime=1.25
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2823 0 0 0 124 1 0 0 17 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1793588 CPUtime=1.36
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5760 0 0 0 134 2 0 0 16 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 1793588

[startup+15.5026 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 16307
/proc/meminfo: memFree=1644640/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1793588 CPUtime=17.74
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 62805 0 1 0 1743 31 0 0 18 0 13 0 149937826 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448397 54536 1331 9 0 446008 0
[pid=16294/tid=16296] ppid=16292 vsize=1793588 CPUtime=13.98
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37753 0 1 0 1381 17 0 0 25 0 13 0 149937828 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1793588 CPUtime=0.54
/proc/16294/task/16297/stat : 16297 (java) R 16292 16294 16186 0 -1 64 8084 0 0 0 51 3 0 0 16 0 13 0 149937830 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1793588 CPUtime=0.54
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 7637 0 0 0 49 5 0 0 16 0 13 0 149937830 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 149937832 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1793588 CPUtime=1.25
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2823 0 0 0 124 1 0 0 17 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1793588 CPUtime=1.36
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5760 0 0 0 134 2 0 0 16 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1836634112 54536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.74
Current children cumulated vsize (KiB) 1793588

[startup+15.7026 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 16307
/proc/meminfo: memFree=1644640/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=1793588 CPUtime=17.94
/proc/16294/stat : 16294 (java) S 16292 16294 16186 0 -1 0 63011 0 1 0 1763 31 0 0 18 0 13 0 149937826 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 448397 54707 1331 9 0 446008 0
[pid=16294/tid=16296] ppid=16292 vsize=1793588 CPUtime=14.17
/proc/16294/task/16296/stat : 16296 (java) R 16292 16294 16186 0 -1 64 37753 0 1 0 1400 17 0 0 25 0 13 0 149937828 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853215 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16297] ppid=16292 vsize=1793588 CPUtime=0.55
/proc/16294/task/16297/stat : 16297 (java) S 16292 16294 16186 0 -1 64 8213 0 0 0 52 3 0 0 16 0 13 0 149937830 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16298] ppid=16292 vsize=1793588 CPUtime=0.55
/proc/16294/task/16298/stat : 16298 (java) S 16292 16294 16186 0 -1 64 7713 0 0 0 50 5 0 0 16 0 13 0 149937830 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16299] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16299/stat : 16299 (java) S 16292 16294 16186 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16300] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16300/stat : 16300 (java) S 16292 16294 16186 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16301] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16301/stat : 16301 (java) S 16292 16294 16186 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149937832 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16302] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16302/stat : 16302 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149937836 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16303] ppid=16292 vsize=1793588 CPUtime=1.25
/proc/16294/task/16303/stat : 16303 (java) S 16292 16294 16186 0 -1 64 2823 0 0 0 124 1 0 0 17 0 13 0 149937836 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16294/tid=16304] ppid=16292 vsize=1793588 CPUtime=1.36
/proc/16294/task/16304/stat : 16304 (java) S 16292 16294 16186 0 -1 64 5760 0 0 0 134 2 0 0 16 0 13 0 149937836 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16305] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16305/stat : 16305 (java) S 16292 16294 16186 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149937836 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16306] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16306/stat : 16306 (java) S 16292 16294 16186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 149937836 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16294/tid=16307] ppid=16292 vsize=1793588 CPUtime=0
/proc/16294/task/16307/stat : 16307 (java) S 16292 16294 16186 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 149938016 1836634112 54707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.94
Current children cumulated vsize (KiB) 1793588

[startup+15.8026 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 16307
/proc/meminfo: memFree=1644640/2055920 swapFree=4148604/4192956
[pid=16294] ppid=16292 vsize=0 CPUtime=18.01
/proc/16294/stat : 16294 (java) Z 16292 16294 16186 0 -1 1036 63018 0 1 0 1766 35 0 0 16 0 2 0 149937826 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16294/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.01
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 15.804
CPU time (s): 18.0153
CPU user time (s): 17.6603
CPU system time (s): 0.354946
CPU usage (%): 113.992
Max. virtual memory (cumulated for all children) (KiB): 1797352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6603
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1179
involuntary context switches= 1043

runsolver used 0.030995 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Thu Apr 19 22:03:22 UTC 2007

IDJOB= 362912
IDBENCH= 1685
IDSOLVER= 164
FILE ID= node16/362912-1177020202

PBS_JOBID= 4630599

Free space on /tmp= 66357 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-bandm.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362912-1177020202/sat4jPseudoCPClause.jar /tmp/evaluation/362912-1177020202/instance-362912-1177020202.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-362912-1177020202 -o ROOT/results/node16/solver-362912-1177020202 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362912-1177020202/sat4jPseudoCPClause.jar /tmp/evaluation/362912-1177020202/instance-362912-1177020202.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b002a5dc99ccd859f0d9410c5cb7a1b7

RANDOM SEED= 645607790

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1859080 kB
Buffers:         19064 kB
Cached:          97364 kB
SwapCached:      12024 kB
Active:          60536 kB
Inactive:        78800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859080 kB
SwapTotal:     4192956 kB
SwapFree:      4148604 kB
Dirty:            4504 kB
Writeback:           0 kB
Mapped:          29980 kB
Slab:            43092 kB
Committed_AS:  6517804 kB
PageTables:       1836 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= 66357 MiB

End job on node16 on Thu Apr 19 22:03:38 UTC 2007