Trace number 1049936

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? 233.332 233.546

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-2.xml
MD5SUM94eb6b20f44c846ffff38b245154dfe4
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 benchmark0.258959
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of constraints712
Maximum constraint arity22
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension712
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-1049936-1215047283.xml
0.38/0.42	c reading problem ... 
0.68/0.71	c reading problem named null
0.68/0.71	c reading domains done.
0.68/0.72	c reading variables done.
0.77/0.82	c reading predicates  done.
0.98/1.03	c reading constraints
233.11/233.39	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
233.11/233.40		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
233.11/233.40		at org.mozilla.javascript.gen.c10.call(rhino.log)
233.11/233.40		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
233.11/233.40		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
233.11/233.40		at org.mozilla.javascript.gen.c10.call(rhino.log)
233.11/233.40		at org.mozilla.javascript.gen.c10.exec(rhino.log)
233.11/233.40		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:129)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.11/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.find(Predicate.java:139)
233.21/233.40		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
233.21/233.40		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
233.21/233.40	c starts		: 0
233.21/233.40	c conflicts		: 0
233.21/233.40	c decisions		: 0
233.21/233.40	c propagations		: 0
233.21/233.40	c inspects		: 0
233.21/233.40	c learnt literals	: 0
233.21/233.40	c learnt binary clauses	: 0
233.21/233.40	c learnt ternary clauses	: 0
233.21/233.40	c learnt clauses	: 0
233.21/233.40	c ignored clauses	: 0
233.21/233.40	c root simplifications	: 0
233.21/233.40	c removed literals (reason simplification)	: 0
233.21/233.40	c reason swapping (by a shorter reason)	: 0
233.21/233.40	c Calls to reduceDB	: 0
233.21/233.40	c speed (assignments/second)	: 0.0
233.21/233.40	c non guided choices	0
233.21/233.40	s UNKNOWN
233.21/233.40	c Total wall clock time (in seconds) : 232.979

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-1049936-1215047283/watcher-1049936-1215047283 -o /tmp/evaluation-result-1049936-1215047283/solver-1049936-1215047283 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049936-1215047283.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.88 2.35 2.12 4/83 24502
/proc/meminfo: memFree=1168608/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=13288 CPUtime=0
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1983702060 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 3322 538 219 9 0 1232 0
[pid=24502/tid=24503] ppid=24500 vsize=13288 CPUtime=0
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1983702061 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0872401 s]
/proc/loadavg: 2.88 2.35 2.12 4/83 24502
/proc/meminfo: memFree=1168608/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=802236 CPUtime=0.08
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 2852 0 1 0 6 2 0 0 18 0 7 0 1983702060 821489664 2587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 200559 2587 1011 9 0 197942 0
[pid=24502/tid=24503] ppid=24500 vsize=802236 CPUtime=0.06
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 2090 0 1 0 5 1 0 0 17 0 7 0 1983702061 821489664 2587 996147200 134512640 134550740 4294956032 18446744073709551615 106360649 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802236

[startup+0.102239 s]
/proc/loadavg: 2.88 2.35 2.12 4/83 24502
/proc/meminfo: memFree=1168608/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=804612 CPUtime=0.09
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 2998 0 1 0 7 2 0 0 18 0 12 0 1983702060 823922688 2731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 201153 2731 1048 9 0 198522 0
[pid=24502/tid=24503] ppid=24500 vsize=804612 CPUtime=0.08
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 2219 0 1 0 7 1 0 0 21 0 12 0 1983702061 823922688 2731 996147200 134512640 134550740 4294956032 18446744073709551615 4109181896 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302255 s]
/proc/loadavg: 2.88 2.35 2.12 4/83 24502
/proc/meminfo: memFree=1168608/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=808212 CPUtime=0.28
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 4895 0 1 0 26 2 0 0 18 0 12 0 1983702060 827609088 4222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 202053 4222 1296 9 0 199422 0
[pid=24502/tid=24503] ppid=24500 vsize=808212 CPUtime=0.17
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 2646 0 1 0 16 1 0 0 18 0 12 0 1983702061 827609088 4222 996147200 134512640 134550740 4294956032 18446744073709551615 106498288 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.702281 s]
/proc/loadavg: 2.88 2.35 2.12 4/83 24502
/proc/meminfo: memFree=1168608/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=808240 CPUtime=0.68
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 6321 0 1 0 64 4 0 0 18 0 12 0 1983702060 827637760 5449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 202060 5449 1335 9 0 199422 0
[pid=24502/tid=24503] ppid=24500 vsize=808240 CPUtime=0.4
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 3764 0 1 0 37 3 0 0 18 0 12 0 1983702061 827637760 5449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808240

[startup+1.50133 s]
/proc/loadavg: 2.88 2.35 2.12 3/95 24514
/proc/meminfo: memFree=1148544/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=808240 CPUtime=1.47
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 7707 0 1 0 141 6 0 0 18 0 12 0 1983702060 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 202060 6793 1359 9 0 199422 0
[pid=24502/tid=24503] ppid=24500 vsize=808240 CPUtime=0.98
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 5124 0 1 0 93 5 0 0 21 0 12 0 1983702061 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983702062 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983702062 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24507/stat : 24507 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983702064 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983702065 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1983702065 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=808240 CPUtime=0.19
/proc/24502/task/24511/stat : 24511 (java) R 24500 24502 22985 0 -1 64 639 0 0 0 19 0 0 0 16 0 12 0 1983702069 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 106699181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=808240 CPUtime=0.27
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 1178 0 0 0 27 0 0 0 16 0 12 0 1983702069 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=808240 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 827637760 6793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808240

[startup+3.10243 s]
/proc/loadavg: 2.88 2.35 2.12 5/95 24514
/proc/meminfo: memFree=1134016/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=819548 CPUtime=3.06
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 15867 0 1 0 295 11 0 0 18 0 12 0 1983702060 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 204887 10582 1383 9 0 202249 0
[pid=24502/tid=24503] ppid=24500 vsize=819548 CPUtime=1.41
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 6074 0 1 0 136 5 0 0 25 0 12 0 1983702061 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983702062 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983702062 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24507/stat : 24507 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983702064 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983702065 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1983702065 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=819548 CPUtime=0.9
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 6358 0 0 0 87 3 0 0 16 0 12 0 1983702069 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=819548 CPUtime=0.71
/proc/24502/task/24512/stat : 24512 (java) R 24500 24502 22985 0 -1 64 2669 0 0 0 70 1 0 0 16 0 12 0 1983702069 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 105838785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=819548 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 839217152 10582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 819548

[startup+6.30263 s]
/proc/loadavg: 2.89 2.37 2.13 4/95 24514
/proc/meminfo: memFree=1091072/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=823208 CPUtime=6.22
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 31459 0 1 0 601 21 0 0 18 0 12 0 1983702060 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 205802 24001 1388 9 0 203164 0
[pid=24502/tid=24503] ppid=24500 vsize=823208 CPUtime=3.35
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 17290 0 1 0 322 13 0 0 25 0 12 0 1983702061 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4109624897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=823208 CPUtime=0.03
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 808 0 0 0 3 0 0 0 17 0 12 0 1983702062 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 299 0 0 0 0 0 0 0 17 0 12 0 1983702062 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24507/stat : 24507 (java) S 24500 24502 22985 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1983702064 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=823208 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=823208 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=823208 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 842964992 24001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 823208

[startup+12.702 s]
/proc/loadavg: 2.82 2.36 2.12 3/95 24514
/proc/meminfo: memFree=1038656/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=822412 CPUtime=12.56
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 44886 0 1 0 1228 28 0 0 18 0 12 0 1983702060 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 205603 36907 1388 9 0 202965 0
[pid=24502/tid=24503] ppid=24500 vsize=822412 CPUtime=8.74
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 17300 0 1 0 861 13 0 0 25 0 12 0 1983702061 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4109744395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=822412 CPUtime=0.48
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 5530 0 0 0 46 2 0 0 16 0 12 0 1983702062 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=822412 CPUtime=0.48
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 8940 0 0 0 44 4 0 0 16 0 12 0 1983702062 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=822412 CPUtime=0
/proc/24502/task/24507/stat : 24507 (java) S 24500 24502 22985 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1983702064 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=822412 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=822412 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=822412 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=822412 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=822412 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=822412 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=822412 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 842149888 36907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 822412

[startup+25.5028 s]
/proc/loadavg: 2.79 2.37 2.13 4/94 24621
/proc/meminfo: memFree=1023688/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=822412 CPUtime=25.47
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 63350 0 1 0 2507 40 0 0 18 0 12 0 1983702060 842149888 54643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 205603 54643 1388 9 0 202965 0
[pid=24502/tid=24503] ppid=24500 vsize=822412 CPUtime=20.06
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 17322 0 1 0 1990 16 0 0 25 0 12 0 1983702061 842149888 54643 996147200 134512640 134550740 4294956032 18446744073709551615 4109957951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=822412 CPUtime=1.32
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 15069 0 0 0 126 6 0 0 16 0 12 0 1983702062 842149888 54643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24502/tid=24514] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 835556

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

[startup+223.903 s]
/proc/loadavg: 2.38 2.43 2.20 3/93 24623
/proc/meminfo: memFree=473024/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=835556 CPUtime=223.81
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 527988 0 1 0 22140 241 0 0 18 0 12 0 1983702060 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 208889 178544 1392 9 0 206251 0
[pid=24502/tid=24503] ppid=24500 vsize=835556 CPUtime=106.37
/proc/24502/task/24503/stat : 24503 (java) S 24500 24502 22985 0 -1 64 17458 0 1 0 10621 16 0 0 17 0 12 0 1983702061 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=835556 CPUtime=8.35
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 82503 0 0 0 804 31 0 0 16 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=835556 CPUtime=8.59
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 73507 0 0 0 824 35 0 0 15 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=835556 CPUtime=97.63
/proc/24502/task/24507/stat : 24507 (java) R 24500 24502 22985 0 -1 64 341487 0 0 0 9614 149 0 0 25 0 12 0 1983702064 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 105847286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=835556 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=835556 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.81
Current children cumulated vsize (KiB) 835556

[startup+230.303 s]
/proc/loadavg: 2.32 2.41 2.20 3/93 24623
/proc/meminfo: memFree=473024/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=819552 CPUtime=230.15
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 551000 0 1 0 22764 251 0 0 18 0 12 0 1983702060 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 204888 174543 1392 9 0 202250 0
[pid=24502/tid=24503] ppid=24500 vsize=819552 CPUtime=106.47
/proc/24502/task/24503/stat : 24503 (java) R 24500 24502 22985 0 -1 64 17461 0 1 0 10631 16 0 0 17 0 12 0 1983702061 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4109624596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=819552 CPUtime=8.35
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 82503 0 0 0 804 31 0 0 16 0 12 0 1983702062 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=819552 CPUtime=8.59
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 73507 0 0 0 824 35 0 0 15 0 12 0 1983702062 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=819552 CPUtime=103.88
/proc/24502/task/24507/stat : 24507 (java) R 24500 24502 22985 0 -1 64 364496 0 0 0 10229 159 0 0 25 0 12 0 1983702064 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=819552 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=819552 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=819552 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=819552 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=819552 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=819552 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=819552 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 839221248 174543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.15
Current children cumulated vsize (KiB) 819552

[startup+231.903 s]
/proc/loadavg: 2.32 2.41 2.20 3/93 24623
/proc/meminfo: memFree=472960/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=835556 CPUtime=231.73
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 558505 0 1 0 22919 254 0 0 18 0 12 0 1983702060 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 208889 178544 1392 9 0 206251 0
[pid=24502/tid=24503] ppid=24500 vsize=835556 CPUtime=106.49
/proc/24502/task/24503/stat : 24503 (java) S 24500 24502 22985 0 -1 64 17462 0 1 0 10633 16 0 0 17 0 12 0 1983702061 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=835556 CPUtime=8.35
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 82503 0 0 0 804 31 0 0 16 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=835556 CPUtime=8.59
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 73507 0 0 0 824 35 0 0 15 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=835556 CPUtime=105.43
/proc/24502/task/24507/stat : 24507 (java) R 24500 24502 22985 0 -1 64 372000 0 0 0 10381 162 0 0 25 0 12 0 1983702064 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=835556 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=835556 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.73
Current children cumulated vsize (KiB) 835556

[startup+232.702 s]
/proc/loadavg: 2.32 2.41 2.20 3/93 24623
/proc/meminfo: memFree=472960/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=835556 CPUtime=232.52
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 558505 0 1 0 22998 254 0 0 18 0 12 0 1983702060 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 208889 178544 1392 9 0 206251 0
[pid=24502/tid=24503] ppid=24500 vsize=835556 CPUtime=106.49
/proc/24502/task/24503/stat : 24503 (java) S 24500 24502 22985 0 -1 64 17462 0 1 0 10633 16 0 0 17 0 12 0 1983702061 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=835556 CPUtime=8.35
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 82503 0 0 0 804 31 0 0 16 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=835556 CPUtime=8.59
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 73507 0 0 0 824 35 0 0 15 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=835556 CPUtime=106.22
/proc/24502/task/24507/stat : 24507 (java) R 24500 24502 22985 0 -1 64 372000 0 0 0 10460 162 0 0 25 0 12 0 1983702064 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=835556 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=835556 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.52
Current children cumulated vsize (KiB) 835556

[startup+233.102 s]
/proc/loadavg: 2.32 2.41 2.20 3/93 24623
/proc/meminfo: memFree=472960/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=835556 CPUtime=232.92
/proc/24502/stat : 24502 (java) S 24500 24502 22985 0 -1 0 558505 0 1 0 23038 254 0 0 18 0 12 0 1983702060 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 208889 178544 1392 9 0 206251 0
[pid=24502/tid=24503] ppid=24500 vsize=835556 CPUtime=106.49
/proc/24502/task/24503/stat : 24503 (java) S 24500 24502 22985 0 -1 64 17462 0 1 0 10633 16 0 0 17 0 12 0 1983702061 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24505] ppid=24500 vsize=835556 CPUtime=8.35
/proc/24502/task/24505/stat : 24505 (java) S 24500 24502 22985 0 -1 64 82503 0 0 0 804 31 0 0 16 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24506] ppid=24500 vsize=835556 CPUtime=8.59
/proc/24502/task/24506/stat : 24506 (java) S 24500 24502 22985 0 -1 64 73507 0 0 0 824 35 0 0 15 0 12 0 1983702062 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24507] ppid=24500 vsize=835556 CPUtime=106.62
/proc/24502/task/24507/stat : 24507 (java) R 24500 24502 22985 0 -1 64 372000 0 0 0 10500 162 0 0 25 0 12 0 1983702064 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24508] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24508/stat : 24508 (java) S 24500 24502 22985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24509] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24509/stat : 24509 (java) S 24500 24502 22985 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983702065 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24510] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24510/stat : 24510 (java) S 24500 24502 22985 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24511] ppid=24500 vsize=835556 CPUtime=1.92
/proc/24502/task/24511/stat : 24511 (java) S 24500 24502 22985 0 -1 64 9580 0 0 0 187 5 0 0 24 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24512] ppid=24500 vsize=835556 CPUtime=0.88
/proc/24502/task/24512/stat : 24512 (java) S 24500 24502 22985 0 -1 64 2690 0 0 0 87 1 0 0 16 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24513] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24513/stat : 24513 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24502/tid=24514] ppid=24500 vsize=835556 CPUtime=0
/proc/24502/task/24514/stat : 24514 (java) S 24500 24502 22985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983702069 855609344 178544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.92
Current children cumulated vsize (KiB) 835556

[startup+233.502 s]
/proc/loadavg: 2.32 2.41 2.20 3/93 24623
/proc/meminfo: memFree=472960/2055920 swapFree=4180452/4192956
[pid=24502] ppid=24500 vsize=0 CPUtime=233.28
/proc/24502/stat : 24502 (java) Z 24500 24502 22985 0 -1 12 558517 0 1 0 23067 261 0 0 16 0 2 0 1983702060 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24502/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 233.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 233.546
CPU time (s): 233.332
CPU user time (s): 230.676
CPU system time (s): 2.6556
CPU usage (%): 99.9083
Max. virtual memory (cumulated for all children) (KiB): 867560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.676
system time used= 2.6556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 558517
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6995
involuntary context switches= 10380

runsolver used 0.381941 second user time and 0.988849 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-03 03:08:03
IDJOB=1049936
IDBENCH=54854
IDSOLVER=344
FILE ID=node29/1049936-1215047283
PBS_JOBID= 7875115
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 94eb6b20f44c846ffff38b245154dfe4
RANDOM SEED=1424116705

node29.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.220
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.220
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:       1169088 kB
Buffers:         10416 kB
Cached:          99296 kB
SwapCached:       6840 kB
Active:         798392 kB
Inactive:        30800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1169088 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:         730540 kB
Slab:            41036 kB
Committed_AS:  4033984 kB
PageTables:       3620 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= 66540 MiB
End job on node29 at 2008-07-03 03:11:56