Trace number 347838

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-23? 439.652 406.9

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-ds.opb
MD5SUMcc75ee6fc059a591840488be914609eb
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1354640
Total number of constraints656
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 constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 19
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 1645248
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 8193
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1645248
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/347838-1176518607/instance-347838-1176518607.opb
0.20/0.20	c reading problem ... 
439.30/406.59	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
439.30/406.59		at java.math.BigInteger.add(Unknown Source)
439.30/406.59		at org.sat4j.minisat.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
439.30/406.59		at org.sat4j.minisat.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
439.30/406.59		at org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
439.30/406.59		at org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
439.30/406.59		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
439.30/406.59		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
439.30/406.59		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
439.30/406.59		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
439.30/406.59		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
439.30/406.59		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
439.30/406.59		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
439.30/406.59		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
439.30/406.59		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
439.30/406.59		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
439.30/406.59		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
439.30/406.59		at org.sat4j.AbstractLauncher.run(Unknown Source)
439.30/406.59		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
439.39/406.60	c starts		: 0
439.39/406.60	c conflicts		: 0
439.39/406.60	c decisions		: 0
439.39/406.60	c propagations		: 0
439.39/406.60	c inspects		: 0
439.39/406.60	c learnt literals	: 0
439.39/406.60	c learnt binary clauses	: 0
439.39/406.60	c learnt ternary clauses	: 0
439.39/406.60	c learnt clauses	: 0
439.39/406.60	c root simplifications	: 0
439.39/406.60	c removed literals (reason simplification)	: 0
439.39/406.60	c reason swapping (by a shorter reason)	: 0
439.39/406.60	c Calls to reduceDB	: 0
439.39/406.60	c speed (decisions/second)	: 0.0
439.39/406.60	c non guided choices	0
439.39/406.60	s UNKNOWN
439.39/406.60	c Total wall clock time (ms): 406.4

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/node18/watcher-347838-1176518607 -o ROOT/results/node18/solver-347838-1176518607 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347838-1176518607/sat4jPseudoCP.jar /tmp/evaluation/347838-1176518607/instance-347838-1176518607.opb 

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


[startup+0 s]
/proc/loadavg: 0.93 1.02 0.99 2/77 22998
/proc/meminfo: memFree=1184456/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1800 CPUtime=0
/proc/22998/stat : 22998 (java) R 22996 22998 21340 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 99778507 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/22998/statm: 450 148 111 9 0 92 0

[startup+0.0814989 s]
/proc/loadavg: 0.93 1.02 0.99 2/77 22998
/proc/meminfo: memFree=1184456/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1777844 CPUtime=0.07
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 3804 0 1 0 5 2 0 0 18 0 7 0 99778507 1820512256 3546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 444461 3546 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101504 s]
/proc/loadavg: 0.93 1.02 0.99 2/77 22998
/proc/meminfo: memFree=1184456/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1780108 CPUtime=0.08
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 99778507 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 445027 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301521 s]
/proc/loadavg: 0.93 1.02 0.99 2/77 22998
/proc/meminfo: memFree=1184456/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1782436 CPUtime=0.3
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 16841 0 1 0 23 7 0 0 18 0 12 0 99778507 1825214464 16579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 445609 16579 1246 9 0 443221 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701557 s]
/proc/loadavg: 0.93 1.02 0.99 2/77 22998
/proc/meminfo: memFree=1184456/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1784132 CPUtime=0.91
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 19817 0 1 0 82 9 0 0 18 0 12 0 99778507 1826951168 19014 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 446033 19015 1296 9 0 443645 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1784132

[startup+1.50163 s]
/proc/loadavg: 0.93 1.02 0.99 2/89 23010
/proc/meminfo: memFree=1087528/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1784132 CPUtime=1.7
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 37343 0 1 0 153 17 0 0 18 0 12 0 99778507 1826951168 36539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 446033 36540 1296 9 0 443645 0
[pid=22998/tid=23000] ppid=22996 vsize=1784132 CPUtime=1.33
/proc/22998/task/23000/stat : 23000 (java) R 22996 22998 21340 0 -1 64 35177 0 1 0 117 16 0 0 25 0 12 0 99778508 1826951168 36540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554069 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 99778510 1826951168 36541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 99778510 1826951168 36542 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23003/stat : 23003 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 99778512 1826951168 36543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 99778512 1826951168 36544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 99778512 1826951168 36544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1826951168 36545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1784132 CPUtime=0.21
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 1096 0 0 0 21 0 0 0 17 0 12 0 99778516 1826951168 36546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1784132 CPUtime=0.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 348 0 0 0 14 0 0 0 16 0 12 0 99778516 1826951168 36547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1826951168 36548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1784132 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1826951168 36549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1784132

[startup+3.10178 s]
/proc/loadavg: 0.93 1.02 0.99 2/89 23010
/proc/meminfo: memFree=975336/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1785416 CPUtime=3.52
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 54914 0 1 0 327 25 0 0 18 0 12 0 99778507 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 446354 53699 1305 9 0 443966 0
[pid=22998/tid=23000] ppid=22996 vsize=1785416 CPUtime=2.71
/proc/22998/task/23000/stat : 23000 (java) R 22996 22998 21340 0 -1 64 37668 0 1 0 254 17 0 0 25 0 12 0 99778508 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1785416 CPUtime=0.21
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 4206 0 0 0 20 1 0 0 16 0 12 0 99778510 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1785416 CPUtime=0.21
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 10869 0 0 0 16 5 0 0 16 0 12 0 99778510 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1785416 CPUtime=0
/proc/22998/task/23003/stat : 23003 (java) S 22996 22998 21340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 99778512 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1785416 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1785416 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1785416 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1785416 CPUtime=0.21
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 1096 0 0 0 21 0 0 0 17 0 12 0 99778516 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1785416 CPUtime=0.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 348 0 0 0 14 0 0 0 16 0 12 0 99778516 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1785416 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1785416 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1828265984 53699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1785416

[startup+6.3021 s]
/proc/loadavg: 1.10 1.05 1.01 2/89 23010
/proc/meminfo: memFree=900264/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1786636 CPUtime=7.46
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 74316 0 1 0 709 37 0 0 18 0 12 0 99778507 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 446659 71957 1305 9 0 444271 0
[pid=22998/tid=23000] ppid=22996 vsize=1786636 CPUtime=5.15
/proc/22998/task/23000/stat : 23000 (java) S 22996 22998 21340 0 -1 64 37672 0 1 0 496 19 0 0 25 0 12 0 99778508 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1786636 CPUtime=0.95
/proc/22998/task/23001/stat : 23001 (java) R 22996 22998 21340 0 -1 64 12546 0 0 0 90 5 0 0 17 0 12 0 99778510 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1786636 CPUtime=0.95
/proc/22998/task/23002/stat : 23002 (java) R 22996 22998 21340 0 -1 64 21927 0 0 0 85 10 0 0 17 0 12 0 99778510 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698336 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1786636 CPUtime=0
/proc/22998/task/23003/stat : 23003 (java) S 22996 22998 21340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 99778512 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1786636 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1786636 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1786636 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1786636 CPUtime=0.21
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 1096 0 0 0 21 0 0 0 17 0 12 0 99778516 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1786636 CPUtime=0.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 348 0 0 0 14 0 0 0 16 0 12 0 99778516 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1786636 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1786636 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1829515264 71957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1786636

[startup+12.7027 s]
/proc/loadavg: 1.17 1.07 1.01 3/89 23010
/proc/meminfo: memFree=809704/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1798688 CPUtime=17.14
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 109518 0 1 0 1659 55 0 0 18 0 12 0 99778507 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 449672 101115 1317 9 0 447284 0
[pid=22998/tid=23000] ppid=22996 vsize=1798688 CPUtime=8.77
/proc/22998/task/23000/stat : 23000 (java) R 22996 22998 21340 0 -1 64 37702 0 1 0 856 21 0 0 17 0 12 0 99778508 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109757770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1798688 CPUtime=3.27
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 31186 0 0 0 314 13 0 0 20 0 12 0 99778510 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1798688 CPUtime=3.28
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 32641 0 0 0 312 16 0 0 16 0 12 0 99778510 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1798688 CPUtime=0
/proc/22998/task/23003/stat : 23003 (java) S 22996 22998 21340 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 99778512 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1798688 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1798688 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1798688 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1798688 CPUtime=0.7
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 2139 0 0 0 69 1 0 0 16 0 12 0 99778516 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1798688 CPUtime=1.07
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 5123 0 0 0 105 2 0 0 16 0 12 0 99778516 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1798688 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1798688 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1841856512 101115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.14
Current children cumulated vsize (KiB) 1798688

[startup+25.5019 s]
/proc/loadavg: 1.13 1.07 1.01 2/89 23010
/proc/meminfo: memFree=655080/2055920 swapFree=4192956/4192956
[pid=22998] ppid=22996 vsize=1798128 CPUtime=32.97
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 147574 0 1 0 3224 73 0 0 18 0 12 0 99778507 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 449532 134653 1317 9 0 447144 0
[pid=22998/tid=23000] ppid=22996 vsize=1798128 CPUtime=18.5
/proc/22998/task/23000/stat : 23000 (java) R 22996 22998 21340 0 -1 64 37724 0 1 0 1827 23 0 0 18 0 12 0 99778508 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500489 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1798128 CPUtime=6.31
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 49535 0 0 0 611 20 0 0 17 0 12 0 99778510 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1798128 CPUtime=6.33
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 52320 0 0 0 609 24 0 0 16 0 12 0 99778510 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1798128 CPUtime=0
/proc/22998/task/23003/stat : 23003 (java) S 22996 22998 21340 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 99778512 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1798128 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1798128 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1798128 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1841283072 134653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 756041 0 3 0 43131 378 0 0 18 0 12 0 99778507 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 451533 420040 1320 9 0 449145 0
[pid=22998/tid=23000] ppid=22996 vsize=1806132 CPUtime=127.92
/proc/22998/task/23000/stat : 23000 (java) S 22996 22998 21340 0 -1 64 37870 0 1 0 12753 39 0 0 17 0 12 0 99778508 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1806132 CPUtime=32.11
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 193558 0 0 0 3117 94 0 0 17 0 12 0 99778510 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1806132 CPUtime=32.32
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 217207 0 0 0 3129 103 0 0 16 0 12 0 99778510 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1806132 CPUtime=240.84
/proc/22998/task/23003/stat : 23003 (java) R 22996 22998 21340 0 -1 64 299421 0 2 0 23948 136 0 0 25 0 12 0 99778512 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102810689 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1806132 CPUtime=0.71
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 2139 0 0 0 70 1 0 0 16 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1806132 CPUtime=1.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 5126 0 0 0 112 2 0 0 17 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.09
Current children cumulated vsize (KiB) 1806132

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

[startup+403.102 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23010
/proc/meminfo: memFree=31656/2055920 swapFree=4191880/4192956
[pid=22998] ppid=22996 vsize=1806132 CPUtime=435.89
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 756041 0 3 0 43211 378 0 0 18 0 12 0 99778507 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 451533 420040 1320 9 0 449145 0
[pid=22998/tid=23000] ppid=22996 vsize=1806132 CPUtime=127.92
/proc/22998/task/23000/stat : 23000 (java) S 22996 22998 21340 0 -1 64 37870 0 1 0 12753 39 0 0 17 0 12 0 99778508 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1806132 CPUtime=32.11
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 193558 0 0 0 3117 94 0 0 17 0 12 0 99778510 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1806132 CPUtime=32.32
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 217207 0 0 0 3129 103 0 0 16 0 12 0 99778510 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1806132 CPUtime=241.64
/proc/22998/task/23003/stat : 23003 (java) R 22996 22998 21340 0 -1 64 299421 0 2 0 24028 136 0 0 25 0 12 0 99778512 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904184 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1806132 CPUtime=0.71
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 2139 0 0 0 70 1 0 0 16 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1806132 CPUtime=1.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 5126 0 0 0 112 2 0 0 17 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1806132 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1849479168 420040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.89
Current children cumulated vsize (KiB) 1806132

[startup+404.703 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23010
/proc/meminfo: memFree=23656/2055920 swapFree=4191880/4192956
[pid=22998] ppid=22996 vsize=1814132 CPUtime=437.51
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 760042 0 3 0 43371 380 0 0 18 0 12 0 99778507 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 453533 422040 1320 9 0 451145 0
[pid=22998/tid=23000] ppid=22996 vsize=1814132 CPUtime=127.92
/proc/22998/task/23000/stat : 23000 (java) S 22996 22998 21340 0 -1 64 37870 0 1 0 12753 39 0 0 17 0 12 0 99778508 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1814132 CPUtime=32.11
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 193558 0 0 0 3117 94 0 0 17 0 12 0 99778510 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1814132 CPUtime=32.32
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 217207 0 0 0 3129 103 0 0 16 0 12 0 99778510 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1814132 CPUtime=243.24
/proc/22998/task/23003/stat : 23003 (java) R 22996 22998 21340 0 -1 64 303422 0 2 0 24187 137 0 0 25 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360747 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1814132 CPUtime=0.71
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 2139 0 0 0 70 1 0 0 16 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1814132 CPUtime=1.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 5126 0 0 0 112 2 0 0 17 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 437.51
Current children cumulated vsize (KiB) 1814132

[startup+405.503 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23010
/proc/meminfo: memFree=23656/2055920 swapFree=4191880/4192956
[pid=22998] ppid=22996 vsize=1814132 CPUtime=438.3
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 760042 0 3 0 43450 380 0 0 18 0 12 0 99778507 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 453533 422040 1320 9 0 451145 0
[pid=22998/tid=23000] ppid=22996 vsize=1814132 CPUtime=127.92
/proc/22998/task/23000/stat : 23000 (java) S 22996 22998 21340 0 -1 64 37870 0 1 0 12753 39 0 0 17 0 12 0 99778508 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1814132 CPUtime=32.11
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 193558 0 0 0 3117 94 0 0 17 0 12 0 99778510 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1814132 CPUtime=32.32
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 217207 0 0 0 3129 103 0 0 16 0 12 0 99778510 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1814132 CPUtime=244.04
/proc/22998/task/23003/stat : 23003 (java) R 22996 22998 21340 0 -1 64 303422 0 2 0 24267 137 0 0 25 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105882665 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1814132 CPUtime=0.71
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 2139 0 0 0 70 1 0 0 16 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1814132 CPUtime=1.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 5126 0 0 0 112 2 0 0 17 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 438.3
Current children cumulated vsize (KiB) 1814132

[startup+406.303 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23010
/proc/meminfo: memFree=23656/2055920 swapFree=4191880/4192956
[pid=22998] ppid=22996 vsize=1814132 CPUtime=439.1
/proc/22998/stat : 22998 (java) S 22996 22998 21340 0 -1 0 760042 0 3 0 43530 380 0 0 18 0 12 0 99778507 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 453533 422040 1320 9 0 451145 0
[pid=22998/tid=23000] ppid=22996 vsize=1814132 CPUtime=127.92
/proc/22998/task/23000/stat : 23000 (java) S 22996 22998 21340 0 -1 64 37870 0 1 0 12753 39 0 0 17 0 12 0 99778508 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23001] ppid=22996 vsize=1814132 CPUtime=32.11
/proc/22998/task/23001/stat : 23001 (java) S 22996 22998 21340 0 -1 64 193558 0 0 0 3117 94 0 0 17 0 12 0 99778510 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23002] ppid=22996 vsize=1814132 CPUtime=32.32
/proc/22998/task/23002/stat : 23002 (java) S 22996 22998 21340 0 -1 64 217207 0 0 0 3129 103 0 0 16 0 12 0 99778510 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23003] ppid=22996 vsize=1814132 CPUtime=244.84
/proc/22998/task/23003/stat : 23003 (java) R 22996 22998 21340 0 -1 64 303422 0 2 0 24347 137 0 0 25 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105334011 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23004] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23004/stat : 23004 (java) S 22996 22998 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23005] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23005/stat : 23005 (java) S 22996 22998 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99778512 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23006] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23006/stat : 23006 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23007] ppid=22996 vsize=1814132 CPUtime=0.71
/proc/22998/task/23007/stat : 23007 (java) S 22996 22998 21340 0 -1 64 2139 0 0 0 70 1 0 0 16 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23008] ppid=22996 vsize=1814132 CPUtime=1.14
/proc/22998/task/23008/stat : 23008 (java) S 22996 22998 21340 0 -1 64 5126 0 0 0 112 2 0 0 17 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22998/tid=23009] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23009/stat : 23009 (java) S 22996 22998 21340 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22998/tid=23010] ppid=22996 vsize=1814132 CPUtime=0
/proc/22998/task/23010/stat : 23010 (java) S 22996 22998 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99778516 1857671168 422040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 439.1
Current children cumulated vsize (KiB) 1814132

[startup+406.703 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23010
/proc/meminfo: memFree=23656/2055920 swapFree=4191880/4192956
[pid=22998] ppid=22996 vsize=0 CPUtime=439.46
/proc/22998/stat : 22998 (java) Z 22996 22998 21340 0 -1 12 760056 0 3 0 43559 387 0 0 16 0 2 0 99778507 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 439.46
Current children cumulated vsize (KiB) 0

[startup+406.803 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23010
/proc/meminfo: memFree=23656/2055920 swapFree=4191880/4192956
[pid=22998] ppid=22996 vsize=0 CPUtime=439.56
/proc/22998/stat : 22998 (java) Z 22996 22998 21340 0 -1 12 760056 0 3 0 43559 397 0 0 16 0 2 0 99778507 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 439.56
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 406.9
CPU time (s): 439.652
CPU user time (s): 435.596
CPU system time (s): 4.05638
CPU usage (%): 108.049
Max. virtual memory (cumulated for all children) (KiB): 1822136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 435.596
system time used= 4.05638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760056
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9846
involuntary context switches= 6900

runsolver used 0.408937 second user time and 1.15882 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Apr 14 02:43:31 UTC 2007

IDJOB= 347838
IDBENCH= 1504
IDSOLVER= 160
FILE ID= node18/347838-1176518607

PBS_JOBID= 4556696

Free space on /tmp= 66317 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc75ee6fc059a591840488be914609eb

RANDOM SEED= 949676

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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:       1184736 kB
Buffers:         43968 kB
Cached:         688732 kB
SwapCached:          0 kB
Active:         392196 kB
Inactive:       400640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          206552 kB
Writeback:           0 kB
Mapped:          78768 kB
Slab:            63856 kB
Committed_AS:  2697800 kB
PageTables:       1796 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= 66317 MiB

End job on node18 on Sat Apr 14 02:50:19 UTC 2007