Trace number 365571

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
sat4jPseudoCP 2007-03-23UNSAT 26.605 22.2651

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-woodw.opb
MD5SUM39878dc7ef96e07e426f9432943c6054
Bench CategoryOPT-BIGINT (optimisation, big 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 benchmark4.18236
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
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 constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 4294967292
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 10737418240000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 556588032595749
Number of bits of the biggest sum of numbers49
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/365571-1177051213/instance-365571-1177051213.opb
0.09/0.19	c reading problem ... 
17.40/13.48	c ... done. Wall clock time 13.29s.
17.40/13.49	c CPU time (experimental) 9.72s.
17.40/13.49	c #vars     252150
17.40/13.49	c #constraints  1915
26.48/22.15	c starts		: 0
26.48/22.15	c conflicts		: 0
26.48/22.15	c decisions		: 0
26.48/22.15	c propagations		: 175505
26.48/22.15	c inspects		: 607579
26.48/22.15	c learnt literals	: 0
26.48/22.15	c learnt binary clauses	: 0
26.48/22.15	c learnt ternary clauses	: 0
26.48/22.15	c learnt clauses	: 0
26.48/22.15	c root simplifications	: 0
26.48/22.15	c removed literals (reason simplification)	: 0
26.48/22.15	c reason swapping (by a shorter reason)	: 0
26.48/22.15	c Calls to reduceDB	: 0
26.48/22.15	c speed (decisions/second)	: 0.0
26.48/22.15	c non guided choices	0
26.48/22.15	s UNSATISFIABLE
26.48/22.15	c Total wall clock time (ms): 21.96

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/node25/watcher-365571-1177051213 -o ROOT/results/node25/solver-365571-1177051213 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365571-1177051213/sat4jPseudoCP.jar /tmp/evaluation/365571-1177051213/instance-365571-1177051213.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.16 1.02 1.00 2/64 3993
/proc/meminfo: memFree=1669744/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=152 CPUtime=0
/proc/3993/stat : 3993 (java) R 3991 3993 3132 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 153038423 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10027812 0 0 4096 0 0 0 0 17 1 0 0
/proc/3993/statm: 38 26 19 9 0 4 0

[startup+0.0127111 s]
/proc/loadavg: 1.16 1.02 1.00 2/64 3993
/proc/meminfo: memFree=1669744/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=12332 CPUtime=0
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 729 0 0 0 0 0 0 0 18 0 2 0 153038423 12627968 523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 3083 523 218 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12332

[startup+0.101733 s]
/proc/loadavg: 1.16 1.02 1.00 2/64 3993
/proc/meminfo: memFree=1669744/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1780256 CPUtime=0.09
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 4006 0 1 0 7 2 0 0 18 0 12 0 153038423 1822982144 3747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 445064 3747 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301766 s]
/proc/loadavg: 1.16 1.02 1.00 2/64 3993
/proc/meminfo: memFree=1669744/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1781504 CPUtime=0.34
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 7256 0 1 0 31 3 0 0 18 0 12 0 153038423 1824260096 6994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 445376 6994 1267 9 0 442988 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781504

[startup+0.701834 s]
/proc/loadavg: 1.16 1.02 1.00 2/64 3993
/proc/meminfo: memFree=1669744/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1783532 CPUtime=0.95
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 9449 0 1 0 90 5 0 0 18 0 12 0 153038423 1826336768 8926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 445883 8928 1304 9 0 443495 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1783532

[startup+1.50297 s]
/proc/loadavg: 1.16 1.02 1.00 2/76 4005
/proc/meminfo: memFree=1621072/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1783388 CPUtime=1.99
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 27337 0 1 0 186 13 0 0 18 0 12 0 153038423 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 445847 26639 1305 9 0 443459 0
[pid=3993/tid=3995] ppid=3991 vsize=1783388 CPUtime=1.27
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 25415 0 1 0 115 12 0 0 21 0 12 0 153038424 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594583 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 153038426 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 153038426 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 153038428 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 153038428 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 153038428 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1783388 CPUtime=0.32
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 583 0 0 0 32 0 0 0 16 0 12 0 153038432 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1783388 CPUtime=0.37
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 620 0 0 0 37 0 0 0 15 0 12 0 153038432 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1783388 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1826189312 26639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1783388

[startup+3.10124 s]
/proc/loadavg: 1.14 1.02 1.00 3/76 4005
/proc/meminfo: memFree=1488528/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1784196 CPUtime=3.75
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 48522 0 1 0 351 24 0 0 18 0 12 0 153038423 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446049 47474 1314 9 0 443661 0
[pid=3993/tid=3995] ppid=3991 vsize=1784196 CPUtime=2.69
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37685 0 1 0 251 18 0 0 25 0 12 0 153038424 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1784196 CPUtime=0.14
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 4447 0 0 0 12 2 0 0 18 0 12 0 153038426 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1784196 CPUtime=0.17
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 4462 0 0 0 14 3 0 0 16 0 12 0 153038426 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1784196 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1784196 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1784196 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1784196 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1784196 CPUtime=0.34
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 584 0 0 0 34 0 0 0 16 0 12 0 153038432 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1784196 CPUtime=0.37
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 620 0 0 0 37 0 0 0 16 0 12 0 153038432 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1784196 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1784196 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1827016704 47474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1784196

[startup+6.30279 s]
/proc/loadavg: 1.14 1.02 1.00 2/76 4005
/proc/meminfo: memFree=1415392/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1785924 CPUtime=8.04
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 74946 0 1 0 766 38 0 0 18 0 12 0 153038423 1828786176 69539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446481 69542 1314 9 0 444093 0
[pid=3993/tid=3995] ppid=3991 vsize=1785924 CPUtime=4.83
/proc/3993/task/3995/stat : 3995 (java) S 3991 3993 3132 0 -1 64 37688 0 1 0 464 19 0 0 24 0 12 0 153038424 1828786176 69544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1785924 CPUtime=1.19
/proc/3993/task/3996/stat : 3996 (java) R 3991 3993 3132 0 -1 64 18099 0 0 0 111 8 0 0 19 0 12 0 153038426 1828786176 69546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1785924 CPUtime=1.22
/proc/3993/task/3997/stat : 3997 (java) R 3991 3993 3132 0 -1 64 17207 0 0 0 112 10 0 0 19 0 12 0 153038426 1828786176 69548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1785924 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1828786176 69550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1785924 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1785924 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1785924 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1785924 CPUtime=0.38
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 616 0 0 0 38 0 0 0 17 0 12 0 153038432 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1785924 CPUtime=0.39
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 621 0 0 0 39 0 0 0 16 0 12 0 153038432 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1785924 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1785924 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1828786176 69553 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1785924

[startup+12.7019 s]
/proc/loadavg: 1.20 1.03 1.00 3/76 4005
/proc/meminfo: memFree=1331184/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1788388 CPUtime=16.34
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 96451 0 1 0 1585 49 0 0 18 0 12 0 153038423 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 447097 87182 1325 9 0 444709 0
[pid=3993/tid=3995] ppid=3991 vsize=1788388 CPUtime=9.3
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37699 0 1 0 911 19 0 0 19 0 12 0 153038424 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1788388 CPUtime=3.06
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 29884 0 0 0 293 13 0 0 19 0 12 0 153038426 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1788388 CPUtime=3.13
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 26897 0 0 0 298 15 0 0 16 0 12 0 153038426 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1788388 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1788388 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1788388 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1788388 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1788388 CPUtime=0.4
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 626 0 0 0 40 0 0 0 15 0 12 0 153038432 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1788388 CPUtime=0.4
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 621 0 0 0 40 0 0 0 16 0 12 0 153038432 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1788388 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1788388 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1831309312 87182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (KiB) 1788388

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

[startup+19.102 s]
/proc/loadavg: 1.18 1.03 1.00 2/76 4005
/proc/meminfo: memFree=1278776/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1787972 CPUtime=23.48
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 110051 0 1 0 2293 55 0 0 18 0 12 0 153038423 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446993 98903 1329 9 0 444605 0
[pid=3993/tid=3995] ppid=3991 vsize=1787972 CPUtime=15.04
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37723 0 1 0 1485 19 0 0 25 0 12 0 153038424 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109724844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1787972 CPUtime=3.68
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 36353 0 0 0 352 16 0 0 18 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1787972 CPUtime=3.75
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 33792 0 0 0 357 18 0 0 16 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1787972 CPUtime=0.51
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 670 0 0 0 51 0 0 0 16 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1787972 CPUtime=0.45
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 789 0 0 0 45 0 0 0 17 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.48
Current children cumulated vsize (KiB) 1787972

[startup+20.7022 s]
/proc/loadavg: 1.18 1.03 1.00 2/76 4005
/proc/meminfo: memFree=1278776/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1787972 CPUtime=25.08
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 110051 0 1 0 2453 55 0 0 18 0 12 0 153038423 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446993 98903 1329 9 0 444605 0
[pid=3993/tid=3995] ppid=3991 vsize=1787972 CPUtime=16.64
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37723 0 1 0 1645 19 0 0 25 0 12 0 153038424 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109723579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1787972 CPUtime=3.68
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 36353 0 0 0 352 16 0 0 18 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1787972 CPUtime=3.75
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 33792 0 0 0 357 18 0 0 16 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1787972 CPUtime=0.51
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 670 0 0 0 51 0 0 0 16 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1787972 CPUtime=0.45
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 789 0 0 0 45 0 0 0 17 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 1787972

[startup+21.5024 s]
/proc/loadavg: 1.18 1.03 1.00 2/76 4005
/proc/meminfo: memFree=1278776/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1787972 CPUtime=25.88
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 110051 0 1 0 2533 55 0 0 18 0 12 0 153038423 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446993 98903 1329 9 0 444605 0
[pid=3993/tid=3995] ppid=3991 vsize=1787972 CPUtime=17.44
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37723 0 1 0 1725 19 0 0 25 0 12 0 153038424 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109723561 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1787972 CPUtime=3.68
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 36353 0 0 0 352 16 0 0 18 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1787972 CPUtime=3.75
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 33792 0 0 0 357 18 0 0 16 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1787972 CPUtime=0.51
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 670 0 0 0 51 0 0 0 16 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1787972 CPUtime=0.45
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 789 0 0 0 45 0 0 0 17 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 1787972

[startup+21.9024 s]
/proc/loadavg: 1.16 1.03 1.00 2/76 4005
/proc/meminfo: memFree=1278776/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1787972 CPUtime=26.28
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 110051 0 1 0 2573 55 0 0 18 0 12 0 153038423 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446993 98903 1329 9 0 444605 0
[pid=3993/tid=3995] ppid=3991 vsize=1787972 CPUtime=17.85
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37723 0 1 0 1766 19 0 0 25 0 12 0 153038424 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109723561 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1787972 CPUtime=3.68
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 36353 0 0 0 352 16 0 0 18 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1787972 CPUtime=3.75
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 33792 0 0 0 357 18 0 0 16 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1787972 CPUtime=0.51
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 670 0 0 0 51 0 0 0 16 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1787972 CPUtime=0.45
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 789 0 0 0 45 0 0 0 17 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.28
Current children cumulated vsize (KiB) 1787972

[startup+22.1025 s]
/proc/loadavg: 1.16 1.03 1.00 2/76 4005
/proc/meminfo: memFree=1278776/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=1787972 CPUtime=26.48
/proc/3993/stat : 3993 (java) S 3991 3993 3132 0 -1 0 110051 0 1 0 2593 55 0 0 18 0 12 0 153038423 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 446993 98903 1329 9 0 444605 0
[pid=3993/tid=3995] ppid=3991 vsize=1787972 CPUtime=18.04
/proc/3993/task/3995/stat : 3995 (java) R 3991 3993 3132 0 -1 64 37723 0 1 0 1785 19 0 0 25 0 12 0 153038424 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109723579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3996] ppid=3991 vsize=1787972 CPUtime=3.68
/proc/3993/task/3996/stat : 3996 (java) S 3991 3993 3132 0 -1 64 36353 0 0 0 352 16 0 0 18 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3997] ppid=3991 vsize=1787972 CPUtime=3.75
/proc/3993/task/3997/stat : 3997 (java) S 3991 3993 3132 0 -1 64 33792 0 0 0 357 18 0 0 16 0 12 0 153038426 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=3998] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3998/stat : 3998 (java) S 3991 3993 3132 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=3999] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/3999/stat : 3999 (java) S 3991 3993 3132 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4000] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4000/stat : 4000 (java) S 3991 3993 3132 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153038428 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4001] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4001/stat : 4001 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4002] ppid=3991 vsize=1787972 CPUtime=0.51
/proc/3993/task/4002/stat : 4002 (java) S 3991 3993 3132 0 -1 64 670 0 0 0 51 0 0 0 16 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3993/tid=4003] ppid=3991 vsize=1787972 CPUtime=0.45
/proc/3993/task/4003/stat : 4003 (java) S 3991 3993 3132 0 -1 64 789 0 0 0 45 0 0 0 17 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4004] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4004/stat : 4004 (java) S 3991 3993 3132 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3993/tid=4005] ppid=3991 vsize=1787972 CPUtime=0
/proc/3993/task/4005/stat : 4005 (java) S 3991 3993 3132 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 153038432 1830883328 98903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.48
Current children cumulated vsize (KiB) 1787972

[startup+22.2025 s]
/proc/loadavg: 1.16 1.03 1.00 2/76 4005
/proc/meminfo: memFree=1278776/2055920 swapFree=4182972/4192956
[pid=3993] ppid=3991 vsize=0 CPUtime=26.54
/proc/3993/stat : 3993 (java) Z 3991 3993 3132 0 -1 1036 110063 0 1 0 2599 55 0 0 16 0 2 0 153038423 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.54
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 22.2651
CPU time (s): 26.605
CPU user time (s): 25.991
CPU system time (s): 0.613906
CPU usage (%): 119.492
Max. virtual memory (cumulated for all children) (KiB): 1788388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.991
system time used= 0.613906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110063
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= 943
involuntary context switches= 675

runsolver used 0.028995 second user time and 0.069989 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Fri Apr 20 06:40:13 UTC 2007

IDJOB= 365571
IDBENCH= 2439
IDSOLVER= 160
FILE ID= node25/365571-1177051213

PBS_JOBID= 4640173

Free space on /tmp= 66348 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  39878dc7ef96e07e426f9432943c6054

RANDOM SEED= 672405391

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1670216 kB
Buffers:         72588 kB
Cached:         260736 kB
SwapCached:       3684 kB
Active:         196604 kB
Inactive:       147556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670216 kB
SwapTotal:     4192956 kB
SwapFree:      4182972 kB
Dirty:           22144 kB
Writeback:           0 kB
Mapped:          15588 kB
Slab:            27500 kB
Committed_AS:  4047520 kB
PageTables:       1472 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= 66348 MiB

End job on node25 on Fri Apr 20 06:40:36 UTC 2007