Trace number 419708

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 NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23UNSAT 23.1445 19.5688

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc12072.opb
MD5SUM9db97d50c85d2c37e8812e72b8a2d525
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark23.1445
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables236486
Total number of constraints673711
Number of constraints which are clauses673711
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
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=1.5 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 solving /tmp/evaluation/419708-1177411782/instance-419708-1177411782.opb
0.20/0.20	c reading problem ... 
16.44/13.36	c ... done. Wall clock time 13.163s.
16.44/13.37	c CPU time (experimental) 10.43s.
16.44/13.37	c #vars     236486
16.44/13.37	c #constraints  644937
23.00/19.47	c starts		: 6
23.00/19.48	c conflicts		: 1630
23.00/19.48	c decisions		: 29946
23.00/19.48	c propagations		: 6396772
23.00/19.48	c inspects		: 15951157
23.00/19.48	c learnt literals	: 11
23.00/19.48	c learnt binary clauses	: 90
23.00/19.48	c learnt ternary clauses	: 436
23.00/19.48	c learnt clauses	: 1618
23.00/19.48	c root simplifications	: 0
23.00/19.48	c removed literals (reason simplification)	: 0
23.00/19.48	c reason swapping (by a shorter reason)	: 0
23.00/19.48	c Calls to reduceDB	: 0
23.00/19.48	c speed (decisions/second)	: 4957.94701986755
23.00/19.48	c non guided choices	11092
23.00/19.48	s UNSATISFIABLE
23.00/19.48	c Total wall clock time (ms): 19.274

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-419708-1177411782 -o ROOT/results/node47/solver-419708-1177411782 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419708-1177411782/sat4jPseudoResolution.jar /tmp/evaluation/419708-1177411782/instance-419708-1177411782.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 10421
/proc/meminfo: memFree=1865632/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=152 CPUtime=0
/proc/10421/stat : 10421 (java) R 10419 10421 10293 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 96023661 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10518827 0 0 4096 0 0 0 0 17 1 0 0
/proc/10421/statm: 38 26 19 9 0 4 0

[startup+0.00927003 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 10421
/proc/meminfo: memFree=1865632/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=152 CPUtime=0
/proc/10421/stat : 10421 (java) R 10419 10421 10293 0 -1 0 203 0 0 0 0 0 0 0 18 0 1 0 96023661 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 1 0 0
/proc/10421/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101286 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 10421
/proc/meminfo: memFree=1865632/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1780108 CPUtime=0.08
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 96023661 1822830592 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301306 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 10421
/proc/meminfo: memFree=1865632/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1781428 CPUtime=0.3
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 7170 0 1 0 27 3 0 0 18 0 12 0 96023661 1824182272 6910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 445357 6910 1263 9 0 442969 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781428

[startup+0.701351 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 10421
/proc/meminfo: memFree=1865632/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1782692 CPUtime=0.86
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 8932 0 1 0 82 4 0 0 18 0 12 0 96023661 1825476608 8472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 445673 8472 1298 9 0 443285 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1782692

[startup+1.50143 s]
/proc/loadavg: 1.02 0.99 0.99 2/89 10433
/proc/meminfo: memFree=1830656/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1785772 CPUtime=2.09
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 19944 0 1 0 200 9 0 0 18 0 12 0 96023661 1828630528 18116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 446443 18117 1302 9 0 444055 0
[pid=10421/tid=10423] ppid=10419 vsize=1785772 CPUtime=1.12
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 16232 0 1 0 105 7 0 0 19 0 12 0 96023662 1828630528 18118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109618769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 96023664 1828630528 18118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 96023664 1828630528 18119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 96023666 1828630528 18120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 96023667 1828630528 18121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 96023667 1828630528 18122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 96023670 1828630528 18123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1785772 CPUtime=0.48
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1933 0 0 0 47 1 0 0 18 0 12 0 96023670 1828630528 18124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1785772 CPUtime=0.46
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 1061 0 0 0 46 0 0 0 18 0 12 0 96023670 1828630528 18124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 96023670 1828630528 18125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1785772 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96023671 1828630528 18126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1785772

[startup+3.1026 s]
/proc/loadavg: 1.02 0.99 0.99 2/89 10433
/proc/meminfo: memFree=1735936/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1786580 CPUtime=3.86
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 45969 0 1 0 363 23 0 0 18 0 12 0 96023661 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 446645 44000 1311 9 0 444257 0
[pid=10421/tid=10423] ppid=10419 vsize=1786580 CPUtime=2.56
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37672 0 1 0 238 18 0 0 21 0 12 0 96023662 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109507665 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1786580 CPUtime=0.12
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 2474 0 0 0 11 1 0 0 18 0 12 0 96023664 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1786580 CPUtime=0.11
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 2086 0 0 0 11 0 0 0 18 0 12 0 96023664 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1786580 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 96023666 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1786580 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 96023667 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1786580 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96023667 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1786580 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 96023670 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1786580 CPUtime=0.51
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1933 0 0 0 50 1 0 0 16 0 12 0 96023670 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1786580 CPUtime=0.51
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 1080 0 0 0 51 0 0 0 16 0 12 0 96023670 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1786580 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 96023670 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1786580 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96023671 1829457920 44000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1786580

[startup+6.30295 s]
/proc/loadavg: 1.02 0.99 0.99 2/89 10433
/proc/meminfo: memFree=1656192/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1788052 CPUtime=7.67
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 58611 0 1 0 738 29 0 0 18 0 12 0 96023661 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447013 55529 1312 9 0 444625 0
[pid=10421/tid=10423] ppid=10419 vsize=1788052 CPUtime=5.15
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37676 0 1 0 496 19 0 0 18 0 12 0 96023662 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550508 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1788052 CPUtime=0.71
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 9128 0 0 0 68 3 0 0 16 0 12 0 96023664 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1788052 CPUtime=0.71
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 8067 0 0 0 68 3 0 0 16 0 12 0 96023664 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1788052 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 96023666 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1788052 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 96023667 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1788052 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96023667 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1788052 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 96023670 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1788052 CPUtime=0.51
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1933 0 0 0 50 1 0 0 16 0 12 0 96023670 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1788052 CPUtime=0.52
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 1081 0 0 0 52 0 0 0 17 0 12 0 96023670 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1788052 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 96023670 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1788052 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96023671 1830965248 55529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1788052

[startup+12.7026 s]
/proc/loadavg: 1.10 1.00 1.00 3/89 10433
/proc/meminfo: memFree=1607744/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1789332 CPUtime=15.65
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 72651 0 1 0 1528 37 0 0 18 0 12 0 96023661 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447333 67296 1312 9 0 444945 0
[pid=10421/tid=10423] ppid=10419 vsize=1789332 CPUtime=9.95
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37683 0 1 0 975 20 0 0 20 0 12 0 96023662 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595590 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1789332 CPUtime=2.31
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 16745 0 0 0 224 7 0 0 16 0 12 0 96023664 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1789332 CPUtime=2.31
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 14481 0 0 0 225 6 0 0 18 0 12 0 96023664 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1789332 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 96023666 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1789332 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 96023667 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1789332 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96023667 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1789332 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 96023670 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1789332 CPUtime=0.51
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1933 0 0 0 50 1 0 0 16 0 12 0 96023670 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1789332 CPUtime=0.52
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 1081 0 0 0 52 0 0 0 16 0 12 0 96023670 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1789332 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 96023670 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1789332 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96023671 1832275968 67296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1789332

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

[startup+15.902 s]
/proc/loadavg: 1.09 1.00 1.00 2/90 10434
/proc/meminfo: memFree=1587704/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1791296 CPUtime=19.47
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 76594 0 1 0 1908 39 0 0 18 0 13 0 96023661 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447824 70425 1327 9 0 445436 0
[pid=10421/tid=10423] ppid=10419 vsize=1791296 CPUtime=12.89
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37714 0 1 0 1268 21 0 0 25 0 13 0 96023662 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843928 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 18288 0 0 0 242 8 0 0 16 0 13 0 96023664 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 15760 0 0 0 243 7 0 0 16 0 13 0 96023664 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 96023666 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 96023670 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1791296 CPUtime=0.74
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1974 0 0 0 73 1 0 0 16 0 13 0 96023670 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1791296 CPUtime=0.8
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 2125 0 0 0 79 1 0 0 16 0 13 0 96023670 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96023670 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96023671 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10434] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10434/stat : 10434 (java) S 10419 10421 10293 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 96025009 1834287104 70425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.47
Current children cumulated vsize (KiB) 1791296

[startup+17.5012 s]
/proc/loadavg: 1.09 1.00 1.00 2/90 10434
/proc/meminfo: memFree=1588152/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1791296 CPUtime=21.11
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 76598 0 1 0 2072 39 0 0 18 0 13 0 96023661 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447824 70428 1327 9 0 445436 0
[pid=10421/tid=10423] ppid=10419 vsize=1791296 CPUtime=14.48
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37715 0 1 0 1427 21 0 0 25 0 13 0 96023662 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784098 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 18288 0 0 0 242 8 0 0 16 0 13 0 96023664 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 15760 0 0 0 243 7 0 0 16 0 13 0 96023664 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 96023666 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1791296 CPUtime=0.75
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1975 0 0 0 74 1 0 0 16 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1791296 CPUtime=0.84
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 2127 0 0 0 83 1 0 0 16 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96023671 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10434] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10434/stat : 10434 (java) S 10419 10421 10293 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 96025009 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.11
Current children cumulated vsize (KiB) 1791296

[startup+18.3013 s]
/proc/loadavg: 1.09 1.00 1.00 2/90 10434
/proc/meminfo: memFree=1588152/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1791296 CPUtime=21.91
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 76599 0 1 0 2152 39 0 0 18 0 13 0 96023661 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447824 70428 1327 9 0 445436 0
[pid=10421/tid=10423] ppid=10419 vsize=1791296 CPUtime=15.28
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37716 0 1 0 1507 21 0 0 25 0 13 0 96023662 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843928 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 18288 0 0 0 242 8 0 0 16 0 13 0 96023664 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 15760 0 0 0 243 7 0 0 16 0 13 0 96023664 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 96023666 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1791296 CPUtime=0.75
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1975 0 0 0 74 1 0 0 16 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1791296 CPUtime=0.84
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 2127 0 0 0 83 1 0 0 16 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96023671 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10434] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10434/stat : 10434 (java) S 10419 10421 10293 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 96025009 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.91
Current children cumulated vsize (KiB) 1791296

[startup+19.1013 s]
/proc/loadavg: 1.09 1.00 1.00 3/90 10434
/proc/meminfo: memFree=1588152/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1791296 CPUtime=22.71
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 76599 0 1 0 2232 39 0 0 18 0 13 0 96023661 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447824 70428 1327 9 0 445436 0
[pid=10421/tid=10423] ppid=10419 vsize=1791296 CPUtime=16.08
/proc/10421/task/10423/stat : 10423 (java) R 10419 10421 10293 0 -1 64 37716 0 1 0 1587 21 0 0 25 0 13 0 96023662 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 18288 0 0 0 242 8 0 0 16 0 13 0 96023664 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 15760 0 0 0 243 7 0 0 16 0 13 0 96023664 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 96023666 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96023667 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1791296 CPUtime=0.75
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1975 0 0 0 74 1 0 0 16 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1791296 CPUtime=0.84
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 2127 0 0 0 83 1 0 0 16 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96023670 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96023671 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10434] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10434/stat : 10434 (java) S 10419 10421 10293 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 96025009 1834287104 70428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.71
Current children cumulated vsize (KiB) 1791296

[startup+19.5014 s]
/proc/loadavg: 1.09 1.00 1.00 3/90 10434
/proc/meminfo: memFree=1588152/2055920 swapFree=4158012/4192956
[pid=10421] ppid=10419 vsize=1791296 CPUtime=23.08
/proc/10421/stat : 10421 (java) S 10419 10421 10293 0 -1 0 76605 0 1 0 2269 39 0 0 18 0 12 0 96023661 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10421/statm: 447824 70433 1328 9 0 445436 0
[pid=10421/tid=10423] ppid=10419 vsize=1791296 CPUtime=16.45
/proc/10421/task/10423/stat : 10423 (java) S 10419 10421 10293 0 -1 64 37721 0 1 0 1624 21 0 0 25 0 12 0 96023662 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10424] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10424/stat : 10424 (java) S 10419 10421 10293 0 -1 64 18288 0 0 0 242 8 0 0 16 0 12 0 96023664 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10425] ppid=10419 vsize=1791296 CPUtime=2.5
/proc/10421/task/10425/stat : 10425 (java) S 10419 10421 10293 0 -1 64 15760 0 0 0 243 7 0 0 16 0 12 0 96023664 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10426] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10426/stat : 10426 (java) S 10419 10421 10293 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 96023666 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10427] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10427/stat : 10427 (java) S 10419 10421 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 96023667 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10428] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10428/stat : 10428 (java) S 10419 10421 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96023667 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10429] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10429/stat : 10429 (java) S 10419 10421 10293 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 96023670 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10430] ppid=10419 vsize=1791296 CPUtime=0.75
/proc/10421/task/10430/stat : 10430 (java) S 10419 10421 10293 0 -1 64 1975 0 0 0 74 1 0 0 16 0 12 0 96023670 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10421/tid=10431] ppid=10419 vsize=1791296 CPUtime=0.84
/proc/10421/task/10431/stat : 10431 (java) S 10419 10421 10293 0 -1 64 2127 0 0 0 83 1 0 0 16 0 12 0 96023670 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10432] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10432/stat : 10432 (java) S 10419 10421 10293 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 96023670 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10421/tid=10433] ppid=10419 vsize=1791296 CPUtime=0
/proc/10421/task/10433/stat : 10433 (java) S 10419 10421 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96023671 1834287104 70433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 1791296

Child status: 20
Real time (s): 19.5688
CPU time (s): 23.1445
CPU user time (s): 22.7005
CPU system time (s): 0.443932
CPU usage (%): 118.273
Max. virtual memory (cumulated for all children) (KiB): 1791704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7005
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76607
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= 1016
involuntary context switches= 779

runsolver used 0.020996 second user time and 0.06099 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Tue Apr 24 10:49:43 UTC 2007

IDJOB= 419708
IDBENCH= 47793
IDSOLVER= 159
FILE ID= node47/419708-1177411782

PBS_JOBID= 4675676

Free space on /tmp= 66402 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc12072.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419708-1177411782/sat4jPseudoResolution.jar /tmp/evaluation/419708-1177411782/instance-419708-1177411782.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-419708-1177411782 -o ROOT/results/node47/solver-419708-1177411782 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419708-1177411782/sat4jPseudoResolution.jar /tmp/evaluation/419708-1177411782/instance-419708-1177411782.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9db97d50c85d2c37e8812e72b8a2d525

RANDOM SEED= 990720144

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1866104 kB
Buffers:          7152 kB
Cached:         111060 kB
SwapCached:       3848 kB
Active:          76104 kB
Inactive:        66080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866104 kB
SwapTotal:     4192956 kB
SwapFree:      4158012 kB
Dirty:           26260 kB
Writeback:           0 kB
Mapped:          30552 kB
Slab:            33216 kB
Committed_AS:  3915468 kB
PageTables:       1776 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= 66402 MiB

End job on node47 on Tue Apr 24 10:50:03 UTC 2007