Trace number 2068270

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 2.1.1? 1477.4 1486.55

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-7.xml
MD5SUMec9e06f694e59a2ee2ba5113b45026b7
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 benchmark2.82957
Satisfiable
(Un)Satisfiability was proved
Number of variables672
Number of constraints2030
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2030
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.21	c c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.21	c Expensive reason simplification
0.19/0.21	c MiniSAT restarts strategy
0.19/0.21	c Memory based learned constraints deletion strategy
0.19/0.21	c timeout=2147483s
0.19/0.21	c DB Simplification allowed=false
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving HOME/instance-2068270-1247346814.xml
0.19/0.21	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.46	c reading variables done.
0.58/0.64	c reading predicates  done.
0.79/0.87	c reading constraints
1464.56/1473.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1464.56/1473.74		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
1464.56/1473.74		at org.mozilla.javascript.gen.c10.call(rhino.log)
1464.56/1473.74		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1464.56/1473.74		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1464.56/1473.74		at org.mozilla.javascript.gen.c10.call(rhino.log)
1464.56/1473.74		at org.mozilla.javascript.gen.c10.exec(rhino.log)
1464.56/1473.74		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1464.56/1473.74		at org.sat4j.csp.Predicate.find(Unknown Source)
1469.66/1478.82	c starts		: 0
1469.66/1478.82	c conflicts		: 0
1469.66/1478.82	c decisions		: 0
1469.66/1478.82	c propagations		: 0
1469.66/1478.82	c inspects		: 0
1469.66/1478.82	c learnt literals	: 0
1469.66/1478.82	c learnt binary clauses	: 0
1469.66/1478.82	c learnt ternary clauses	: 0
1469.66/1478.82	c learnt clauses	: 0
1469.66/1478.82	c ignored clauses	: 0
1469.66/1478.82	c root simplifications	: 0
1469.66/1478.82	c removed literals (reason simplification)	: 0
1469.66/1478.82	c reason swapping (by a shorter reason)	: 0
1469.66/1478.82	c Calls to reduceDB	: 0
1469.66/1478.82	c speed (assignments/second)	: 0.0
1469.66/1478.82	c non guided choices	0
1476.97/1486.20	c learnt constraints type 
1476.97/1486.20	c constraints type 
1476.97/1486.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3829876
1476.97/1486.20	c org.sat4j.minisat.constraints.card.AtLeast => 672
1476.97/1486.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1432
1476.97/1486.20	s UNKNOWN
1476.97/1486.20	c Total wall clock time (in seconds) : 1473.531

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068270-1247346814/watcher-2068270-1247346814 -o /tmp/evaluation-result-2068270-1247346814/solver-2068270-1247346814 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068270-1247346814.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.14 2.04 4/75 13665
/proc/meminfo: memFree=822464/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=152 CPUtime=0
/proc/13665/stat : 13665 (java) R 13663 13665 12232 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 21747812 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 2495268 0 0 4096 0 0 0 0 17 0 0 0
/proc/13665/statm: 38 26 19 9 0 4 0

[startup+0.030373 s]
/proc/loadavg: 2.28 2.14 2.04 4/75 13665
/proc/meminfo: memFree=822464/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=800696 CPUtime=0.02
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 2381 0 1 0 1 1 0 0 18 0 4 0 21747812 819912704 2128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 200174 2129 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101386 s]
/proc/loadavg: 2.28 2.14 2.04 4/75 13665
/proc/meminfo: memFree=822464/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=804560 CPUtime=0.09
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 21747812 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301425 s]
/proc/loadavg: 2.28 2.14 2.04 4/75 13665
/proc/meminfo: memFree=822464/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=806052 CPUtime=0.29
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 4416 0 1 0 26 3 0 0 18 0 12 0 21747812 825397248 4153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 201513 4164 1365 9 0 198840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806052

[startup+0.701501 s]
/proc/loadavg: 2.28 2.14 2.04 4/75 13665
/proc/meminfo: memFree=822464/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=807304 CPUtime=0.69
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 5813 0 1 0 65 4 0 0 18 0 12 0 21747812 826679296 5306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 201826 5306 1389 9 0 199153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807304

[startup+1.50266 s]
/proc/loadavg: 2.28 2.14 2.04 4/87 13677
/proc/meminfo: memFree=803168/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=809336 CPUtime=1.49
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 8417 0 1 0 144 5 0 0 18 0 12 0 21747812 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 202334 6992 1404 9 0 199661 0
[pid=13665/tid=13667] ppid=13663 vsize=809336 CPUtime=0.93
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 12232 0 -1 64 5231 0 1 0 89 4 0 0 25 0 12 0 21747813 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21747813 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 21747813 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 12232 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21747815 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21747816 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21747816 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=809336 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 21747820 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=809336 CPUtime=0.51
/proc/13665/task/13675/stat : 13675 (java) R 13663 13665 12232 0 -1 64 2202 0 0 0 51 0 0 0 16 0 12 0 21747820 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 102290113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21747820 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=809336 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21747820 828760064 6992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809336

[startup+3.10197 s]
/proc/loadavg: 2.26 2.14 2.04 4/87 13677
/proc/meminfo: memFree=796320/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=811368 CPUtime=3.09
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 12550 0 1 0 301 8 0 0 18 0 12 0 21747812 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 202842 9065 1433 9 0 200169 0
[pid=13665/tid=13667] ppid=13663 vsize=811368 CPUtime=1.43
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 12232 0 -1 64 6647 0 1 0 139 4 0 0 25 0 12 0 21747813 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21747813 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 21747813 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 12232 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21747815 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21747816 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21747816 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 830840832 9065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=811368 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 21747820 830840832 9066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=811368 CPUtime=1.6
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 4919 0 0 0 158 2 0 0 17 0 12 0 21747820 830840832 9066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21747820 830840832 9066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=811368 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21747820 830840832 9066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811368

[startup+6.30259 s]
/proc/loadavg: 2.26 2.14 2.04 3/87 13677
/proc/meminfo: memFree=743264/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=813204 CPUtime=6.29
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 28284 0 1 0 614 15 0 0 18 0 12 0 21747812 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 203301 23833 1445 9 0 200628 0
[pid=13665/tid=13667] ppid=13663 vsize=813204 CPUtime=3.73
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 12232 0 -1 64 17410 0 1 0 364 9 0 0 25 0 12 0 21747813 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4109680655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=813204 CPUtime=0.04
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 2040 0 0 0 3 1 0 0 16 0 12 0 21747813 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=813204 CPUtime=0.03
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 1461 0 0 0 3 0 0 0 16 0 12 0 21747813 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 12232 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 21747815 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21747816 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21747816 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=813204 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 21747820 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=813204 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 12 0 21747820 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21747820 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21747820 832720896 23833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 813204

[startup+12.7018 s]
/proc/loadavg: 2.30 2.15 2.04 3/87 13677
/proc/meminfo: memFree=694496/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=813204 CPUtime=12.72
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 39474 0 1 0 1252 20 0 0 18 0 12 0 21747812 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 203301 34766 1445 9 0 200628 0
[pid=13665/tid=13667] ppid=13663 vsize=813204 CPUtime=9.57
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 12232 0 -1 64 17423 0 1 0 948 9 0 0 25 0 12 0 21747813 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4110071245 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=813204 CPUtime=0.32
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 8478 0 0 0 29 3 0 0 16 0 12 0 21747813 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=813204 CPUtime=0.33
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 6194 0 0 0 30 3 0 0 16 0 12 0 21747813 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 12232 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 21747815 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21747816 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21747816 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=813204 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 21747820 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=813204 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 12 0 21747820 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21747820 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21747820 832720896 34766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 813204

[startup+25.5023 s]
/proc/loadavg: 2.25 2.14 2.04 3/87 13677
/proc/meminfo: memFree=628192/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=813204 CPUtime=25.49
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 55169 0 1 0 2524 25 0 0 18 0 12 0 21747812 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 203301 50438 1445 9 0 200628 0
[pid=13665/tid=13667] ppid=13663 vsize=813204 CPUtime=21.44
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 12232 0 -1 64 17446 0 1 0 2135 9 0 0 25 0 12 0 21747813 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4109799655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=813204 CPUtime=0.82
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 15655 0 0 0 76 6 0 0 16 0 12 0 21747813 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=813204 CPUtime=0.75
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 14689 0 0 0 70 5 0 0 16 0 12 0 21747813 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=813204 CPUtime=0.01
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 12232 0 -1 64 33 0 0 0 1 0 0 0 15 0 12 0 21747815 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21747816 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21747816 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=813204 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 832720896 50438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=813204 CPUtime=0.03

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

/proc/loadavg: 2.06 2.03 2.03 3/94 13754
/proc/meminfo: memFree=93416/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=830232 CPUtime=1413.2
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 3539952 0 1 0 139489 1831 0 0 18 0 12 0 21747812 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 207558 176894 1447 9 0 204885 0
[pid=13665/tid=13667] ppid=13663 vsize=830232 CPUtime=130.25
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 12232 0 -1 64 17856 0 1 0 13015 10 0 0 16 0 12 0 21747813 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=830232 CPUtime=7.54
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 76755 0 0 0 725 29 0 0 16 0 12 0 21747813 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=830232 CPUtime=7.4
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 74262 0 0 0 710 30 0 0 15 0 12 0 21747813 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=830232 CPUtime=1265.53
/proc/13665/task/13670/stat : 13670 (java) R 13663 13665 12232 0 -1 64 3363732 0 0 0 124796 1757 0 0 25 0 12 0 21747815 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 104187860 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=830232 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21747816 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=830232 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21747816 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=830232 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=830232 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 21747820 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=830232 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 12 0 21747820 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=830232 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21747820 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=830232 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21747820 850157568 176894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.2
Current children cumulated vsize (KiB) 830232

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/95 13755
/proc/meminfo: memFree=72544/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=830556 CPUtime=1473.16
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 3735080 0 1 0 145400 1916 0 0 18 0 13 0 21747812 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 207639 176901 1446 9 0 204966 0
[pid=13665/tid=13667] ppid=13663 vsize=830556 CPUtime=130.26
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 12232 0 -1 64 17871 0 1 0 13016 10 0 0 16 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=830556 CPUtime=7.54
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 76755 0 0 0 725 29 0 0 16 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=830556 CPUtime=7.4
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 74262 0 0 0 710 30 0 0 15 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=830556 CPUtime=1325.48
/proc/13665/task/13670/stat : 13670 (java) R 13663 13665 12232 0 -1 64 3558836 0 0 0 130706 1842 0 0 25 0 13 0 21747815 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21747816 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21747816 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=830556 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=830556 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13755] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13755/stat : 13755 (java) S 13663 13665 12232 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 21895186 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.16
Current children cumulated vsize (KiB) 830556

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

[startup+1484.7 s]
/proc/loadavg: 2.02 2.02 2.02 3/95 13755
/proc/meminfo: memFree=69088/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=830556 CPUtime=1475.56
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 3742584 0 1 0 145636 1920 0 0 18 0 13 0 21747812 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 207639 176901 1446 9 0 204966 0
[pid=13665/tid=13667] ppid=13663 vsize=830556 CPUtime=130.26
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 12232 0 -1 64 17871 0 1 0 13016 10 0 0 16 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=830556 CPUtime=7.54
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 76755 0 0 0 725 29 0 0 16 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=830556 CPUtime=7.4
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 74262 0 0 0 710 30 0 0 15 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=830556 CPUtime=1327.87
/proc/13665/task/13670/stat : 13670 (java) R 13663 13665 12232 0 -1 64 3566340 0 0 0 130942 1845 0 0 25 0 13 0 21747815 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21747816 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21747816 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=830556 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=830556 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13755] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13755/stat : 13755 (java) S 13663 13665 12232 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 21895186 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.56
Current children cumulated vsize (KiB) 830556

[startup+1485.5 s]
/proc/loadavg: 2.02 2.02 2.02 3/95 13755
/proc/meminfo: memFree=69024/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=830556 CPUtime=1476.36
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 3742584 0 1 0 145716 1920 0 0 18 0 13 0 21747812 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 207639 176901 1446 9 0 204966 0
[pid=13665/tid=13667] ppid=13663 vsize=830556 CPUtime=130.26
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 12232 0 -1 64 17871 0 1 0 13016 10 0 0 16 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=830556 CPUtime=7.54
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 76755 0 0 0 725 29 0 0 16 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=830556 CPUtime=7.4
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 74262 0 0 0 710 30 0 0 15 0 13 0 21747813 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=830556 CPUtime=1328.67
/proc/13665/task/13670/stat : 13670 (java) R 13663 13665 12232 0 -1 64 3566340 0 0 0 131022 1845 0 0 25 0 13 0 21747815 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 105886112 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21747816 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 21747816 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=830556 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=830556 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21747820 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13755] ppid=13663 vsize=830556 CPUtime=0
/proc/13665/task/13755/stat : 13755 (java) S 13663 13665 12232 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 21895186 850489344 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.36
Current children cumulated vsize (KiB) 830556

[startup+1486.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/95 13755
/proc/meminfo: memFree=69024/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=814552 CPUtime=1477.16
/proc/13665/stat : 13665 (java) S 13663 13665 12232 0 -1 0 3742588 0 1 0 145796 1920 0 0 18 0 12 0 21747812 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 203638 172903 1447 9 0 200965 0
[pid=13665/tid=13667] ppid=13663 vsize=814552 CPUtime=130.26
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 12232 0 -1 64 17872 0 1 0 13016 10 0 0 16 0 12 0 21747813 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=814552 CPUtime=7.54
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 12232 0 -1 64 76755 0 0 0 725 29 0 0 16 0 12 0 21747813 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=814552 CPUtime=7.4
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 12232 0 -1 64 74262 0 0 0 710 30 0 0 15 0 12 0 21747813 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=814552 CPUtime=1329.47
/proc/13665/task/13670/stat : 13670 (java) R 13663 13665 12232 0 -1 64 3566340 0 0 0 131102 1845 0 0 25 0 12 0 21747815 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=814552 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 12232 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21747816 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=814552 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 12232 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 21747816 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=814552 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21747820 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=814552 CPUtime=0.03
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 12232 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 21747820 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=814552 CPUtime=2.41
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 12232 0 -1 64 6363 0 0 0 238 3 0 0 17 0 12 0 21747820 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=814552 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 12232 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21747820 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13677] ppid=13663 vsize=814552 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 12232 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21747820 834101248 172903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.16
Current children cumulated vsize (KiB) 814552

[startup+1486.5 s]
/proc/loadavg: 2.02 2.02 2.02 3/95 13755
/proc/meminfo: memFree=69024/2055920 swapFree=4192956/4192956
[pid=13665] ppid=13663 vsize=0 CPUtime=1477.35
/proc/13665/stat : 13665 (java) Z 13663 13665 12232 0 -1 12 3742592 0 1 0 145810 1925 0 0 16 0 2 0 21747812 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1477.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1486.55
CPU time (s): 1477.4
CPU user time (s): 1458.1
CPU system time (s): 19.3041
CPU usage (%): 99.385
Max. virtual memory (cumulated for all children) (KiB): 838560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1458.1
system time used= 19.3041
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3742592
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= 33523
involuntary context switches= 45938

runsolver used 1.89471 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-11 23:13:34
IDJOB=2068270
IDBENCH=54846
IDSOLVER=731
FILE ID=node23/2068270-1247346814
PBS_JOBID= 9506801
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s4-4-3-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068270-1247346814/watcher-2068270-1247346814 -o /tmp/evaluation-result-2068270-1247346814/solver-2068270-1247346814 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068270-1247346814.xml

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

MD5SUM BENCH= ec9e06f694e59a2ee2ba5113b45026b7
RANDOM SEED=2017676009

node23.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.277
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.277
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:        822944 kB
Buffers:         71008 kB
Cached:        1087168 kB
SwapCached:          0 kB
Active:         336928 kB
Inactive:       841140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            40392 kB
Committed_AS:   226804 kB
PageTables:       1748 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= 66280 MiB
End job on node23 at 2009-07-11 23:38:21