Trace number 1083056

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? 239.598 240.566

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-22.xml
MD5SUMb143b6832d0d7021c7c579e11837017e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.9122
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.44	c See www.sat4j.org for details.
0.27/0.44	c That software uses the Rhino library from the Mozilla project.
0.27/0.49	c version 9.9.9.token
0.27/0.49	c sun.arch.data.model	32
0.27/0.49	c java.version	1.6.0_06
0.27/0.49	c os.name	Linux
0.27/0.49	c os.version	2.6.9-22.EL.rootsmp
0.27/0.49	c os.arch	i386
0.27/0.49	c Free memory 669864272
0.27/0.49	c Max memory 672137216
0.27/0.49	c Total memory 672137216
0.27/0.49	c Number of processors 2
0.35/0.54	c c --- Begin Solver configuration ---
0.35/0.54	c Stops conflict analysis at the first Unique Implication Point
0.35/0.54	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.54	c Learn all clauses as in MiniSAT
0.35/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.54	c Expensive reason simplification
0.35/0.54	c MiniSAT restarts strategy
0.35/0.54	c timeout=2147483s
0.35/0.54	c DB Simplification allowed=false
0.35/0.54	c --- End Solver configuration ---
0.35/0.54	c solving HOME/instance-1083056-1215224771.xml
0.35/0.54	c reading problem ... 
0.62/0.87	c reading problem named null
0.62/0.87	c reading domains done.
0.70/0.90	c reading variables done.
1.91/1.84	c reading predicates  done.
2.10/2.02	c reading constraints
233.76/234.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
239.43/240.45	c starts		: 0
239.43/240.45	c conflicts		: 0
239.43/240.45	c decisions		: 0
239.43/240.45	c propagations		: 0
239.43/240.45	c inspects		: 0
239.43/240.45	c learnt literals	: 0
239.43/240.45	c learnt binary clauses	: 0
239.43/240.45	c learnt ternary clauses	: 0
239.43/240.45	c learnt clauses	: 0
239.43/240.45	c ignored clauses	: 0
239.43/240.45	c root simplifications	: 0
239.43/240.45	c removed literals (reason simplification)	: 0
239.43/240.45	c reason swapping (by a shorter reason)	: 0
239.43/240.45	c Calls to reduceDB	: 0
239.43/240.45	c speed (assignments/second)	: 0.0
239.43/240.45	c non guided choices	0
239.43/240.45	s UNKNOWN
239.43/240.45	c Total wall clock time (in seconds) : 237.048

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-1083056-1215224771/watcher-1083056-1215224771 -o /tmp/evaluation-result-1083056-1215224771/solver-1083056-1215224771 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083056-1215224771.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12331
/proc/meminfo: memFree=1881368/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=18572 CPUtime=0
/proc/12331/stat : 12331 (runsolver) R 12329 12331 12257 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001448838 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12331/statm: 4643 292 257 25 0 2626 0

[startup+0.0177511 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12331
/proc/meminfo: memFree=1881368/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=12824 CPUtime=0
/proc/12331/stat : 12331 (java) D 12329 12331 12257 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 2001448838 13131776 163 996147200 134512640 134550740 4294956016 18446744073709551615 8111111 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12331/statm: 3206 163 118 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12824

[startup+0.10177 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12331
/proc/meminfo: memFree=1881368/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=801432 CPUtime=0.04
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 2460 0 30 0 2 2 0 0 18 0 5 0 2001448838 820666368 2226 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 200358 2226 949 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.301811 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12331
/proc/meminfo: memFree=1881368/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=807760 CPUtime=0.2
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 4407 0 30 0 17 3 0 0 18 0 12 0 2001448838 827146240 3765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 201940 3765 1295 9 0 199309 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807760

[startup+0.701905 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12331
/proc/meminfo: memFree=1881368/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=807788 CPUtime=0.53
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 5820 0 30 0 46 7 0 0 18 0 12 0 2001448838 827174912 4979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 201947 4979 1322 9 0 199309 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807788

[startup+1.50206 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 12343
/proc/meminfo: memFree=1855736/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=811636 CPUtime=1.42
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 26942 0 30 0 124 18 0 0 18 0 12 0 2001448838 831115264 24849 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 202909 24852 1345 9 0 200271 0
[pid=12331/tid=12333] ppid=12329 vsize=811636 CPUtime=0.71
/proc/12331/task/12333/stat : 12333 (java) S 12329 12331 12257 0 -1 64 16950 0 1 0 59 12 0 0 21 0 12 0 2001448846 831115264 24853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12334] ppid=12329 vsize=811636 CPUtime=0.12
/proc/12331/task/12334/stat : 12334 (java) R 12329 12331 12257 0 -1 64 3406 0 0 0 11 1 0 0 17 0 12 0 2001448847 831115264 24855 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12329 vsize=811636 CPUtime=0.11
/proc/12331/task/12335/stat : 12335 (java) R 12329 12331 12257 0 -1 64 4140 0 0 0 10 1 0 0 18 0 12 0 2001448847 831115264 24857 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=811636 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 2001448848 831115264 24859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=12329 vsize=811636 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2001448849 831115264 24860 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12338] ppid=12329 vsize=811636 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2001448849 831115264 24862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=811636 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 831115264 24864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=811636 CPUtime=0.2
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 327 0 0 0 20 0 0 0 16 0 12 0 2001448856 831115264 24865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12341] ppid=12329 vsize=811636 CPUtime=0.23
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 1395 0 0 0 23 0 0 0 16 0 12 0 2001448856 831115264 24867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12342] ppid=12329 vsize=811636 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001448856 831115264 24869 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=811636 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001448856 831115264 24870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 811636

[startup+3.10135 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 12343
/proc/meminfo: memFree=1746232/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=816476 CPUtime=3.46
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 52857 0 30 0 318 28 0 0 18 0 12 0 2001448838 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 204119 46064 1372 9 0 201481 0
[pid=12331/tid=12333] ppid=12329 vsize=816476 CPUtime=1.3
/proc/12331/task/12333/stat : 12333 (java) R 12329 12331 12257 0 -1 64 17261 0 1 0 118 12 0 0 22 0 12 0 2001448846 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4109631989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=816476 CPUtime=0.7
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 13947 0 0 0 64 6 0 0 19 0 12 0 2001448847 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=816476 CPUtime=0.65
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 17297 0 0 0 59 6 0 0 19 0 12 0 2001448847 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=816476 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12329 12331 12257 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2001448848 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=816476 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001448849 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=816476 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2001448849 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=816476 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=816476 CPUtime=0.27
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 340 0 0 0 27 0 0 0 16 0 12 0 2001448856 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12341] ppid=12329 vsize=816476 CPUtime=0.49
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 3252 0 0 0 48 1 0 0 16 0 12 0 2001448856 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12342] ppid=12329 vsize=816476 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001448856 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=816476 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001448856 836071424 46064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 816476

[startup+6.30298 s]
/proc/loadavg: 1.99 1.97 1.99 4/93 12343
/proc/meminfo: memFree=1658872/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=824984 CPUtime=6.7
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 69050 0 30 0 635 35 0 0 18 0 12 0 2001448838 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 206246 55742 1383 9 0 203608 0
[pid=12331/tid=12333] ppid=12329 vsize=824984 CPUtime=3.45
/proc/12331/task/12333/stat : 12333 (java) R 12329 12331 12257 0 -1 64 17269 0 1 0 333 12 0 0 25 0 12 0 2001448846 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=824984 CPUtime=0.79
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 17375 0 0 0 72 7 0 0 17 0 12 0 2001448847 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=824984 CPUtime=0.77
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 22860 0 0 0 69 8 0 0 17 0 12 0 2001448847 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=824984 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12329 12331 12257 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2001448848 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=824984 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001448849 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=824984 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2001448849 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=824984 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=824984 CPUtime=0.88
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5697 0 0 0 86 2 0 0 21 0 12 0 2001448856 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12341] ppid=12329 vsize=824984 CPUtime=0.74
/proc/12331/task/12341/stat : 12341 (java) R 12329 12331 12257 0 -1 64 5089 0 0 0 73 1 0 0 16 0 12 0 2001448856 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 106713516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12342] ppid=12329 vsize=824984 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001448856 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=824984 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001448856 844783616 55742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 824984

[startup+12.7012 s]
/proc/loadavg: 1.99 1.97 1.99 6/93 12343
/proc/meminfo: memFree=1608640/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=824120 CPUtime=13.09
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 83067 0 30 0 1269 40 0 0 18 0 12 0 2001448838 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 206030 69520 1384 9 0 203392 0
[pid=12331/tid=12333] ppid=12329 vsize=824120 CPUtime=9.38
/proc/12331/task/12333/stat : 12333 (java) R 12329 12331 12257 0 -1 64 17295 0 1 0 926 12 0 0 25 0 12 0 2001448846 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4109727893 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=824120 CPUtime=0.95
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 27540 0 0 0 84 11 0 0 16 0 12 0 2001448847 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=824120 CPUtime=0.92
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 26682 0 0 0 82 10 0 0 16 0 12 0 2001448847 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=824120 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12329 12331 12257 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2001448848 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=824120 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001448849 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=824120 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2001448849 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=824120 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=824120 CPUtime=0.96
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5699 0 0 0 94 2 0 0 16 0 12 0 2001448856 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12341] ppid=12329 vsize=824120 CPUtime=0.8
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 5091 0 0 0 79 1 0 0 16 0 12 0 2001448856 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12342] ppid=12329 vsize=824120 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001448856 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=824120 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001448856 843898880 69520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 824120

[startup+25.5027 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 12343
/proc/meminfo: memFree=1494016/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=822664 CPUtime=25.89
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 110416 0 30 0 2540 49 0 0 18 0 12 0 2001448838 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 205666 96275 1384 9 0 203028 0
[pid=12331/tid=12333] ppid=12329 vsize=822664 CPUtime=21.64
/proc/12331/task/12333/stat : 12333 (java) R 12329 12331 12257 0 -1 64 17326 0 1 0 2151 13 0 0 25 0 12 0 2001448846 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4109644499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=822664 CPUtime=1.18
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 40508 0 0 0 103 15 0 0 15 0 12 0 2001448847 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=822664 CPUtime=1.19
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 41025 0 0 0 105 14 0 0 16 0 12 0 2001448847 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=822664 CPUtime=0.01
/proc/12331/task/12336/stat : 12336 (java) S 12329 12331 12257 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 2001448848 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=822664 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001448849 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=822664 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2001448849 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=822664 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 842407936 96275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


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

[startup+230.303 s]
/proc/loadavg: 2.55 2.14 2.04 3/93 12343
/proc/meminfo: memFree=1174016/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=830668 CPUtime=229.39
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 407385 0 30 0 22765 174 0 0 18 0 12 0 2001448838 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 207667 177262 1388 9 0 205029 0
[pid=12331/tid=12333] ppid=12329 vsize=830668 CPUtime=177.56
/proc/12331/task/12333/stat : 12333 (java) R 12329 12331 12257 0 -1 64 17694 0 1 0 17742 14 0 0 25 0 12 0 2001448846 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=830668 CPUtime=4.1
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 77639 0 0 0 381 29 0 0 15 0 12 0 2001448847 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=830668 CPUtime=4.27
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 83126 0 0 0 397 30 0 0 16 0 12 0 2001448847 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=830668 CPUtime=41.56
/proc/12331/task/12336/stat : 12336 (java) R 12329 12331 12257 0 -1 64 217396 0 0 0 4062 94 0 0 16 0 12 0 2001448848 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 105852492 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=830668 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001448849 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=830668 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2001448849 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=830668 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=830668 CPUtime=0.97
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5699 0 0 0 95 2 0 0 17 0 12 0 2001448856 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12341] ppid=12329 vsize=830668 CPUtime=0.86
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 5098 0 0 0 85 1 0 0 16 0 12 0 2001448856 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12342] ppid=12329 vsize=830668 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001448856 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=830668 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001448856 850604032 177262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.39
Current children cumulated vsize (KiB) 830668

[startup+236.702 s]
/proc/loadavg: 2.54 2.15 2.05 3/93 12343
/proc/meminfo: memFree=1165952/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=834672 CPUtime=235.75
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 441600 0 30 0 23386 189 0 0 18 0 12 0 2001448838 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 208668 177440 1388 9 0 206030 0
[pid=12331/tid=12333] ppid=12329 vsize=834672 CPUtime=177.73
/proc/12331/task/12333/stat : 12333 (java) S 12329 12331 12257 0 -1 64 17703 0 1 0 17759 14 0 0 16 0 12 0 2001448846 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=834672 CPUtime=4.1
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 77639 0 0 0 381 29 0 0 15 0 12 0 2001448847 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=834672 CPUtime=4.27
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 83126 0 0 0 397 30 0 0 16 0 12 0 2001448847 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=834672 CPUtime=47.74
/proc/12331/task/12336/stat : 12336 (java) R 12329 12331 12257 0 -1 64 251602 0 0 0 4665 109 0 0 25 0 12 0 2001448848 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=834672 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 2001448849 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=834672 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2001448849 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12329 vsize=834672 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001448856 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=834672 CPUtime=0.97
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5699 0 0 0 95 2 0 0 17 0 12 0 2001448856 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12341] ppid=12329 vsize=834672 CPUtime=0.86
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 5098 0 0 0 85 1 0 0 16 0 12 0 2001448856 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12342] ppid=12329 vsize=834672 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001448856 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=834672 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001448856 854704128 177440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.75
Current children cumulated vsize (KiB) 834672

[startup+238.302 s]
/proc/loadavg: 2.54 2.15 2.05 3/93 12343
/proc/meminfo: memFree=1165952/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=826992 CPUtime=237.34
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 447437 0 30 0 23543 191 0 0 18 0 13 0 2001448838 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 206748 176269 1388 9 0 204110 0
[pid=12331/tid=12333] ppid=12329 vsize=826992 CPUtime=177.73
/proc/12331/task/12333/stat : 12333 (java) S 12329 12331 12257 0 -1 64 17706 0 1 0 17759 14 0 0 18 0 13 0 2001448846 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=826992 CPUtime=4.1
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 77639 0 0 0 381 29 0 0 15 0 13 0 2001448847 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=826992 CPUtime=4.27
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 83126 0 0 0 397 30 0 0 16 0 13 0 2001448847 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=826992 CPUtime=49.33
/proc/12331/task/12336/stat : 12336 (java) R 12329 12331 12257 0 -1 64 257431 0 0 0 4822 111 0 0 25 0 13 0 2001448848 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 105677357 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=826992 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001448849 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=826992 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 2001448849 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12339] ppid=12329 vsize=826992 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001448856 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=826992 CPUtime=0.97
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5699 0 0 0 95 2 0 0 17 0 13 0 2001448856 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12341] ppid=12329 vsize=826992 CPUtime=0.86
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 5098 0 0 0 85 1 0 0 16 0 13 0 2001448856 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12342] ppid=12329 vsize=826992 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2001448856 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=826992 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001448856 846839808 176269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 237.34
Current children cumulated vsize (KiB) 826992

[startup+239.902 s]
/proc/loadavg: 2.54 2.15 2.05 3/94 12344
/proc/meminfo: memFree=1165944/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=830992 CPUtime=238.93
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 456446 0 30 0 23698 195 0 0 18 0 13 0 2001448838 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 207748 177269 1388 9 0 205110 0
[pid=12331/tid=12333] ppid=12329 vsize=830992 CPUtime=177.73
/proc/12331/task/12333/stat : 12333 (java) S 12329 12331 12257 0 -1 64 17706 0 1 0 17759 14 0 0 18 0 13 0 2001448846 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=830992 CPUtime=4.1
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 77639 0 0 0 381 29 0 0 15 0 13 0 2001448847 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=830992 CPUtime=4.27
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 83126 0 0 0 397 30 0 0 16 0 13 0 2001448847 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=830992 CPUtime=50.92
/proc/12331/task/12336/stat : 12336 (java) R 12329 12331 12257 0 -1 64 266438 0 0 0 4977 115 0 0 25 0 13 0 2001448848 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 104136384 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001448849 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001448849 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12339] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=830992 CPUtime=0.97
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5699 0 0 0 95 2 0 0 17 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12341] ppid=12329 vsize=830992 CPUtime=0.86
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 5098 0 0 0 85 1 0 0 16 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12342] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12344] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12344/stat : 12344 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001472597 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.93
Current children cumulated vsize (KiB) 830992

[startup+240.303 s]
/proc/loadavg: 2.54 2.15 2.05 3/94 12344
/proc/meminfo: memFree=1165944/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=830992 CPUtime=239.33
/proc/12331/stat : 12331 (java) S 12329 12331 12257 0 -1 0 456446 0 30 0 23738 195 0 0 18 0 13 0 2001448838 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 207748 177269 1388 9 0 205110 0
[pid=12331/tid=12333] ppid=12329 vsize=830992 CPUtime=177.73
/proc/12331/task/12333/stat : 12333 (java) S 12329 12331 12257 0 -1 64 17706 0 1 0 17759 14 0 0 18 0 13 0 2001448846 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12329 vsize=830992 CPUtime=4.1
/proc/12331/task/12334/stat : 12334 (java) S 12329 12331 12257 0 -1 64 77639 0 0 0 381 29 0 0 15 0 13 0 2001448847 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12335] ppid=12329 vsize=830992 CPUtime=4.27
/proc/12331/task/12335/stat : 12335 (java) S 12329 12331 12257 0 -1 64 83126 0 0 0 397 30 0 0 16 0 13 0 2001448847 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12336] ppid=12329 vsize=830992 CPUtime=51.32
/proc/12331/task/12336/stat : 12336 (java) R 12329 12331 12257 0 -1 64 266438 0 0 0 5017 115 0 0 25 0 13 0 2001448848 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12337] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12337/stat : 12337 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001448849 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12329 12331 12257 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001448849 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12339] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12329 12331 12257 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12340] ppid=12329 vsize=830992 CPUtime=0.97
/proc/12331/task/12340/stat : 12340 (java) S 12329 12331 12257 0 -1 64 5699 0 0 0 95 2 0 0 17 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12341] ppid=12329 vsize=830992 CPUtime=0.86
/proc/12331/task/12341/stat : 12341 (java) S 12329 12331 12257 0 -1 64 5098 0 0 0 85 1 0 0 16 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12342] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12342/stat : 12342 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12343] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12343/stat : 12343 (java) S 12329 12331 12257 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001448856 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12344] ppid=12329 vsize=830992 CPUtime=0
/proc/12331/task/12344/stat : 12344 (java) S 12329 12331 12257 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001472597 850935808 177269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 239.33
Current children cumulated vsize (KiB) 830992

[startup+240.503 s]
/proc/loadavg: 2.54 2.15 2.05 3/94 12344
/proc/meminfo: memFree=1165944/2055920 swapFree=4179416/4192956
[pid=12331] ppid=12329 vsize=0 CPUtime=239.52
/proc/12331/stat : 12331 (java) Z 12329 12331 12257 0 -1 12 456452 0 30 0 23753 199 0 0 16 0 2 0 2001448838 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 240.566
CPU time (s): 239.598
CPU user time (s): 237.538
CPU system time (s): 2.05969
CPU usage (%): 99.5973
Max. virtual memory (cumulated for all children) (KiB): 834672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.538
system time used= 2.05969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 456452
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11599
involuntary context switches= 10731

runsolver used 0.317951 second user time and 0.805877 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 04:26:11
IDJOB=1083056
IDBENCH=57405
IDSOLVER=344
FILE ID=node62/1083056-1215224771
PBS_JOBID= 7881857
Free space on /tmp= 65256 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-22.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-1083056-1215224771/watcher-1083056-1215224771 -o /tmp/evaluation-result-1083056-1215224771/solver-1083056-1215224771 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083056-1215224771.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b143b6832d0d7021c7c579e11837017e
RANDOM SEED=251149742

node62.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.259
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.259
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:       1881848 kB
Buffers:          3172 kB
Cached:          75152 kB
SwapCached:       6676 kB
Active:          66644 kB
Inactive:        50064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881848 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          54508 kB
Slab:            42184 kB
Committed_AS:  4120588 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65256 MiB
End job on node62 at 2008-07-05 04:30:12