Trace number 1723349

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1UNSAT 10.8064 10.0847

General information on the benchmark

Nameeen-tip-uns-nusmv-t5.B.cnf
MD5SUM5a0032960b52c5fb367771f030675e6c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.13982
Satisfiable
(Un)Satisfiability was proved
Number of variables59265
Number of clauses170983
Sum of the clauses size413505
Maximum clause length23
Minimum clause length1
Number of clauses of size 123
Number of clauses of size 299418
Number of clauses of size 371541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.12/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.46	c See www.sat4j.org for details.
0.12/0.48	c version 2.1.0.v20090228
0.12/0.48	c sun.arch.data.model	32
0.12/0.48	c java.version	1.6.0_12
0.12/0.48	c os.name	Linux
0.12/0.48	c os.version	2.6.9-22.EL.rootsmp
0.12/0.48	c os.arch	i386
0.12/0.48	c Free memory 1651659224
0.12/0.48	c Max memory 1654456320
0.12/0.48	c Total memory 1654456320
0.12/0.48	c Number of processors 2
0.21/0.52	c c --- Begin Solver configuration ---
0.21/0.52	c Stops conflict analysis at the first Unique Implication Point
0.21/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.52	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.52	c Expensive reason simplification
0.21/0.52	c Armin Biere (Picosat) restarts strategy
0.21/0.52	c timeout=2147483647s
0.21/0.52	c DB Simplification allowed=true
0.21/0.52	c --- End Solver configuration ---
0.21/0.52	c solving HOME/instance-1723349-1240685422.cnf
0.21/0.52	c reading problem ... 
0.97/1.15	c ... done. Wall clock time 0.624s.
0.97/1.15	c #vars     59265
0.97/1.15	c #constraints  170914
0.97/1.15	c constraints type 
0.97/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71473
0.97/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 99372
10.75/10.04	c starts		: 23
10.75/10.04	c conflicts		: 2644
10.75/10.04	c decisions		: 31049
10.75/10.04	c propagations		: 7871855
10.75/10.04	c inspects		: 17663687
10.75/10.04	c learnt literals	: 60
10.75/10.04	c learnt binary clauses	: 393
10.75/10.04	c learnt ternary clauses	: 542
10.75/10.04	c learnt clauses	: 2583
10.75/10.04	c ignored clauses	: 0
10.75/10.04	c root simplifications	: 82
10.75/10.04	c removed literals (reason simplification)	: 19061
10.75/10.04	c reason swapping (by a shorter reason)	: 0
10.75/10.04	c Calls to reduceDB	: 0
10.75/10.04	c speed (assignments/second)	: 885174.2943888451
10.75/10.04	c non guided choices	933
10.75/10.05	c learnt constraints type 
10.75/10.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 148
10.75/10.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 977
10.75/10.05	s UNSATISFIABLE
10.75/10.05	c Total wall clock time (in seconds) : 9.519

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1723349-1240685422/watcher-1723349-1240685422 -o /tmp/evaluation-result-1723349-1240685422/solver-1723349-1240685422 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723349-1240685422.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): 1800 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.13 1.06 1.03 3/64 22006
/proc/meminfo: memFree=1728512/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=152 CPUtime=0
/proc/22006/stat : 22006 (java6) D 22004 22006 21750 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 96575477 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22006/statm: 38 26 19 9 0 4 0

[startup+0.0440491 s]
/proc/loadavg: 1.13 1.06 1.03 3/64 22006
/proc/meminfo: memFree=1728512/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1612 CPUtime=0
/proc/22006/stat : 22006 (java6) D 22004 22006 21750 0 -1 0 151 0 2 0 0 0 0 0 18 0 1 0 96575477 1650688 125 1992294400 134512640 134550932 4294956160 18446744073709551615 8275968 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/22006/statm: 403 125 89 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101104 s]
/proc/loadavg: 1.13 1.06 1.03 3/64 22006
/proc/meminfo: memFree=1728512/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=12928 CPUtime=0.01
/proc/22006/stat : 22006 (java) R 22004 22006 21750 0 -1 0 370 0 17 0 0 1 0 0 18 0 1 0 96575477 13238272 194 1992294400 134512640 134550932 4294955984 18446744073709551615 7455530 0 0 4096 0 0 0 0 17 0 0 0
/proc/22006/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.30108 s]
/proc/loadavg: 1.13 1.06 1.03 3/64 22006
/proc/meminfo: memFree=1728512/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1778560 CPUtime=0.08
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 3551 0 64 0 4 4 0 0 18 0 7 0 96575477 1821245440 3359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 444640 3359 1028 9 0 441991 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778560

[startup+0.701126 s]
/proc/loadavg: 1.13 1.06 1.03 3/64 22006
/proc/meminfo: memFree=1728512/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1784156 CPUtime=0.52
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 6069 0 64 0 46 6 0 0 18 0 12 0 96575477 1826975744 5870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446039 5871 1374 9 0 443386 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1784156

[startup+1.50221 s]
/proc/loadavg: 1.12 1.06 1.03 2/76 22018
/proc/meminfo: memFree=1688160/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1786648 CPUtime=1.66
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 11885 0 64 0 157 9 0 0 18 0 13 0 96575477 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446662 11174 1399 9 0 444009 0
[pid=22006/tid=22008] ppid=22004 vsize=1786648 CPUtime=1.04
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9220 0 30 0 99 5 0 0 18 0 13 0 96575490 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 106548843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1786648 CPUtime=0.27
/proc/22006/task/22015/stat : 22015 (java) R 22004 22006 21750 0 -1 64 883 0 0 0 27 0 0 0 17 0 13 0 96575516 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 106247438 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1786648 CPUtime=0.3
/proc/22006/task/22016/stat : 22016 (java) R 22004 22006 21750 0 -1 64 1067 0 0 0 30 0 0 0 17 0 13 0 96575516 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 104140329 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1829527552 11174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1786648

[startup+3.10237 s]
/proc/loadavg: 1.12 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1677976/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1786648 CPUtime=3.73
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12234 0 64 0 364 9 0 0 18 0 13 0 96575477 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446662 11247 1404 9 0 444009 0
[pid=22006/tid=22008] ppid=22004 vsize=1786648 CPUtime=2.64
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9268 0 30 0 259 5 0 0 25 0 13 0 96575490 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4109641709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 96575501 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1786648 CPUtime=0.48
/proc/22006/task/22015/stat : 22015 (java) S 22004 22006 21750 0 -1 64 976 0 0 0 48 0 0 0 16 0 13 0 96575516 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1786648 CPUtime=0.55
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1275 0 0 0 55 0 0 0 16 0 13 0 96575516 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1786648 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1829527552 11247 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1786648

[startup+6.30274 s]
/proc/loadavg: 1.12 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1677464/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1785472 CPUtime=7.04
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12322 0 64 0 695 9 0 0 18 0 13 0 96575477 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446368 11008 1411 9 0 443715 0
[pid=22006/tid=22008] ppid=22004 vsize=1785472 CPUtime=5.82
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9311 0 30 0 577 5 0 0 22 0 13 0 96575490 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4109620160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1785472 CPUtime=0.61
/proc/22006/task/22015/stat : 22015 (java) R 22004 22006 21750 0 -1 64 1020 0 0 0 61 0 0 0 17 0 13 0 96575516 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 106130117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1785472 CPUtime=0.56
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1276 0 0 0 56 0 0 0 16 0 13 0 96575516 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1828323328 11008 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 1785472

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

[startup+7.90189 s]
/proc/loadavg: 1.11 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1678424/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1785472 CPUtime=8.63
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12347 0 64 0 854 9 0 0 18 0 13 0 96575477 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446368 11033 1411 9 0 443715 0
[pid=22006/tid=22008] ppid=22004 vsize=1785472 CPUtime=7.42
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9335 0 30 0 736 6 0 0 25 0 13 0 96575490 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4109549107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1785472 CPUtime=0.61
/proc/22006/task/22015/stat : 22015 (java) S 22004 22006 21750 0 -1 64 1021 0 0 0 61 0 0 0 17 0 13 0 96575516 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1785472 CPUtime=0.56
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1276 0 0 0 56 0 0 0 16 0 13 0 96575516 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1828323328 11033 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 1785472

[startup+8.70197 s]
/proc/loadavg: 1.11 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1678368/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1785472 CPUtime=9.43
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12361 0 64 0 934 9 0 0 18 0 13 0 96575477 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446368 11047 1411 9 0 443715 0
[pid=22006/tid=22008] ppid=22004 vsize=1785472 CPUtime=8.22
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9349 0 30 0 816 6 0 0 25 0 13 0 96575490 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4109549497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1785472 CPUtime=0.61
/proc/22006/task/22015/stat : 22015 (java) S 22004 22006 21750 0 -1 64 1021 0 0 0 61 0 0 0 17 0 13 0 96575516 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1785472 CPUtime=0.56
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1276 0 0 0 56 0 0 0 16 0 13 0 96575516 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1828323328 11047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 1785472

[startup+9.50106 s]
/proc/loadavg: 1.11 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1678368/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1785472 CPUtime=10.23
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12371 0 64 0 1014 9 0 0 18 0 13 0 96575477 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446368 11057 1411 9 0 443715 0
[pid=22006/tid=22008] ppid=22004 vsize=1785472 CPUtime=9.02
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9359 0 30 0 896 6 0 0 25 0 13 0 96575490 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4109549984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1785472 CPUtime=0.61
/proc/22006/task/22015/stat : 22015 (java) S 22004 22006 21750 0 -1 64 1021 0 0 0 61 0 0 0 17 0 13 0 96575516 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1785472 CPUtime=0.56
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1276 0 0 0 56 0 0 0 16 0 13 0 96575516 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1828323328 11057 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 1785472

[startup+9.9061 s]
/proc/loadavg: 1.11 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1678304/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1785472 CPUtime=10.64
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12375 0 64 0 1054 10 0 0 18 0 13 0 96575477 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446368 11061 1411 9 0 443715 0
[pid=22006/tid=22008] ppid=22004 vsize=1785472 CPUtime=9.42
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9363 0 30 0 936 6 0 0 25 0 13 0 96575490 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4109632462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1785472 CPUtime=0.61
/proc/22006/task/22015/stat : 22015 (java) S 22004 22006 21750 0 -1 64 1021 0 0 0 61 0 0 0 17 0 13 0 96575516 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1785472 CPUtime=0.56
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1276 0 0 0 56 0 0 0 16 0 13 0 96575516 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1828323328 11061 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 1785472

[startup+10.0021 s]
/proc/loadavg: 1.11 1.06 1.03 2/77 22019
/proc/meminfo: memFree=1678304/2055920 swapFree=4181324/4192956
[pid=22006] ppid=22004 vsize=1785472 CPUtime=10.75
/proc/22006/stat : 22006 (java) S 22004 22006 21750 0 -1 0 12377 0 64 0 1065 10 0 0 18 0 13 0 96575477 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22006/statm: 446368 11063 1411 9 0 443715 0
[pid=22006/tid=22008] ppid=22004 vsize=1785472 CPUtime=9.51
/proc/22006/task/22008/stat : 22008 (java) R 22004 22006 21750 0 -1 64 9364 0 30 0 945 6 0 0 25 0 13 0 96575490 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4109595429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22009] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22009/stat : 22009 (java) S 22004 22006 21750 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 96575497 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22010] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22010/stat : 22010 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 96575497 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22011] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22011/stat : 22011 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96575501 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22012] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22012/stat : 22012 (java) S 22004 22006 21750 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 96575501 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22013] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22013/stat : 22013 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 96575501 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22014] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22014/stat : 22014 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 96575516 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22015] ppid=22004 vsize=1785472 CPUtime=0.62
/proc/22006/task/22015/stat : 22015 (java) S 22004 22006 21750 0 -1 64 1022 0 0 0 62 0 0 0 16 0 13 0 96575516 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22006/tid=22016] ppid=22004 vsize=1785472 CPUtime=0.56
/proc/22006/task/22016/stat : 22016 (java) S 22004 22006 21750 0 -1 64 1276 0 0 0 56 0 0 0 16 0 13 0 96575516 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22017] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22017/stat : 22017 (java) S 22004 22006 21750 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 96575516 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22018] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22018/stat : 22018 (java) S 22004 22006 21750 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96575516 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22006/tid=22019] ppid=22004 vsize=1785472 CPUtime=0
/proc/22006/task/22019/stat : 22019 (java) S 22004 22006 21750 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96575607 1828323328 11063 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 1785472

Child status: 20
Real time (s): 10.0847
CPU time (s): 10.8064
CPU user time (s): 10.6974
CPU system time (s): 0.108983
CPU usage (%): 107.156
Max. virtual memory (cumulated for all children) (KiB): 1787540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6974
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12392
page faults= 64
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 856
involuntary context switches= 349

runsolver used 0.016997 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 20:50:22
IDJOB=1723349
IDBENCH=71697
IDSOLVER=500
FILE ID=node19/1723349-1240685422
PBS_JOBID= 9186699
Free space on /tmp= 66240 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE06/een-tip-uns-nusmv-t5.B.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723349-1240685422/watcher-1723349-1240685422 -o /tmp/evaluation-result-1723349-1240685422/solver-1723349-1240685422 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723349-1240685422.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5a0032960b52c5fb367771f030675e6c
RANDOM SEED=515582288

node19.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.236
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.236
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:       1728992 kB
Buffers:         49392 kB
Cached:         202564 kB
SwapCached:       5424 kB
Active:          79560 kB
Inactive:       180300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728992 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            53116 kB
Committed_AS:   338848 kB
PageTables:       1452 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= 66240 MiB
End job on node19 at 2009-04-25 20:50:32