Trace number 1132600

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? 2.79957 3.0044

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5597.xml
MD5SUM476e06c4b20dd2340044af09f53184cd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data (download as text)

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

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-1132600-1220288582/watcher-1132600-1220288582 -o /tmp/evaluation-result-1132600-1220288582/solver-1132600-1220288582 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1132600-1220288582.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.00 2.02 1.95 4/81 9412
/proc/meminfo: memFree=1824976/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=18572 CPUtime=0
/proc/9412/stat : 9412 (runsolver) R 9410 9412 8114 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 355944607 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9412/statm: 4643 292 257 25 0 2626 0

[startup+0.032851 s]
/proc/loadavg: 2.00 2.02 1.95 4/81 9412
/proc/meminfo: memFree=1824976/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=13012 CPUtime=0.01
/proc/9412/stat : 9412 (java) R 9410 9412 8114 0 -1 0 384 0 5 0 0 1 0 0 20 0 1 0 355944607 13324288 190 996147200 134512640 134550740 4294956016 18446744073709551615 5538602 0 0 4096 0 0 0 0 17 0 0 0
/proc/9412/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.104067 s]
/proc/loadavg: 2.00 2.02 1.95 4/81 9412
/proc/meminfo: memFree=1824976/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=800744 CPUtime=0.05
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 2402 0 28 0 1 4 0 0 19 0 4 0 355944607 819961856 2167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 200186 2167 917 9 0 197569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800744

[startup+0.301087 s]
/proc/loadavg: 2.00 2.02 1.95 4/81 9412
/proc/meminfo: memFree=1824976/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=807800 CPUtime=0.22
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 4481 0 28 0 17 5 0 0 19 0 12 0 355944607 827187200 3837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 201950 3837 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 807800

[startup+0.701134 s]
/proc/loadavg: 2.00 2.02 1.95 4/81 9412
/proc/meminfo: memFree=1824976/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=807828 CPUtime=0.55
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 5759 0 28 0 48 7 0 0 19 0 12 0 355944607 827215872 5113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 201957 5113 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807828

[startup+1.50222 s]
/proc/loadavg: 2.00 2.02 1.95 4/93 9424
/proc/meminfo: memFree=1787888/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=811676 CPUtime=1.33
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 25923 0 28 0 118 15 0 0 19 0 12 0 355944607 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 202919 24470 1346 9 0 200281 0
[pid=9412/tid=9414] ppid=9410 vsize=811676 CPUtime=0.64
/proc/9412/task/9414/stat : 9414 (java) S 9410 9412 8114 0 -1 64 16957 0 1 0 55 9 0 0 23 0 12 0 355944614 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9412/tid=9415] ppid=9410 vsize=811676 CPUtime=0.06
/proc/9412/task/9415/stat : 9415 (java) R 9410 9412 8114 0 -1 64 4192 0 0 0 5 1 0 0 17 0 12 0 355944615 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 104136864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9416] ppid=9410 vsize=811676 CPUtime=0.05
/proc/9412/task/9416/stat : 9416 (java) R 9410 9412 8114 0 -1 64 2503 0 0 0 5 0 0 0 17 0 12 0 355944615 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 106157888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9417] ppid=9410 vsize=811676 CPUtime=0
/proc/9412/task/9417/stat : 9417 (java) S 9410 9412 8114 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355944618 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9418] ppid=9410 vsize=811676 CPUtime=0
/proc/9412/task/9418/stat : 9418 (java) S 9410 9412 8114 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 355944618 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9419] ppid=9410 vsize=811676 CPUtime=0
/proc/9412/task/9419/stat : 9419 (java) S 9410 9412 8114 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355944618 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9420] ppid=9410 vsize=811676 CPUtime=0
/proc/9412/task/9420/stat : 9420 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 355944624 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9421] ppid=9410 vsize=811676 CPUtime=0.24
/proc/9412/task/9421/stat : 9421 (java) S 9410 9412 8114 0 -1 64 1088 0 0 0 24 0 0 0 16 0 12 0 355944624 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9422] ppid=9410 vsize=811676 CPUtime=0.27
/proc/9412/task/9422/stat : 9422 (java) S 9410 9412 8114 0 -1 64 448 0 0 0 27 0 0 0 16 0 12 0 355944624 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9423] ppid=9410 vsize=811676 CPUtime=0
/proc/9412/task/9423/stat : 9423 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 355944624 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9424] ppid=9410 vsize=811676 CPUtime=0
/proc/9412/task/9424/stat : 9424 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355944624 831156224 24470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 811676

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

[startup+2.30231 s]
/proc/loadavg: 2.00 2.02 1.95 4/93 9424
/proc/meminfo: memFree=1690288/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=819560 CPUtime=2.12
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 35934 0 28 0 193 19 0 0 19 0 12 0 355944607 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 204890 33158 1362 9 0 202252 0
[pid=9412/tid=9414] ppid=9410 vsize=819560 CPUtime=0.94
/proc/9412/task/9414/stat : 9414 (java) R 9410 9412 8114 0 -1 64 17258 0 1 0 84 10 0 0 18 0 12 0 355944614 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9415] ppid=9410 vsize=819560 CPUtime=0.19
/proc/9412/task/9415/stat : 9415 (java) S 9410 9412 8114 0 -1 64 8957 0 0 0 16 3 0 0 18 0 12 0 355944615 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9416] ppid=9410 vsize=819560 CPUtime=0.1
/proc/9412/task/9416/stat : 9416 (java) S 9410 9412 8114 0 -1 64 4264 0 0 0 9 1 0 0 16 0 12 0 355944615 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9417] ppid=9410 vsize=819560 CPUtime=0
/proc/9412/task/9417/stat : 9417 (java) S 9410 9412 8114 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 355944618 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9418] ppid=9410 vsize=819560 CPUtime=0
/proc/9412/task/9418/stat : 9418 (java) S 9410 9412 8114 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 355944618 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9419] ppid=9410 vsize=819560 CPUtime=0
/proc/9412/task/9419/stat : 9419 (java) S 9410 9412 8114 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355944618 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9420] ppid=9410 vsize=819560 CPUtime=0
/proc/9412/task/9420/stat : 9420 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 355944624 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9421] ppid=9410 vsize=819560 CPUtime=0.32
/proc/9412/task/9421/stat : 9421 (java) R 9410 9412 8114 0 -1 64 1330 0 0 0 32 0 0 0 16 0 12 0 355944624 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 104093906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9422] ppid=9410 vsize=819560 CPUtime=0.5
/proc/9412/task/9422/stat : 9422 (java) R 9410 9412 8114 0 -1 64 3361 0 0 0 50 0 0 0 18 0 12 0 355944624 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 104112691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9423] ppid=9410 vsize=819560 CPUtime=0
/proc/9412/task/9423/stat : 9423 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 355944624 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9424] ppid=9410 vsize=819560 CPUtime=0
/proc/9412/task/9424/stat : 9424 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355944624 839229440 33158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 819560

[startup+2.70234 s]
/proc/loadavg: 2.00 2.02 1.95 4/93 9424
/proc/meminfo: memFree=1690288/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=818276 CPUtime=2.52
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 36294 0 28 0 233 19 0 0 19 0 12 0 355944607 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 204569 32908 1373 9 0 201931 0
[pid=9412/tid=9414] ppid=9410 vsize=818276 CPUtime=1.14
/proc/9412/task/9414/stat : 9414 (java) R 9410 9412 8114 0 -1 64 17261 0 1 0 104 10 0 0 20 0 12 0 355944614 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4109758387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9415] ppid=9410 vsize=818276 CPUtime=0.19
/proc/9412/task/9415/stat : 9415 (java) S 9410 9412 8114 0 -1 64 8957 0 0 0 16 3 0 0 18 0 12 0 355944615 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9416] ppid=9410 vsize=818276 CPUtime=0.1
/proc/9412/task/9416/stat : 9416 (java) S 9410 9412 8114 0 -1 64 4264 0 0 0 9 1 0 0 16 0 12 0 355944615 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9417] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9417/stat : 9417 (java) S 9410 9412 8114 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 355944618 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9418] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9418/stat : 9418 (java) S 9410 9412 8114 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 355944618 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9419] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9419/stat : 9419 (java) S 9410 9412 8114 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355944618 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9420] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9420/stat : 9420 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 355944624 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9421] ppid=9410 vsize=818276 CPUtime=0.39
/proc/9412/task/9421/stat : 9421 (java) S 9410 9412 8114 0 -1 64 1344 0 0 0 39 0 0 0 16 0 12 0 355944624 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9422] ppid=9410 vsize=818276 CPUtime=0.62
/proc/9412/task/9422/stat : 9422 (java) S 9410 9412 8114 0 -1 64 3704 0 0 0 62 0 0 0 16 0 12 0 355944624 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9423] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9423/stat : 9423 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 355944624 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9424] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9424/stat : 9424 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355944624 837914624 32908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 818276

[startup+2.90237 s]
/proc/loadavg: 2.00 2.02 1.95 4/93 9424
/proc/meminfo: memFree=1690288/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=818276 CPUtime=2.72
/proc/9412/stat : 9412 (java) S 9410 9412 8114 0 -1 0 36342 0 28 0 253 19 0 0 19 0 12 0 355944607 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 204569 32956 1373 9 0 201931 0
[pid=9412/tid=9414] ppid=9410 vsize=818276 CPUtime=1.28
/proc/9412/task/9414/stat : 9414 (java) R 9410 9412 8114 0 -1 64 17263 0 1 0 118 10 0 0 21 0 12 0 355944614 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9415] ppid=9410 vsize=818276 CPUtime=0.19
/proc/9412/task/9415/stat : 9415 (java) S 9410 9412 8114 0 -1 64 8957 0 0 0 16 3 0 0 18 0 12 0 355944615 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9416] ppid=9410 vsize=818276 CPUtime=0.1
/proc/9412/task/9416/stat : 9416 (java) S 9410 9412 8114 0 -1 64 4264 0 0 0 9 1 0 0 16 0 12 0 355944615 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9417] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9417/stat : 9417 (java) S 9410 9412 8114 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 355944618 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9418] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9418/stat : 9418 (java) S 9410 9412 8114 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 355944618 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9419] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9419/stat : 9419 (java) S 9410 9412 8114 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355944618 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9420] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9420/stat : 9420 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 355944624 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9421] ppid=9410 vsize=818276 CPUtime=0.45
/proc/9412/task/9421/stat : 9421 (java) R 9410 9412 8114 0 -1 64 1390 0 0 0 45 0 0 0 16 0 12 0 355944624 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 105480133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9422] ppid=9410 vsize=818276 CPUtime=0.62
/proc/9412/task/9422/stat : 9422 (java) S 9410 9412 8114 0 -1 64 3704 0 0 0 62 0 0 0 16 0 12 0 355944624 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9423] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9423/stat : 9423 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 355944624 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9412/tid=9424] ppid=9410 vsize=818276 CPUtime=0
/proc/9412/task/9424/stat : 9424 (java) S 9410 9412 8114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355944624 837914624 32956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 818276

[startup+3.0029 s]
/proc/loadavg: 2.00 2.02 1.95 4/93 9424
/proc/meminfo: memFree=1690288/2055920 swapFree=4179888/4192956
[pid=9412] ppid=9410 vsize=0 CPUtime=2.78
/proc/9412/stat : 9412 (java) Z 9410 9412 8114 0 -1 12 36381 0 28 0 257 21 0 0 16 0 2 0 355944607 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9412/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3.0044
CPU time (s): 2.79957
CPU user time (s): 2.57961
CPU system time (s): 0.219966
CPU usage (%): 93.1826
Max. virtual memory (cumulated for all children) (KiB): 819560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.57961
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36381
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1192
involuntary context switches= 503

runsolver used 0.005999 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-09-01 19:03:02
IDJOB=1132600
IDBENCH=66176
IDSOLVER=344
FILE ID=node81/1132600-1220288582
PBS_JOBID= 8108514
Free space on /tmp= 126872 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 476e06c4b20dd2340044af09f53184cd
RANDOM SEED=2008095784

node81.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.231
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.231
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:       1825456 kB
Buffers:          4528 kB
Cached:         103460 kB
SwapCached:       5980 kB
Active:         131516 kB
Inactive:        46468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825456 kB
SwapTotal:     4192956 kB
SwapFree:      4179888 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          86420 kB
Slab:            37408 kB
Committed_AS:  1115476 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126868 MiB
End job on node81 at 2008-09-01 19:03:05