Trace number 247418

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 1.7 RC BF3? (MO) 29.6975 23.4139

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-19_ext.xml
MD5SUM07cc20594b576bffb0ac8b08e4394825
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark110.339
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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
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.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/247418-1168392397/unknown.xml
0.21	c reading problem ... 
0.39	c reading problem named ?
0.39	c reading domains done.
0.39	c reading variables
c reading variables (20) done.
0.41	c reading relations
c reading relations (18) done.
12.18	c reading constraintsc starts		: 0
23.29	c conflicts		: 0
23.29	c decisions		: 0
23.29	c propagations		: 0
23.29	c inspects		: 0
23.29	c learnt literals	: 0
23.29	c learnt binary clauses	: 0
23.29	c learnt ternary clauses	: 0
23.29	c learnt clauses	: 0
23.29	c root simplifications	: 0
23.29	c removed literals (reason simplification)	: 0
23.29	c reason swapping (by a shorter reason)	: 0
23.29	c Calls to reduceDB	: 0
23.29	c speed (decisions/second)	: 0.0
23.29	c non guided choices	0
23.29	s UNKNOWN
23.29	c Total wall clock time (in seconds) : 23.076
23.29	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/node5/watcher-247418-1168392397 -o ROOT/results/node5/solver-247418-1168392397 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247418-1168392397/sat4jCSP-bf3.jar /tmp/evaluation/247418-1168392397/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: 1.00 1.00 1.19 3/78 24806
/proc/meminfo: memFree=1587432/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=292 CPUtime=0
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 52 0 0 0 0 0 0 0 19 0 1 0 167854208 299008 35 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 7893796 0 0 4096 0 0 0 0 17 1 0 0
/proc/24805/statm: 73 35 27 14 0 5 0

[startup+0.104756 s]
/proc/loadavg: 1.00 1.00 1.19 3/78 24806
/proc/meminfo: memFree=1587432/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=901540 CPUtime=0.08
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 3333 0 1 0 6 2 0 0 23 0 12 0 167854208 923176960 3093 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154304174 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24805/statm: 225385 3093 1561 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.514805 s]
/proc/loadavg: 1.00 1.00 1.19 3/78 24806
/proc/meminfo: memFree=1587432/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=906672 CPUtime=0.64
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 10012 0 1 0 58 6 0 0 18 0 12 0 167854208 928432128 9585 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053857883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24805/statm: 226668 9585 2302 14 0 213105 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 906672

[startup+1.33489 s]
/proc/loadavg: 1.00 1.00 1.19 3/89 24817
/proc/meminfo: memFree=1547728/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=906824 CPUtime=1.9
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 15950 0 1 0 182 8 0 0 17 0 12 0 167854208 928587776 15219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054240300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24805/statm: 226706 15222 2324 14 0 213143 0
[pid=24805/tid=24807] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24807/stat : 24807 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 167854211 928587776 15224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 167854211 928587776 15225 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24809] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167854213 928587776 15227 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23907 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 167854214 928587776 15229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 167854214 928587776 15231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23907 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 167854218 928587776 15233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23907 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 167854218 928587776 15235 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=906824 CPUtime=0.4
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23907 0 -1 64 662 0 0 0 40 0 0 0 16 0 12 0 167854218 928587776 15237 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=906824 CPUtime=0.43
/proc/24805/task/24815/stat : 24815 (java) R 24803 24805 23907 0 -1 64 731 0 0 0 43 0 0 0 16 0 12 0 167854218 928587776 15239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154883521 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 167854218 928587776 15241 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=906824 CPUtime=0
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167854218 928587776 15243 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 906824

[startup+2.97307 s]
/proc/loadavg: 1.00 1.00 1.19 2/89 24817
/proc/meminfo: memFree=1473168/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=907320 CPUtime=3.73
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 34930 0 1 0 354 19 0 0 20 0 12 0 167854208 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054140734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24805/statm: 226830 33785 2332 14 0 213267 0
[pid=24805/tid=24807] ppid=24803 vsize=907320 CPUtime=0.16
/proc/24805/task/24807/stat : 24807 (java) S 24803 24805 23907 0 -1 64 7153 0 0 0 12 4 0 0 16 0 12 0 167854211 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=907320 CPUtime=0.17
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23907 0 -1 64 6692 0 0 0 15 2 0 0 16 0 12 0 167854211 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24809] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23907 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 167854213 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23907 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167854214 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167854214 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23907 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 167854218 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23907 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 167854218 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=907320 CPUtime=0.4
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23907 0 -1 64 662 0 0 0 40 0 0 0 16 0 12 0 167854218 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24815] ppid=24803 vsize=907320 CPUtime=0.45
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23907 0 -1 64 739 0 0 0 45 0 0 0 16 0 12 0 167854218 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 167854218 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167854218 929095680 33785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 907320

[startup+6.17643 s]
/proc/loadavg: 1.00 1.00 1.19 2/89 24817
/proc/meminfo: memFree=1392784/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=907320 CPUtime=7.39
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 56652 0 1 0 709 30 0 0 19 0 12 0 167854208 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054140378 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24805/statm: 226830 54586 2332 14 0 213267 0
[pid=24805/tid=24807] ppid=24803 vsize=907320 CPUtime=0.63
/proc/24805/task/24807/stat : 24807 (java) S 24803 24805 23907 0 -1 64 18226 0 0 0 54 9 0 0 16 0 12 0 167854211 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=907320 CPUtime=0.64
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23907 0 -1 64 17319 0 0 0 56 8 0 0 17 0 12 0 167854211 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24809] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23907 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 167854213 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24810] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23907 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167854214 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167854214 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23907 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 167854218 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23907 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 167854218 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=907320 CPUtime=0.41
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23907 0 -1 64 662 0 0 0 41 0 0 0 16 0 12 0 167854218 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=907320 CPUtime=0.46
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23907 0 -1 64 740 0 0 0 46 0 0 0 16 0 12 0 167854218 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 167854218 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=907320 CPUtime=0
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167854218 929095680 54586 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 907320

[startup+12.6732 s]
/proc/loadavg: 1.00 1.00 1.18 2/89 24817
/proc/meminfo: memFree=1232088/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=909324 CPUtime=15.25
/proc/24805/stat : 24805 (java) R 24803 24805 23907 0 -1 0 95217 0 1 0 1472 53 0 0 18 0 12 0 167854208 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054162016 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24805/statm: 227331 91545 2335 14 0 213768 0
[pid=24805/tid=24807] ppid=24803 vsize=909324 CPUtime=1.56
/proc/24805/task/24807/stat : 24807 (java) S 24803 24805 23907 0 -1 64 38318 0 0 0 136 20 0 0 16 0 12 0 167854211 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=909324 CPUtime=1.58
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23907 0 -1 64 34469 0 0 0 141 17 0 0 16 0 12 0 167854211 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24809] ppid=24803 vsize=909324 CPUtime=0.01
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23907 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 167854213 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=909324 CPUtime=0
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23907 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167854214 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=909324 CPUtime=0
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167854214 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=909324 CPUtime=0
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23907 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 167854218 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=909324 CPUtime=0
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23907 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 167854218 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=909324 CPUtime=0.57
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23907 0 -1 64 853 0 0 0 57 0 0 0 16 0 12 0 167854218 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24815] ppid=24803 vsize=909324 CPUtime=0.84
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23907 0 -1 64 1837 0 0 0 84 0 0 0 17 0 12 0 167854218 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=909324 CPUtime=0
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 167854218 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=909324 CPUtime=0
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167854218 931147776 91545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 909324



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+21.9642 s]
/proc/loadavg: 1.00 1.00 1.18 2/89 24817
/proc/meminfo: memFree=858328/2055920 swapFree=4192812/4192956
[pid=24805] ppid=24803 vsize=926152 CPUtime=28.24
/proc/24805/stat : 24805 (java) S 24803 24805 23907 0 -1 0 199766 0 1 0 2721 103 0 0 19 0 12 0 167854208 948379648 182481 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24805/statm: 231538 182482 2335 14 0 217975 0
[pid=24805/tid=24807] ppid=24803 vsize=926152 CPUtime=5.29
/proc/24805/task/24807/stat : 24807 (java) S 24803 24805 23907 0 -1 64 84595 0 0 0 486 43 0 0 16 0 12 0 167854211 948379648 182483 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24808] ppid=24803 vsize=926152 CPUtime=5.32
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23907 0 -1 64 80811 0 0 0 492 40 0 0 16 0 12 0 167854211 948379648 182484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24809] ppid=24803 vsize=926152 CPUtime=0.24
/proc/24805/task/24809/stat : 24809 (java) R 24803 24805 23907 0 -1 64 5785 0 0 0 21 3 0 0 16 0 12 0 167854213 948379648 182484 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24810] ppid=24803 vsize=926152 CPUtime=0
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23907 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167854214 948379648 182485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=926152 CPUtime=0
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167854214 948379648 182485 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=926152 CPUtime=0
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23907 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 167854218 948379648 182486 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=926152 CPUtime=0
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23907 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 167854218 948379648 182487 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=926152 CPUtime=0.57
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23907 0 -1 64 853 0 0 0 57 0 0 0 16 0 12 0 167854218 948379648 182487 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24805/tid=24815] ppid=24803 vsize=926152 CPUtime=0.85
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23907 0 -1 64 1837 0 0 0 85 0 0 0 16 0 12 0 167854218 948379648 182488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=926152 CPUtime=0
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23907 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 167854218 948379648 182489 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=926152 CPUtime=0
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167854218 948379648 182489 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.24
Current children cumulated vsize (KiB) 926152

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

Child status: 143
Real time (s): 23.4139
CPU time (s): 29.6975
CPU user time (s): 28.5367
CPU system time (s): 1.16082
CPU usage (%): 126.837
Max. virtual memory (cumulated for all children) (KiB): 934156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5367
system time used= 1.16082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201146
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= 1626
involuntary context switches= 1487

runsolver used 0.024996 s user time and 0.075988 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Jan 10 01:26:37 UTC 2007


IDJOB= 247418
IDBENCH= 11124
FILE ID= node5/247418-1168392397

PBS_JOBID= 3522723

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-19_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247418-1168392397/sat4jCSP-bf3.jar /tmp/evaluation/247418-1168392397/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-247418-1168392397 -o ROOT/results/node5/solver-247418-1168392397 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247418-1168392397/sat4jCSP-bf3.jar /tmp/evaluation/247418-1168392397/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  07cc20594b576bffb0ac8b08e4394825

RANDOM SEED= 104522465

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.240
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.240
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:       1587784 kB
Buffers:         54208 kB
Cached:         314080 kB
SwapCached:          0 kB
Active:         264104 kB
Inactive:       147252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           24444 kB
Writeback:           0 kB
Mapped:          62012 kB
Slab:            42200 kB
Committed_AS:  5150576 kB
PageTables:       1800 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= 66535 MiB



End job on node5 on Wed Jan 10 01:27:01 UTC 2007