Trace number 1132546

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.97055 3.08111

General information on the benchmark

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

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-1132546-1220288227/watcher-1132546-1220288227 -o /tmp/evaluation-result-1132546-1220288227/solver-1132546-1220288227 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1132546-1220288227.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.20 2.31 2.09 4/80 28657
/proc/meminfo: memFree=1859752/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=18572 CPUtime=0
/proc/28657/stat : 28657 (runsolver) R 28655 28657 27434 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 355913888 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28657/statm: 4643 292 257 25 0 2626 0

[startup+0.105767 s]
/proc/loadavg: 2.20 2.31 2.09 4/80 28657
/proc/meminfo: memFree=1859752/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=13452 CPUtime=0.02
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 795 0 29 0 0 2 0 0 18 0 2 0 355913888 13774848 599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 3363 599 266 9 0 1244 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13452

[startup+0.201722 s]
/proc/loadavg: 2.20 2.31 2.09 4/80 28657
/proc/meminfo: memFree=1859752/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=802228 CPUtime=0.07
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 2657 0 30 0 3 4 0 0 18 0 7 0 355913888 821481472 2421 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 200557 2421 1002 9 0 197940 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802228

[startup+0.301734 s]
/proc/loadavg: 2.20 2.31 2.09 4/80 28657
/proc/meminfo: memFree=1859752/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=806168 CPUtime=0.15
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 3587 0 30 0 10 5 0 0 18 0 12 0 355913888 825516032 3347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 201542 3350 1276 9 0 198911 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 806168

[startup+0.701779 s]
/proc/loadavg: 2.20 2.31 2.09 4/80 28657
/proc/meminfo: memFree=1859752/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=808336 CPUtime=0.47
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 5680 0 30 0 40 7 0 0 18 0 12 0 355913888 827736064 5036 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 202084 5036 1320 9 0 199446 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 808336

[startup+1.50287 s]
/proc/loadavg: 2.20 2.31 2.09 4/92 28669
/proc/meminfo: memFree=1821960/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=809144 CPUtime=1.24
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 21639 0 30 0 111 13 0 0 18 0 12 0 355913888 828563456 20674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 202286 20674 1346 9 0 199648 0
[pid=28657/tid=28659] ppid=28655 vsize=809144 CPUtime=0.66
/proc/28657/task/28659/stat : 28659 (java) R 28655 28657 27434 0 -1 64 16960 0 1 0 56 10 0 0 21 0 12 0 355913895 828563456 20674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28660] ppid=28655 vsize=810428 CPUtime=0.01
/proc/28657/task/28660/stat : 28660 (java) R 28655 28657 27434 0 -1 64 1190 0 0 0 1 0 0 0 17 0 12 0 355913901 829878272 20679 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28661] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28661/stat : 28661 (java) R 28655 28657 27434 0 -1 64 937 0 0 0 0 0 0 0 16 0 12 0 355913901 829878272 20687 996147200 134512640 134550740 4294956016 18446744073709551615 104146906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28662] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28662/stat : 28662 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355913904 829878272 20695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28663] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28663/stat : 28663 (java) S 28655 28657 27434 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 355913905 829878272 20703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28664] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28664/stat : 28664 (java) S 28655 28657 27434 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 355913905 829878272 20711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28665] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28665/stat : 28665 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 355913912 829878272 20718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28666] ppid=28655 vsize=810428 CPUtime=0.2
/proc/28657/task/28666/stat : 28666 (java) S 28655 28657 27434 0 -1 64 412 0 0 0 20 0 0 0 16 0 12 0 355913912 829878272 20725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28667] ppid=28655 vsize=810428 CPUtime=0.31
/proc/28657/task/28667/stat : 28667 (java) S 28655 28657 27434 0 -1 64 1420 0 0 0 31 0 0 0 16 0 12 0 355913913 829878272 20733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28668] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28668/stat : 28668 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 355913913 829878272 20740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28669] ppid=28655 vsize=810428 CPUtime=0
/proc/28657/task/28669/stat : 28669 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355913913 829878272 20748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 809144

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

[startup+1.60288 s]
/proc/loadavg: 2.20 2.31 2.09 4/92 28669
/proc/meminfo: memFree=1821960/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=812184 CPUtime=1.34
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 25945 0 30 0 119 15 0 0 18 0 12 0 355913888 831676416 24216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 203046 24217 1346 9 0 200408 0
[pid=28657/tid=28659] ppid=28655 vsize=812184 CPUtime=0.66
/proc/28657/task/28659/stat : 28659 (java) R 28655 28657 27434 0 -1 64 16960 0 1 0 56 10 0 0 21 0 12 0 355913895 831676416 24218 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28660] ppid=28655 vsize=812184 CPUtime=0.05
/proc/28657/task/28660/stat : 28660 (java) R 28655 28657 27434 0 -1 64 2886 0 0 0 5 0 0 0 17 0 12 0 355913901 831676416 24220 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28661] ppid=28655 vsize=812184 CPUtime=0.06
/proc/28657/task/28661/stat : 28661 (java) R 28655 28657 27434 0 -1 64 3539 0 0 0 5 1 0 0 17 0 12 0 355913901 831676416 24222 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28662] ppid=28655 vsize=812184 CPUtime=0
/proc/28657/task/28662/stat : 28662 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355913904 831676416 24223 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28663] ppid=28655 vsize=812184 CPUtime=0
/proc/28657/task/28663/stat : 28663 (java) S 28655 28657 27434 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 355913905 831676416 24225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28664] ppid=28655 vsize=812184 CPUtime=0
/proc/28657/task/28664/stat : 28664 (java) S 28655 28657 27434 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 355913905 831676416 24227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28665] ppid=28655 vsize=812184 CPUtime=0
/proc/28657/task/28665/stat : 28665 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 355913912 831676416 24228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28666] ppid=28655 vsize=812184 CPUtime=0.2
/proc/28657/task/28666/stat : 28666 (java) S 28655 28657 27434 0 -1 64 412 0 0 0 20 0 0 0 16 0 12 0 355913912 831676416 24230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28667] ppid=28655 vsize=812184 CPUtime=0.31
/proc/28657/task/28667/stat : 28667 (java) S 28655 28657 27434 0 -1 64 1420 0 0 0 31 0 0 0 16 0 12 0 355913913 831676416 24231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28668] ppid=28655 vsize=812184 CPUtime=0
/proc/28657/task/28668/stat : 28668 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 355913913 831676416 24233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28669] ppid=28655 vsize=812184 CPUtime=0
/proc/28657/task/28669/stat : 28669 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355913913 831676416 24234 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 812184

[startup+2.40297 s]
/proc/loadavg: 2.34 2.33 2.10 4/92 28669
/proc/meminfo: memFree=1726088/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=818500 CPUtime=2.23
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 36542 0 30 0 204 19 0 0 18 0 12 0 355913888 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 204625 32951 1361 9 0 201987 0
[pid=28657/tid=28659] ppid=28655 vsize=818500 CPUtime=0.95
/proc/28657/task/28659/stat : 28659 (java) R 28655 28657 27434 0 -1 64 17261 0 1 0 85 10 0 0 18 0 12 0 355913895 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28660] ppid=28655 vsize=818500 CPUtime=0.2
/proc/28657/task/28660/stat : 28660 (java) S 28655 28657 27434 0 -1 64 6215 0 0 0 19 1 0 0 18 0 12 0 355913901 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28661] ppid=28655 vsize=818500 CPUtime=0.23
/proc/28657/task/28661/stat : 28661 (java) S 28655 28657 27434 0 -1 64 7698 0 0 0 20 3 0 0 19 0 12 0 355913901 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28662] ppid=28655 vsize=818500 CPUtime=0
/proc/28657/task/28662/stat : 28662 (java) S 28655 28657 27434 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 355913904 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28663] ppid=28655 vsize=818500 CPUtime=0
/proc/28657/task/28663/stat : 28663 (java) S 28655 28657 27434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 355913905 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28664] ppid=28655 vsize=818500 CPUtime=0
/proc/28657/task/28664/stat : 28664 (java) S 28655 28657 27434 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 355913905 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28665] ppid=28655 vsize=818500 CPUtime=0
/proc/28657/task/28665/stat : 28665 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 355913912 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28666] ppid=28655 vsize=818500 CPUtime=0.25
/proc/28657/task/28666/stat : 28666 (java) R 28655 28657 27434 0 -1 64 417 0 0 0 25 0 0 0 16 0 12 0 355913912 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 102082384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28667] ppid=28655 vsize=818500 CPUtime=0.54
/proc/28657/task/28667/stat : 28667 (java) R 28655 28657 27434 0 -1 64 4189 0 0 0 53 1 0 0 18 0 12 0 355913913 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 104089087 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28668] ppid=28655 vsize=818500 CPUtime=0
/proc/28657/task/28668/stat : 28668 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 355913913 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28669] ppid=28655 vsize=818500 CPUtime=0
/proc/28657/task/28669/stat : 28669 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355913913 838144000 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 818500

[startup+2.80302 s]
/proc/loadavg: 2.34 2.33 2.10 4/92 28669
/proc/meminfo: memFree=1726088/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=818080 CPUtime=2.72
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 37087 0 30 0 253 19 0 0 18 0 12 0 355913888 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 204520 32887 1373 9 0 201882 0
[pid=28657/tid=28659] ppid=28655 vsize=818080 CPUtime=1.21
/proc/28657/task/28659/stat : 28659 (java) R 28655 28657 27434 0 -1 64 17264 0 1 0 111 10 0 0 21 0 12 0 355913895 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4109714811 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28660] ppid=28655 vsize=818080 CPUtime=0.2
/proc/28657/task/28660/stat : 28660 (java) S 28655 28657 27434 0 -1 64 6215 0 0 0 19 1 0 0 18 0 12 0 355913901 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28661] ppid=28655 vsize=818080 CPUtime=0.23
/proc/28657/task/28661/stat : 28661 (java) S 28655 28657 27434 0 -1 64 7698 0 0 0 20 3 0 0 19 0 12 0 355913901 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28662] ppid=28655 vsize=818080 CPUtime=0
/proc/28657/task/28662/stat : 28662 (java) S 28655 28657 27434 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 355913904 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28663] ppid=28655 vsize=818080 CPUtime=0
/proc/28657/task/28663/stat : 28663 (java) S 28655 28657 27434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 355913905 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28664] ppid=28655 vsize=818080 CPUtime=0
/proc/28657/task/28664/stat : 28664 (java) S 28655 28657 27434 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 355913905 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28665] ppid=28655 vsize=818080 CPUtime=0
/proc/28657/task/28665/stat : 28665 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 355913912 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28666] ppid=28655 vsize=818080 CPUtime=0.34
/proc/28657/task/28666/stat : 28666 (java) S 28655 28657 27434 0 -1 64 621 0 0 0 34 0 0 0 16 0 12 0 355913912 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28667] ppid=28655 vsize=818080 CPUtime=0.68
/proc/28657/task/28667/stat : 28667 (java) S 28655 28657 27434 0 -1 64 4527 0 0 0 67 1 0 0 16 0 12 0 355913913 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28668] ppid=28655 vsize=818080 CPUtime=0
/proc/28657/task/28668/stat : 28668 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 355913913 837713920 32887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28669] ppid=28655 vsize=818080 CPUtime=0
/proc/28657/task/28669/stat : 28669 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355913913 837713920 32887 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) 818080

[startup+3.00204 s]
/proc/loadavg: 2.34 2.33 2.10 4/92 28669
/proc/meminfo: memFree=1726088/2055920 swapFree=4192812/4192956
[pid=28657] ppid=28655 vsize=818348 CPUtime=2.92
/proc/28657/stat : 28657 (java) S 28655 28657 27434 0 -1 0 37183 0 30 0 273 19 0 0 18 0 12 0 355913888 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28657/statm: 204587 32982 1373 9 0 201949 0
[pid=28657/tid=28659] ppid=28655 vsize=818348 CPUtime=1.32
/proc/28657/task/28659/stat : 28659 (java) R 28655 28657 27434 0 -1 64 17267 0 1 0 122 10 0 0 22 0 12 0 355913895 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28660] ppid=28655 vsize=818348 CPUtime=0.2
/proc/28657/task/28660/stat : 28660 (java) S 28655 28657 27434 0 -1 64 6215 0 0 0 19 1 0 0 18 0 12 0 355913901 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28661] ppid=28655 vsize=818348 CPUtime=0.23
/proc/28657/task/28661/stat : 28661 (java) S 28655 28657 27434 0 -1 64 7698 0 0 0 20 3 0 0 19 0 12 0 355913901 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28662] ppid=28655 vsize=818348 CPUtime=0
/proc/28657/task/28662/stat : 28662 (java) S 28655 28657 27434 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 355913904 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28663] ppid=28655 vsize=818348 CPUtime=0
/proc/28657/task/28663/stat : 28663 (java) S 28655 28657 27434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 355913905 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28664] ppid=28655 vsize=818348 CPUtime=0
/proc/28657/task/28664/stat : 28664 (java) S 28655 28657 27434 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 355913905 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28665] ppid=28655 vsize=818348 CPUtime=0
/proc/28657/task/28665/stat : 28665 (java) S 28655 28657 27434 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 355913912 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28666] ppid=28655 vsize=818348 CPUtime=0.34
/proc/28657/task/28666/stat : 28666 (java) S 28655 28657 27434 0 -1 64 621 0 0 0 34 0 0 0 16 0 12 0 355913912 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28667] ppid=28655 vsize=818348 CPUtime=0.76
/proc/28657/task/28667/stat : 28667 (java) R 28655 28657 27434 0 -1 64 4620 0 0 0 75 1 0 0 16 0 12 0 355913913 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 103116490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28668] ppid=28655 vsize=818348 CPUtime=0
/proc/28657/task/28668/stat : 28668 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 355913913 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28657/tid=28669] ppid=28655 vsize=818348 CPUtime=0
/proc/28657/task/28669/stat : 28669 (java) S 28655 28657 27434 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355913913 837988352 32982 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 818348

Child status: 0
Real time (s): 3.08111
CPU time (s): 2.97055
CPU user time (s): 2.74958
CPU system time (s): 0.220966
CPU usage (%): 96.4117
Max. virtual memory (cumulated for all children) (KiB): 819240

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

runsolver used 0.009998 second user time and 0.012998 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-09-01 18:57:07
IDJOB=1132546
IDBENCH=66173
IDSOLVER=344
FILE ID=node9/1132546-1220288227
PBS_JOBID= 8108509
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9635d8ae21e9441bc0ab991010072b6a
RANDOM SEED=437007535

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1860232 kB
Buffers:          3968 kB
Cached:          61856 kB
SwapCached:          0 kB
Active:         136504 kB
Inactive:         5360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          96340 kB
Slab:            38904 kB
Committed_AS:   916796 kB
PageTables:       1896 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= 66560 MiB
End job on node9 at 2008-09-01 18:57:10