Trace number 318813

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
SAT4J SAT 2007UNSAT 14.5468 14.2598

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11944.cnf
MD5SUMeef911a782905fce2d6d67e1fb443023
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.05084
Satisfiable
(Un)Satisfiability was proved
Number of variables178730
Number of clauses508210
Sum of the clauses size1309303
Maximum clause length3
Minimum clause length1
Number of clauses of size 121343
Number of clauses of size 2172641
Number of clauses of size 3314226
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.11/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.37	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.37	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.39	c version SAT COMPETITION 2007
0.11/0.39	c sun.arch.data.model	32
0.11/0.39	c java.version	1.6.0
0.11/0.39	c os.name	Linux
0.11/0.39	c os.version	2.6.9-22.EL.rootsmp
0.11/0.39	c os.arch	i386
0.11/0.39	c Free memory 1703279312
0.11/0.39	c Max memory 1706164224
0.11/0.39	c Total memory 1706164224
0.11/0.39	c Number of processors 2
0.18/0.44	c --- Begin Solver configuration ---
0.18/0.44	c Stops conflict analysis at the first Unique Implication Point
0.18/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.44	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.44	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.44	c Expensive reason simplification
0.18/0.44	c --- End Solver configuration ---
0.18/0.44	c timeout: 2147483s
0.18/0.44	c solving /tmp/evaluation/318813-1176322231/instance-318813-1176322231.cnf
0.18/0.44	c reading problem ... 
1.72/1.90	c ... done. Wall clock time 1.45s.
1.72/1.90	c CPU time (experimental) 1.56s.
1.72/1.90	c #vars     178771
1.72/1.90	c #constraints  486291
14.50/14.22	c starts		: 8
14.50/14.22	c conflicts		: 4200
14.50/14.22	c decisions		: 71427
14.50/14.22	c propagations		: 13341832
14.50/14.22	c inspects		: 32565042
14.50/14.22	c learnt literals	: 13
14.50/14.22	c learnt binary clauses	: 286
14.50/14.22	c learnt ternary clauses	: 926
14.50/14.22	c learnt clauses	: 4186
14.50/14.22	c root simplifications	: 0
14.50/14.22	c removed literals (reason simplification)	: 8327
14.50/14.22	c reason swapping (by a shorter reason)	: 0
14.50/14.22	c Calls to reduceDB	: 0
14.50/14.22	c speed (decisions/second)	: 5825.069319849943
14.50/14.22	c non guided choices	30336
14.50/14.22	s UNSATISFIABLE
14.50/14.22	c Total wall clock time (in seconds) : 13.773
14.50/14.22	c Total CPU time (experimental, in seconds) : 13.66

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-318813-1176322231 -o ROOT/results/node13/solver-318813-1176322231 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318813-1176322231/sat4j-sat2007.jar /tmp/evaluation/318813-1176322231/instance-318813-1176322231.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 29203
/proc/meminfo: memFree=1161096/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=18568 CPUtime=0
/proc/29203/stat : 29203 (runsolver) R 29201 29203 28268 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 80141058 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29203/statm: 4642 293 258 24 0 2626 0

[startup+0.0699869 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 29203
/proc/meminfo: memFree=1161096/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=12380 CPUtime=0.02
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 710 0 25 0 0 2 0 0 18 0 2 0 80141058 12677120 530 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 3095 530 225 9 0 1229 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12380

[startup+0.10199 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 29203
/proc/meminfo: memFree=1161096/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=12496 CPUtime=0.02
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 752 0 26 0 0 2 0 0 18 0 2 0 80141058 12795904 561 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.301035 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 29203
/proc/meminfo: memFree=1161096/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1831428 CPUtime=0.11
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 3912 0 37 0 6 5 0 0 18 0 12 0 80141058 1875382272 3690 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 457857 3690 1099 9 0 455493 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1831428

[startup+0.701123 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 29203
/proc/meminfo: memFree=1161096/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1834172 CPUtime=0.61
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 8487 0 37 0 53 8 0 0 18 0 12 0 80141058 1878192128 8205 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458543 8205 1294 9 0 456155 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1834172

[startup+1.50129 s]
/proc/loadavg: 0.92 0.98 0.91 2/89 29215
/proc/meminfo: memFree=1111272/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1834172 CPUtime=1.42
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 16706 0 37 0 130 12 0 0 18 0 12 0 80141058 1878192128 16420 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458543 16421 1294 9 0 456155 0
[pid=29203/tid=29205] ppid=29201 vsize=1834172 CPUtime=1.16
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 15415 0 12 0 107 9 0 0 18 0 12 0 80141065 1878192128 16421 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109502408 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 80141075 1878192128 16422 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 80141075 1878192128 16422 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 80141079 1878192128 16422 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 80141079 1878192128 16423 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 80141079 1878192128 16423 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 80141088 1878192128 16423 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1834172 CPUtime=0.11
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 364 0 0 0 11 0 0 0 16 0 12 0 80141088 1878192128 16424 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1834172 CPUtime=0.11
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 234 0 0 0 11 0 0 0 16 0 12 0 80141088 1878192128 16424 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 80141088 1878192128 16425 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1834172 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 80141088 1878192128 16425 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1834172

[startup+3.10263 s]
/proc/loadavg: 0.92 0.98 0.91 2/90 29216
/proc/meminfo: memFree=1070368/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1836984 CPUtime=3.36
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23116 0 37 0 320 16 0 0 18 0 13 0 80141058 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 459246 22153 1315 9 0 456858 0
[pid=29203/tid=29205] ppid=29201 vsize=1836984 CPUtime=2.55
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20454 0 12 0 243 12 0 0 25 0 13 0 80141065 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109680012 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 80141079 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1836984 CPUtime=0.4
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 934 0 0 0 40 0 0 0 16 0 13 0 80141088 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1836984 CPUtime=0.36
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1030 0 0 0 36 0 0 0 16 0 13 0 80141088 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1836984 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1881071616 22153 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1836984

[startup+6.30131 s]
/proc/loadavg: 1.01 1.00 0.92 2/90 29216
/proc/meminfo: memFree=1067616/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1835476 CPUtime=6.6
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23260 0 37 0 644 16 0 0 18 0 13 0 80141058 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458869 22093 1315 9 0 456481 0
[pid=29203/tid=29205] ppid=29201 vsize=1835476 CPUtime=5.74
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20558 0 12 0 561 13 0 0 25 0 13 0 80141065 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109511613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 80141079 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1835476 CPUtime=0.42
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 935 0 0 0 42 0 0 0 16 0 13 0 80141088 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1835476 CPUtime=0.4
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1069 0 0 0 40 0 0 0 16 0 13 0 80141088 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1879527424 22093 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1835476

[startup+12.7027 s]
/proc/loadavg: 1.01 1.00 0.92 2/90 29216
/proc/meminfo: memFree=1067744/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1835476 CPUtime=13
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23383 0 37 0 1284 16 0 0 18 0 13 0 80141058 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458869 22216 1315 9 0 456481 0
[pid=29203/tid=29205] ppid=29201 vsize=1835476 CPUtime=12.14
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20681 0 12 0 1201 13 0 0 25 0 13 0 80141065 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109511632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 80141079 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1835476 CPUtime=0.42
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 935 0 0 0 42 0 0 0 16 0 13 0 80141088 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1835476 CPUtime=0.4
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1069 0 0 0 40 0 0 0 16 0 13 0 80141088 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1879527424 22216 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 1835476

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

[startup+13.5028 s]
/proc/loadavg: 1.00 1.00 0.92 2/90 29216
/proc/meminfo: memFree=1067616/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1835476 CPUtime=13.8
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23398 0 37 0 1364 16 0 0 18 0 13 0 80141058 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458869 22231 1315 9 0 456481 0
[pid=29203/tid=29205] ppid=29201 vsize=1835476 CPUtime=12.94
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20696 0 12 0 1281 13 0 0 25 0 13 0 80141065 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109630122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 80141079 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1835476 CPUtime=0.42
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 935 0 0 0 42 0 0 0 16 0 13 0 80141088 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1835476 CPUtime=0.4
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1069 0 0 0 40 0 0 0 16 0 13 0 80141088 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1879527424 22231 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.8
Current children cumulated vsize (KiB) 1835476

[startup+13.9029 s]
/proc/loadavg: 1.00 1.00 0.92 2/90 29216
/proc/meminfo: memFree=1067616/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1835476 CPUtime=14.2
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23399 0 37 0 1404 16 0 0 18 0 13 0 80141058 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458869 22232 1315 9 0 456481 0
[pid=29203/tid=29205] ppid=29201 vsize=1835476 CPUtime=13.34
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20697 0 12 0 1321 13 0 0 25 0 13 0 80141065 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109576586 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1835476 CPUtime=0.42
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 935 0 0 0 42 0 0 0 16 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1835476 CPUtime=0.4
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1069 0 0 0 40 0 0 0 16 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 1835476

[startup+14.103 s]
/proc/loadavg: 1.00 1.00 0.92 2/90 29216
/proc/meminfo: memFree=1067616/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1835476 CPUtime=14.4
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23399 0 37 0 1424 16 0 0 18 0 13 0 80141058 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458869 22232 1315 9 0 456481 0
[pid=29203/tid=29205] ppid=29201 vsize=1835476 CPUtime=13.54
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20697 0 12 0 1341 13 0 0 25 0 13 0 80141065 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109615349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1835476 CPUtime=0.42
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 935 0 0 0 42 0 0 0 16 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1835476 CPUtime=0.4
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1069 0 0 0 40 0 0 0 16 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 1835476

[startup+14.203 s]
/proc/loadavg: 1.00 1.00 0.92 2/90 29216
/proc/meminfo: memFree=1067616/2055920 swapFree=4192956/4192956
[pid=29203] ppid=29201 vsize=1835476 CPUtime=14.5
/proc/29203/stat : 29203 (java) S 29201 29203 28268 0 -1 0 23399 0 37 0 1434 16 0 0 18 0 13 0 80141058 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29203/statm: 458869 22232 1315 9 0 456481 0
[pid=29203/tid=29205] ppid=29201 vsize=1835476 CPUtime=13.64
/proc/29203/task/29205/stat : 29205 (java) R 29201 29203 28268 0 -1 64 20697 0 12 0 1351 13 0 0 25 0 13 0 80141065 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109615446 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29201 29203 28268 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 80141075 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29207] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29207/stat : 29207 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141075 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29208] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29208/stat : 29208 (java) S 29201 29203 28268 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29209] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29209/stat : 29209 (java) S 29201 29203 28268 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29210] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29210/stat : 29210 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 80141079 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29211] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29211/stat : 29211 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29212] ppid=29201 vsize=1835476 CPUtime=0.42
/proc/29203/task/29212/stat : 29212 (java) S 29201 29203 28268 0 -1 64 935 0 0 0 42 0 0 0 16 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29213] ppid=29201 vsize=1835476 CPUtime=0.4
/proc/29203/task/29213/stat : 29213 (java) S 29201 29203 28268 0 -1 64 1069 0 0 0 40 0 0 0 16 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29214] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29214/stat : 29214 (java) S 29201 29203 28268 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29215] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29215/stat : 29215 (java) S 29201 29203 28268 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 80141088 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29203/tid=29216] ppid=29201 vsize=1835476 CPUtime=0
/proc/29203/task/29216/stat : 29216 (java) S 29201 29203 28268 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 80141260 1879527424 22232 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 1835476

Child status: 20
Real time (s): 14.2598
CPU time (s): 14.5468
CPU user time (s): 14.3668
CPU system time (s): 0.179972
CPU usage (%): 102.013
Max. virtual memory (cumulated for all children) (KiB): 1836984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3668
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23412
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 996
involuntary context switches= 614

runsolver used 0.018997 second user time and 0.045993 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Apr 11 20:10:32 UTC 2007

IDJOB= 318813
IDBENCH= 20464
IDSOLVER= 96
FILE ID= node13/318813-1176322231

PBS_JOBID= 4516495

Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11944.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318813-1176322231/sat4j-sat2007.jar /tmp/evaluation/318813-1176322231/instance-318813-1176322231.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-318813-1176322231 -o ROOT/results/node13/solver-318813-1176322231 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318813-1176322231/sat4j-sat2007.jar /tmp/evaluation/318813-1176322231/instance-318813-1176322231.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  eef911a782905fce2d6d67e1fb443023

RANDOM SEED= 259503059

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1161696 kB
Buffers:         38708 kB
Cached:         742816 kB
SwapCached:          0 kB
Active:         249572 kB
Inactive:       575676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10944 kB
Writeback:           0 kB
Mapped:          62596 kB
Slab:            54392 kB
Committed_AS:  4580312 kB
PageTables:       1872 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= 66516 MiB

End job on node13 on Wed Apr 11 20:10:47 UTC 2007