Trace number 1720257

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 1184.55 1184.05

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.13/0.53	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.53	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.53	c See www.sat4j.org for details.
0.13/0.55	c version 2.1.0.v20090228
0.13/0.55	c sun.arch.data.model	32
0.13/0.55	c java.version	1.6.0_12
0.13/0.55	c os.name	Linux
0.13/0.55	c os.version	2.6.9-22.EL.rootsmp
0.13/0.55	c os.arch	i386
0.13/0.55	c Free memory 1651659224
0.13/0.55	c Max memory 1654456320
0.13/0.55	c Total memory 1654456320
0.13/0.55	c Number of processors 2
0.13/0.59	c c --- Begin Solver configuration ---
0.13/0.59	c Stops conflict analysis at the first Unique Implication Point
0.13/0.59	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.13/0.59	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.13/0.59	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.13/0.59	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.13/0.59	c Expensive reason simplification
0.13/0.59	c Armin Biere (Picosat) restarts strategy
0.13/0.59	c timeout=2147483647s
0.13/0.59	c DB Simplification allowed=true
0.13/0.59	c --- End Solver configuration ---
0.13/0.59	c solving HOME/instance-1720257-1240654187.cnf
0.13/0.59	c reading problem ... 
1.05/1.40	c ... done. Wall clock time 0.804s.
1.05/1.40	c #vars     96089
1.05/1.40	c #constraints  283993
1.05/1.40	c constraints type 
1.05/1.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 94664
1.05/1.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 189328
1184.32/1183.89	c starts		: 805
1184.32/1183.89	c conflicts		: 412849
1184.32/1183.89	c decisions		: 2846586
1184.32/1183.89	c propagations		: 581270817
1184.32/1183.89	c inspects		: 2475951740
1184.32/1183.89	c learnt literals	: 58
1184.32/1183.89	c learnt binary clauses	: 769
1184.32/1183.89	c learnt ternary clauses	: 6441
1184.32/1183.89	c learnt clauses	: 412790
1184.32/1183.89	c ignored clauses	: 0
1184.32/1183.89	c root simplifications	: 862
1184.32/1183.89	c removed literals (reason simplification)	: 15433631
1184.32/1183.89	c reason swapping (by a shorter reason)	: 0
1184.32/1183.89	c Calls to reduceDB	: 0
1184.32/1183.89	c speed (assignments/second)	: 491563.85450061865
1184.32/1183.89	c non guided choices	179790
1184.42/1183.95	c learnt constraints type 
1184.42/1183.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 301
1184.42/1183.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109992
1184.42/1183.95	s UNSATISFIABLE
1184.42/1183.95	c Total wall clock time (in seconds) : 1183.3

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-1720257-1240654187/watcher-1720257-1240654187 -o /tmp/evaluation-result-1720257-1240654187/solver-1720257-1240654187 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720257-1240654187.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.99 1.85 1.50 3/64 13072
/proc/meminfo: memFree=1839600/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=18576 CPUtime=0
/proc/13072/stat : 13072 (runsolver) D 13070 13072 12763 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 93451375 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 254195330343 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13072/statm: 4644 292 257 26 0 2626 0

[startup+0.0166479 s]
/proc/loadavg: 1.99 1.85 1.50 3/64 13072
/proc/meminfo: memFree=1839600/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=18576 CPUtime=0
/proc/13072/stat : 13072 (runsolver) D 13070 13072 12763 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 93451375 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 254195330343 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13072/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101653 s]
/proc/loadavg: 1.99 1.85 1.50 3/64 13072
/proc/meminfo: memFree=1839600/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1472 CPUtime=0
/proc/13072/stat : 13072 (java6) D 13070 13072 12763 0 -1 0 91 0 4 0 0 0 0 0 18 0 1 0 93451375 1507328 68 1992294400 134512640 134550932 4294956160 18446744073709551615 8187552 0 0 4096 0 0 0 0 17 1 0 0
/proc/13072/statm: 368 68 48 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.303673 s]
/proc/loadavg: 1.99 1.85 1.50 3/64 13072
/proc/meminfo: memFree=1839600/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1776936 CPUtime=0.03
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 2778 0 53 0 1 2 0 0 18 0 4 0 93451375 1819582464 2577 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 444234 2577 605 9 0 441585 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776936

[startup+0.701705 s]
/proc/loadavg: 1.99 1.85 1.50 3/64 13072
/proc/meminfo: memFree=1839600/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1782896 CPUtime=0.39
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 5951 0 64 0 33 6 0 0 18 0 12 0 93451375 1825685504 5725 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 445724 5725 1367 9 0 443071 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1782896

[startup+1.50276 s]
/proc/loadavg: 1.99 1.86 1.50 2/76 13084
/proc/meminfo: memFree=1800400/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1783268 CPUtime=1.33
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 13969 0 64 0 123 10 0 0 18 0 13 0 93451375 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 445817 13712 1390 9 0 443164 0
[pid=13072/tid=13074] ppid=13070 vsize=1783268 CPUtime=0.98
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 12495 0 17 0 90 8 0 0 19 0 13 0 93451399 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 93451404 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 93451404 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93451408 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 93451409 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 93451409 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1783268 CPUtime=0.15
/proc/13072/task/13081/stat : 13081 (java) R 13070 13072 12763 0 -1 64 268 0 0 0 15 0 0 0 16 0 13 0 93451417 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1783268 CPUtime=0.16
/proc/13072/task/13082/stat : 13082 (java) R 13070 13072 12763 0 -1 64 507 0 0 0 16 0 0 0 16 0 13 0 93451417 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 105872101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1783268 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1826066432 13712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1783268

[startup+3.10188 s]
/proc/loadavg: 1.99 1.86 1.50 2/77 13085
/proc/meminfo: memFree=1775880/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1785332 CPUtime=3.33
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 14686 0 64 0 323 10 0 0 18 0 13 0 93451375 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446333 14321 1411 9 0 443680 0
[pid=13072/tid=13074] ppid=13070 vsize=1785332 CPUtime=2.44
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 12528 0 17 0 236 8 0 0 25 0 13 0 93451399 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4109600277 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 93451404 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 93451404 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 93451408 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 93451409 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 93451409 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1785332 CPUtime=0.34
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 654 0 0 0 34 0 0 0 16 0 13 0 93451417 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1785332 CPUtime=0.51
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 805 0 0 0 51 0 0 0 17 0 13 0 93451417 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1785332 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1828179968 14321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 1785332

[startup+6.30212 s]
/proc/loadavg: 1.91 1.84 1.50 2/77 13085
/proc/meminfo: memFree=1775368/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1785300 CPUtime=6.62
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 14762 0 64 0 652 10 0 0 18 0 13 0 93451375 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446325 14347 1411 9 0 443672 0
[pid=13072/tid=13074] ppid=13070 vsize=1785300 CPUtime=5.62
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 12597 0 17 0 554 8 0 0 25 0 13 0 93451399 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4109588755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 93451404 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 93451404 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93451408 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 93451409 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 93451409 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1785300 CPUtime=0.34
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 654 0 0 0 34 0 0 0 16 0 13 0 93451417 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1785300 CPUtime=0.62
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 812 0 0 0 62 0 0 0 17 0 13 0 93451417 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1785300 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1828147200 14347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 1785300

[startup+12.7016 s]
/proc/loadavg: 1.84 1.83 1.49 2/77 13085
/proc/meminfo: memFree=1775248/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784880 CPUtime=13.01
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 14911 0 64 0 1291 10 0 0 18 0 13 0 93451375 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446220 14391 1411 9 0 443567 0
[pid=13072/tid=13074] ppid=13070 vsize=1784880 CPUtime=11.99
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 12746 0 17 0 1191 8 0 0 25 0 13 0 93451399 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4109546687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 93451404 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 93451404 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93451408 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 93451409 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 93451409 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1784880 CPUtime=0.34
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 654 0 0 0 34 0 0 0 16 0 13 0 93451417 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1784880 CPUtime=0.64
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 812 0 0 0 64 0 0 0 17 0 13 0 93451417 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1827717120 14391 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.01
Current children cumulated vsize (KiB) 1784880

[startup+25.5025 s]
/proc/loadavg: 1.65 1.79 1.48 2/77 13085
/proc/meminfo: memFree=1774288/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784880 CPUtime=25.9
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 15316 0 64 0 2579 11 0 0 18 0 13 0 93451375 1827717120 14692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446220 14692 1411 9 0 443567 0
[pid=13072/tid=13074] ppid=13070 vsize=1784880 CPUtime=24.77
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 13121 0 17 0 2468 9 0 0 25 0 13 0 93451399 1827717120 14692 1992294400 134512640 134550932 4294955984 18446744073709551615 4109552398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 93451404 1827717120 14692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 93451404 1827717120 14692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93451408 1827717120 14692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.84
Current children cumulated vsize (KiB) 1784880

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.11 2/77 13085
/proc/meminfo: memFree=1569104/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784880 CPUtime=1182.82
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 70074 0 64 0 118224 58 0 0 18 0 13 0 93451375 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446220 65677 1420 9 0 443567 0
[pid=13072/tid=13074] ppid=13070 vsize=1784880 CPUtime=1180.91
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 37524 0 17 0 118049 42 0 0 25 0 13 0 93451399 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784880 CPUtime=0.37
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 18429 0 0 0 29 8 0 0 20 0 13 0 93451404 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784880 CPUtime=0.36
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 11919 0 0 0 31 5 0 0 20 0 13 0 93451404 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93451408 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1784880 CPUtime=0.39
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 676 0 0 0 39 0 0 0 17 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1784880 CPUtime=0.74
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 820 0 0 0 74 0 0 0 17 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.82
Current children cumulated vsize (KiB) 1784880

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

[startup+1183.1 s]
/proc/loadavg: 1.01 1.02 1.11 2/77 13085
/proc/meminfo: memFree=1569104/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784880 CPUtime=1183.62
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 70074 0 64 0 118304 58 0 0 18 0 13 0 93451375 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446220 65677 1420 9 0 443567 0
[pid=13072/tid=13074] ppid=13070 vsize=1784880 CPUtime=1181.71
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 37524 0 17 0 118129 42 0 0 25 0 13 0 93451399 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4109507753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784880 CPUtime=0.37
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 18429 0 0 0 29 8 0 0 20 0 13 0 93451404 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784880 CPUtime=0.36
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 11919 0 0 0 31 5 0 0 20 0 13 0 93451404 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93451408 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1784880 CPUtime=0.39
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 676 0 0 0 39 0 0 0 17 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1784880 CPUtime=0.74
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 820 0 0 0 74 0 0 0 17 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.62
Current children cumulated vsize (KiB) 1784880

[startup+1183.5 s]
/proc/loadavg: 1.01 1.02 1.11 2/77 13085
/proc/meminfo: memFree=1569104/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784880 CPUtime=1184.02
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 70074 0 64 0 118344 58 0 0 18 0 13 0 93451375 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446220 65677 1420 9 0 443567 0
[pid=13072/tid=13074] ppid=13070 vsize=1784880 CPUtime=1182.12
/proc/13072/task/13074/stat : 13074 (java) R 13070 13072 12763 0 -1 64 37524 0 17 0 118170 42 0 0 25 0 13 0 93451399 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4109507596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784880 CPUtime=0.37
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 18429 0 0 0 29 8 0 0 20 0 13 0 93451404 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784880 CPUtime=0.36
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 11919 0 0 0 31 5 0 0 20 0 13 0 93451404 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93451408 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1784880 CPUtime=0.39
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 676 0 0 0 39 0 0 0 17 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1784880 CPUtime=0.74
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 820 0 0 0 74 0 0 0 17 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13085] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13085/stat : 13085 (java) S 13070 13072 12763 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 93451524 1827717120 65677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.02
Current children cumulated vsize (KiB) 1784880

[startup+1183.9 s]
/proc/loadavg: 1.01 1.02 1.11 2/77 13085
/proc/meminfo: memFree=1569104/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784880 CPUtime=1184.42
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 70079 0 64 0 118384 58 0 0 18 0 13 0 93451375 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446220 65682 1421 9 0 443567 0
[pid=13072/tid=13074] ppid=13070 vsize=1784880 CPUtime=1182.51
/proc/13072/task/13074/stat : 13074 (java) S 13070 13072 12763 0 -1 64 37526 0 17 0 118209 42 0 0 25 0 13 0 93451399 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784880 CPUtime=0.37
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 18429 0 0 0 29 8 0 0 20 0 13 0 93451404 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784880 CPUtime=0.36
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 11919 0 0 0 31 5 0 0 20 0 13 0 93451404 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93451408 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93451409 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93451417 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1784880 CPUtime=0.39
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 676 0 0 0 39 0 0 0 17 0 13 0 93451417 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1784880 CPUtime=0.74
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 820 0 0 0 74 0 0 0 17 0 13 0 93451417 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93451417 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784880 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93451417 1827717120 65682 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.42
Current children cumulated vsize (KiB) 1784880

[startup+1184 s]
/proc/loadavg: 1.01 1.02 1.11 2/77 13085
/proc/meminfo: memFree=1569104/2055920 swapFree=4191900/4192956
[pid=13072] ppid=13070 vsize=1784944 CPUtime=1184.5
/proc/13072/stat : 13072 (java) S 13070 13072 12763 0 -1 0 70116 0 64 0 118392 58 0 0 18 0 12 0 93451375 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 446236 65692 1421 9 0 443583 0
[pid=13072/tid=13074] ppid=13070 vsize=1784944 CPUtime=1182.51
/proc/13072/task/13074/stat : 13074 (java) S 13070 13072 12763 0 -1 64 37529 0 17 0 118209 42 0 0 23 0 12 0 93451399 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13070 vsize=1784944 CPUtime=0.37
/proc/13072/task/13075/stat : 13075 (java) S 13070 13072 12763 0 -1 64 18429 0 0 0 29 8 0 0 20 0 12 0 93451404 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13070 vsize=1784944 CPUtime=0.36
/proc/13072/task/13076/stat : 13076 (java) S 13070 13072 12763 0 -1 64 11919 0 0 0 31 5 0 0 20 0 12 0 93451404 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13070 vsize=1784944 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13070 13072 12763 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 93451408 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13070 vsize=1784944 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13070 13072 12763 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 93451409 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13070 vsize=1784944 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13070 13072 12763 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 93451409 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13070 vsize=1784944 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 93451417 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13081] ppid=13070 vsize=1784944 CPUtime=0.39
/proc/13072/task/13081/stat : 13081 (java) S 13070 13072 12763 0 -1 64 676 0 0 0 39 0 0 0 16 0 12 0 93451417 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13082] ppid=13070 vsize=1784944 CPUtime=0.77
/proc/13072/task/13082/stat : 13082 (java) S 13070 13072 12763 0 -1 64 854 0 0 0 77 0 0 0 17 0 12 0 93451417 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13072/tid=13083] ppid=13070 vsize=1784944 CPUtime=0
/proc/13072/task/13083/stat : 13083 (java) S 13070 13072 12763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 93451417 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13084] ppid=13070 vsize=1784944 CPUtime=0
/proc/13072/task/13084/stat : 13084 (java) S 13070 13072 12763 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 93451417 1827782656 65692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.5
Current children cumulated vsize (KiB) 1784944

Child status: 20
Real time (s): 1184.05
CPU time (s): 1184.55
CPU user time (s): 1183.93
CPU system time (s): 0.627904
CPU usage (%): 100.043
Max. virtual memory (cumulated for all children) (KiB): 1785332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1183.93
system time used= 0.627904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70120
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= 24812
involuntary context switches= 25186

runsolver used 1.3438 second user time and 2.97655 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 12:09:47
IDJOB=1720257
IDBENCH=69599
IDSOLVER=500
FILE ID=node34/1720257-1240654187
PBS_JOBID= 9186476
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720257-1240654187/watcher-1720257-1240654187 -o /tmp/evaluation-result-1720257-1240654187/solver-1720257-1240654187 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720257-1240654187.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=651011169

node34.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.214
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.214
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:       1840016 kB
Buffers:          7216 kB
Cached:         141864 kB
SwapCached:        384 kB
Active:          37832 kB
Inactive:       124680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840016 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          21792 kB
Slab:            39416 kB
Committed_AS:   316980 kB
PageTables:       1384 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= 66364 MiB
End job on node34 at 2009-04-25 12:29:31