Trace number 204111

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, and are wall clock time (not CPU 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
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 17.3244 10.8381

General information on the benchmark

Namedomino/
domino-3000-3000.xml
MD5SUM2856bb6534c66b8fd5677f0eaa3dd113
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.158975
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints3000
Maximum constraint arity2
Maximum domain size3000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.22	c --- Begin Solver configuration ---
0.22	c Stops conflict analysis at the first Unique Implication Point
0.22	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.22	c Learn all clauses as in MiniSAT
0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving /tmp/evaluation/204111-1168165297/unknown.xml
0.22	c reading problem ... 
0.39	c reading problem named ?
0.39	c reading domains done.
0.39	c reading variables
c reading variables (3000) done.
10.69	c starts		: 0
10.69	c conflicts		: 0
10.69	c decisions		: 0
10.69	c propagations		: 0
10.69	c inspects		: 0
10.69	c learnt literals	: 0
10.69	c learnt binary clauses	: 0
10.69	c learnt ternary clauses	: 0
10.69	c learnt clauses	: 0
10.69	c root simplifications	: 0
10.69	c removed literals (reason simplification)	: 0
10.69	c reason swapping (by a shorter reason)	: 0
10.69	c Calls to reduceDB	: 0
10.69	c speed (decisions/second)	: 0.0
10.69	c non guided choices	0
10.69	s UNKNOWN
10.69	c Total wall clock time (in seconds) : 10.466
10.69	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-204111-1168165297 -o ROOT/results/node48/solver-204111-1168165297 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204111-1168165297/sat4jCSP-bf3-cached.jar /tmp/evaluation/204111-1168165297/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.71 1.10 1.53 4/65 27972
/proc/meminfo: memFree=1824040/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=168 CPUtime=0
/proc/27971/stat : 27971 (java) R 27969 27971 27134 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 164928656 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 3531556 0 0 4096 0 0 0 0 17 1 0 0
/proc/27971/statm: 42 23 18 14 0 2 0

[startup+0.104169 s]
/proc/loadavg: 0.71 1.10 1.53 4/65 27972
/proc/meminfo: memFree=1824040/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=900216 CPUtime=0.07
/proc/27971/stat : 27971 (java) R 27969 27971 27134 0 -1 0 3260 0 1 0 6 1 0 0 24 0 12 0 164928656 921821184 3020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 225054 3020 1529 14 0 212074 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 900216

[startup+0.516205 s]
/proc/loadavg: 0.71 1.10 1.53 4/65 27972
/proc/meminfo: memFree=1824040/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=905940 CPUtime=0.68
/proc/27971/stat : 27971 (java) R 27969 27971 27134 0 -1 0 6174 0 1 0 65 3 0 0 25 0 12 0 164928656 927682560 5756 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 226485 5756 2295 14 0 212922 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 905940

[startup+1.34828 s]
/proc/loadavg: 0.71 1.10 1.53 3/76 27983
/proc/meminfo: memFree=1807248/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=907576 CPUtime=1.99
/proc/27971/stat : 27971 (java) R 27969 27971 27134 0 -1 0 38534 0 1 0 183 16 0 0 20 0 12 0 164928656 929357824 36947 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152674802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27971/statm: 226894 36956 2310 14 0 213331 0
[pid=27971/tid=27973] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27973/stat : 27973 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 164928660 929357824 36961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164928660 929357824 36968 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27134 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 164928663 929357824 36975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27976] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27134 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 164928663 929357824 36982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27134 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 164928663 929357824 36990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27134 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164928667 929357824 36997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164928667 929357824 37004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27980] ppid=27969 vsize=907576 CPUtime=0.48
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27134 0 -1 64 1696 0 0 0 48 0 0 0 17 0 12 0 164928667 929357824 37011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27981] ppid=27969 vsize=907576 CPUtime=0.45
/proc/27971/task/27981/stat : 27981 (java) S 27969 27971 27134 0 -1 64 846 0 0 0 45 0 0 0 16 0 12 0 164928667 929357824 37019 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27982] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27982/stat : 27982 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 164928667 929357824 37026 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27983] ppid=27969 vsize=907576 CPUtime=0
/proc/27971/task/27983/stat : 27983 (java) S 27969 27971 27134 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164928667 929357824 37033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 907576

[startup+2.98744 s]
/proc/loadavg: 0.81 1.11 1.53 3/76 27983
/proc/meminfo: memFree=1422416/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=915264 CPUtime=4.58
/proc/27971/stat : 27971 (java) S 27969 27971 27134 0 -1 0 116288 0 1 0 407 51 0 0 17 0 12 0 164928656 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 228816 112353 2342 14 0 215253 0
[pid=27971/tid=27973] ppid=27969 vsize=915264 CPUtime=0.93
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27134 0 -1 64 21743 0 0 0 83 10 0 0 20 0 12 0 164928660 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958792 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=915264 CPUtime=0.92
/proc/27971/task/27974/stat : 27974 (java) R 27969 27971 27134 0 -1 64 10787 0 0 0 87 5 0 0 19 0 12 0 164928660 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242719 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27134 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 164928663 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27976] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27134 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164928663 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27134 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164928663 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27134 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164928667 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164928667 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27980] ppid=27969 vsize=915264 CPUtime=0.53
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27134 0 -1 64 1697 0 0 0 53 0 0 0 16 0 12 0 164928667 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27981] ppid=27969 vsize=915264 CPUtime=0.53
/proc/27971/task/27981/stat : 27981 (java) S 27969 27971 27134 0 -1 64 874 0 0 0 53 0 0 0 16 0 12 0 164928667 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27982] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27982/stat : 27982 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 164928667 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27983] ppid=27969 vsize=915264 CPUtime=0
/proc/27971/task/27983/stat : 27983 (java) S 27969 27971 27134 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164928667 937230336 112353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 915264

[startup+6.28274 s]
/proc/loadavg: 0.81 1.11 1.53 3/76 27983
/proc/meminfo: memFree=1239184/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=917760 CPUtime=10.24
/proc/27971/stat : 27971 (java) R 27969 27971 27134 0 -1 0 156146 0 1 0 954 70 0 0 16 0 12 0 164928656 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346557 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 229440 150262 2342 14 0 215877 0
[pid=27971/tid=27973] ppid=27969 vsize=917760 CPUtime=3.39
/proc/27971/task/27973/stat : 27973 (java) S 27969 27971 27134 0 -1 64 36642 0 0 0 320 19 0 0 18 0 12 0 164928660 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=917760 CPUtime=3.53
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27134 0 -1 64 35741 0 0 0 337 16 0 0 20 0 12 0 164928660 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27134 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 164928663 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27134 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164928663 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27134 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164928663 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27134 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164928667 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164928667 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27980] ppid=27969 vsize=917760 CPUtime=0.53
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27134 0 -1 64 1697 0 0 0 53 0 0 0 16 0 12 0 164928667 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27981] ppid=27969 vsize=917760 CPUtime=0.53
/proc/27971/task/27981/stat : 27981 (java) S 27969 27971 27134 0 -1 64 874 0 0 0 53 0 0 0 16 0 12 0 164928667 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27982] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27982/stat : 27982 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 164928667 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27983] ppid=27969 vsize=917760 CPUtime=0
/proc/27971/task/27983/stat : 27983 (java) S 27969 27971 27134 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164928667 939786240 150262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 917760



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+9.48222 s]
/proc/loadavg: 0.91 1.13 1.53 2/76 27983
/proc/meminfo: memFree=1138384/2055920 swapFree=4192812/4192956
[pid=27971] ppid=27969 vsize=921764 CPUtime=15.96
/proc/27971/stat : 27971 (java) S 27969 27971 27134 0 -1 0 180541 0 1 0 1514 82 0 0 16 0 12 0 164928656 943886336 173402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 230441 173403 2342 14 0 216878 0
[pid=27971/tid=27973] ppid=27969 vsize=921764 CPUtime=6.07
/proc/27971/task/27973/stat : 27973 (java) S 27969 27971 27134 0 -1 64 47311 0 0 0 583 24 0 0 21 0 12 0 164928660 943886336 173405 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=921764 CPUtime=6.22
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27134 0 -1 64 47752 0 0 0 600 22 0 0 22 0 12 0 164928660 943886336 173405 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=921764 CPUtime=0.06
/proc/27971/task/27975/stat : 27975 (java) R 27969 27971 27134 0 -1 64 1731 0 0 0 6 0 0 0 16 0 12 0 164928663 943886336 173406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=921764 CPUtime=0
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27134 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164928663 943886336 173407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=921764 CPUtime=0
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27134 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164928663 943886336 173408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=921764 CPUtime=0
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27134 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164928667 943886336 173408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=921764 CPUtime=0
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164928667 943886336 173409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27980] ppid=27969 vsize=921764 CPUtime=0.53
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27134 0 -1 64 1697 0 0 0 53 0 0 0 16 0 12 0 164928667 943886336 173410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27981] ppid=27969 vsize=921764 CPUtime=0.53
/proc/27971/task/27981/stat : 27981 (java) S 27969 27971 27134 0 -1 64 874 0 0 0 53 0 0 0 16 0 12 0 164928667 943886336 173411 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27971/tid=27982] ppid=27969 vsize=921764 CPUtime=0
/proc/27971/task/27982/stat : 27982 (java) S 27969 27971 27134 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 164928667 943886336 173412 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27971/tid=27983] ppid=27969 vsize=921764 CPUtime=0
/proc/27971/task/27983/stat : 27983 (java) S 27969 27971 27134 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164928667 943886336 173412 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 921764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 10.8381
CPU time (s): 17.3244
CPU user time (s): 16.3345
CPU system time (s): 0.989849
CPU usage (%): 159.847
Max. virtual memory (cumulated for all children) (KiB): 949764

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

runsolver used 0.017997 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sun Jan  7 10:21:40 UTC 2007


IDJOB= 204111
IDBENCH= 4001
FILE ID= node48/204111-1168165297

PBS_JOBID= 3478631

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/domino/domino-3000-3000.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204111-1168165297/sat4jCSP-bf3-cached.jar /tmp/evaluation/204111-1168165297/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-204111-1168165297 -o ROOT/results/node48/solver-204111-1168165297 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204111-1168165297/sat4jCSP-bf3-cached.jar /tmp/evaluation/204111-1168165297/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  2856bb6534c66b8fd5677f0eaa3dd113

RANDOM SEED= 867978821

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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:       1824584 kB
Buffers:         42676 kB
Cached:         116852 kB
SwapCached:          0 kB
Active:          91848 kB
Inactive:        83040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          25552 kB
Slab:            42500 kB
Committed_AS:  3498400 kB
PageTables:       1388 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= 66562 MiB



End job on node48 on Sun Jan  7 10:21:52 UTC 2007