Trace number 247912

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) 53.5309 42.6365

General information on the benchmark

Nameprimes/primes-10/
primes-10-20-3-5.xml
MD5SUMb221bcd9f39d2f23f71bed1ec9addb5d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3 CACHED
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/247912-1168395519/unknown.xml
0.20	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.38	c reading variables
c reading variables (100) done.
0.46	c reading predicates 
c reading relations (21) done.
0.83	c reading constraintsc starts		: 0
42.50	c conflicts		: 0
42.50	c decisions		: 0
42.50	c propagations		: 0
42.50	c inspects		: 0
42.50	c learnt literals	: 0
42.50	c learnt binary clauses	: 0
42.50	c learnt ternary clauses	: 0
42.50	c learnt clauses	: 0
42.50	c root simplifications	: 0
42.50	c removed literals (reason simplification)	: 0
42.50	c reason swapping (by a shorter reason)	: 0
42.50	c Calls to reduceDB	: 0
42.50	c speed (decisions/second)	: 0.0
42.50	c non guided choices	0
42.50	s UNKNOWN
42.50	c Total wall clock time (in seconds) : 42.299
42.50	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-247912-1168395519 -o ROOT/results/node5/solver-247912-1168395519 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247912-1168395519/sat4jCSP-bf3-cached.jar /tmp/evaluation/247912-1168395519/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.08 1.02 1.05 3/78 28482
/proc/meminfo: memFree=1497264/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=172 CPUtime=0
/proc/28481/stat : 28481 (java) R 28479 28481 27139 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 168166346 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7893291 0 0 4096 0 0 0 0 17 1 0 0
/proc/28481/statm: 43 24 18 14 0 3 0

[startup+0.103841 s]
/proc/loadavg: 1.08 1.02 1.05 3/78 28482
/proc/meminfo: memFree=1497264/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=902816 CPUtime=0.09
/proc/28481/stat : 28481 (java) R 28479 28481 27139 0 -1 0 3415 0 1 0 7 2 0 0 24 0 12 0 168166346 924483584 3175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154588913 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28481/statm: 225704 3175 1586 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.51289 s]
/proc/loadavg: 1.08 1.02 1.05 3/78 28482
/proc/meminfo: memFree=1497264/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=906920 CPUtime=0.71
/proc/28481/stat : 28481 (java) R 28479 28481 27139 0 -1 0 6680 0 1 0 66 5 0 0 17 0 12 0 168166346 928686080 6167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053835938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28481/statm: 226730 6167 2335 14 0 213167 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 906920

[startup+1.34098 s]
/proc/loadavg: 1.08 1.02 1.05 2/89 28493
/proc/meminfo: memFree=1470360/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=908924 CPUtime=1.84
/proc/28481/stat : 28481 (java) R 28479 28481 27139 0 -1 0 16160 0 1 0 173 11 0 0 18 0 12 0 168166346 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054216280 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28481/statm: 227231 15102 2484 14 0 213668 0
[pid=28481/tid=28483] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28483/stat : 28483 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168166348 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28484] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28484/stat : 28484 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168166348 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28485] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28485/stat : 28485 (java) S 28479 28481 27139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 168166350 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28486] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28486/stat : 28486 (java) S 28479 28481 27139 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 168166351 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28487] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28487/stat : 28487 (java) S 28479 28481 27139 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168166351 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28488] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28488/stat : 28488 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 168166354 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28489] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28489/stat : 28489 (java) S 28479 28481 27139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 168166354 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28490] ppid=28479 vsize=908924 CPUtime=0.34
/proc/28481/task/28490/stat : 28490 (java) S 28479 28481 27139 0 -1 64 915 0 0 0 34 0 0 0 16 0 12 0 168166354 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28491] ppid=28479 vsize=908924 CPUtime=0.43
/proc/28481/task/28491/stat : 28491 (java) S 28479 28481 27139 0 -1 64 1204 0 0 0 42 1 0 0 16 0 12 0 168166354 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28492] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28492/stat : 28492 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168166354 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28493] ppid=28479 vsize=908924 CPUtime=0
/proc/28481/task/28493/stat : 28493 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168166354 930738176 15102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 908924

[startup+2.98217 s]
/proc/loadavg: 1.08 1.02 1.05 2/89 28493
/proc/meminfo: memFree=1398104/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=910212 CPUtime=3.88
/proc/28481/stat : 28481 (java) S 28479 28481 27139 0 -1 0 31026 0 1 0 370 18 0 0 18 0 12 0 168166346 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28481/statm: 227553 29743 2487 14 0 213990 0
[pid=28481/tid=28483] ppid=28479 vsize=910212 CPUtime=0.39
/proc/28481/task/28483/stat : 28483 (java) R 28479 28481 27139 0 -1 64 4246 0 0 0 37 2 0 0 16 0 12 0 168166348 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958287 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28484] ppid=28479 vsize=910212 CPUtime=0.39
/proc/28481/task/28484/stat : 28484 (java) R 28479 28481 27139 0 -1 64 4291 0 0 0 38 1 0 0 17 0 12 0 168166348 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28485] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28485/stat : 28485 (java) S 28479 28481 27139 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 168166350 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28486] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28486/stat : 28486 (java) S 28479 28481 27139 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28487] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28487/stat : 28487 (java) S 28479 28481 27139 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28488] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28488/stat : 28488 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 168166354 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28489] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28489/stat : 28489 (java) S 28479 28481 27139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 168166354 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28490] ppid=28479 vsize=910212 CPUtime=0.35
/proc/28481/task/28490/stat : 28490 (java) S 28479 28481 27139 0 -1 64 916 0 0 0 35 0 0 0 16 0 12 0 168166354 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28491] ppid=28479 vsize=910212 CPUtime=0.43
/proc/28481/task/28491/stat : 28491 (java) S 28479 28481 27139 0 -1 64 1204 0 0 0 42 1 0 0 16 0 12 0 168166354 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28492] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28492/stat : 28492 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168166354 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28493] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28493/stat : 28493 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168166354 932057088 29743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 910212

[startup+6.26954 s]
/proc/loadavg: 1.07 1.02 1.05 3/89 28493
/proc/meminfo: memFree=1346520/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=910212 CPUtime=8.28
/proc/28481/stat : 28481 (java) R 28479 28481 27139 0 -1 0 45498 0 1 0 801 27 0 0 17 0 12 0 168166346 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054192702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28481/statm: 227553 43361 2487 14 0 213990 0
[pid=28481/tid=28483] ppid=28479 vsize=910212 CPUtime=1.52
/proc/28481/task/28483/stat : 28483 (java) S 28479 28481 27139 0 -1 64 10597 0 0 0 145 7 0 0 16 0 12 0 168166348 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28484] ppid=28479 vsize=910212 CPUtime=1.53
/proc/28481/task/28484/stat : 28484 (java) S 28479 28481 27139 0 -1 64 12403 0 0 0 148 5 0 0 16 0 12 0 168166348 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28485] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28485/stat : 28485 (java) S 28479 28481 27139 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 168166350 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28486] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28486/stat : 28486 (java) S 28479 28481 27139 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28487] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28487/stat : 28487 (java) S 28479 28481 27139 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28488] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28488/stat : 28488 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 168166354 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28489] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28489/stat : 28489 (java) S 28479 28481 27139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 168166354 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28490] ppid=28479 vsize=910212 CPUtime=0.35
/proc/28481/task/28490/stat : 28490 (java) S 28479 28481 27139 0 -1 64 916 0 0 0 35 0 0 0 16 0 12 0 168166354 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28491] ppid=28479 vsize=910212 CPUtime=0.43
/proc/28481/task/28491/stat : 28491 (java) S 28479 28481 27139 0 -1 64 1204 0 0 0 42 1 0 0 16 0 12 0 168166354 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28492] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28492/stat : 28492 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168166354 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28493] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28493/stat : 28493 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168166354 932057088 43361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 910212

[startup+12.7623 s]
/proc/loadavg: 1.15 1.03 1.05 2/89 28493
/proc/meminfo: memFree=1230304/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=910212 CPUtime=16.3
/proc/28481/stat : 28481 (java) R 28479 28481 27139 0 -1 0 73736 0 1 0 1590 40 0 0 17 0 12 0 168166346 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054189101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28481/statm: 227553 70280 2487 14 0 213990 0
[pid=28481/tid=28483] ppid=28479 vsize=910212 CPUtime=3.09
/proc/28481/task/28483/stat : 28483 (java) S 28479 28481 27139 0 -1 64 25247 0 0 0 294 15 0 0 16 0 12 0 168166348 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28484] ppid=28479 vsize=910212 CPUtime=3.1
/proc/28481/task/28484/stat : 28484 (java) S 28479 28481 27139 0 -1 64 25966 0 0 0 300 10 0 0 16 0 12 0 168166348 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28485] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28485/stat : 28485 (java) S 28479 28481 27139 0 -1 64 21 0 0 0 0 0 0 0 15 0 12 0 168166350 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28486] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28486/stat : 28486 (java) S 28479 28481 27139 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28487] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28487/stat : 28487 (java) S 28479 28481 27139 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28488] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28488/stat : 28488 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 168166354 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28489] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28489/stat : 28489 (java) S 28479 28481 27139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 168166354 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28490] ppid=28479 vsize=910212 CPUtime=0.35
/proc/28481/task/28490/stat : 28490 (java) S 28479 28481 27139 0 -1 64 916 0 0 0 35 0 0 0 16 0 12 0 168166354 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28491] ppid=28479 vsize=910212 CPUtime=0.43
/proc/28481/task/28491/stat : 28491 (java) S 28479 28481 27139 0 -1 64 1204 0 0 0 42 1 0 0 16 0 12 0 168166354 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28492] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28492/stat : 28492 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168166354 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28493] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28493/stat : 28493 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168166354 932057088 70280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.3
Current children cumulated vsize (KiB) 910212

[startup+25.5797 s]
/proc/loadavg: 1.20 1.05 1.06 3/89 28493
/proc/meminfo: memFree=1031392/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=910212 CPUtime=32.47
/proc/28481/stat : 28481 (java) S 28479 28481 27139 0 -1 0 127391 0 1 0 3182 65 0 0 17 0 12 0 168166346 932057088 121528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28481/statm: 227553 121533 2487 14 0 213990 0
[pid=28481/tid=28483] ppid=28479 vsize=910212 CPUtime=6.54
/proc/28481/task/28483/stat : 28483 (java) R 28479 28481 27139 0 -1 64 54169 0 0 0 623 31 0 0 16 0 12 0 168166348 932057088 121536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155242571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28484] ppid=28479 vsize=910212 CPUtime=6.6
/proc/28481/task/28484/stat : 28484 (java) R 28479 28481 27139 0 -1 64 50682 0 0 0 641 19 0 0 17 0 12 0 168166348 932057088 121539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28485] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28485/stat : 28485 (java) S 28479 28481 27139 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 168166350 932057088 121543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28486] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28486/stat : 28486 (java) S 28479 28481 27139 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 121547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28487] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28487/stat : 28487 (java) S 28479 28481 27139 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168166351 932057088 121550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28488] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28488/stat : 28488 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 168166354 932057088 121553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28489] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28489/stat : 28489 (java) S 28479 28481 27139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 168166354 932057088 121557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28490] ppid=28479 vsize=910212 CPUtime=0.35
/proc/28481/task/28490/stat : 28490 (java) S 28479 28481 27139 0 -1 64 916 0 0 0 35 0 0 0 16 0 12 0 168166354 932057088 121561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28491] ppid=28479 vsize=910212 CPUtime=0.43
/proc/28481/task/28491/stat : 28491 (java) S 28479 28481 27139 0 -1 64 1204 0 0 0 42 1 0 0 16 0 12 0 168166354 932057088 121564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28492] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28492/stat : 28492 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168166354 932057088 121568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28493] ppid=28479 vsize=910212 CPUtime=0
/proc/28481/task/28493/stat : 28493 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168166354 932057088 121571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.47
Current children cumulated vsize (KiB) 910212



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+40.8475 s]
/proc/loadavg: 1.21 1.06 1.06 2/89 28493
/proc/meminfo: memFree=756064/2055920 swapFree=4192812/4192956
[pid=28481] ppid=28479 vsize=926216 CPUtime=51.74
/proc/28481/stat : 28481 (java) S 28479 28481 27139 0 -1 0 199003 0 1 0 5068 106 0 0 17 0 12 0 168166346 948445184 187444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28481/statm: 231554 187444 2487 14 0 217991 0
[pid=28481/tid=28483] ppid=28479 vsize=926216 CPUtime=10.56
/proc/28481/task/28483/stat : 28483 (java) S 28479 28481 27139 0 -1 64 75132 0 0 0 1004 52 0 0 16 0 12 0 168166348 948445184 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28484] ppid=28479 vsize=926216 CPUtime=10.87
/proc/28481/task/28484/stat : 28484 (java) S 28479 28481 27139 0 -1 64 82454 0 0 0 1057 30 0 0 16 0 12 0 168166348 948445184 187446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28485] ppid=28479 vsize=926216 CPUtime=0.25
/proc/28481/task/28485/stat : 28485 (java) R 28479 28481 27139 0 -1 64 6575 0 0 0 22 3 0 0 16 0 12 0 168166350 948445184 187447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28486] ppid=28479 vsize=926216 CPUtime=0
/proc/28481/task/28486/stat : 28486 (java) S 28479 28481 27139 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168166351 948445184 187448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28487] ppid=28479 vsize=926216 CPUtime=0
/proc/28481/task/28487/stat : 28487 (java) S 28479 28481 27139 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168166351 948445184 187448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28488] ppid=28479 vsize=926216 CPUtime=0
/proc/28481/task/28488/stat : 28488 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 168166354 948445184 187449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28489] ppid=28479 vsize=926216 CPUtime=0
/proc/28481/task/28489/stat : 28489 (java) S 28479 28481 27139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 168166354 948445184 187450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28490] ppid=28479 vsize=926216 CPUtime=0.35
/proc/28481/task/28490/stat : 28490 (java) S 28479 28481 27139 0 -1 64 916 0 0 0 35 0 0 0 16 0 12 0 168166354 948445184 187450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28481/tid=28491] ppid=28479 vsize=926216 CPUtime=0.43
/proc/28481/task/28491/stat : 28491 (java) S 28479 28481 27139 0 -1 64 1204 0 0 0 42 1 0 0 16 0 12 0 168166354 948445184 187451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28492] ppid=28479 vsize=926216 CPUtime=0
/proc/28481/task/28492/stat : 28492 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168166354 948445184 187452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28481/tid=28493] ppid=28479 vsize=926216 CPUtime=0
/proc/28481/task/28493/stat : 28493 (java) S 28479 28481 27139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168166354 948445184 187452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.74
Current children cumulated vsize (KiB) 926216

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

Child status: 143
Real time (s): 42.6365
CPU time (s): 53.5309
CPU user time (s): 52.312
CPU system time (s): 1.21881
CPU usage (%): 125.552
Max. virtual memory (cumulated for all children) (KiB): 942216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.312
system time used= 1.21881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206153
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= 1944
involuntary context switches= 1251

runsolver used 0.049992 s user time and 0.116982 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Jan 10 02:18:39 UTC 2007


IDJOB= 247912
IDBENCH= 11666
FILE ID= node5/247912-1168395519

PBS_JOBID= 3522828

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-20-3-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247912-1168395519/sat4jCSP-bf3-cached.jar /tmp/evaluation/247912-1168395519/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-247912-1168395519 -o ROOT/results/node5/solver-247912-1168395519 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247912-1168395519/sat4jCSP-bf3-cached.jar /tmp/evaluation/247912-1168395519/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b221bcd9f39d2f23f71bed1ec9addb5d

RANDOM SEED= 968306532

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:       1497680 kB
Buffers:         55728 kB
Cached:         403340 kB
SwapCached:          0 kB
Active:         354268 kB
Inactive:       147864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          62000 kB
Slab:            41640 kB
Committed_AS:  5201872 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= 66557 MiB



End job on node5 on Wed Jan 10 02:19:22 UTC 2007