Trace number 365685

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 33.2309 27.1

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-momentum2.opb
MD5SUM0d80b4a073c50ac034a87a4950dc06d8
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 benchmark14.9787
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25930
Total number of constraints22668
Number of constraints which are clauses10362
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints12203
Minimum length of a constraint1
Maximum length of a constraint913
Number of terms in the objective function 24130
Biggest coefficient in the objective function 655360000
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3638660312
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 1024000000000000000000000000000
Number of bits of the biggest number in a constraint 100
Biggest sum of numbers in a constraint 3743132712137090008913823010064
Number of bits of the biggest sum of numbers102
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/365685-1177051561/instance-365685-1177051561.opb
0.09/0.19	c reading problem ... 
32.24/26.57	c ... done. Wall clock time 26.378s.
32.24/26.57	c CPU time (experimental) 21.47s.
32.24/26.57	c #vars     25930
32.24/26.57	c #constraints  17421
33.13/27.02	c starts		: 0
33.13/27.02	c conflicts		: 0
33.13/27.02	c decisions		: 0
33.13/27.02	c propagations		: 15826
33.13/27.02	c inspects		: 28338
33.13/27.02	c learnt literals	: 0
33.13/27.02	c learnt binary clauses	: 0
33.13/27.02	c learnt ternary clauses	: 0
33.13/27.02	c learnt clauses	: 0
33.13/27.02	c root simplifications	: 0
33.13/27.02	c removed literals (reason simplification)	: 0
33.13/27.02	c reason swapping (by a shorter reason)	: 0
33.13/27.02	c Calls to reduceDB	: 0
33.13/27.02	c speed (decisions/second)	: 0.0
33.13/27.02	c non guided choices	0
33.13/27.02	s UNSATISFIABLE
33.13/27.02	c Total wall clock time (ms): 26.825

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/node71/watcher-365685-1177051561 -o ROOT/results/node71/solver-365685-1177051561 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365685-1177051561/sat4jPseudoCP.jar /tmp/evaluation/365685-1177051561/instance-365685-1177051561.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.17 1.06 1.05 2/64 28993
/proc/meminfo: memFree=970928/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1800 CPUtime=0
/proc/28993/stat : 28993 (java) R 28991 28993 9755 0 -1 0 179 0 0 0 0 0 0 0 20 0 1 0 181145431 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7570362 0 0 4096 0 0 0 0 17 1 0 0
/proc/28993/statm: 450 151 114 9 0 92 0

[startup+0.0369319 s]
/proc/loadavg: 1.17 1.06 1.05 2/64 28993
/proc/meminfo: memFree=970928/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1776088 CPUtime=0.02
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 3243 0 1 0 1 1 0 0 18 0 4 0 181145431 1818714112 2990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 444022 2992 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101936 s]
/proc/loadavg: 1.17 1.06 1.05 2/64 28993
/proc/meminfo: memFree=970928/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1781280 CPUtime=0.09
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 4030 0 1 0 7 2 0 0 18 0 12 0 181145431 1824030720 3771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 445320 3771 1124 9 0 442939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1781280

[startup+0.302008 s]
/proc/loadavg: 1.17 1.06 1.05 2/64 28993
/proc/meminfo: memFree=970928/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1782660 CPUtime=0.33
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 5326 0 1 0 30 3 0 0 18 0 12 0 181145431 1825443840 5064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 445665 5064 1267 9 0 443277 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782660

[startup+0.702024 s]
/proc/loadavg: 1.17 1.06 1.05 2/64 28993
/proc/meminfo: memFree=970928/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1783404 CPUtime=0.88
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 8454 0 1 0 83 5 0 0 18 0 12 0 181145431 1826205696 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 445851 7950 1297 9 0 443463 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783404

[startup+1.50214 s]
/proc/loadavg: 1.17 1.06 1.05 4/76 29005
/proc/meminfo: memFree=931984/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1786948 CPUtime=2.16
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 18872 0 1 0 206 10 0 0 18 0 12 0 181145431 1829834752 16043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 446737 16044 1308 9 0 444349 0
[pid=28993/tid=28995] ppid=28991 vsize=1786948 CPUtime=0.99
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 13844 0 1 0 92 7 0 0 18 0 12 0 181145432 1829834752 16045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109215034 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181145434 1829834752 16046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 181145434 1829834752 16046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 4 0 0 0 0 0 0 0 15 0 12 0 181145436 1829834752 16047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 181145436 1829834752 16048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181145437 1829834752 16049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1829834752 16049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1786948 CPUtime=0.54
/proc/28993/task/29002/stat : 29002 (java) R 28991 28993 9755 0 -1 64 1673 0 0 0 53 1 0 0 18 0 12 0 181145440 1829834752 16050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314474 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1786948 CPUtime=0.6
/proc/28993/task/29003/stat : 29003 (java) R 28991 28993 9755 0 -1 64 2635 0 0 0 59 1 0 0 17 0 12 0 181145440 1829834752 16052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1829834752 16052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1786948 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1829834752 16053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1786948

[startup+3.10235 s]
/proc/loadavg: 1.40 1.10 1.07 3/76 29005
/proc/meminfo: memFree=872720/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1792356 CPUtime=4.67
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 52751 0 1 0 440 27 0 0 18 0 12 0 181145431 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 448089 45269 1318 9 0 445701 0
[pid=28993/tid=28995] ppid=28991 vsize=1792356 CPUtime=2.23
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37698 0 1 0 205 18 0 0 19 0 12 0 181145432 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109496529 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1792356 CPUtime=0.06
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 1488 0 0 0 6 0 0 0 17 0 12 0 181145434 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1792356 CPUtime=0.09
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 2553 0 0 0 8 1 0 0 17 0 12 0 181145434 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1792356 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1792356 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1792356 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1792356 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1792356 CPUtime=1.28
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5890 0 0 0 124 4 0 0 16 0 12 0 181145440 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1792356 CPUtime=0.96
/proc/28993/task/29003/stat : 29003 (java) S 28991 28993 9755 0 -1 64 4394 0 0 0 94 2 0 0 18 0 12 0 181145440 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1792356 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1792356 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1835372544 45269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1792356

[startup+6.30259 s]
/proc/loadavg: 1.40 1.10 1.07 2/76 29005
/proc/meminfo: memFree=772176/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1793640 CPUtime=8.21
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 64428 0 1 0 787 34 0 0 18 0 12 0 181145431 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 448410 56405 1325 9 0 446022 0
[pid=28993/tid=28995] ppid=28991 vsize=1793640 CPUtime=5.09
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37702 0 1 0 490 19 0 0 20 0 12 0 181145432 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488462 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1793640 CPUtime=0.4
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 6620 0 0 0 37 3 0 0 16 0 12 0 181145434 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1793640 CPUtime=0.42
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 9084 0 0 0 38 4 0 0 16 0 12 0 181145434 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1793640 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 181145436 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1793640 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1793640 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1793640 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1793640 CPUtime=1.29
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5897 0 0 0 125 4 0 0 16 0 12 0 181145440 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1793640 CPUtime=0.97
/proc/28993/task/29003/stat : 29003 (java) S 28991 28993 9755 0 -1 64 4395 0 0 0 95 2 0 0 16 0 12 0 181145440 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1793640 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1793640 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1836687360 56405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1793640

[startup+12.7025 s]
/proc/loadavg: 1.33 1.10 1.07 2/76 29005
/proc/meminfo: memFree=705168/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1797160 CPUtime=15.98
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 79640 0 1 0 1555 43 0 0 18 0 12 0 181145431 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 449290 67757 1325 9 0 446902 0
[pid=28993/tid=28995] ppid=28991 vsize=1797160 CPUtime=10.1
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37709 0 1 0 989 21 0 0 22 0 12 0 181145432 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343730 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1797160 CPUtime=1.76
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 14922 0 0 0 170 6 0 0 16 0 12 0 181145434 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1797160 CPUtime=1.81
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 15987 0 0 0 174 7 0 0 16 0 12 0 181145434 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1797160 CPUtime=1.29
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5897 0 0 0 125 4 0 0 16 0 12 0 181145440 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1797160 CPUtime=0.97
/proc/28993/task/29003/stat : 29003 (java) S 28991 28993 9755 0 -1 64 4395 0 0 0 95 2 0 0 16 0 12 0 181145440 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1840291840 67757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1797160

[startup+25.5014 s]
/proc/loadavg: 1.28 1.10 1.07 2/76 29005
/proc/meminfo: memFree=562704/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1797160 CPUtime=30.99
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 127858 0 1 0 3030 69 0 0 18 0 12 0 181145431 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 449290 103369 1325 9 0 446902 0
[pid=28993/tid=28995] ppid=28991 vsize=1797160 CPUtime=20.7
/proc/28993/task/28995/stat : 28995 (java) S 28991 28993 9755 0 -1 64 37724 0 1 0 2046 24 0 0 22 0 12 0 181145432 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1797160 CPUtime=3.96
/proc/28993/task/28996/stat : 28996 (java) R 28991 28993 9755 0 -1 64 42054 0 0 0 376 20 0 0 15 0 12 0 181145434 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1797160 CPUtime=3.99
/proc/28993/task/28997/stat : 28997 (java) R 28991 28993 9755 0 -1 64 37055 0 0 0 383 16 0 0 15 0 12 0 181145434 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 181145436 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1797160 CPUtime=1.32
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5897 0 0 0 128 4 0 0 16 0 12 0 181145440 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1797160 CPUtime=0.97
/proc/28993/task/29003/stat : 29003 (java) S 28991 28993 9755 0 -1 64 4395 0 0 0 95 2 0 0 16 0 12 0 181145440 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1840291840 103369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.99
Current children cumulated vsize (KiB) 1797160

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

[startup+26.3025 s]
/proc/loadavg: 1.28 1.10 1.07 2/76 29005
/proc/meminfo: memFree=555536/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1797160 CPUtime=31.93
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 130560 0 1 0 3123 70 0 0 18 0 12 0 181145431 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 449290 105119 1325 9 0 446902 0
[pid=28993/tid=28995] ppid=28991 vsize=1797160 CPUtime=21.36
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37725 0 1 0 2112 24 0 0 22 0 12 0 181145432 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1797160 CPUtime=4.09
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 43557 0 0 0 389 20 0 0 16 0 12 0 181145434 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1797160 CPUtime=4.13
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 38253 0 0 0 396 17 0 0 17 0 12 0 181145434 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 181145436 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1797160 CPUtime=1.32
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5897 0 0 0 128 4 0 0 16 0 12 0 181145440 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1797160 CPUtime=0.97
/proc/28993/task/29003/stat : 29003 (java) S 28991 28993 9755 0 -1 64 4395 0 0 0 95 2 0 0 16 0 12 0 181145440 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1840291840 105119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.93
Current children cumulated vsize (KiB) 1797160

[startup+26.7026 s]
/proc/loadavg: 1.28 1.10 1.07 2/76 29005
/proc/meminfo: memFree=555536/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1797160 CPUtime=32.54
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 133941 0 1 0 3182 72 0 0 18 0 12 0 181145431 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 449290 107825 1329 9 0 446902 0
[pid=28993/tid=28995] ppid=28991 vsize=1797160 CPUtime=21.57
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37749 0 1 0 2133 24 0 0 24 0 12 0 181145432 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109203390 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1797160 CPUtime=4.25
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 45386 0 0 0 403 22 0 0 16 0 12 0 181145434 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1797160 CPUtime=4.28
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 39776 0 0 0 410 18 0 0 16 0 12 0 181145434 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1797160 CPUtime=1.36
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5897 0 0 0 132 4 0 0 16 0 12 0 181145440 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1797160 CPUtime=1.03
/proc/28993/task/29003/stat : 29003 (java) R 28991 28993 9755 0 -1 64 4398 0 0 0 101 2 0 0 16 0 12 0 181145440 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103320418 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1840291840 107825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.54
Current children cumulated vsize (KiB) 1797160

[startup+26.9026 s]
/proc/loadavg: 1.28 1.10 1.07 2/76 29005
/proc/meminfo: memFree=555536/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1797160 CPUtime=32.93
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 133964 0 1 0 3221 72 0 0 18 0 12 0 181145431 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 449290 107848 1334 9 0 446902 0
[pid=28993/tid=28995] ppid=28991 vsize=1797160 CPUtime=21.69
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37749 0 1 0 2145 24 0 0 25 0 12 0 181145432 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213988 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1797160 CPUtime=4.25
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 45386 0 0 0 403 22 0 0 16 0 12 0 181145434 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1797160 CPUtime=4.28
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 39776 0 0 0 410 18 0 0 16 0 12 0 181145434 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1797160 CPUtime=1.52
/proc/28993/task/29002/stat : 29002 (java) S 28991 28993 9755 0 -1 64 5915 0 0 0 148 4 0 0 16 0 12 0 181145440 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1797160 CPUtime=1.14
/proc/28993/task/29003/stat : 29003 (java) R 28991 28993 9755 0 -1 64 4403 0 0 0 112 2 0 0 16 0 12 0 181145440 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103322346 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1840291840 107848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.93
Current children cumulated vsize (KiB) 1797160

[startup+27.0026 s]
/proc/loadavg: 1.28 1.10 1.07 2/76 29005
/proc/meminfo: memFree=555536/2055920 swapFree=4184232/4192956
[pid=28993] ppid=28991 vsize=1797160 CPUtime=33.13
/proc/28993/stat : 28993 (java) S 28991 28993 9755 0 -1 0 133974 0 1 0 3241 72 0 0 18 0 12 0 181145431 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28993/statm: 449290 107858 1334 9 0 446902 0
[pid=28993/tid=28995] ppid=28991 vsize=1797160 CPUtime=21.74
/proc/28993/task/28995/stat : 28995 (java) R 28991 28993 9755 0 -1 64 37750 0 1 0 2150 24 0 0 25 0 12 0 181145432 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28996] ppid=28991 vsize=1797160 CPUtime=4.25
/proc/28993/task/28996/stat : 28996 (java) S 28991 28993 9755 0 -1 64 45386 0 0 0 403 22 0 0 16 0 12 0 181145434 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28997] ppid=28991 vsize=1797160 CPUtime=4.28
/proc/28993/task/28997/stat : 28997 (java) S 28991 28993 9755 0 -1 64 39776 0 0 0 410 18 0 0 16 0 12 0 181145434 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=28998] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28998/stat : 28998 (java) S 28991 28993 9755 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=28999] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/28999/stat : 28999 (java) S 28991 28993 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181145436 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29000] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29000/stat : 29000 (java) S 28991 28993 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181145437 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29001] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29001/stat : 29001 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181145440 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29002] ppid=28991 vsize=1797160 CPUtime=1.59
/proc/28993/task/29002/stat : 29002 (java) R 28991 28993 9755 0 -1 64 5915 0 0 0 155 4 0 0 16 0 12 0 181145440 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103319396 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28993/tid=29003] ppid=28991 vsize=1797160 CPUtime=1.22
/proc/28993/task/29003/stat : 29003 (java) R 28991 28993 9755 0 -1 64 4412 0 0 0 120 2 0 0 17 0 12 0 181145440 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102602323 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29004] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29004/stat : 29004 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181145440 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28993/tid=29005] ppid=28991 vsize=1797160 CPUtime=0
/proc/28993/task/29005/stat : 29005 (java) S 28991 28993 9755 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181145440 1840291840 107858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.13
Current children cumulated vsize (KiB) 1797160

Child status: 20
Real time (s): 27.1
CPU time (s): 33.2309
CPU user time (s): 32.4401
CPU system time (s): 0.790879
CPU usage (%): 122.624
Max. virtual memory (cumulated for all children) (KiB): 1797160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4401
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133993
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= 1430
involuntary context switches= 1113

runsolver used 0.030995 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Fri Apr 20 06:46:01 UTC 2007

IDJOB= 365685
IDBENCH= 2497
IDSOLVER= 160
FILE ID= node71/365685-1177051561

PBS_JOBID= 4640135

Free space on /tmp= 66380 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365685-1177051561/sat4jPseudoCP.jar /tmp/evaluation/365685-1177051561/instance-365685-1177051561.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-365685-1177051561 -o ROOT/results/node71/solver-365685-1177051561 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365685-1177051561/sat4jPseudoCP.jar /tmp/evaluation/365685-1177051561/instance-365685-1177051561.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0d80b4a073c50ac034a87a4950dc06d8

RANDOM SEED= 182589900

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:        971400 kB
Buffers:         67652 kB
Cached:         925792 kB
SwapCached:       2620 kB
Active:         377384 kB
Inactive:       631736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        971400 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:           68980 kB
Writeback:           0 kB
Mapped:          20836 kB
Slab:            61420 kB
Committed_AS:  3529792 kB
PageTables:       1460 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= 66380 MiB

End job on node71 on Fri Apr 20 06:46:28 UTC 2007