Trace number 1040818

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? 49.0525 46.9753

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-26-26.xml
MD5SUMdee6717e94e3c396cc9a79e38a8821c4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1352
Number of constraints1628
Maximum constraint arity26
Maximum domain size79
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1301
Global constraints used (with number of constraints)cumulative(2),weightedsum(325)

Solver Data (download as text)

0.21/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.21/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.28	c See www.sat4j.org for details.
0.21/0.28	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.38	c c --- Begin Solver configuration ---
0.30/0.38	c Stops conflict analysis at the first Unique Implication Point
0.30/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.38	c Learn all clauses as in MiniSAT
0.30/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.38	c Expensive reason simplification
0.30/0.38	c MiniSAT restarts strategy
0.30/0.38	c timeout=2147483s
0.30/0.38	c DB Simplification allowed=false
0.30/0.38	c --- End Solver configuration ---
0.30/0.38	c solving HOME/instance-1040818-1214998943.xml
0.30/0.38	c reading problem ... 
0.60/0.63	c reading problem named null
0.60/0.63	c reading domains done.
0.60/0.64	c reading variables done.
1.19/1.24	c reading predicates  done.
1.38/1.42	c reading constraints
48.89/46.87	c >>>> Reference not supported:  global:weightedsum <<<<
48.89/46.87	c starts		: 0
48.89/46.87	c conflicts		: 0
48.89/46.87	c decisions		: 0
48.89/46.87	c propagations		: 0
48.89/46.87	c inspects		: 0
48.89/46.87	c learnt literals	: 0
48.89/46.87	c learnt binary clauses	: 0
48.89/46.87	c learnt ternary clauses	: 0
48.89/46.87	c learnt clauses	: 0
48.89/46.87	c ignored clauses	: 0
48.89/46.87	c root simplifications	: 0
48.89/46.87	c removed literals (reason simplification)	: 0
48.89/46.87	c reason swapping (by a shorter reason)	: 0
48.89/46.87	c Calls to reduceDB	: 0
48.89/46.87	c speed (assignments/second)	: 0.0
48.89/46.87	c non guided choices	0
48.89/46.87	s UNKNOWN
48.89/46.87	c Total wall clock time (in seconds) : 46.493

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.69 4/68 3067
/proc/meminfo: memFree=1461672/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=1804 CPUtime=0
/proc/3067/stat : 3067 (java6) D 3065 3067 2940 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1978868933 1847296 150 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3067/statm: 451 151 107 9 0 93 0

[startup+0.00900408 s]
/proc/loadavg: 2.01 2.00 1.69 4/68 3067
/proc/meminfo: memFree=1461672/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=1804 CPUtime=0
/proc/3067/stat : 3067 (java) R 3065 3067 2940 0 -1 0 306 0 0 0 0 0 0 0 18 0 1 0 1978868933 1847296 109 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3067/statm: 451 127 86 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.102328 s]
/proc/loadavg: 2.01 2.00 1.69 4/68 3067
/proc/meminfo: memFree=1461672/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=804612 CPUtime=0.09
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 3007 0 1 0 7 2 0 0 18 0 12 0 1978868933 823922688 2740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301276 s]
/proc/loadavg: 2.01 2.00 1.69 4/68 3067
/proc/meminfo: memFree=1461672/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=809128 CPUtime=0.3
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 5026 0 1 0 27 3 0 0 18 0 12 0 1978868933 828547072 4358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 202282 4358 1307 9 0 199651 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 809128

[startup+0.70117 s]
/proc/loadavg: 2.01 2.00 1.69 4/68 3067
/proc/meminfo: memFree=1461672/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=809156 CPUtime=0.7
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 6427 0 1 0 65 5 0 0 18 0 12 0 1978868933 828575744 5493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 202289 5493 1336 9 0 199651 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 809156

[startup+1.50196 s]
/proc/loadavg: 2.01 2.00 1.69 3/94 3105
/proc/meminfo: memFree=1433032/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=809156 CPUtime=1.49
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 8602 0 1 0 143 6 0 0 18 0 12 0 1978868933 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 202289 6850 1353 9 0 199651 0
[pid=3067/tid=3069] ppid=3065 vsize=809156 CPUtime=0.88
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 5174 0 1 0 84 4 0 0 24 0 12 0 1978868934 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1978868935 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3073] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1978868935 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3077] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1978868937 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3078] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1978868937 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3079] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1978868937 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3083] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=809156 CPUtime=0.25
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 876 0 0 0 25 0 0 0 17 0 12 0 1978868942 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=809156 CPUtime=0.32
/proc/3067/task/3085/stat : 3085 (java) R 3065 3067 2940 0 -1 64 1791 0 0 0 32 0 0 0 17 0 12 0 1978868942 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 104112812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=809156 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 828575744 6850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809156

[startup+3.10255 s]
/proc/loadavg: 2.00 2.00 1.70 4/94 3105
/proc/meminfo: memFree=1402888/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=816324 CPUtime=3.09
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 22019 0 1 0 295 14 0 0 18 0 12 0 1978868933 835915776 18297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 204081 18297 1375 9 0 201443 0
[pid=3067/tid=3069] ppid=3065 vsize=816324 CPUtime=1.85
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 14869 0 1 0 175 10 0 0 25 0 12 0 1978868934 835915776 18298 996147200 134512640 134550740 4294956032 18446744073709551615 4109801148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1978868935 835915776 18298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3073] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1978868935 835915776 18299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3077] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1978868937 835915776 18299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3078] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1978868937 835915776 18300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3079] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1978868937 835915776 18300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3083] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 835915776 18301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=816324 CPUtime=0.72
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4501 0 0 0 70 2 0 0 16 0 12 0 1978868942 835915776 18301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=816324 CPUtime=0.49
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 1889 0 0 0 49 0 0 0 16 0 12 0 1978868942 835915776 18302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 835915776 18302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=816324 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 835915776 18303 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 816324

[startup+6.30272 s]
/proc/loadavg: 2.00 2.00 1.70 3/94 3105
/proc/meminfo: memFree=1285256/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=820012 CPUtime=6.28
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 37645 0 1 0 607 21 0 0 18 0 12 0 1978868933 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 205003 32946 1380 9 0 202365 0
[pid=3067/tid=3069] ppid=3065 vsize=820012 CPUtime=4.29
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 17299 0 1 0 419 10 0 0 25 0 12 0 1978868934 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4109657801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=820012 CPUtime=0.35
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 7073 0 0 0 33 2 0 0 17 0 12 0 1978868935 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3073] ppid=3065 vsize=820012 CPUtime=0.33
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 6083 0 0 0 30 3 0 0 17 0 12 0 1978868935 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3077] ppid=3065 vsize=820012 CPUtime=0
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1978868937 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3078] ppid=3065 vsize=820012 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=820012 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=820012 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=820012 CPUtime=0.75
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4511 0 0 0 73 2 0 0 16 0 12 0 1978868942 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=820012 CPUtime=0.5
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 1889 0 0 0 50 0 0 0 17 0 12 0 1978868942 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=820012 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=820012 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 839692288 32946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 820012

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 1.70 3/86 3107
/proc/meminfo: memFree=1190544/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=826412 CPUtime=13.21
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 56046 0 1 0 1290 31 0 0 18 0 12 0 1978868933 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 206603 49354 1380 9 0 203965 0
[pid=3067/tid=3069] ppid=3065 vsize=826412 CPUtime=8.57
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 17309 0 1 0 846 11 0 0 25 0 12 0 1978868934 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=826412 CPUtime=1.68
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 15232 0 0 0 162 6 0 0 17 0 12 0 1978868935 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3073] ppid=3065 vsize=826412 CPUtime=1.62
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 16314 0 0 0 153 9 0 0 17 0 12 0 1978868935 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3077] ppid=3065 vsize=826412 CPUtime=0
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1978868937 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3078] ppid=3065 vsize=826412 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=826412 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=826412 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=826412 CPUtime=0.76
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4511 0 0 0 74 2 0 0 16 0 12 0 1978868942 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=826412 CPUtime=0.51
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 1890 0 0 0 51 0 0 0 16 0 12 0 1978868942 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=826412 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=826412 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 846245888 49354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 826412

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 1.70 5/86 3107
/proc/meminfo: memFree=1001432/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=828712 CPUtime=26.27
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 91257 0 1 0 2580 47 0 0 18 0 12 0 1978868933 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 207178 83250 1380 9 0 204540 0
[pid=3067/tid=3069] ppid=3065 vsize=828712 CPUtime=17.56
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 17335 0 1 0 1745 11 0 0 25 0 12 0 1978868934 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4109657801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=828712 CPUtime=3.47
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 31391 0 0 0 334 13 0 0 16 0 12 0 1978868935 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3073] ppid=3065 vsize=828712 CPUtime=3.47
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 33783 0 0 0 330 17 0 0 17 0 12 0 1978868935 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3077] ppid=3065 vsize=828712 CPUtime=0
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1978868937 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3078] ppid=3065 vsize=828712 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=828712 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=828712 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3067/tid=3087] ppid=3065 vsize=828712 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 848601088 83250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.27
Current children cumulated vsize (KiB) 828712

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

[startup+38.3024 s]
/proc/loadavg: 2.31 2.07 1.73 3/86 3107
/proc/meminfo: memFree=825496/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=827516 CPUtime=39.64
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 125833 0 1 0 3904 60 0 0 18 0 12 0 1978868933 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 206879 116856 1386 9 0 204241 0
[pid=3067/tid=3069] ppid=3065 vsize=827516 CPUtime=27.19
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 23499 0 1 0 2705 14 0 0 25 0 12 0 1978868934 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4109657801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=827516 CPUtime=5.18
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 43908 0 0 0 501 17 0 0 16 0 12 0 1978868935 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3073] ppid=3065 vsize=827516 CPUtime=5.29
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 49641 0 0 0 506 23 0 0 17 0 12 0 1978868935 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3077] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1978868937 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3078] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=827516 CPUtime=0.92
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4554 0 0 0 90 2 0 0 17 0 12 0 1978868942 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=827516 CPUtime=0.98
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 3441 0 0 0 98 0 0 0 17 0 12 0 1978868942 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 847376384 116856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (KiB) 827516

[startup+41.5026 s]
/proc/loadavg: 2.31 2.07 1.73 5/86 3107
/proc/meminfo: memFree=801880/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=827516 CPUtime=42.98
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 132516 0 1 0 4235 63 0 0 18 0 12 0 1978868933 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 206879 123469 1394 9 0 204241 0
[pid=3067/tid=3069] ppid=3065 vsize=827516 CPUtime=29.56
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 23502 0 1 0 2942 14 0 0 25 0 12 0 1978868934 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4109810535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3072] ppid=3065 vsize=827516 CPUtime=5.69
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 46601 0 0 0 550 19 0 0 16 0 12 0 1978868935 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3073] ppid=3065 vsize=827516 CPUtime=5.75
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 53620 0 0 0 550 25 0 0 17 0 12 0 1978868935 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3077] ppid=3065 vsize=827516 CPUtime=0.01
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1978868937 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3078] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=827516 CPUtime=0.93
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4554 0 0 0 91 2 0 0 17 0 12 0 1978868942 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=827516 CPUtime=1
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 3449 0 0 0 99 1 0 0 17 0 12 0 1978868942 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 847376384 123469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (KiB) 827516

[startup+44.7028 s]
/proc/loadavg: 2.28 2.06 1.73 3/86 3107
/proc/meminfo: memFree=758808/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=827516 CPUtime=46.66
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 142171 0 1 0 4598 68 0 0 18 0 12 0 1978868933 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 206879 132805 1394 9 0 204241 0
[pid=3067/tid=3069] ppid=3065 vsize=827516 CPUtime=31.66
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 23506 0 1 0 3152 14 0 0 25 0 12 0 1978868934 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3072] ppid=3065 vsize=827516 CPUtime=6.4
/proc/3067/task/3072/stat : 3072 (java) R 3065 3067 2940 0 -1 64 50009 0 0 0 619 21 0 0 16 0 12 0 1978868935 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3073] ppid=3065 vsize=827516 CPUtime=6.62
/proc/3067/task/3073/stat : 3073 (java) R 3065 3067 2940 0 -1 64 59863 0 0 0 634 28 0 0 16 0 12 0 1978868935 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3077] ppid=3065 vsize=827516 CPUtime=0.01
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1978868937 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3078] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=827516 CPUtime=0.93
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4554 0 0 0 91 2 0 0 17 0 12 0 1978868942 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3085] ppid=3065 vsize=827516 CPUtime=1
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 3449 0 0 0 99 1 0 0 17 0 12 0 1978868942 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3086] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 847376384 132805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.66
Current children cumulated vsize (KiB) 827516

[startup+46.3023 s]
/proc/loadavg: 2.28 2.06 1.73 3/86 3107
/proc/meminfo: memFree=743192/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=827516 CPUtime=48.39
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 144707 0 1 0 4769 70 0 0 18 0 12 0 1978868933 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 206879 135314 1395 9 0 204241 0
[pid=3067/tid=3069] ppid=3065 vsize=827516 CPUtime=32.93
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 23507 0 1 0 3279 14 0 0 25 0 12 0 1978868934 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4109691442 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3072] ppid=3065 vsize=827516 CPUtime=6.6
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 50498 0 0 0 639 21 0 0 16 0 12 0 1978868935 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3073] ppid=3065 vsize=827516 CPUtime=6.82
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 61905 0 0 0 654 28 0 0 16 0 12 0 1978868935 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3077] ppid=3065 vsize=827516 CPUtime=0.01
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1978868937 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3078] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=827516 CPUtime=0.96
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4558 0 0 0 94 2 0 0 16 0 12 0 1978868942 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3085] ppid=3065 vsize=827516 CPUtime=1.01
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 3449 0 0 0 100 1 0 0 17 0 12 0 1978868942 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3086] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 847376384 135314 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.39
Current children cumulated vsize (KiB) 827516

[startup+46.7022 s]
/proc/loadavg: 2.28 2.06 1.73 3/86 3107
/proc/meminfo: memFree=743192/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=827516 CPUtime=48.79
/proc/3067/stat : 3067 (java) S 3065 3067 2940 0 -1 0 146795 0 1 0 4809 70 0 0 18 0 12 0 1978868933 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3067/statm: 206879 137401 1395 9 0 204241 0
[pid=3067/tid=3069] ppid=3065 vsize=827516 CPUtime=33.03
/proc/3067/task/3069/stat : 3069 (java) R 3065 3067 2940 0 -1 64 23508 0 1 0 3289 14 0 0 17 0 12 0 1978868934 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4109807009 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3072] ppid=3065 vsize=827516 CPUtime=6.74
/proc/3067/task/3072/stat : 3072 (java) S 3065 3067 2940 0 -1 64 50923 0 0 0 653 21 0 0 16 0 12 0 1978868935 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3073] ppid=3065 vsize=827516 CPUtime=6.97
/proc/3067/task/3073/stat : 3073 (java) S 3065 3067 2940 0 -1 64 63567 0 0 0 669 28 0 0 16 0 12 0 1978868935 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3077] ppid=3065 vsize=827516 CPUtime=0.01
/proc/3067/task/3077/stat : 3077 (java) S 3065 3067 2940 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1978868937 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3078] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3078/stat : 3078 (java) S 3065 3067 2940 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3079] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3079/stat : 3079 (java) S 3065 3067 2940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1978868937 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3067/tid=3083] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3083/stat : 3083 (java) S 3065 3067 2940 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1978868942 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3084] ppid=3065 vsize=827516 CPUtime=0.96
/proc/3067/task/3084/stat : 3084 (java) S 3065 3067 2940 0 -1 64 4558 0 0 0 94 2 0 0 16 0 12 0 1978868942 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3085] ppid=3065 vsize=827516 CPUtime=1.01
/proc/3067/task/3085/stat : 3085 (java) S 3065 3067 2940 0 -1 64 3449 0 0 0 100 1 0 0 17 0 12 0 1978868942 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3086] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3086/stat : 3086 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1978868942 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3067/tid=3087] ppid=3065 vsize=827516 CPUtime=0
/proc/3067/task/3087/stat : 3087 (java) S 3065 3067 2940 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978868942 847376384 137401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.79
Current children cumulated vsize (KiB) 827516

[startup+46.9024 s]
/proc/loadavg: 2.28 2.06 1.73 3/86 3107
/proc/meminfo: memFree=743192/2055920 swapFree=4179784/4192956
[pid=3067] ppid=3065 vsize=0 CPUtime=48.97
/proc/3067/stat : 3067 (java) Z 3065 3067 2940 0 -1 12 146810 0 1 0 4826 71 0 0 16 0 2 0 1978868933 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3067/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 46.9753
CPU time (s): 49.0525
CPU user time (s): 48.2687
CPU system time (s): 0.78388
CPU usage (%): 104.422
Max. virtual memory (cumulated for all children) (KiB): 829204

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

runsolver used 0.06099 second user time and 0.162975 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-02 13:42:23
IDJOB=1040818
IDBENCH=53744
IDSOLVER=344
FILE ID=node16/1040818-1214998943
PBS_JOBID= 7870890
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dee6717e94e3c396cc9a79e38a8821c4
RANDOM SEED=285525752

node16.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.213
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.213
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:       1462408 kB
Buffers:         64744 kB
Cached:         447240 kB
SwapCached:       7400 kB
Active:         107696 kB
Inactive:       414296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462408 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          14968 kB
Slab:            57116 kB
Committed_AS:  3282580 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node16 at 2008-07-02 13:43:10