Trace number 2084198

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1SAT 6.06708 6.19221

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph1.xml
MD5SUMa04080f413cb83f1ad6bfb4c8f4b619a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.147977
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1134
Global constraints used (with number of constraints)

Solver Data

0.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.19	c See www.sat4j.org for details.
0.04/0.19	c That software uses the Rhino library from the Mozilla project.
0.13/0.21	c version 2.1.1.v20090622
0.13/0.21	c sun.arch.data.model	32
0.13/0.21	c java.version	1.6.0_12
0.13/0.21	c os.name	Linux
0.13/0.21	c os.version	2.6.9-22.EL.rootsmp
0.13/0.21	c os.arch	i386
0.13/0.21	c Free memory 671000808
0.13/0.21	c Max memory 672137216
0.13/0.21	c Total memory 672137216
0.13/0.21	c Number of processors 2
0.13/0.30	c c --- Begin Solver configuration ---
0.13/0.30	c Stops conflict analysis at the first Unique Implication Point
0.13/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.13/0.30	c Learn all clauses as in MiniSAT
0.13/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.13/0.30	c Expensive reason simplification
0.13/0.30	c MiniSAT restarts strategy
0.13/0.30	c Memory based learned constraints deletion strategy
0.13/0.30	c timeout=2147483s
0.13/0.30	c DB Simplification allowed=false
0.13/0.30	c --- End Solver configuration ---
0.13/0.30	c solving HOME/instance-2084198-1247378891.xml
0.13/0.30	c reading problem ... 
0.42/0.55	c reading problem named null
0.42/0.55	c reading domains done.
0.42/0.56	c reading variables done.
0.61/0.78	c reading predicates  done.
0.81/0.99	c reading constraints
5.71/5.88	c done with constraints.
5.71/5.88	c ... done. Wall clock time 5.585s.
5.71/5.88	c #vars     6920
5.71/5.88	c #constraints  77576
5.71/5.88	c constraints type 
5.71/5.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70456
5.71/5.88	c org.sat4j.minisat.constraints.card.AtLeast => 200
5.71/5.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6920
6.01/6.12	c starts		: 1
6.01/6.12	c conflicts		: 0
6.01/6.12	c decisions		: 2252
6.01/6.12	c propagations		: 6920
6.01/6.12	c inspects		: 251639
6.01/6.12	c learnt literals	: 0
6.01/6.12	c learnt binary clauses	: 0
6.01/6.12	c learnt ternary clauses	: 0
6.01/6.12	c learnt clauses	: 0
6.01/6.12	c ignored clauses	: 0
6.01/6.12	c root simplifications	: 0
6.01/6.12	c removed literals (reason simplification)	: 0
6.01/6.12	c reason swapping (by a shorter reason)	: 0
6.01/6.12	c Calls to reduceDB	: 0
6.01/6.12	c speed (assignments/second)	: 28477.366255144032
6.01/6.12	c non guided choices	2252
6.01/6.13	c learnt constraints type 
6.01/6.13	c constraints type 
6.01/6.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70456
6.01/6.13	c org.sat4j.minisat.constraints.card.AtLeast => 200
6.01/6.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6920
6.01/6.13	s SATISFIABLE
6.01/6.13	v 296 58 652 414 16 254 380 142 380 142 778 540 338 100 296 58 652 414 394 156 296 58 478 240 310 72 114 352 296 58 268 30 352 114 310 72 338 100 324 86 282 44 778 540 254 16 72 310 282 44 394 156 310 72 86 324 16 254 778 540 254 16 352 114 254 16 296 58 254 16 324 86 380 142 268 30 750 512 310 72 254 16 268 30 324 86 680 442 338 100 652 414 254 16 44 282 478 240 30 268 380 142 282 44 352 114 296 58 296 58 380 142 268 30 114 352 254 16 296 58 380 142 380 142 254 16 296 58 338 100 268 30 694 456 478 240 282 44 296 58 324 86 324 86 268 30 254 16 324 86 652 414 254 16 324 86 268 30 268 30 394 156 296 58 352 114 366 128 254 16 268 30 254 16 324 86 254 16 282 44 652 414 268 30 324 86 268 30 254 16 310 72 380 142 268 30 254 16 254 16 
6.01/6.13	c Total wall clock time (in seconds) : 5.829

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084198-1247378891/watcher-2084198-1247378891 -o /tmp/evaluation-result-2084198-1247378891/solver-2084198-1247378891 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084198-1247378891.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.10 2.15 3/72 26180
/proc/meminfo: memFree=1846368/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=18576 CPUtime=0
/proc/26180/stat : 26180 (runsolver) R 26178 26180 26026 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24955197 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26180/statm: 4644 284 249 26 0 2626 0

[startup+0.0567771 s]
/proc/loadavg: 2.01 2.10 2.15 3/72 26180
/proc/meminfo: memFree=1846368/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=12928 CPUtime=0.01
/proc/26180/stat : 26180 (java) R 26178 26180 26026 0 -1 0 385 0 20 0 0 1 0 0 18 0 1 0 24955197 13238272 212 996147200 134512640 134550932 4294956016 18446744073709551615 6988586 0 0 4096 0 0 0 0 17 0 0 0
/proc/26180/statm: 3232 212 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.102776 s]
/proc/loadavg: 2.01 2.10 2.15 3/72 26180
/proc/meminfo: memFree=1846368/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=801384 CPUtime=0.04
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 2472 0 30 0 1 3 0 0 18 0 5 0 24955197 820617216 2248 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 200346 2248 978 9 0 197697 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801384

[startup+0.301807 s]
/proc/loadavg: 2.01 2.10 2.15 3/72 26180
/proc/meminfo: memFree=1846368/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=805600 CPUtime=0.24
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 3961 0 30 0 19 5 0 0 18 0 12 0 24955197 824934400 3727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 201400 3727 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.701863 s]
/proc/loadavg: 2.01 2.10 2.15 3/72 26180
/proc/meminfo: memFree=1846368/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=808048 CPUtime=0.61
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 5942 0 31 0 55 6 0 0 18 0 12 0 24955197 827441152 5215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202012 5215 1384 9 0 199339 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808048

[startup+1.50198 s]
/proc/loadavg: 2.09 2.12 2.15 3/84 26192
/proc/meminfo: memFree=1819776/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=810888 CPUtime=1.4
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 9584 0 31 0 132 8 0 0 18 0 12 0 24955197 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202722 7330 1406 9 0 200049 0
[pid=26180/tid=26182] ppid=26178 vsize=810888 CPUtime=0.7
/proc/26180/task/26182/stat : 26182 (java) R 26178 26180 26026 0 -1 64 5108 0 2 0 66 4 0 0 25 0 12 0 24955205 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26183] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26183/stat : 26183 (java) S 26178 26180 26026 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 24955206 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26184] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26184/stat : 26184 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24955206 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26185] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26185/stat : 26185 (java) S 26178 26180 26026 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24955207 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26186] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26186/stat : 26186 (java) S 26178 26180 26026 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24955208 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26187] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26187/stat : 26187 (java) S 26178 26180 26026 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 24955208 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26188] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26188/stat : 26188 (java) S 26178 26180 26026 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26189] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26189/stat : 26189 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26190] ppid=26178 vsize=810888 CPUtime=0.66
/proc/26180/task/26190/stat : 26190 (java) R 26178 26180 26026 0 -1 64 3749 0 0 0 65 1 0 0 18 0 12 0 24955212 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 104144393 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26191] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26191/stat : 26191 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26192] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26192/stat : 26192 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24955212 830349312 7330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 810888

[startup+3.10221 s]
/proc/loadavg: 2.09 2.12 2.15 3/84 26192
/proc/meminfo: memFree=1797184/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=810888 CPUtime=3
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 23036 0 31 0 287 13 0 0 18 0 12 0 24955197 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202722 20780 1438 9 0 200049 0
[pid=26180/tid=26182] ppid=26178 vsize=810888 CPUtime=1.85
/proc/26180/task/26182/stat : 26182 (java) R 26178 26180 26026 0 -1 64 17343 0 2 0 177 8 0 0 25 0 12 0 24955205 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4109162734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26183] ppid=26178 vsize=810888 CPUtime=0.01
/proc/26180/task/26183/stat : 26183 (java) S 26178 26180 26026 0 -1 64 899 0 0 0 1 0 0 0 17 0 12 0 24955206 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26184] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26184/stat : 26184 (java) S 26178 26180 26026 0 -1 64 230 0 0 0 0 0 0 0 17 0 12 0 24955206 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26185] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26185/stat : 26185 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24955207 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26186] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26186/stat : 26186 (java) S 26178 26180 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24955208 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26187] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26187/stat : 26187 (java) S 26178 26180 26026 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24955208 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26188] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26188/stat : 26188 (java) S 26178 26180 26026 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26189] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26189/stat : 26189 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26190] ppid=26178 vsize=810888 CPUtime=1.08
/proc/26180/task/26190/stat : 26190 (java) S 26178 26180 26026 0 -1 64 3826 0 0 0 107 1 0 0 16 0 12 0 24955212 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26191] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26191/stat : 26191 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26192] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26192/stat : 26192 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24955212 830349312 20780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 810888

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

[startup+4.70245 s]
/proc/loadavg: 2.09 2.12 2.15 3/84 26192
/proc/meminfo: memFree=1753792/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=810888 CPUtime=4.62
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 26417 0 31 0 447 15 0 0 18 0 12 0 24955197 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202722 24144 1438 9 0 200049 0
[pid=26180/tid=26182] ppid=26178 vsize=810888 CPUtime=3.13
/proc/26180/task/26182/stat : 26182 (java) R 26178 26180 26026 0 -1 64 17354 0 2 0 305 8 0 0 25 0 12 0 24955205 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4109655200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26183] ppid=26178 vsize=810888 CPUtime=0.06
/proc/26180/task/26183/stat : 26183 (java) S 26178 26180 26026 0 -1 64 2868 0 0 0 5 1 0 0 16 0 12 0 24955206 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26184] ppid=26178 vsize=810888 CPUtime=0.03
/proc/26180/task/26184/stat : 26184 (java) S 26178 26180 26026 0 -1 64 1604 0 0 0 3 0 0 0 16 0 12 0 24955206 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26185] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26185/stat : 26185 (java) S 26178 26180 26026 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 24955207 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26186] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26186/stat : 26186 (java) S 26178 26180 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24955208 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26187] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26187/stat : 26187 (java) S 26178 26180 26026 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24955208 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26188] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26188/stat : 26188 (java) S 26178 26180 26026 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26189] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26189/stat : 26189 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26190] ppid=26178 vsize=810888 CPUtime=1.32
/proc/26180/task/26190/stat : 26190 (java) S 26178 26180 26026 0 -1 64 3840 0 0 0 131 1 0 0 16 0 12 0 24955212 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26191] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26191/stat : 26191 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24955212 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26192] ppid=26178 vsize=810888 CPUtime=0
/proc/26180/task/26192/stat : 26192 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24955212 830349312 24144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 810888

[startup+5.50656 s]
/proc/loadavg: 2.08 2.11 2.15 3/84 26192
/proc/meminfo: memFree=1743424/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=810184 CPUtime=5.42
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 27604 0 31 0 527 15 0 0 18 0 12 0 24955197 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202546 25164 1438 9 0 199873 0
[pid=26180/tid=26182] ppid=26178 vsize=810184 CPUtime=3.66
/proc/26180/task/26182/stat : 26182 (java) R 26178 26180 26026 0 -1 64 17355 0 2 0 358 8 0 0 25 0 12 0 24955205 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4109136295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26183] ppid=26178 vsize=810184 CPUtime=0.08
/proc/26180/task/26183/stat : 26183 (java) S 26178 26180 26026 0 -1 64 3356 0 0 0 7 1 0 0 16 0 12 0 24955206 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26184] ppid=26178 vsize=810184 CPUtime=0.06
/proc/26180/task/26184/stat : 26184 (java) S 26178 26180 26026 0 -1 64 2286 0 0 0 6 0 0 0 16 0 12 0 24955206 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26185] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26185/stat : 26185 (java) S 26178 26180 26026 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 24955207 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26186] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26186/stat : 26186 (java) S 26178 26180 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24955208 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26187] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26187/stat : 26187 (java) S 26178 26180 26026 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24955208 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26188] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26188/stat : 26188 (java) S 26178 26180 26026 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24955212 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26189] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26189/stat : 26189 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24955212 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26190] ppid=26178 vsize=810184 CPUtime=1.55
/proc/26180/task/26190/stat : 26190 (java) S 26178 26180 26026 0 -1 64 3856 0 0 0 154 1 0 0 16 0 12 0 24955212 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26191] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26191/stat : 26191 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24955212 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26192] ppid=26178 vsize=810184 CPUtime=0
/proc/26180/task/26192/stat : 26192 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24955212 829628416 25164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 810184

[startup+5.90162 s]
/proc/loadavg: 2.08 2.11 2.15 3/84 26192
/proc/meminfo: memFree=1743424/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=810536 CPUtime=5.81
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 28135 0 31 0 566 15 0 0 18 0 12 0 24955197 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202634 25271 1438 9 0 199961 0
[pid=26180/tid=26182] ppid=26178 vsize=810536 CPUtime=3.92
/proc/26180/task/26182/stat : 26182 (java) R 26178 26180 26026 0 -1 64 17359 0 2 0 384 8 0 0 25 0 12 0 24955205 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4109098860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26183] ppid=26178 vsize=810536 CPUtime=0.08
/proc/26180/task/26183/stat : 26183 (java) S 26178 26180 26026 0 -1 64 3356 0 0 0 7 1 0 0 16 0 12 0 24955206 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26184] ppid=26178 vsize=810536 CPUtime=0.06
/proc/26180/task/26184/stat : 26184 (java) S 26178 26180 26026 0 -1 64 2286 0 0 0 6 0 0 0 16 0 12 0 24955206 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26185] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26185/stat : 26185 (java) S 26178 26180 26026 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 24955207 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26186] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26186/stat : 26186 (java) S 26178 26180 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24955208 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26187] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26187/stat : 26187 (java) S 26178 26180 26026 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24955208 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26188] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26188/stat : 26188 (java) S 26178 26180 26026 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24955212 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26189] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26189/stat : 26189 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24955212 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26190] ppid=26178 vsize=810536 CPUtime=1.68
/proc/26180/task/26190/stat : 26190 (java) S 26178 26180 26026 0 -1 64 4383 0 0 0 167 1 0 0 16 0 12 0 24955212 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26191] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26191/stat : 26191 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24955212 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26192] ppid=26178 vsize=810536 CPUtime=0
/proc/26180/task/26192/stat : 26192 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24955212 829988864 25271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 810536

[startup+6.10165 s]
/proc/loadavg: 2.08 2.11 2.15 3/84 26192
/proc/meminfo: memFree=1743424/2055920 swapFree=4192812/4192956
[pid=26180] ppid=26178 vsize=810860 CPUtime=6.01
/proc/26180/stat : 26180 (java) S 26178 26180 26026 0 -1 0 28151 0 31 0 586 15 0 0 18 0 13 0 24955197 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26180/statm: 202715 25286 1442 9 0 200042 0
[pid=26180/tid=26182] ppid=26178 vsize=810860 CPUtime=4.02
/proc/26180/task/26182/stat : 26182 (java) R 26178 26180 26026 0 -1 64 17365 0 2 0 393 9 0 0 25 0 13 0 24955205 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26183] ppid=26178 vsize=810860 CPUtime=0.08
/proc/26180/task/26183/stat : 26183 (java) S 26178 26180 26026 0 -1 64 3356 0 0 0 7 1 0 0 16 0 13 0 24955206 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26184] ppid=26178 vsize=810860 CPUtime=0.06
/proc/26180/task/26184/stat : 26184 (java) S 26178 26180 26026 0 -1 64 2286 0 0 0 6 0 0 0 16 0 13 0 24955206 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26185] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26185/stat : 26185 (java) S 26178 26180 26026 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 24955207 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26186] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26186/stat : 26186 (java) S 26178 26180 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24955208 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26187] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26187/stat : 26187 (java) S 26178 26180 26026 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24955208 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26188] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26188/stat : 26188 (java) S 26178 26180 26026 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24955212 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26189] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26189/stat : 26189 (java) S 26178 26180 26026 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 24955212 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26190] ppid=26178 vsize=810860 CPUtime=1.78
/proc/26180/task/26190/stat : 26190 (java) R 26178 26180 26026 0 -1 64 4388 0 0 0 177 1 0 0 16 0 13 0 24955212 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 7483095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26191] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26191/stat : 26191 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24955212 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26180/tid=26192] ppid=26178 vsize=810860 CPUtime=0
/proc/26180/task/26192/stat : 26192 (java) S 26178 26180 26026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24955212 830320640 25286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 810860

Child status: 0
Real time (s): 6.19221
CPU time (s): 6.06708
CPU user time (s): 5.8911
CPU system time (s): 0.175973
CPU usage (%): 97.9792
Max. virtual memory (cumulated for all children) (KiB): 811044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.8911
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28165
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= 970
involuntary context switches= 853

runsolver used 0.014997 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 08:08:11
IDJOB=2084198
IDBENCH=58055
IDSOLVER=731
FILE ID=node30/2084198-1247378891
PBS_JOBID= 9507218
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= a04080f413cb83f1ad6bfb4c8f4b619a
RANDOM SEED=1014631765

node30.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.277
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.277
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:       1846848 kB
Buffers:          4440 kB
Cached:          45744 kB
SwapCached:          0 kB
Active:         136116 kB
Inactive:        19992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:         117452 kB
Slab:            38300 kB
Committed_AS:   318680 kB
PageTables:       1928 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= 66372 MiB
End job on node30 at 2009-07-12 08:08:17