Trace number 365727

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23SAT 35.2926 33.3264

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.9489
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
Total number of constraints2
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 constraints2
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
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/365727-1177051779/instance-365727-1177051779.opb
0.20/0.20	c reading problem ... 
0.20/0.23	c ... done. Wall clock time 0.03s.
0.20/0.23	c CPU time (experimental) 0.19s.
0.20/0.23	c #vars     80
0.20/0.23	c #constraints  2
35.17/33.27	c starts		: 2
35.17/33.27	c conflicts		: 3075
35.17/33.27	c decisions		: 3261
35.17/33.27	c propagations		: 21248
35.17/33.27	c inspects		: 5723812
35.17/33.27	c learnt literals	: 0
35.17/33.27	c learnt binary clauses	: 0
35.17/33.27	c learnt ternary clauses	: 0
35.17/33.27	c learnt clauses	: 3075
35.17/33.27	c root simplifications	: 0
35.17/33.27	c removed literals (reason simplification)	: 0
35.17/33.27	c reason swapping (by a shorter reason)	: 0
35.17/33.27	c Calls to reduceDB	: 0
35.17/33.27	c speed (decisions/second)	: 98.70153455007717
35.17/33.27	c non guided choices	68
35.17/33.27	s SATISFIABLE
35.17/33.27	v x1 x2 x3 x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 x16 x17 x18 x19 -x20 -x21 -x22 -x23 x24 x25 x26 -x27 x28 -x29 x30 -x31 -x32
35.17/33.27	v -x33 x34 x35 x36 x37 x38 -x39 -x40 -x41 -x42 -x43 x44 x45 x46 x47 -x48 -x49 x50 -x51 -x52 -x53 x54 x55 x56 x57 -x58 -x59 -x60 -x61
35.17/33.27	v -x62 x63 x64 x65 x66 -x67 -x68 -x69 -x70 -x71 x72 x73 x74 x75 -x76 -x77 -x78 -x79 -x80
35.17/33.27	c Total wall clock time (ms): 33.072

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-365727-1177051779 -o ROOT/results/node70/solver-365727-1177051779 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365727-1177051779/sat4jPseudoCP.jar /tmp/evaluation/365727-1177051779/instance-365727-1177051779.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.09 1.15 1.11 2/64 18707
/proc/meminfo: memFree=1676768/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=324 CPUtime=0
/proc/18707/stat : 18707 (java) R 18705 18707 2858 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 144715252 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 1 0 0
/proc/18707/statm: 81 44 33 9 0 6 0

[startup+0.0528329 s]
/proc/loadavg: 1.09 1.15 1.11 2/64 18707
/proc/meminfo: memFree=1676768/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1777060 CPUtime=0.03
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 3517 0 1 0 2 1 0 0 18 0 5 0 144715252 1819709440 3261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 444265 3261 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.10184 s]
/proc/loadavg: 1.09 1.15 1.11 2/64 18707
/proc/meminfo: memFree=1676768/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1780108 CPUtime=0.08
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 144715252 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30186 s]
/proc/loadavg: 1.09 1.15 1.11 2/64 18707
/proc/meminfo: memFree=1676768/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1783768 CPUtime=0.34
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 5381 0 1 0 30 4 0 0 18 0 13 0 144715252 1826578432 5082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 445942 5082 1267 9 0 443554 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1783768

[startup+0.701907 s]
/proc/loadavg: 1.09 1.15 1.11 2/64 18707
/proc/meminfo: memFree=1676768/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1789040 CPUtime=1.02
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 10399 0 1 0 96 6 0 0 18 0 13 0 144715252 1831976960 9308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 447260 9309 1298 9 0 444872 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1789040

[startup+1.50298 s]
/proc/loadavg: 1.09 1.15 1.11 3/77 18720
/proc/meminfo: memFree=1631672/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792160 CPUtime=2.53
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 27056 0 1 0 240 13 0 0 18 0 13 0 144715252 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448040 23353 1309 9 0 445652 0
[pid=18707/tid=18709] ppid=18705 vsize=1792160 CPUtime=0.93
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 20019 0 1 0 83 10 0 0 21 0 13 0 144715254 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 144715255 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 144715255 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 144715257 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 144715258 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 144715258 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792160 CPUtime=0.79
/proc/18707/task/18716/stat : 18716 (java) R 18705 18707 2858 0 -1 64 3181 0 0 0 78 1 0 0 18 0 13 0 144715262 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102386768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792160 CPUtime=0.79
/proc/18707/task/18717/stat : 18717 (java) R 18705 18707 2858 0 -1 64 3132 0 0 0 78 1 0 0 16 0 13 0 144715262 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103258304 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792160 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835171840 23353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1792160

[startup+3.10214 s]
/proc/loadavg: 1.09 1.15 1.11 2/77 18720
/proc/meminfo: memFree=1514360/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1793832 CPUtime=4.65
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 48180 0 1 0 444 21 0 0 18 0 13 0 144715252 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448458 42194 1323 9 0 446070 0
[pid=18707/tid=18709] ppid=18705 vsize=1793832 CPUtime=2.27
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 37735 0 1 0 211 16 0 0 25 0 13 0 144715254 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490909 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 334 0 0 0 0 0 0 0 16 0 13 0 144715255 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1793832 CPUtime=0.01
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 326 0 0 0 1 0 0 0 16 0 13 0 144715255 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 144715257 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1793832 CPUtime=1.26
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5291 0 0 0 124 2 0 0 16 0 13 0 144715262 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1793832 CPUtime=1.06
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3765 0 0 0 105 1 0 0 16 0 13 0 144715262 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1793832 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1836883968 42194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1793832

[startup+6.30146 s]
/proc/loadavg: 1.08 1.15 1.10 2/77 18720
/proc/meminfo: memFree=1508872/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=7.98
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 53989 0 1 0 774 24 0 0 18 0 13 0 144715252 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 46750 1323 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=5.38
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 40276 0 1 0 521 17 0 0 25 0 13 0 144715254 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.06
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 2070 0 0 0 6 0 0 0 16 0 13 0 144715255 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.06
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 1834 0 0 0 6 0 0 0 16 0 13 0 144715255 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.29
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5293 0 0 0 127 2 0 0 16 0 13 0 144715262 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.11
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3768 0 0 0 110 1 0 0 16 0 13 0 144715262 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 46750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1792016

[startup+12.7021 s]
/proc/loadavg: 1.08 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1468304/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=14.49
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 60876 0 1 0 1422 27 0 0 18 0 13 0 144715252 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 53375 1324 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=11.69
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 43895 0 1 0 1150 19 0 0 25 0 13 0 144715254 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524627 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.14
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 3812 0 0 0 13 1 0 0 16 0 13 0 144715255 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.13
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 3354 0 0 0 12 1 0 0 16 0 13 0 144715255 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.32
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5296 0 0 0 130 2 0 0 17 0 13 0 144715262 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.15
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3771 0 0 0 114 1 0 0 16 0 13 0 144715262 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 53375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 1792016

[startup+25.5014 s]
/proc/loadavg: 1.06 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1479504/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=27.42
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 62915 0 1 0 2714 28 0 0 18 0 13 0 144715252 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 50416 1330 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=24.36
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 43907 0 1 0 2417 19 0 0 25 0 13 0 144715254 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109958088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.23
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 4876 0 0 0 22 1 0 0 17 0 13 0 144715255 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.23
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 4307 0 0 0 21 2 0 0 16 0 13 0 144715255 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.37
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5305 0 0 0 135 2 0 0 17 0 13 0 144715262 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.18
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3772 0 0 0 117 1 0 0 16 0 13 0 144715262 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 50416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.42
Current children cumulated vsize (KiB) 1792016

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

[startup+28.7027 s]
/proc/loadavg: 1.06 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1482000/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=30.64
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 63306 0 1 0 3036 28 0 0 18 0 13 0 144715252 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 49786 1330 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=27.54
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 43910 0 1 0 2735 19 0 0 25 0 13 0 144715254 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.25
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 5049 0 0 0 24 1 0 0 16 0 13 0 144715255 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.25
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 4522 0 0 0 23 2 0 0 17 0 13 0 144715255 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.37
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5305 0 0 0 135 2 0 0 17 0 13 0 144715262 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.18
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3772 0 0 0 117 1 0 0 16 0 13 0 144715262 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 49786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.64
Current children cumulated vsize (KiB) 1792016

[startup+31.906 s]
/proc/loadavg: 1.06 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1485968/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=33.87
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 63678 0 1 0 3359 28 0 0 18 0 13 0 144715252 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 48798 1330 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=30.71
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 43913 0 1 0 3052 19 0 0 21 0 13 0 144715254 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.28
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 5186 0 0 0 26 2 0 0 16 0 13 0 144715255 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.27
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 4754 0 0 0 25 2 0 0 16 0 13 0 144715255 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.37
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5305 0 0 0 135 2 0 0 17 0 13 0 144715262 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.18
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3772 0 0 0 117 1 0 0 16 0 13 0 144715262 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 48798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.87
Current children cumulated vsize (KiB) 1792016

[startup+32.7011 s]
/proc/loadavg: 1.06 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1485968/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=34.67
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 63807 0 1 0 3439 28 0 0 18 0 13 0 144715252 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 48759 1330 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=31.5
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 43914 0 1 0 3131 19 0 0 25 0 13 0 144715254 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109498243 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.29
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 5240 0 0 0 27 2 0 0 16 0 13 0 144715255 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.28
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 4828 0 0 0 26 2 0 0 16 0 13 0 144715255 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.37
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5305 0 0 0 135 2 0 0 17 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.18
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3772 0 0 0 117 1 0 0 16 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.67
Current children cumulated vsize (KiB) 1792016

[startup+33.1011 s]
/proc/loadavg: 1.06 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1486160/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=1792016 CPUtime=35.07
/proc/18707/stat : 18707 (java) S 18705 18707 2858 0 -1 0 63807 0 1 0 3479 28 0 0 18 0 13 0 144715252 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 448004 48759 1330 9 0 445616 0
[pid=18707/tid=18709] ppid=18705 vsize=1792016 CPUtime=31.9
/proc/18707/task/18709/stat : 18709 (java) R 18705 18707 2858 0 -1 64 43914 0 1 0 3171 19 0 0 25 0 13 0 144715254 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18710] ppid=18705 vsize=1792016 CPUtime=0.29
/proc/18707/task/18710/stat : 18710 (java) S 18705 18707 2858 0 -1 64 5240 0 0 0 27 2 0 0 16 0 13 0 144715255 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18711] ppid=18705 vsize=1792016 CPUtime=0.28
/proc/18707/task/18711/stat : 18711 (java) S 18705 18707 2858 0 -1 64 4828 0 0 0 26 2 0 0 16 0 13 0 144715255 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18712] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18712/stat : 18712 (java) S 18705 18707 2858 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 144715257 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18713] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18713/stat : 18713 (java) S 18705 18707 2858 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18714] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18714/stat : 18714 (java) S 18705 18707 2858 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144715258 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18715] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18715/stat : 18715 (java) S 18705 18707 2858 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18716] ppid=18705 vsize=1792016 CPUtime=1.37
/proc/18707/task/18716/stat : 18716 (java) S 18705 18707 2858 0 -1 64 5305 0 0 0 135 2 0 0 17 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18717] ppid=18705 vsize=1792016 CPUtime=1.18
/proc/18707/task/18717/stat : 18717 (java) S 18705 18707 2858 0 -1 64 3772 0 0 0 117 1 0 0 16 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18718] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18718/stat : 18718 (java) S 18705 18707 2858 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18707/tid=18719] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18719/stat : 18719 (java) S 18705 18707 2858 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144715262 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18707/tid=18720] ppid=18705 vsize=1792016 CPUtime=0
/proc/18707/task/18720/stat : 18720 (java) S 18705 18707 2858 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 144715276 1835024384 48759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 1792016

[startup+33.3015 s]
/proc/loadavg: 1.06 1.14 1.10 2/77 18720
/proc/meminfo: memFree=1486160/2055920 swapFree=4183764/4192956
[pid=18707] ppid=18705 vsize=0 CPUtime=35.26
/proc/18707/stat : 18707 (java) Z 18705 18707 2858 0 -1 1036 63816 0 1 0 3497 29 0 0 16 0 2 0 144715252 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18707/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.26
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 33.3264
CPU time (s): 35.2926
CPU user time (s): 34.9717
CPU system time (s): 0.320951
CPU usage (%): 105.9
Max. virtual memory (cumulated for all children) (KiB): 1795300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9717
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63816
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= 1564
involuntary context switches= 1293

runsolver used 0.036994 second user time and 0.099984 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Fri Apr 20 06:49:39 UTC 2007

IDJOB= 365727
IDBENCH= 2555
IDSOLVER= 160
FILE ID= node70/365727-1177051779

PBS_JOBID= 4640174

Free space on /tmp= 66474 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365727-1177051779/sat4jPseudoCP.jar /tmp/evaluation/365727-1177051779/instance-365727-1177051779.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-365727-1177051779 -o ROOT/results/node70/solver-365727-1177051779 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365727-1177051779/sat4jPseudoCP.jar /tmp/evaluation/365727-1177051779/instance-365727-1177051779.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b56e28afe1ffd19dcf9a2ab038cbc43f

RANDOM SEED= 111608484

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1677176 kB
Buffers:         27824 kB
Cached:         284416 kB
SwapCached:       3076 kB
Active:         101724 kB
Inactive:       225360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677176 kB
SwapTotal:     4192956 kB
SwapFree:      4183764 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:          20660 kB
Slab:            37680 kB
Committed_AS:  3367980 kB
PageTables:       1404 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= 66474 MiB

End job on node70 on Fri Apr 20 06:50:13 UTC 2007