Trace number 1065091

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 CSP 2008-06-13? 300.482 300.572

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air05.xml
MD5SUM37e5fd3484da66ae9d2e1835399ce3e1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.035
Satisfiable
(Un)Satisfiability was proved
Number of variables7195
Number of constraints852
Maximum constraint arity404
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension852
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.44	c See www.sat4j.org for details.
0.29/0.44	c That software uses the Rhino library from the Mozilla project.
0.29/0.48	c version 9.9.9.token
0.29/0.48	c sun.arch.data.model	32
0.29/0.48	c java.version	1.6.0_06
0.29/0.48	c os.name	Linux
0.29/0.48	c os.version	2.6.9-22.EL.rootsmp
0.29/0.48	c os.arch	i386
0.29/0.48	c Free memory 669864272
0.29/0.48	c Max memory 672137216
0.29/0.48	c Total memory 672137216
0.29/0.48	c Number of processors 2
0.38/0.53	c c --- Begin Solver configuration ---
0.38/0.53	c Stops conflict analysis at the first Unique Implication Point
0.38/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.53	c Learn all clauses as in MiniSAT
0.38/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.53	c Expensive reason simplification
0.38/0.53	c MiniSAT restarts strategy
0.38/0.53	c timeout=2147483s
0.38/0.53	c DB Simplification allowed=false
0.38/0.53	c --- End Solver configuration ---
0.38/0.53	c solving HOME/instance-1065091-1215145746.xml
0.38/0.53	c reading problem ... 
0.62/0.84	c reading problem named null
0.62/0.84	c reading domains done.
0.62/0.84	c reading variables done.
2.42/2.65	c reading predicates  done.
3.78/4.04	c reading constraints
300.32/300.44	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
300.32/300.44		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:182)
300.32/300.44		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
300.32/300.44		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
300.32/300.44		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
300.32/300.44		at org.mozilla.javascript.gen.c37._c0(rhino.log:1)
300.32/300.44		at org.mozilla.javascript.gen.c37.call(rhino.log)
300.32/300.44		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
300.32/300.44		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
300.32/300.44		at org.mozilla.javascript.gen.c37.call(rhino.log)
300.32/300.44		at org.mozilla.javascript.gen.c37.exec(rhino.log)
300.32/300.44		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:129)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
300.32/300.44	c starts		: 0
300.32/300.44	c conflicts		: 0
300.32/300.44	c decisions		: 0
300.32/300.44	c propagations		: 0
300.32/300.44	c inspects		: 0
300.32/300.44	c learnt literals	: 0
300.32/300.45	c learnt binary clauses	: 0
300.32/300.45	c learnt ternary clauses	: 0
300.32/300.45	c learnt clauses	: 0
300.32/300.45	c ignored clauses	: 0
300.32/300.45	c root simplifications	: 0
300.32/300.45	c removed literals (reason simplification)	: 0
300.32/300.45	c reason swapping (by a shorter reason)	: 0
300.32/300.45	c Calls to reduceDB	: 0
300.32/300.45	c speed (assignments/second)	: 0.0
300.32/300.45	c non guided choices	0
300.32/300.45	s UNKNOWN
300.32/300.45	c Total wall clock time (in seconds) : 299.916

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065091-1215145746/watcher-1065091-1215145746 -o /tmp/evaluation-result-1065091-1215145746/solver-1065091-1215145746 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1065091-1215145746.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 2.01 2.01 2.00 4/81 11798
/proc/meminfo: memFree=1625856/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=18572 CPUtime=0
/proc/11798/stat : 11798 (runsolver) R 11796 11798 11604 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1544245001 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11798/statm: 4643 292 257 25 0 2626 0

[startup+0.079199 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11798
/proc/meminfo: memFree=1625856/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=13804 CPUtime=0.02
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 903 0 41 0 0 2 0 0 18 0 2 0 1544245001 14135296 689 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 3451 689 339 9 0 1246 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13804

[startup+0.101202 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11798
/proc/meminfo: memFree=1625856/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=800744 CPUtime=0.04
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 2320 0 41 0 1 3 0 0 18 0 4 0 1544245001 819961856 2098 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 200186 2098 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301228 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11798
/proc/meminfo: memFree=1625856/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=809448 CPUtime=0.22
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 4442 0 41 0 17 5 0 0 18 0 12 0 1544245001 828874752 3867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 202362 3867 1295 9 0 199731 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 809448

[startup+0.701272 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11798
/proc/meminfo: memFree=1625856/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=808900 CPUtime=0.54
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 5776 0 41 0 46 8 0 0 18 0 12 0 1544245001 828313600 5141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 202225 5141 1322 9 0 199587 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 808900

[startup+1.50236 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 11810
/proc/meminfo: memFree=1599584/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=810280 CPUtime=1.33
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 7245 0 41 0 123 10 0 0 18 0 12 0 1544245001 829726720 6081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 202570 6081 1345 9 0 199932 0
[pid=11798/tid=11800] ppid=11796 vsize=810280 CPUtime=0.76
/proc/11798/task/11800/stat : 11800 (java) R 11796 11798 11604 0 -1 64 4119 0 1 0 69 7 0 0 18 0 12 0 1544245009 829726720 6081 996147200 134512640 134550740 4294956032 18446744073709551615 4109340451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1544245010 829726720 6081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11802] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1544245010 829726720 6081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11803] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11803/stat : 11803 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1544245013 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11804] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 1544245014 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11805] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 1544245014 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11806] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=810280 CPUtime=0.15
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 452 0 0 0 15 0 0 0 16 0 12 0 1544245020 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=810280 CPUtime=0.39
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 1947 0 0 0 38 1 0 0 16 0 12 0 1544245021 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 829726720 6082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 810280

[startup+3.10254 s]
/proc/loadavg: 2.01 2.01 2.00 4/93 11810
/proc/meminfo: memFree=1596128/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=810280 CPUtime=2.92
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 12184 0 41 0 279 13 0 0 18 0 12 0 1544245001 829726720 8861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 202570 8862 1378 9 0 199932 0
[pid=11798/tid=11800] ppid=11796 vsize=810280 CPUtime=1.43
/proc/11798/task/11800/stat : 11800 (java) R 11796 11798 11604 0 -1 64 6961 0 1 0 134 9 0 0 24 0 12 0 1544245009 829726720 8862 996147200 134512640 134550740 4294956032 18446744073709551615 4109876832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1544245010 829726720 8862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11802] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1544245010 829726720 8862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11803] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11803/stat : 11803 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1544245013 829726720 8862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 1544245014 829726720 8863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11805] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 1544245014 829726720 8863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11806] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 829726720 8864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=810280 CPUtime=0.49
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 856 0 0 0 49 0 0 0 16 0 12 0 1544245020 829726720 8864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=810280 CPUtime=0.96
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 3641 0 0 0 95 1 0 0 16 0 12 0 1544245021 829726720 8864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 829726720 8864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=810280 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 829726720 8864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 810280

[startup+6.3029 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 11810
/proc/meminfo: memFree=1527520/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=815284 CPUtime=6.07
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 28818 0 41 0 587 20 0 0 18 0 12 0 1544245001 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 203821 23707 1399 9 0 201183 0
[pid=11798/tid=11800] ppid=11796 vsize=815284 CPUtime=3.26
/proc/11798/task/11800/stat : 11800 (java) R 11796 11798 11604 0 -1 64 17596 0 1 0 312 14 0 0 25 0 12 0 1544245009 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=815284 CPUtime=0.03
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 1053 0 0 0 3 0 0 0 17 0 12 0 1544245010 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=815284 CPUtime=0.03
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 2022 0 0 0 3 0 0 0 17 0 12 0 1544245010 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=815284 CPUtime=0
/proc/11798/task/11803/stat : 11803 (java) S 11796 11798 11604 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544245013 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=815284 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1544245014 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=815284 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=815284 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=815284 CPUtime=1.27
/proc/11798/task/11807/stat : 11807 (java) R 11796 11798 11604 0 -1 64 3552 0 0 0 127 0 0 0 16 0 12 0 1544245020 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 105483192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=815284 CPUtime=1.41
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 3841 0 0 0 139 2 0 0 15 0 12 0 1544245021 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=815284 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=815284 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 834850816 23707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 815284

[startup+12.7026 s]
/proc/loadavg: 2.08 2.03 2.01 3/93 11810
/proc/meminfo: memFree=1498400/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=819200 CPUtime=12.47
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 42469 0 41 0 1220 27 0 0 18 0 12 0 1544245001 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 204800 30693 1399 9 0 202162 0
[pid=11798/tid=11800] ppid=11796 vsize=819200 CPUtime=6.7
/proc/11798/task/11800/stat : 11800 (java) R 11796 11798 11604 0 -1 64 17613 0 1 0 656 14 0 0 25 0 12 0 1544245009 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=819200 CPUtime=0.19
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 3675 0 0 0 17 2 0 0 17 0 12 0 1544245010 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=819200 CPUtime=0.21
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 4962 0 0 0 19 2 0 0 17 0 12 0 1544245010 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=819200 CPUtime=0
/proc/11798/task/11803/stat : 11803 (java) S 11796 11798 11604 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 1544245013 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=819200 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1544245014 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=819200 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=819200 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=819200 CPUtime=2.87
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 8990 0 0 0 284 3 0 0 15 0 12 0 1544245020 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=819200 CPUtime=2.44
/proc/11798/task/11808/stat : 11808 (java) R 11796 11798 11604 0 -1 64 6473 0 0 0 241 3 0 0 16 0 12 0 1544245021 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 105837156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=819200 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=819200 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 838860800 30693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 819200

[startup+25.5011 s]
/proc/loadavg: 2.07 2.03 2.00 3/93 11810
/proc/meminfo: memFree=1435936/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=823416 CPUtime=25.26
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 62025 0 41 0 2489 37 0 0 18 0 12 0 1544245001 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 205854 46299 1399 9 0 203216 0
[pid=11798/tid=11800] ppid=11796 vsize=823416 CPUtime=16.38
/proc/11798/task/11800/stat : 11800 (java) R 11796 11798 11604 0 -1 64 17638 0 1 0 1624 14 0 0 25 0 12 0 1544245009 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4111527882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=823416 CPUtime=0.7
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 11112 0 0 0 66 4 0 0 17 0 12 0 1544245010 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=823416 CPUtime=0.69
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 12245 0 0 0 63 6 0 0 17 0 12 0 1544245010 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=823416 CPUtime=0.01
/proc/11798/task/11803/stat : 11803 (java) S 11796 11798 11604 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 1544245013 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=823416 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1544245014 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=823416 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=823416 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 843177984 46299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11798/tid=11810] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 826016

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

[startup+294.302 s]
/proc/loadavg: 2.22 2.15 2.05 3/84 11840
/proc/meminfo: memFree=1077304/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=826016 CPUtime=294.26
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 381210 0 41 0 29228 198 0 0 18 0 12 0 1544245001 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 206504 176755 1402 9 0 203866 0
[pid=11798/tid=11800] ppid=11796 vsize=826016 CPUtime=152.95
/proc/11798/task/11800/stat : 11800 (java) S 11796 11798 11604 0 -1 64 17861 0 1 0 15280 15 0 0 17 0 12 0 1544245009 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=826016 CPUtime=8.69
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 71779 0 0 0 836 33 0 0 16 0 12 0 1544245010 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=826016 CPUtime=9
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 82317 0 0 0 858 42 0 0 16 0 12 0 1544245010 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=826016 CPUtime=110.98
/proc/11798/task/11803/stat : 11803 (java) R 11796 11798 11604 0 -1 64 173332 0 0 0 11010 88 0 0 25 0 12 0 1544245013 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544245014 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=826016 CPUtime=4.05
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 11817 0 0 0 401 4 0 0 16 0 12 0 1544245020 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=826016 CPUtime=8.51
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 23380 0 0 0 840 11 0 0 16 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 294.26
Current children cumulated vsize (KiB) 826016

[startup+297.502 s]
/proc/loadavg: 2.20 2.14 2.05 3/84 11840
/proc/meminfo: memFree=1076984/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=826016 CPUtime=297.44
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 384714 0 41 0 29544 200 0 0 18 0 12 0 1544245001 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 206504 176755 1402 9 0 203866 0
[pid=11798/tid=11800] ppid=11796 vsize=826016 CPUtime=152.99
/proc/11798/task/11800/stat : 11800 (java) S 11796 11798 11604 0 -1 64 17862 0 1 0 15284 15 0 0 17 0 12 0 1544245009 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=826016 CPUtime=8.69
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 71779 0 0 0 836 33 0 0 16 0 12 0 1544245010 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=826016 CPUtime=9
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 82317 0 0 0 858 42 0 0 16 0 12 0 1544245010 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=826016 CPUtime=114.12
/proc/11798/task/11803/stat : 11803 (java) R 11796 11798 11604 0 -1 64 176835 0 0 0 11322 90 0 0 25 0 12 0 1544245013 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544245014 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=826016 CPUtime=4.05
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 11817 0 0 0 401 4 0 0 16 0 12 0 1544245020 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=826016 CPUtime=8.51
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 23380 0 0 0 840 11 0 0 16 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 845840384 176755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 297.44
Current children cumulated vsize (KiB) 826016

[startup+299.103 s]
/proc/loadavg: 2.19 2.14 2.05 3/84 11840
/proc/meminfo: memFree=1076792/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=826016 CPUtime=299.03
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 388220 0 41 0 29701 202 0 0 18 0 12 0 1544245001 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 206504 176756 1403 9 0 203866 0
[pid=11798/tid=11800] ppid=11796 vsize=826016 CPUtime=153.03
/proc/11798/task/11800/stat : 11800 (java) S 11796 11798 11604 0 -1 64 17865 0 1 0 15288 15 0 0 17 0 12 0 1544245009 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=826016 CPUtime=8.69
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 71779 0 0 0 836 33 0 0 16 0 12 0 1544245010 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=826016 CPUtime=9
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 82317 0 0 0 858 42 0 0 16 0 12 0 1544245010 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=826016 CPUtime=115.68
/proc/11798/task/11803/stat : 11803 (java) R 11796 11798 11604 0 -1 64 180338 0 0 0 11476 92 0 0 25 0 12 0 1544245013 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 106122257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544245014 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=826016 CPUtime=4.05
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 11817 0 0 0 401 4 0 0 16 0 12 0 1544245020 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=826016 CPUtime=8.51
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 23380 0 0 0 840 11 0 0 16 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) R 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.03
Current children cumulated vsize (KiB) 826016

[startup+299.902 s]
/proc/loadavg: 2.19 2.14 2.05 3/84 11840
/proc/meminfo: memFree=1076792/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=826016 CPUtime=299.83
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 388220 0 41 0 29781 202 0 0 18 0 12 0 1544245001 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 206504 176756 1403 9 0 203866 0
[pid=11798/tid=11800] ppid=11796 vsize=826016 CPUtime=153.03
/proc/11798/task/11800/stat : 11800 (java) S 11796 11798 11604 0 -1 64 17865 0 1 0 15288 15 0 0 17 0 12 0 1544245009 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=826016 CPUtime=8.69
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 71779 0 0 0 836 33 0 0 16 0 12 0 1544245010 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=826016 CPUtime=9
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 82317 0 0 0 858 42 0 0 16 0 12 0 1544245010 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=826016 CPUtime=116.47
/proc/11798/task/11803/stat : 11803 (java) R 11796 11798 11604 0 -1 64 180338 0 0 0 11555 92 0 0 25 0 12 0 1544245013 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544245014 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=826016 CPUtime=4.05
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 11817 0 0 0 401 4 0 0 16 0 12 0 1544245020 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=826016 CPUtime=8.51
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 23380 0 0 0 840 11 0 0 16 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.83
Current children cumulated vsize (KiB) 826016

[startup+300.307 s]
/proc/loadavg: 2.19 2.14 2.05 3/84 11840
/proc/meminfo: memFree=1076664/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=826016 CPUtime=300.23
/proc/11798/stat : 11798 (java) S 11796 11798 11604 0 -1 0 388220 0 41 0 29821 202 0 0 18 0 12 0 1544245001 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11798/statm: 206504 176756 1403 9 0 203866 0
[pid=11798/tid=11800] ppid=11796 vsize=826016 CPUtime=153.03
/proc/11798/task/11800/stat : 11800 (java) S 11796 11798 11604 0 -1 64 17865 0 1 0 15288 15 0 0 17 0 12 0 1544245009 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11801] ppid=11796 vsize=826016 CPUtime=8.69
/proc/11798/task/11801/stat : 11801 (java) S 11796 11798 11604 0 -1 64 71779 0 0 0 836 33 0 0 16 0 12 0 1544245010 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11802] ppid=11796 vsize=826016 CPUtime=9
/proc/11798/task/11802/stat : 11802 (java) S 11796 11798 11604 0 -1 64 82317 0 0 0 858 42 0 0 16 0 12 0 1544245010 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11803] ppid=11796 vsize=826016 CPUtime=116.87
/proc/11798/task/11803/stat : 11803 (java) R 11796 11798 11604 0 -1 64 180338 0 0 0 11595 92 0 0 25 0 12 0 1544245013 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 105852580 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11804] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11804/stat : 11804 (java) S 11796 11798 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544245014 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11805] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11805/stat : 11805 (java) S 11796 11798 11604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544245014 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11806] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11806/stat : 11806 (java) S 11796 11798 11604 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544245020 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11807] ppid=11796 vsize=826016 CPUtime=4.05
/proc/11798/task/11807/stat : 11807 (java) S 11796 11798 11604 0 -1 64 11817 0 0 0 401 4 0 0 16 0 12 0 1544245020 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11808] ppid=11796 vsize=826016 CPUtime=8.51
/proc/11798/task/11808/stat : 11808 (java) S 11796 11798 11604 0 -1 64 23380 0 0 0 840 11 0 0 16 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11798/tid=11809] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11809/stat : 11809 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11798/tid=11810] ppid=11796 vsize=826016 CPUtime=0
/proc/11798/task/11810/stat : 11810 (java) S 11796 11798 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544245021 845840384 176756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.23
Current children cumulated vsize (KiB) 826016

[startup+300.502 s]
/proc/loadavg: 2.19 2.14 2.05 3/84 11840
/proc/meminfo: memFree=1076664/2055920 swapFree=4112284/4192956
[pid=11798] ppid=11796 vsize=0 CPUtime=300.41
/proc/11798/stat : 11798 (java) Z 11796 11798 11604 0 -1 12 388233 0 41 0 29835 206 0 0 16 0 2 0 1544245001 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11798/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 300.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 300.572
CPU time (s): 300.482
CPU user time (s): 298.352
CPU system time (s): 2.13068
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 866020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.352
system time used= 2.13068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388233
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10511
involuntary context switches= 13368

runsolver used 0.375942 second user time and 1.01984 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 06:29:06
IDJOB=1065091
IDBENCH=55035
IDSOLVER=344
FILE ID=node38/1065091-1215145746
PBS_JOBID= 7877404
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air05.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065091-1215145746/watcher-1065091-1215145746 -o /tmp/evaluation-result-1065091-1215145746/solver-1065091-1215145746 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1065091-1215145746.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37e5fd3484da66ae9d2e1835399ce3e1
RANDOM SEED=594112086

node38.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.223
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.223
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:       1626336 kB
Buffers:         15400 kB
Cached:          75496 kB
SwapCached:      74888 kB
Active:         338484 kB
Inactive:        36100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626336 kB
SwapTotal:     4192956 kB
SwapFree:      4112284 kB
Dirty:            4528 kB
Writeback:           0 kB
Mapped:         299668 kB
Slab:            39652 kB
Committed_AS:  3149804 kB
PageTables:       2516 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= 66552 MiB
End job on node38 at 2008-07-04 06:34:07