Trace number 349747

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1801.62 1800.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-21-20.opb
MD5SUMbaaece72b2eab05d33afe010e43c4897
Bench CategorySATUNSAT-SMALLINT (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349747-1176714325/instance-349747-1176714325.opb
0.20/0.20	c reading problem ... 
1.22/0.96	c ... done. Wall clock time 0.76s.
1.22/0.96	c CPU time (experimental) 0.63s.
1.22/0.96	c #vars     420
1.22/0.96	c #constraints  4221
1801.40/1800.47	c starts		: 19
1801.40/1800.47	c conflicts		: 343618
1801.40/1800.47	c decisions		: 381248
1801.40/1800.47	c propagations		: 6660606
1801.40/1800.47	c inspects		: 2982999468
1801.40/1800.47	c learnt literals	: 0
1801.40/1800.47	c learnt binary clauses	: 0
1801.40/1800.47	c learnt ternary clauses	: 0
1801.40/1800.47	c learnt clauses	: 343618
1801.40/1800.47	c root simplifications	: 0
1801.40/1800.47	c removed literals (reason simplification)	: 0
1801.40/1800.47	c reason swapping (by a shorter reason)	: 0
1801.40/1800.47	c Calls to reduceDB	: 0
1801.40/1800.47	c speed (decisions/second)	: 211.86349786579962
1801.40/1800.47	c non guided choices	199
1801.40/1800.47	s UNKNOWN
1801.40/1800.47	c Total wall clock time (ms): 1800.267

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/node44/watcher-349747-1176714325 -o ROOT/results/node44/solver-349747-1176714325 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349747-1176714325/sat4jPseudoResolution.jar /tmp/evaluation/349747-1176714325/instance-349747-1176714325.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.00 1.00 1.00 2/64 10058
/proc/meminfo: memFree=1664000/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=18568 CPUtime=0
/proc/10058/stat : 10058 (runsolver) R 10056 10058 9075 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 119344218 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10058/statm: 4642 292 257 24 0 2626 0

[startup+0.0337239 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10058
/proc/meminfo: memFree=1664000/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1774248 CPUtime=0.01
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 2681 0 1 0 0 1 0 0 18 0 4 0 119344218 1816829952 2428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 443562 2429 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101649 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10058
/proc/meminfo: memFree=1664000/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1780108 CPUtime=0.08
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 119344218 1822830592 3706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301669 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10058
/proc/meminfo: memFree=1664000/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1781368 CPUtime=0.3
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 5109 0 1 0 27 3 0 0 18 0 12 0 119344218 1824120832 4847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 445342 4847 1264 9 0 442954 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781368

[startup+0.701712 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10058
/proc/meminfo: memFree=1664000/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1782804 CPUtime=0.88
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 6787 0 1 0 84 4 0 0 18 0 12 0 119344218 1825591296 6315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 445701 6315 1301 9 0 443313 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782804

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 10071
/proc/meminfo: memFree=1638552/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1784928 CPUtime=1.98
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 9611 0 1 0 193 5 0 0 18 0 13 0 119344218 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 446232 7953 1313 9 0 443844 0
[pid=10058/tid=10060] ppid=10056 vsize=1784928 CPUtime=1.07
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 6194 0 1 0 103 4 0 0 25 0 13 0 119344220 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 119344221 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 119344221 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 119344223 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 119344224 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 119344224 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119344228 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1784928 CPUtime=0.45
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 949 0 0 0 45 0 0 0 16 0 13 0 119344228 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1784928 CPUtime=0.43
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1745 0 0 0 43 0 0 0 15 0 13 0 119344228 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119344228 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119344228 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 119344315 1827766272 7953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1784928

[startup+3.10296 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 10071
/proc/meminfo: memFree=1635032/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1784928 CPUtime=3.66
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 10531 0 1 0 361 5 0 0 18 0 13 0 119344218 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 446232 8872 1315 9 0 443844 0
[pid=10058/tid=10060] ppid=10056 vsize=1784928 CPUtime=2.64
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 7099 0 1 0 260 4 0 0 25 0 13 0 119344220 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613396 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 119344221 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 119344221 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 119344223 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 119344224 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 119344224 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119344228 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1784928 CPUtime=0.55
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 55 0 0 0 16 0 13 0 119344228 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1784928 CPUtime=0.46
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1746 0 0 0 46 0 0 0 16 0 13 0 119344228 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119344228 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119344228 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1784928 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 119344315 1827766272 8872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1784928

[startup+6.30228 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 10071
/proc/meminfo: memFree=1629784/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1784896 CPUtime=6.88
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 11536 0 1 0 681 7 0 0 18 0 13 0 119344218 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 446224 9871 1315 9 0 443836 0
[pid=10058/tid=10060] ppid=10056 vsize=1784896 CPUtime=5.81
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 8102 0 1 0 576 5 0 0 25 0 13 0 119344220 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613262 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 119344221 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 119344221 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 119344223 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 119344224 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 119344224 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119344228 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1784896 CPUtime=0.57
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 57 0 0 0 16 0 13 0 119344228 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1784896 CPUtime=0.47
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 47 0 0 0 16 0 13 0 119344228 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119344228 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119344228 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 119344315 1827733504 9871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1784896

[startup+12.7029 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 10071
/proc/meminfo: memFree=1624088/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1784896 CPUtime=13.28
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 12861 0 1 0 1320 8 0 0 18 0 13 0 119344218 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 446224 11196 1315 9 0 443836 0
[pid=10058/tid=10060] ppid=10056 vsize=1784896 CPUtime=12.21
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 9427 0 1 0 1215 6 0 0 25 0 13 0 119344220 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 119344221 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 119344221 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 119344223 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 119344224 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 119344224 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119344228 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1784896 CPUtime=0.57
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 57 0 0 0 16 0 13 0 119344228 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1784896 CPUtime=0.47
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 47 0 0 0 16 0 13 0 119344228 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119344228 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119344228 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 119344315 1827733504 11196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 1784896

[startup+25.5013 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 10071
/proc/meminfo: memFree=1615192/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1784896 CPUtime=26.07
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 14977 0 1 0 2598 9 0 0 18 0 13 0 119344218 1827733504 13312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 446224 13312 1315 9 0 443836 0
[pid=10058/tid=10060] ppid=10056 vsize=1784896 CPUtime=25
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 11543 0 1 0 2493 7 0 0 25 0 13 0 119344220 1827733504 13312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613333 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 119344221 1827733504 13312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 119344221 1827733504 13312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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


[startup+1799.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10092
/proc/meminfo: memFree=1397208/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1784896 CPUtime=1800.02
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 73185 0 1 0 179944 58 0 0 18 0 13 0 119344218 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10058/statm: 446224 67310 1322 9 0 443836 0
[pid=10058/tid=10060] ppid=10056 vsize=1784896 CPUtime=1798.45
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 37660 0 1 0 179806 39 0 0 25 0 13 0 119344220 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1784896 CPUtime=0.23
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 15646 0 0 0 14 9 0 0 19 0 13 0 119344221 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1784896 CPUtime=0.23
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 16444 0 0 0 15 8 0 0 16 0 13 0 119344221 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119344223 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 119344224 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 119344224 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119344228 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1784896 CPUtime=0.58
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 58 0 0 0 17 0 13 0 119344228 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1784896 CPUtime=0.48
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 48 0 0 0 16 0 13 0 119344228 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 119344228 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119344228 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1784896 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 119344315 1827733504 67310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1784896

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1799.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10092
/proc/meminfo: memFree=1397208/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1787788 CPUtime=1800.23
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 73998 0 1 0 179964 59 0 0 16 0 14 0 119344218 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10058/statm: 446947 67961 1322 9 0 444559 0
[pid=10058/tid=10060] ppid=10056 vsize=1787788 CPUtime=1798.46
/proc/10058/task/10060/stat : 10060 (java) S 10056 10058 9075 0 -1 64 37660 0 1 0 179807 39 0 0 25 0 14 0 119344220 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1787788 CPUtime=0.33
/proc/10058/task/10061/stat : 10061 (java) R 10056 10058 9075 0 -1 64 16128 0 0 0 24 9 0 0 17 0 14 0 119344221 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1787788 CPUtime=0.33
/proc/10058/task/10062/stat : 10062 (java) R 10056 10058 9075 0 -1 64 16765 0 0 0 25 8 0 0 17 0 14 0 119344221 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 119344223 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 14 0 119344224 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 119344224 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 119344228 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1787788 CPUtime=0.58
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 58 0 0 0 17 0 14 0 119344228 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1787788 CPUtime=0.48
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 48 0 0 0 16 0 14 0 119344228 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 119344228 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 119344228 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1787788 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 14 0 119344315 1830694912 67961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1787788

[startup+1800.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10092
/proc/meminfo: memFree=1397208/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1795468 CPUtime=1801
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 109796 0 1 0 180026 74 0 0 16 0 14 0 119344218 1838559232 91226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10058/statm: 448867 91231 1322 9 0 446479 0
[pid=10058/tid=10060] ppid=10056 vsize=1795468 CPUtime=1798.46
/proc/10058/task/10060/stat : 10060 (java) S 10056 10058 9075 0 -1 64 37660 0 1 0 179807 39 0 0 25 0 14 0 119344220 1838559232 91233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1795468 CPUtime=0.72
/proc/10058/task/10061/stat : 10061 (java) R 10056 10058 9075 0 -1 64 33710 0 0 0 55 17 0 0 19 0 14 0 119344221 1838559232 91237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1795468 CPUtime=0.71
/proc/10058/task/10062/stat : 10062 (java) R 10056 10058 9075 0 -1 64 34996 0 0 0 56 15 0 0 21 0 14 0 119344221 1838559232 91241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 119344223 1838559232 91244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 14 0 119344224 1838559232 91249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 119344224 1838559232 91254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 119344228 1838559232 91258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1795468 CPUtime=0.58
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 58 0 0 0 17 0 14 0 119344228 1838559232 91261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1795468 CPUtime=0.48
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 48 0 0 0 16 0 14 0 119344228 1838559232 91265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 119344228 1838559232 91269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 119344228 1838559232 91273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 14 0 119344315 1838559232 91277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 1795468

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10092
/proc/meminfo: memFree=1397208/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1795468 CPUtime=1801.4
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 126362 0 1 0 180059 81 0 0 16 0 14 0 119344218 1838559232 104937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10058/statm: 448867 104947 1322 9 0 446479 0
[pid=10058/tid=10060] ppid=10056 vsize=1795468 CPUtime=1798.46
/proc/10058/task/10060/stat : 10060 (java) S 10056 10058 9075 0 -1 64 37660 0 1 0 179807 39 0 0 25 0 14 0 119344220 1838559232 104950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1795468 CPUtime=0.92
/proc/10058/task/10061/stat : 10061 (java) R 10056 10058 9075 0 -1 64 42352 0 0 0 71 21 0 0 21 0 14 0 119344221 1838559232 104950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1795468 CPUtime=0.91
/proc/10058/task/10062/stat : 10062 (java) R 10056 10058 9075 0 -1 64 42918 0 0 0 73 18 0 0 22 0 14 0 119344221 1838559232 104950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 119344223 1838559232 104950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 14 0 119344224 1838559232 104950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 119344224 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 119344228 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1795468 CPUtime=0.58
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 58 0 0 0 17 0 14 0 119344228 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1795468 CPUtime=0.48
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 48 0 0 0 16 0 14 0 119344228 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 119344228 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 119344228 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1795468 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 14 0 119344315 1838559232 104951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.4
Current children cumulated vsize (KiB) 1795468

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10092
/proc/meminfo: memFree=1397208/2055920 swapFree=4184652/4192956
[pid=10058] ppid=10056 vsize=1795792 CPUtime=1801.53
/proc/10058/stat : 10058 (java) S 10056 10058 9075 0 -1 0 127783 0 1 0 180072 81 0 0 16 0 14 0 119344218 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10058/statm: 448948 106358 1323 9 0 446560 0
[pid=10058/tid=10060] ppid=10056 vsize=1795792 CPUtime=1798.49
/proc/10058/task/10060/stat : 10060 (java) R 10056 10058 9075 0 -1 64 37660 0 1 0 179810 39 0 0 24 0 14 0 119344220 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613323 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10061] ppid=10056 vsize=1795792 CPUtime=0.94
/proc/10058/task/10061/stat : 10061 (java) S 10056 10058 9075 0 -1 64 42662 0 0 0 73 21 0 0 16 0 14 0 119344221 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10062] ppid=10056 vsize=1795792 CPUtime=0.98
/proc/10058/task/10062/stat : 10062 (java) S 10056 10058 9075 0 -1 64 44005 0 0 0 80 18 0 0 23 0 14 0 119344221 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10063] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10063/stat : 10063 (java) S 10056 10058 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 119344223 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10064] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10064/stat : 10064 (java) S 10056 10058 9075 0 -1 64 9 0 0 0 0 0 0 0 22 0 14 0 119344224 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10065] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10065/stat : 10065 (java) S 10056 10058 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 119344224 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10066] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10066/stat : 10066 (java) S 10056 10058 9075 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 119344228 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10067] ppid=10056 vsize=1795792 CPUtime=0.58
/proc/10058/task/10067/stat : 10067 (java) S 10056 10058 9075 0 -1 64 963 0 0 0 58 0 0 0 17 0 14 0 119344228 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10068] ppid=10056 vsize=1795792 CPUtime=0.48
/proc/10058/task/10068/stat : 10068 (java) S 10056 10058 9075 0 -1 64 1748 0 0 0 48 0 0 0 16 0 14 0 119344228 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10069] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10069/stat : 10069 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 119344228 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10058/tid=10070] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10070/stat : 10070 (java) S 10056 10058 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 119344228 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10058/tid=10071] ppid=10056 vsize=1795792 CPUtime=0
/proc/10058/task/10071/stat : 10071 (java) S 10056 10058 9075 0 -1 64 3 0 0 0 0 0 0 0 25 0 14 0 119344315 1838891008 106358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.53
Current children cumulated vsize (KiB) 1795792

Child status: 143
Real time (s): 1800.58
CPU time (s): 1801.62
CPU user time (s): 1800.74
CPU system time (s): 0.883865
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 1795792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.74
system time used= 0.883865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127783
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= 36976
involuntary context switches= 38740

runsolver used 2.20466 second user time and 4.37134 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Apr 16 09:05:25 UTC 2007

IDJOB= 349747
IDBENCH= 2590
IDSOLVER= 159
FILE ID= node44/349747-1176714325

PBS_JOBID= 4560066

Free space on /tmp= 66465 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349747-1176714325/sat4jPseudoResolution.jar /tmp/evaluation/349747-1176714325/instance-349747-1176714325.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-349747-1176714325 -o ROOT/results/node44/solver-349747-1176714325 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349747-1176714325/sat4jPseudoResolution.jar /tmp/evaluation/349747-1176714325/instance-349747-1176714325.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  baaece72b2eab05d33afe010e43c4897

RANDOM SEED= 889862923

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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:       1664472 kB
Buffers:         19724 kB
Cached:         304784 kB
SwapCached:       2232 kB
Active:         149200 kB
Inactive:       185516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664472 kB
SwapTotal:     4192956 kB
SwapFree:      4184652 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          17192 kB
Slab:            42744 kB
Committed_AS:   296396 kB
PageTables:       1396 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= 66465 MiB

End job on node44 on Mon Apr 16 09:35:27 UTC 2007