Trace number 1132636

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? 3.05953 3.34127

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5573.xml
MD5SUM294ae6108d723ee4b338bfd4324009d1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.270957
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.25/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.36	c See www.sat4j.org for details.
0.25/0.36	c That software uses the Rhino library from the Mozilla project.
0.34/0.40	c version 9.9.9.token
0.34/0.40	c sun.arch.data.model	32
0.34/0.40	c java.version	1.6.0_06
0.34/0.40	c os.name	Linux
0.34/0.40	c os.version	2.6.9-22.EL.rootsmp
0.34/0.40	c os.arch	i386
0.34/0.40	c Free memory 669864272
0.34/0.40	c Max memory 672137216
0.34/0.40	c Total memory 672137216
0.34/0.40	c Number of processors 2
0.34/0.45	c c --- Begin Solver configuration ---
0.34/0.45	c Stops conflict analysis at the first Unique Implication Point
0.34/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.45	c Learn all clauses as in MiniSAT
0.34/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.45	c Expensive reason simplification
0.34/0.45	c MiniSAT restarts strategy
0.34/0.45	c timeout=2147483s
0.34/0.45	c DB Simplification allowed=false
0.34/0.45	c --- End Solver configuration ---
0.34/0.45	c solving HOME/instance-1132636-1220288845.xml
0.34/0.45	c reading problem ... 
0.62/0.72	c reading problem named null
0.62/0.72	c reading domains done.
0.62/0.76	c reading variables done.
1.74/1.70	c reading predicates  done.
1.84/2.19	c reading constraints
2.93/3.29	c >>>> Reference not supported:  global:element <<<<
2.93/3.29	c starts		: 0
2.93/3.29	c conflicts		: 0
2.93/3.29	c decisions		: 0
2.93/3.29	c propagations		: 0
2.93/3.29	c inspects		: 0
2.93/3.29	c learnt literals	: 0
2.93/3.29	c learnt binary clauses	: 0
2.93/3.29	c learnt ternary clauses	: 0
2.93/3.29	c learnt clauses	: 0
2.93/3.29	c ignored clauses	: 0
2.93/3.29	c root simplifications	: 0
2.93/3.29	c removed literals (reason simplification)	: 0
2.93/3.30	c reason swapping (by a shorter reason)	: 0
2.93/3.30	c Calls to reduceDB	: 0
2.93/3.30	c speed (assignments/second)	: 0.0
2.93/3.30	c non guided choices	0
2.93/3.30	s UNKNOWN
2.93/3.30	c Total wall clock time (in seconds) : 2.848

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-1132636-1220288845/watcher-1132636-1220288845 -o /tmp/evaluation-result-1132636-1220288845/solver-1132636-1220288845 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1132636-1220288845.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: 6.08 5.42 4.40 4/81 3209
/proc/meminfo: memFree=1806832/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=18572 CPUtime=0
/proc/3209/stat : 3209 (runsolver) D 3207 3209 1925 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 355969385 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 243665530151 0 2147483391 4096 24578 18446744072099855350 0 0 17 0 0 0
/proc/3209/statm: 4643 292 257 25 0 2626 0

[startup+0.0282339 s]
/proc/loadavg: 6.08 5.42 4.40 4/81 3209
/proc/meminfo: memFree=1806832/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=13012 CPUtime=0.01
/proc/3209/stat : 3209 (java) R 3207 3209 1925 0 -1 0 381 0 4 0 0 1 0 0 20 0 1 0 355969385 13324288 186 996147200 134512640 134550740 4294956016 18446744073709551615 6758687 0 0 4096 0 0 0 0 17 0 0 0
/proc/3209/statm: 3253 186 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.1042 s]
/proc/loadavg: 6.08 5.42 4.40 4/81 3209
/proc/meminfo: memFree=1806832/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=802080 CPUtime=0.05
/proc/3209/stat : 3209 (java) S 3207 3209 1925 0 -1 0 2503 0 30 0 2 3 0 0 19 0 7 0 355969385 821329920 2269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3209/statm: 200520 2269 962 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.301221 s]
/proc/loadavg: 6.08 5.42 4.40 4/81 3209
/proc/meminfo: memFree=1806832/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=808340 CPUtime=0.25
/proc/3209/stat : 3209 (java) S 3207 3209 1925 0 -1 0 4709 0 30 0 20 5 0 0 19 0 12 0 355969385 827740160 4067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3209/statm: 202085 4067 1298 9 0 199454 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808340

[startup+0.701259 s]
/proc/loadavg: 6.08 5.42 4.40 4/81 3209
/proc/meminfo: memFree=1806832/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=808368 CPUtime=0.62
/proc/3209/stat : 3209 (java) S 3207 3209 1925 0 -1 0 6306 0 31 0 54 8 0 0 19 0 12 0 355969385 827768832 5466 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3209/statm: 202092 5466 1335 9 0 199454 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808368

[startup+1.50235 s]
/proc/loadavg: 5.92 5.39 4.40 4/93 3221
/proc/meminfo: memFree=1770960/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=812216 CPUtime=1.41
/proc/3209/stat : 3209 (java) S 3207 3209 1925 0 -1 0 29402 0 31 0 124 17 0 0 19 0 12 0 355969385 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3209/statm: 203054 27673 1346 9 0 200416 0
[pid=3209/tid=3211] ppid=3207 vsize=812216 CPUtime=0.64
/proc/3209/task/3211/stat : 3211 (java) R 3207 3209 1925 0 -1 64 16960 0 2 0 55 9 0 0 19 0 12 0 355969393 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3212] ppid=3207 vsize=812216 CPUtime=0.1
/proc/3209/task/3212/stat : 3212 (java) R 3207 3209 1925 0 -1 64 6000 0 0 0 8 2 0 0 17 0 12 0 355969394 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3213] ppid=3207 vsize=812216 CPUtime=0.09
/proc/3209/task/3213/stat : 3213 (java) R 3207 3209 1925 0 -1 64 3870 0 0 0 8 1 0 0 17 0 12 0 355969394 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3214] ppid=3207 vsize=812216 CPUtime=0
/proc/3209/task/3214/stat : 3214 (java) S 3207 3209 1925 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355969395 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3215] ppid=3207 vsize=812216 CPUtime=0
/proc/3209/task/3215/stat : 3215 (java) S 3207 3209 1925 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 355969396 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3216] ppid=3207 vsize=812216 CPUtime=0
/proc/3209/task/3216/stat : 3216 (java) S 3207 3209 1925 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 355969396 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3217] ppid=3207 vsize=812216 CPUtime=0
/proc/3209/task/3217/stat : 3217 (java) S 3207 3209 1925 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355969400 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3218] ppid=3207 vsize=812216 CPUtime=0.2
/proc/3209/task/3218/stat : 3218 (java) S 3207 3209 1925 0 -1 64 424 0 0 0 20 0 0 0 16 0 12 0 355969400 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3219] ppid=3207 vsize=812216 CPUtime=0.3
/proc/3209/task/3219/stat : 3219 (java) S 3207 3209 1925 0 -1 64 1416 0 0 0 30 0 0 0 16 0 12 0 355969400 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3220] ppid=3207 vsize=812216 CPUtime=0
/proc/3209/task/3220/stat : 3220 (java) S 3207 3209 1925 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 355969400 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3221] ppid=3207 vsize=812216 CPUtime=0
/proc/3209/task/3221/stat : 3221 (java) S 3207 3209 1925 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355969400 831709184 27673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 812216

[startup+3.10251 s]
/proc/loadavg: 5.92 5.39 4.40 2/93 3221
/proc/meminfo: memFree=1679248/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=818080 CPUtime=2.83
/proc/3209/stat : 3209 (java) S 3207 3209 1925 0 -1 0 37208 0 31 0 262 21 0 0 19 0 12 0 355969385 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3209/statm: 204520 32891 1373 9 0 201882 0
[pid=3209/tid=3211] ppid=3207 vsize=818080 CPUtime=1.24
/proc/3209/task/3211/stat : 3211 (java) R 3207 3209 1925 0 -1 64 17264 0 2 0 115 9 0 0 21 0 12 0 355969393 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4109650884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3212] ppid=3207 vsize=818080 CPUtime=0.27
/proc/3209/task/3212/stat : 3212 (java) S 3207 3209 1925 0 -1 64 8269 0 0 0 23 4 0 0 19 0 12 0 355969394 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3213] ppid=3207 vsize=818080 CPUtime=0.24
/proc/3209/task/3213/stat : 3213 (java) S 3207 3209 1925 0 -1 64 5761 0 0 0 21 3 0 0 17 0 12 0 355969394 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3214] ppid=3207 vsize=818080 CPUtime=0
/proc/3209/task/3214/stat : 3214 (java) S 3207 3209 1925 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 355969395 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3215] ppid=3207 vsize=818080 CPUtime=0
/proc/3209/task/3215/stat : 3215 (java) S 3207 3209 1925 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 355969396 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3216] ppid=3207 vsize=818080 CPUtime=0
/proc/3209/task/3216/stat : 3216 (java) S 3207 3209 1925 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 355969396 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3217] ppid=3207 vsize=818080 CPUtime=0
/proc/3209/task/3217/stat : 3217 (java) S 3207 3209 1925 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355969400 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3218] ppid=3207 vsize=818080 CPUtime=0.37
/proc/3209/task/3218/stat : 3218 (java) S 3207 3209 1925 0 -1 64 659 0 0 0 37 0 0 0 16 0 12 0 355969400 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3219] ppid=3207 vsize=818080 CPUtime=0.65
/proc/3209/task/3219/stat : 3219 (java) S 3207 3209 1925 0 -1 64 4494 0 0 0 64 1 0 0 16 0 12 0 355969400 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3220] ppid=3207 vsize=818080 CPUtime=0
/proc/3209/task/3220/stat : 3220 (java) S 3207 3209 1925 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 355969400 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3221] ppid=3207 vsize=818080 CPUtime=0
/proc/3209/task/3221/stat : 3221 (java) S 3207 3209 1925 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355969400 837713920 32891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 818080

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

[startup+3.30752 s]
/proc/loadavg: 5.92 5.39 4.40 4/93 3221
/proc/meminfo: memFree=1672848/2055920 swapFree=4180396/4192956
[pid=3209] ppid=3207 vsize=818404 CPUtime=3.02
/proc/3209/stat : 3209 (java) S 3207 3209 1925 0 -1 0 37290 0 31 0 281 21 0 0 19 0 12 0 355969385 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3209/statm: 204601 32973 1374 9 0 201963 0
[pid=3209/tid=3211] ppid=3207 vsize=818404 CPUtime=1.34
/proc/3209/task/3211/stat : 3211 (java) S 3207 3209 1925 0 -1 64 17273 0 2 0 125 9 0 0 23 0 12 0 355969393 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3212] ppid=3207 vsize=818404 CPUtime=0.27
/proc/3209/task/3212/stat : 3212 (java) S 3207 3209 1925 0 -1 64 8269 0 0 0 23 4 0 0 19 0 12 0 355969394 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3213] ppid=3207 vsize=818404 CPUtime=0.24
/proc/3209/task/3213/stat : 3213 (java) S 3207 3209 1925 0 -1 64 5761 0 0 0 21 3 0 0 17 0 12 0 355969394 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3214] ppid=3207 vsize=818404 CPUtime=0
/proc/3209/task/3214/stat : 3214 (java) S 3207 3209 1925 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 355969395 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3215] ppid=3207 vsize=818404 CPUtime=0
/proc/3209/task/3215/stat : 3215 (java) S 3207 3209 1925 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 355969396 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3216] ppid=3207 vsize=818404 CPUtime=0
/proc/3209/task/3216/stat : 3216 (java) S 3207 3209 1925 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 355969396 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3217] ppid=3207 vsize=818404 CPUtime=0
/proc/3209/task/3217/stat : 3217 (java) S 3207 3209 1925 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355969400 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3218] ppid=3207 vsize=818404 CPUtime=0.37
/proc/3209/task/3218/stat : 3218 (java) S 3207 3209 1925 0 -1 64 659 0 0 0 37 0 0 0 16 0 12 0 355969400 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3219] ppid=3207 vsize=818404 CPUtime=0.74
/proc/3209/task/3219/stat : 3219 (java) S 3207 3209 1925 0 -1 64 4562 0 0 0 73 1 0 0 16 0 12 0 355969400 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3220] ppid=3207 vsize=818404 CPUtime=0
/proc/3209/task/3220/stat : 3220 (java) S 3207 3209 1925 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 355969400 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3209/tid=3221] ppid=3207 vsize=818404 CPUtime=0
/proc/3209/task/3221/stat : 3221 (java) S 3207 3209 1925 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355969400 838045696 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 818404

Child status: 0
Real time (s): 3.34127
CPU time (s): 3.05953
CPU user time (s): 2.81857
CPU system time (s): 0.240963
CPU usage (%): 91.5681
Max. virtual memory (cumulated for all children) (KiB): 819240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.81857
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37293
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 626
involuntary context switches= 500

runsolver used 0.010998 second user time and 0.014997 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-09-01 19:07:25
IDJOB=1132636
IDBENCH=66178
IDSOLVER=344
FILE ID=node84/1132636-1220288845
PBS_JOBID= 8108535
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 294ae6108d723ee4b338bfd4324009d1
RANDOM SEED=561398804

node84.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.236
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.236
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:       1807248 kB
Buffers:          7284 kB
Cached:         109816 kB
SwapCached:       6252 kB
Active:         141288 kB
Inactive:        54664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807248 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2716 kB
Writeback:           0 kB
Mapped:          92576 kB
Slab:            37856 kB
Committed_AS:  1117440 kB
PageTables:       1888 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= 66556 MiB
End job on node84 at 2008-09-01 19:07:29