Trace number 2056951

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.1SAT 26.203 24.5778

General information on the benchmark

Namecsp/hanoi/
normalized-hanoi-7_ext.xml
MD5SUMeb96c548468c2556d48ce74fccf574fa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.326949
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints125
Maximum constraint arity2
Maximum domain size2187
Number of constraints which are defined in extension125
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.55	c See www.sat4j.org for details.
0.12/0.55	c That software uses the Rhino library from the Mozilla project.
0.12/0.57	c version 2.1.1.v20090622
0.12/0.57	c sun.arch.data.model	32
0.12/0.57	c java.version	1.6.0_12
0.12/0.57	c os.name	Linux
0.12/0.57	c os.version	2.6.9-22.EL.rootsmp
0.12/0.57	c os.arch	i386
0.12/0.57	c Free memory 671000808
0.12/0.57	c Max memory 672137216
0.12/0.57	c Total memory 672137216
0.12/0.57	c Number of processors 2
0.21/0.62	c c --- Begin Solver configuration ---
0.21/0.62	c Stops conflict analysis at the first Unique Implication Point
0.21/0.62	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@f0eed6
0.21/0.62	c Learn all clauses as in MiniSAT
0.21/0.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.62	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.62	c Expensive reason simplification
0.21/0.62	c MiniSAT restarts strategy
0.21/0.62	c Memory based learned constraints deletion strategy
0.21/0.62	c timeout=2147483s
0.21/0.62	c DB Simplification allowed=false
0.21/0.62	c --- End Solver configuration ---
0.21/0.62	c solving HOME/instance-2056951-1247317684.xml
0.21/0.62	c reading problem ... 
0.38/0.89	c reading problem named null
0.38/0.89	c reading domains done.
0.38/0.90	c reading variables done.
1.33/1.45	c reading relations done.
2.28/1.94	c reading constraints
25.50/24.13	c done with constraints.
25.50/24.13	c ... done. Wall clock time 23.505s.
25.50/24.13	c #vars     271192
25.50/24.13	c #constraints  361964
25.50/24.13	c constraints type 
25.50/24.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 176513
25.50/24.13	c org.sat4j.minisat.constraints.card.AtLeast => 126
25.50/24.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2662
26.11/24.52	c starts		: 1
26.11/24.52	c conflicts		: 0
26.11/24.52	c decisions		: 0
26.11/24.52	c propagations		: 271192
26.11/24.52	c inspects		: 267204
26.11/24.52	c learnt literals	: 0
26.11/24.52	c learnt binary clauses	: 0
26.11/24.52	c learnt ternary clauses	: 0
26.11/24.52	c learnt clauses	: 0
26.11/24.52	c ignored clauses	: 0
26.11/24.52	c root simplifications	: 0
26.11/24.52	c removed literals (reason simplification)	: 0
26.11/24.52	c reason swapping (by a shorter reason)	: 0
26.11/24.52	c Calls to reduceDB	: 0
26.11/24.52	c speed (assignments/second)	: 700754.5219638243
26.11/24.52	c non guided choices	0
26.11/24.52	c learnt constraints type 
26.11/24.52	c constraints type 
26.11/24.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 176513
26.11/24.52	c org.sat4j.minisat.constraints.card.AtLeast => 126
26.11/24.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2662
26.11/24.52	s SATISFIABLE
26.11/24.54	v 2 5 4 22 21 24 26 53 52 46 45 36 38 41 40 202 201 204 206 197 196 190 189 216 218 221 220 238 237 240 242 485 484 478 477 468 470 473 472 418 417 420 422 413 412 406 405 324 326 329 328 346 345 348 350 377 376 370 369 360 362 365 364 1822 1821 1824 1826 1817 1816 1810 1809 1836 1838 1841 1840 1858 1857 1860 1862 1781 1780 1774 1773 1764 1766 1769 1768 1714 1713 1716 1718 1709 1708 1702 1701 1944 1946 1949 1948 1966 1965 1968 1970 1997 1996 1990 1989 1980 1982 1985 1984 2146 2145 2148 2150 2141 2140 2134 2133 2160 2162 2165 2164 2182 2181 2184 
26.11/24.54	c Total wall clock time (in seconds) : 23.892

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2056951-1247317684/watcher-2056951-1247317684 -o /tmp/evaluation-result-2056951-1247317684/solver-2056951-1247317684 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2056951-1247317684.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: 0.00 0.00 0.00 3/68 11904
/proc/meminfo: memFree=1040600/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=18576 CPUtime=0
/proc/11904/stat : 11904 (runsolver) D 11902 11904 11838 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 18833981 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234045893927 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/11904/statm: 4644 284 249 26 0 2626 0

[startup+0.0550431 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11904
/proc/meminfo: memFree=1040600/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=1512 CPUtime=0
/proc/11904/stat : 11904 (java6) D 11902 11904 11838 0 -1 0 57 0 3 0 0 0 0 0 18 0 1 0 18833981 1548288 44 996147200 134512640 134550932 4294956176 18446744073709551615 4740103 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11904/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.102046 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11904
/proc/meminfo: memFree=1040600/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=1472 CPUtime=0
/proc/11904/stat : 11904 (java6) D 11902 11904 11838 0 -1 0 103 0 10 0 0 0 0 0 18 0 1 0 18833981 1507328 86 996147200 134512640 134550932 4294956176 18446744073709551615 4941312 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11904/statm: 368 86 64 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301066 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11904
/proc/meminfo: memFree=1040600/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=13496 CPUtime=0.02
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 822 0 50 0 0 2 0 0 18 0 2 0 18833981 13819904 627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 3374 627 303 9 0 1200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+0.702115 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 11904
/proc/meminfo: memFree=1040600/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=806044 CPUtime=0.29
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 4167 0 72 0 23 6 0 0 18 0 12 0 18833981 825389056 3976 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 201511 3976 1358 9 0 198838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806044

[startup+1.5012 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 11916
/proc/meminfo: memFree=1005240/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=808060 CPUtime=1.51
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 32293 0 72 0 131 20 0 0 18 0 12 0 18833981 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 202015 29785 1397 9 0 199342 0
[pid=11904/tid=11906] ppid=11902 vsize=808060 CPUtime=0.6
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 16897 0 28 0 50 10 0 0 16 0 12 0 18834004 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4109149090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11907] ppid=11902 vsize=808060 CPUtime=0.22
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 6990 0 0 0 19 3 0 0 16 0 12 0 18834013 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11908] ppid=11902 vsize=808060 CPUtime=0.23
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 6166 0 0 0 21 2 0 0 19 0 12 0 18834013 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=808060 CPUtime=0
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 18834017 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11910] ppid=11902 vsize=808060 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=808060 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=808060 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=808060 CPUtime=0.17
/proc/11904/task/11913/stat : 11913 (java) R 11902 11904 11838 0 -1 64 535 0 0 0 17 0 0 0 17 0 12 0 18834030 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=808060 CPUtime=0.21
/proc/11904/task/11914/stat : 11914 (java) R 11902 11904 11838 0 -1 64 1003 0 0 0 21 0 0 0 16 0 12 0 18834030 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 103130735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=808060 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=808060 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 827453440 29785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 808060

[startup+3.10137 s]
/proc/loadavg: 0.00 0.00 0.00 3/80 11916
/proc/meminfo: memFree=905336/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=4.01
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 41664 0 72 0 376 25 0 0 18 0 12 0 18833981 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 36420 1421 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=1.86
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 16927 0 28 0 176 10 0 0 18 0 12 0 18834004 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4109710293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.43
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 9696 0 0 0 38 5 0 0 16 0 12 0 18834013 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.42
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 8856 0 0 0 39 3 0 0 16 0 12 0 18834013 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.53
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2430 0 0 0 53 0 0 0 16 0 12 0 18834030 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.67
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3053 0 0 0 66 1 0 0 16 0 12 0 18834030 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 36420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 813824

[startup+6.30269 s]
/proc/loadavg: 0.08 0.02 0.01 2/80 11916
/proc/meminfo: memFree=884280/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=7.29
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 42252 0 72 0 704 25 0 0 18 0 12 0 18833981 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 36925 1421 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=4.97
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 16963 0 28 0 487 10 0 0 23 0 12 0 18834004 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4109710650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.5
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 9985 0 0 0 45 5 0 0 16 0 12 0 18834013 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.49
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 9119 0 0 0 46 3 0 0 16 0 12 0 18834013 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.55
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2430 0 0 0 55 0 0 0 16 0 12 0 18834030 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.69
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3053 0 0 0 68 1 0 0 16 0 12 0 18834030 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 36925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 813824

[startup+12.7014 s]
/proc/loadavg: 0.15 0.03 0.01 2/80 11916
/proc/meminfo: memFree=881336/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=13.81
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 43066 0 72 0 1355 26 0 0 18 0 12 0 18833981 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 37697 1422 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=11.24
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 17002 0 28 0 1114 10 0 0 18 0 12 0 18834004 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4109710331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.6
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 10459 0 0 0 55 5 0 0 15 0 12 0 18834013 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.6
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 9410 0 0 0 56 4 0 0 16 0 12 0 18834013 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0.01
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 18834017 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.57
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2432 0 0 0 57 0 0 0 17 0 12 0 18834030 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.71
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3061 0 0 0 70 1 0 0 16 0 12 0 18834030 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 37697 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 813824

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

[startup+19.101 s]
/proc/loadavg: 0.28 0.06 0.02 2/80 11916
/proc/meminfo: memFree=877176/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=20.35
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 44365 0 72 0 2008 27 0 0 18 0 12 0 18833981 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 38793 1422 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=17.48
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 17040 0 28 0 1738 10 0 0 20 0 12 0 18834004 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4109710621 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.74
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 11135 0 0 0 69 5 0 0 15 0 12 0 18834013 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.73
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 9995 0 0 0 69 4 0 0 16 0 12 0 18834013 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0.01
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 18834017 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.59
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2432 0 0 0 59 0 0 0 16 0 12 0 18834030 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.71
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3061 0 0 0 70 1 0 0 16 0 12 0 18834030 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 813824

[startup+22.3014 s]
/proc/loadavg: 0.28 0.06 0.02 2/80 11916
/proc/meminfo: memFree=873336/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=23.65
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 45430 0 72 0 2337 28 0 0 18 0 12 0 18833981 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 39720 1422 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=20.58
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 17059 0 28 0 2048 10 0 0 25 0 12 0 18834004 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4109710679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.83
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 11760 0 0 0 78 5 0 0 15 0 12 0 18834013 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.82
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 10416 0 0 0 78 4 0 0 16 0 12 0 18834013 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0.02
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 1 1 0 0 16 0 12 0 18834017 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.59
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2432 0 0 0 59 0 0 0 16 0 12 0 18834030 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.71
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3061 0 0 0 70 1 0 0 16 0 12 0 18834030 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 39720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 813824

[startup+23.9025 s]
/proc/loadavg: 0.34 0.08 0.02 2/80 11916
/proc/meminfo: memFree=872184/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=25.29
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 45920 0 72 0 2501 28 0 0 18 0 12 0 18833981 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 40175 1422 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=22.13
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 17068 0 28 0 2203 10 0 0 19 0 12 0 18834004 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4109710305 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.88
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 12008 0 0 0 82 6 0 0 15 0 12 0 18834013 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.87
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 10649 0 0 0 83 4 0 0 15 0 12 0 18834013 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0.02
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 1 1 0 0 16 0 12 0 18834017 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.59
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2432 0 0 0 59 0 0 0 16 0 12 0 18834030 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.71
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3061 0 0 0 70 1 0 0 16 0 12 0 18834030 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 40175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 813824

[startup+24.3026 s]
/proc/loadavg: 0.34 0.08 0.02 2/80 11916
/proc/meminfo: memFree=870904/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=813824 CPUtime=25.82
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 46045 0 72 0 2554 28 0 0 18 0 12 0 18833981 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203456 40294 1431 9 0 200783 0
[pid=11904/tid=11906] ppid=11902 vsize=813824 CPUtime=22.47
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 17074 0 28 0 2237 10 0 0 17 0 12 0 18834004 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4109791795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11907] ppid=11902 vsize=813824 CPUtime=0.89
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 12062 0 0 0 83 6 0 0 16 0 12 0 18834013 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=813824 CPUtime=0.88
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 10674 0 0 0 84 4 0 0 16 0 12 0 18834013 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=813824 CPUtime=0.02
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 1 1 0 0 16 0 12 0 18834017 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11910] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 18834017 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 18834017 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 18834030 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=813824 CPUtime=0.66
/proc/11904/task/11913/stat : 11913 (java) S 11902 11904 11838 0 -1 64 2460 0 0 0 66 0 0 0 16 0 12 0 18834030 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=813824 CPUtime=0.8
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3073 0 0 0 79 1 0 0 16 0 12 0 18834030 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18834030 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=813824 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18834030 833355776 40294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 813824

[startup+24.5026 s]
/proc/loadavg: 0.34 0.08 0.02 2/80 11916
/proc/meminfo: memFree=870904/2055920 swapFree=4192956/4192956
[pid=11904] ppid=11902 vsize=814148 CPUtime=26.11
/proc/11904/stat : 11904 (java) S 11902 11904 11838 0 -1 0 46067 0 72 0 2582 29 0 0 18 0 13 0 18833981 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11904/statm: 203537 40315 1435 9 0 200864 0
[pid=11904/tid=11906] ppid=11902 vsize=814148 CPUtime=22.62
/proc/11904/task/11906/stat : 11906 (java) R 11902 11904 11838 0 -1 64 17079 0 28 0 2252 10 0 0 20 0 13 0 18834004 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4109834879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11907] ppid=11902 vsize=814148 CPUtime=0.89
/proc/11904/task/11907/stat : 11907 (java) S 11902 11904 11838 0 -1 64 12062 0 0 0 83 6 0 0 16 0 13 0 18834013 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11908] ppid=11902 vsize=814148 CPUtime=0.88
/proc/11904/task/11908/stat : 11908 (java) S 11902 11904 11838 0 -1 64 10674 0 0 0 84 4 0 0 16 0 13 0 18834013 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11909] ppid=11902 vsize=814148 CPUtime=0.02
/proc/11904/task/11909/stat : 11909 (java) S 11902 11904 11838 0 -1 64 8 0 0 0 1 1 0 0 15 0 13 0 18834017 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11910] ppid=11902 vsize=814148 CPUtime=0
/proc/11904/task/11910/stat : 11910 (java) S 11902 11904 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18834017 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11911] ppid=11902 vsize=814148 CPUtime=0
/proc/11904/task/11911/stat : 11911 (java) S 11902 11904 11838 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 18834017 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11912] ppid=11902 vsize=814148 CPUtime=0
/proc/11904/task/11912/stat : 11912 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 18834030 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11913] ppid=11902 vsize=814148 CPUtime=0.72
/proc/11904/task/11913/stat : 11913 (java) R 11902 11904 11838 0 -1 64 2464 0 0 0 72 0 0 0 16 0 13 0 18834030 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 102556413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11904/tid=11914] ppid=11902 vsize=814148 CPUtime=0.87
/proc/11904/task/11914/stat : 11914 (java) S 11902 11904 11838 0 -1 64 3081 0 0 0 86 1 0 0 16 0 13 0 18834030 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11915] ppid=11902 vsize=814148 CPUtime=0
/proc/11904/task/11915/stat : 11915 (java) S 11902 11904 11838 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18834030 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11904/tid=11916] ppid=11902 vsize=814148 CPUtime=0
/proc/11904/task/11916/stat : 11916 (java) S 11902 11904 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18834030 833687552 40315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.11
Current children cumulated vsize (KiB) 814148

Child status: 0
Real time (s): 24.5778
CPU time (s): 26.203
CPU user time (s): 25.8761
CPU system time (s): 0.32695
CPU usage (%): 106.613
Max. virtual memory (cumulated for all children) (KiB): 815384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.8761
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46079
page faults= 72
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3003
involuntary context switches= 1389

runsolver used 0.038994 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 15:08:04
IDJOB=2056951
IDBENCH=53321
IDSOLVER=731
FILE ID=node79/2056951-1247317684
PBS_JOBID= 9506475
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/hanoi/normalized-hanoi-7_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2056951-1247317684/watcher-2056951-1247317684 -o /tmp/evaluation-result-2056951-1247317684/solver-2056951-1247317684 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2056951-1247317684.xml

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

MD5SUM BENCH= eb96c548468c2556d48ce74fccf574fa
RANDOM SEED=559379348

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1041080 kB
Buffers:         53400 kB
Cached:         873848 kB
SwapCached:          0 kB
Active:         103956 kB
Inactive:       838480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1264 kB
Writeback:           0 kB
Mapped:          24932 kB
Slab:            58020 kB
Committed_AS:   111084 kB
PageTables:       1600 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= 66256 MiB
End job on node79 at 2009-07-11 15:08:29