Trace number 1063621

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? 298.191 298.711

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-egout.xml
MD5SUM822c45eab57e27ca684c8dab8a23d430
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.32249
Satisfiable
(Un)Satisfiability was proved
Number of variables1705
Number of constraints141
Maximum constraint arity420
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1063621-1215138202/watcher-1063621-1215138202 -o /tmp/evaluation-result-1063621-1215138202/solver-1063621-1215138202 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063621-1215138202.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: 1.92 2.00 2.28 4/81 3788
/proc/meminfo: memFree=1835720/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=18572 CPUtime=0
/proc/3788/stat : 3788 (runsolver) R 3786 3788 1958 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 141205494 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3788/statm: 4643 292 257 25 0 2626 0

[startup+0.023754 s]
/proc/loadavg: 1.92 2.00 2.28 4/81 3788
/proc/meminfo: memFree=1835720/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=798812 CPUtime=0.01
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 1818 0 1 0 0 1 0 0 18 0 4 0 141205494 817983488 1556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 199703 1556 491 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.114765 s]
/proc/loadavg: 1.92 2.00 2.28 4/81 3788
/proc/meminfo: memFree=1835720/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=804612 CPUtime=0.09
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 3015 0 1 0 8 1 0 0 18 0 12 0 141205494 823922688 2748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 201153 2748 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301788 s]
/proc/loadavg: 1.92 2.00 2.28 4/81 3788
/proc/meminfo: memFree=1835720/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=807908 CPUtime=0.28
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 4795 0 1 0 25 3 0 0 18 0 12 0 141205494 827297792 4124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 201977 4124 1293 9 0 199346 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807908

[startup+0.701831 s]
/proc/loadavg: 1.92 2.00 2.28 4/81 3788
/proc/meminfo: memFree=1835720/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=807936 CPUtime=0.69
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 6251 0 1 0 64 5 0 0 18 0 12 0 141205494 827326464 5433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 201984 5433 1335 9 0 199346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807936

[startup+1.50293 s]
/proc/loadavg: 1.92 2.00 2.28 4/93 3800
/proc/meminfo: memFree=1817704/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=807936 CPUtime=1.48
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 7606 0 3 0 142 6 0 0 18 0 12 0 141205494 827326464 6666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 201984 6670 1350 9 0 199346 0
[pid=3788/tid=3790] ppid=3786 vsize=807936 CPUtime=0.91
/proc/3788/task/3790/stat : 3790 (java) R 3786 3788 1958 0 -1 64 5103 0 1 0 87 4 0 0 19 0 12 0 141205496 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 141205497 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 141205497 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3793/stat : 3793 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 141205499 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3794] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 141205499 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 141205499 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3796] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=807936 CPUtime=0.16
/proc/3788/task/3797/stat : 3797 (java) S 3786 3788 1958 0 -1 64 198 0 2 0 16 0 0 0 16 0 12 0 141205504 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3798] ppid=3786 vsize=807936 CPUtime=0.37
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 1546 0 0 0 37 0 0 0 16 0 12 0 141205504 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3799] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=807936 CPUtime=0
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141205504 827326464 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807936

[startup+3.10116 s]
/proc/loadavg: 2.25 2.07 2.30 5/93 3800
/proc/meminfo: memFree=1810728/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=808856 CPUtime=2.71
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 13730 0 3 0 261 10 0 0 18 0 12 0 141205494 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 202214 11715 1384 9 0 199576 0
[pid=3788/tid=3790] ppid=3786 vsize=808856 CPUtime=1.53
/proc/3788/task/3790/stat : 3790 (java) R 3786 3788 1958 0 -1 64 9924 0 1 0 146 7 0 0 24 0 12 0 141205496 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 141205497 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 141205497 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3793/stat : 3793 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 141205499 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 141205499 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 141205499 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3796] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=808856 CPUtime=0.55
/proc/3788/task/3797/stat : 3797 (java) R 3786 3788 1958 0 -1 64 1093 0 2 0 55 0 0 0 16 0 12 0 141205504 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 103300833 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3798] ppid=3786 vsize=808856 CPUtime=0.58
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 1949 0 0 0 58 0 0 0 16 0 12 0 141205504 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3799] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=808856 CPUtime=0
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141205504 828268544 11715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 808856

[startup+6.30252 s]
/proc/loadavg: 2.25 2.07 2.30 4/93 3800
/proc/meminfo: memFree=1739816/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=842332 CPUtime=6.45
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 31442 0 3 0 629 16 0 0 18 0 12 0 141205494 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210583 27508 1389 9 0 207945 0
[pid=3788/tid=3790] ppid=3786 vsize=842332 CPUtime=3.25
/proc/3788/task/3790/stat : 3790 (java) R 3786 3788 1958 0 -1 64 17358 0 1 0 315 10 0 0 25 0 12 0 141205496 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4109182094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=842332 CPUtime=0.01
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 407 0 0 0 1 0 0 0 17 0 12 0 141205497 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3792] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 256 0 0 0 0 0 0 0 17 0 12 0 141205497 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3793] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3793/stat : 3793 (java) S 3786 3788 1958 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 141205499 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3795] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=842332 CPUtime=1.3
/proc/3788/task/3797/stat : 3797 (java) R 3786 3788 1958 0 -1 64 5983 0 2 0 128 2 0 0 21 0 12 0 141205504 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 106218001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=842332 CPUtime=1.83
/proc/3788/task/3798/stat : 3798 (java) R 3786 3788 1958 0 -1 64 6646 0 0 0 181 2 0 0 25 0 12 0 141205504 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 106214565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=842332 CPUtime=0
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141205504 862547968 27508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 842332

[startup+12.7013 s]
/proc/loadavg: 2.31 2.08 2.30 4/93 3800
/proc/meminfo: memFree=1707752/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=843740 CPUtime=13.11
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 40717 0 3 0 1291 20 0 0 18 0 12 0 141205494 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210935 33454 1390 9 0 208297 0
[pid=3788/tid=3790] ppid=3786 vsize=843740 CPUtime=7.72
/proc/3788/task/3790/stat : 3790 (java) R 3786 3788 1958 0 -1 64 17370 0 1 0 762 10 0 0 25 0 12 0 141205496 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3791] ppid=3786 vsize=843740 CPUtime=0.13
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 2518 0 0 0 12 1 0 0 17 0 12 0 141205497 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=843740 CPUtime=0.14
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 2781 0 0 0 14 0 0 0 17 0 12 0 141205497 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=843740 CPUtime=0.01
/proc/3788/task/3793/stat : 3793 (java) S 3786 3788 1958 0 -1 64 167 0 0 0 1 0 0 0 17 0 12 0 141205499 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3794] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3795] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=843740 CPUtime=2.86
/proc/3788/task/3797/stat : 3797 (java) R 3786 3788 1958 0 -1 64 8364 0 2 0 283 3 0 0 25 0 12 0 141205504 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 104090783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=843740 CPUtime=2.19
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 8755 0 0 0 217 2 0 0 16 0 12 0 141205504 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141205504 863989760 33454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 843740

[startup+25.5029 s]
/proc/loadavg: 2.31 2.09 2.30 3/93 3800
/proc/meminfo: memFree=1689768/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=843740 CPUtime=25.79
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 44819 0 3 0 2557 22 0 0 18 0 12 0 141205494 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210935 37537 1390 9 0 208297 0
[pid=3788/tid=3790] ppid=3786 vsize=843740 CPUtime=18.87
/proc/3788/task/3790/stat : 3790 (java) R 3786 3788 1958 0 -1 64 17392 0 1 0 1877 10 0 0 25 0 12 0 141205496 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4109773627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3791] ppid=3786 vsize=843740 CPUtime=0.25
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 4800 0 0 0 23 2 0 0 16 0 12 0 141205497 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=843740 CPUtime=0.22
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 4456 0 0 0 21 1 0 0 16 0 12 0 141205497 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=843740 CPUtime=0.01
/proc/3788/task/3793/stat : 3793 (java) S 3786 3788 1958 0 -1 64 167 0 0 0 1 0 0 0 16 0 12 0 141205499 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3794] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3795] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 863989760 37537 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3788/tid=3800] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141205504 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.69
Current children cumulated vsize (KiB) 843740

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

[startup+287.902 s]
/proc/loadavg: 2.04 2.10 2.25 3/84 3829
/proc/meminfo: memFree=1154360/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=843740 CPUtime=287.27
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 188849 0 3 0 28645 82 0 0 18 0 12 0 141205494 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210935 180701 1395 9 0 208297 0
[pid=3788/tid=3790] ppid=3786 vsize=843740 CPUtime=217.44
/proc/3788/task/3790/stat : 3790 (java) R 3786 3788 1958 0 -1 64 17770 0 1 0 21733 11 0 0 17 0 12 0 141205496 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4109615204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=843740 CPUtime=10.3
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 80184 0 0 0 1000 30 0 0 16 0 12 0 141205497 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=843740 CPUtime=9.93
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 72394 0 0 0 965 28 0 0 15 0 12 0 141205497 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=843740 CPUtime=43.04
/proc/3788/task/3793/stat : 3793 (java) R 3786 3788 1958 0 -1 64 495 0 0 0 4302 2 0 0 25 0 12 0 141205499 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=843740 CPUtime=3.29
/proc/3788/task/3797/stat : 3797 (java) S 3786 3788 1958 0 -1 64 8449 0 2 0 326 3 0 0 17 0 12 0 141205504 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=843740 CPUtime=3.17
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 8795 0 0 0 315 2 0 0 16 0 12 0 141205504 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 141205504 863989760 180701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 287.27
Current children cumulated vsize (KiB) 843740

[startup+294.302 s]
/proc/loadavg: 2.11 2.11 2.25 3/84 3829
/proc/meminfo: memFree=1121720/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=875744 CPUtime=293.85
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 200890 0 3 0 29281 104 0 0 18 0 12 0 141205494 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 218936 188739 1395 9 0 216298 0
[pid=3788/tid=3790] ppid=3786 vsize=875744 CPUtime=217.53
/proc/3788/task/3790/stat : 3790 (java) S 3786 3788 1958 0 -1 64 17772 0 1 0 21742 11 0 0 17 0 12 0 141205496 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=875744 CPUtime=10.3
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 80184 0 0 0 1000 30 0 0 16 0 12 0 141205497 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=875744 CPUtime=9.93
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 72394 0 0 0 965 28 0 0 15 0 12 0 141205497 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=875744 CPUtime=49.28
/proc/3788/task/3793/stat : 3793 (java) R 3786 3788 1958 0 -1 64 12534 0 0 0 4920 8 0 0 25 0 12 0 141205499 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 106736531 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=875744 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=875744 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=875744 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=875744 CPUtime=3.29
/proc/3788/task/3797/stat : 3797 (java) S 3786 3788 1958 0 -1 64 8449 0 2 0 326 3 0 0 17 0 12 0 141205504 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=875744 CPUtime=3.17
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 8795 0 0 0 315 2 0 0 16 0 12 0 141205504 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=875744 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=875744 CPUtime=0.24
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 8 16 0 0 15 0 12 0 141205504 896761856 188739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.85
Current children cumulated vsize (KiB) 875744

[startup+295.906 s]
/proc/loadavg: 2.11 2.11 2.25 3/84 3829
/proc/meminfo: memFree=1153408/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=843740 CPUtime=295.44
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 200891 0 3 0 29439 105 0 0 18 0 12 0 141205494 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210935 180738 1395 9 0 208297 0
[pid=3788/tid=3790] ppid=3786 vsize=843740 CPUtime=217.57
/proc/3788/task/3790/stat : 3790 (java) S 3786 3788 1958 0 -1 64 17773 0 1 0 21746 11 0 0 17 0 12 0 141205496 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=843740 CPUtime=10.3
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 80184 0 0 0 1000 30 0 0 16 0 12 0 141205497 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=843740 CPUtime=9.93
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 72394 0 0 0 965 28 0 0 15 0 12 0 141205497 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=843740 CPUtime=50.82
/proc/3788/task/3793/stat : 3793 (java) R 3786 3788 1958 0 -1 64 12534 0 0 0 5074 8 0 0 25 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=843740 CPUtime=3.29
/proc/3788/task/3797/stat : 3797 (java) S 3786 3788 1958 0 -1 64 8449 0 2 0 326 3 0 0 17 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=843740 CPUtime=3.17
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 8795 0 0 0 315 2 0 0 16 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=843740 CPUtime=0.24
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 8 16 0 0 15 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.44
Current children cumulated vsize (KiB) 843740

[startup+297.502 s]
/proc/loadavg: 2.11 2.11 2.25 3/84 3829
/proc/meminfo: memFree=1153344/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=843740 CPUtime=297.03
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 200893 0 3 0 29598 105 0 0 18 0 12 0 141205494 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210935 180738 1395 9 0 208297 0
[pid=3788/tid=3790] ppid=3786 vsize=843740 CPUtime=217.63
/proc/3788/task/3790/stat : 3790 (java) S 3786 3788 1958 0 -1 64 17775 0 1 0 21751 12 0 0 17 0 12 0 141205496 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=843740 CPUtime=10.3
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 80184 0 0 0 1000 30 0 0 16 0 12 0 141205497 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=843740 CPUtime=9.93
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 72394 0 0 0 965 28 0 0 15 0 12 0 141205497 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=843740 CPUtime=52.35
/proc/3788/task/3793/stat : 3793 (java) R 3786 3788 1958 0 -1 64 12534 0 0 0 5227 8 0 0 25 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=843740 CPUtime=3.29
/proc/3788/task/3797/stat : 3797 (java) S 3786 3788 1958 0 -1 64 8449 0 2 0 326 3 0 0 17 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=843740 CPUtime=3.17
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 8795 0 0 0 315 2 0 0 16 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=843740 CPUtime=0.24
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 8 16 0 0 15 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 297.03
Current children cumulated vsize (KiB) 843740

[startup+298.302 s]
/proc/loadavg: 2.10 2.11 2.25 3/84 3829
/proc/meminfo: memFree=1152576/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=843740 CPUtime=297.82
/proc/3788/stat : 3788 (java) S 3786 3788 1958 0 -1 0 200893 0 3 0 29677 105 0 0 18 0 12 0 141205494 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3788/statm: 210935 180738 1395 9 0 208297 0
[pid=3788/tid=3790] ppid=3786 vsize=843740 CPUtime=217.63
/proc/3788/task/3790/stat : 3790 (java) S 3786 3788 1958 0 -1 64 17775 0 1 0 21751 12 0 0 17 0 12 0 141205496 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3791] ppid=3786 vsize=843740 CPUtime=10.3
/proc/3788/task/3791/stat : 3791 (java) S 3786 3788 1958 0 -1 64 80184 0 0 0 1000 30 0 0 16 0 12 0 141205497 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3792] ppid=3786 vsize=843740 CPUtime=9.93
/proc/3788/task/3792/stat : 3792 (java) S 3786 3788 1958 0 -1 64 72394 0 0 0 965 28 0 0 15 0 12 0 141205497 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3793] ppid=3786 vsize=843740 CPUtime=53.14
/proc/3788/task/3793/stat : 3793 (java) R 3786 3788 1958 0 -1 64 12534 0 0 0 5306 8 0 0 25 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3794] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3794/stat : 3794 (java) S 3786 3788 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3795] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3795/stat : 3795 (java) S 3786 3788 1958 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 141205499 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3788/tid=3796] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3796/stat : 3796 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3797] ppid=3786 vsize=843740 CPUtime=3.29
/proc/3788/task/3797/stat : 3797 (java) S 3786 3788 1958 0 -1 64 8449 0 2 0 326 3 0 0 17 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3798] ppid=3786 vsize=843740 CPUtime=3.17
/proc/3788/task/3798/stat : 3798 (java) S 3786 3788 1958 0 -1 64 8795 0 0 0 315 2 0 0 16 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3799] ppid=3786 vsize=843740 CPUtime=0
/proc/3788/task/3799/stat : 3799 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3788/tid=3800] ppid=3786 vsize=843740 CPUtime=0.24
/proc/3788/task/3800/stat : 3800 (java) S 3786 3788 1958 0 -1 64 1 0 0 0 8 16 0 0 15 0 12 0 141205504 863989760 180738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 297.82
Current children cumulated vsize (KiB) 843740

[startup+298.702 s]
/proc/loadavg: 2.10 2.11 2.25 3/84 3829
/proc/meminfo: memFree=1152576/2055920 swapFree=4192812/4192956
[pid=3788] ppid=3786 vsize=0 CPUtime=298.17
/proc/3788/stat : 3788 (java) Z 3786 3788 1958 0 -1 12 200907 0 3 0 29703 114 0 0 16 0 2 0 141205494 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3788/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 298.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 298.711
CPU time (s): 298.191
CPU user time (s): 297.035
CPU system time (s): 1.15582
CPU usage (%): 99.8258
Max. virtual memory (cumulated for all children) (KiB): 891748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 297.035
system time used= 1.15582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200907
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10862
involuntary context switches= 15708

runsolver used 0.365944 second user time and 0.945856 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 04:23:22
IDJOB=1063621
IDBENCH=54815
IDSOLVER=344
FILE ID=node28/1063621-1215138202
PBS_JOBID= 7877345
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-egout.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-1063621-1215138202/watcher-1063621-1215138202 -o /tmp/evaluation-result-1063621-1215138202/solver-1063621-1215138202 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063621-1215138202.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 822c45eab57e27ca684c8dab8a23d430
RANDOM SEED=700188068

node28.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.231
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.231
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:       1836200 kB
Buffers:          5540 kB
Cached:          89524 kB
SwapCached:          0 kB
Active:         123808 kB
Inactive:        43396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          92564 kB
Slab:            37512 kB
Committed_AS:  1020576 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node28 at 2008-07-04 04:28:21