Trace number 247743

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) 37.8882 38.5453

General information on the benchmark

Nameprimes/primes-10/
primes-10-20-3-1.xml
MD5SUM1f4864f833e39b57ac3c50317db679f6
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.020995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	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/247743-1168393707/unknown.xml
0.22	c reading problem ... 
0.48	c reading problem named ?
0.48	c reading domains done.
0.48	c reading variables
c reading variables (100) done.
0.61	c reading predicates 
c reading relations (21) done.
0.99	c reading constraintsc starts		: 0
38.24	c conflicts		: 0
38.24	c decisions		: 0
38.24	c propagations		: 0
38.24	c inspects		: 0
38.24	c learnt literals	: 0
38.24	c learnt binary clauses	: 0
38.24	c learnt ternary clauses	: 0
38.24	c learnt clauses	: 0
38.24	c root simplifications	: 0
38.24	c removed literals (reason simplification)	: 0
38.24	c reason swapping (by a shorter reason)	: 0
38.24	c Calls to reduceDB	: 0
38.24	c speed (decisions/second)	: 0.0
38.24	c non guided choices	0
38.24	s UNKNOWN
38.24	c Total wall clock time (in seconds) : 38.019
38.24	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/node13/watcher-247743-1168393707 -o ROOT/results/node13/solver-247743-1168393707 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247743-1168393707/sat4jCSP-bf3-cached.jar /tmp/evaluation/247743-1168393707/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.90 1.18 1.43 1/81 28935
/proc/meminfo: memFree=1817528/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=1784 CPUtime=0
/proc/28934/stat : 28934 (java) D 28932 28934 28845 0 -1 0 331 0 0 0 0 0 0 0 18 0 1 0 187765725 1826816 141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28934/statm: 446 141 106 14 0 91 0

[startup+0.10277 s]
/proc/loadavg: 0.90 1.18 1.43 1/81 28935
/proc/meminfo: memFree=1817528/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=897120 CPUtime=0.07
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 3216 0 1 0 6 1 0 0 18 0 6 0 187765725 918650880 2976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/28934/statm: 224280 2976 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.510829 s]
/proc/loadavg: 0.90 1.18 1.43 1/81 28935
/proc/meminfo: memFree=1817528/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=906164 CPUtime=0.5
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 5984 0 1 0 46 4 0 0 23 0 12 0 187765725 927911936 5578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28934/statm: 226541 5578 2292 14 0 212978 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 906164

[startup+1.33394 s]
/proc/loadavg: 0.90 1.18 1.43 5/108 28986
/proc/meminfo: memFree=1778264/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=909920 CPUtime=1.33
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 9570 0 1 0 127 6 0 0 25 0 12 0 187765725 931758080 8127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28934/statm: 227480 8127 2475 14 0 213917 0
[pid=28934/tid=28936] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28936/stat : 28936 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 187765729 931758080 8127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28937] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187765729 931758080 8128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 187765732 931758080 8128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28945] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28945/stat : 28945 (java) S 28932 28934 28845 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 187765732 931758080 8128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28946] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28946/stat : 28946 (java) S 28932 28934 28845 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 187765732 931758080 8128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28955] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28955/stat : 28955 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 187765736 931758080 8128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28956] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28956/stat : 28956 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765736 931758080 8129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28957] ppid=28932 vsize=909920 CPUtime=0.21
/proc/28934/task/28957/stat : 28957 (java) S 28932 28934 28845 0 -1 64 439 0 0 0 21 0 0 0 16 0 12 0 187765736 931758080 8129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28958] ppid=28932 vsize=909920 CPUtime=0.37
/proc/28934/task/28958/stat : 28958 (java) S 28932 28934 28845 0 -1 64 2234 0 0 0 36 1 0 0 17 0 12 0 187765736 931758080 8129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28959] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28959/stat : 28959 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 187765736 931758080 8129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28960] ppid=28932 vsize=909920 CPUtime=0
/proc/28934/task/28960/stat : 28960 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765736 931758080 8129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 909920

[startup+2.98716 s]
/proc/loadavg: 0.90 1.18 1.43 3/108 28986
/proc/meminfo: memFree=1673752/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=912484 CPUtime=3.01
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 31879 0 1 0 285 16 0 0 25 0 12 0 187765725 934383616 29951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28934/statm: 228121 29953 2486 14 0 214558 0
[pid=28934/tid=28936] ppid=28932 vsize=912484 CPUtime=0.04
/proc/28934/task/28936/stat : 28936 (java) R 28932 28934 28845 0 -1 64 537 0 0 0 4 0 0 0 16 0 12 0 187765729 934383616 29954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=912484 CPUtime=0.36
/proc/28934/task/28937/stat : 28937 (java) R 28932 28934 28845 0 -1 64 8296 0 0 0 33 3 0 0 16 0 12 0 187765729 934383616 29955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28941] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28845 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 187765732 934383616 29956 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28945] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28945/stat : 28945 (java) S 28932 28934 28845 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765732 934383616 29957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28946] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28946/stat : 28946 (java) S 28932 28934 28845 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765732 934383616 29958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28955] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28955/stat : 28955 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 187765736 934383616 29960 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28956] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28956/stat : 28956 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765736 934383616 29961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28957] ppid=28932 vsize=912484 CPUtime=0.29
/proc/28934/task/28957/stat : 28957 (java) S 28932 28934 28845 0 -1 64 454 0 0 0 29 0 0 0 16 0 12 0 187765736 934383616 29962 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28958] ppid=28932 vsize=912484 CPUtime=0.41
/proc/28934/task/28958/stat : 28958 (java) S 28932 28934 28845 0 -1 64 2239 0 0 0 40 1 0 0 16 0 12 0 187765736 934383616 29963 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28959] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28959/stat : 28959 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 187765736 934383616 29965 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28960] ppid=28932 vsize=912484 CPUtime=0
/proc/28934/task/28960/stat : 28960 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765736 934383616 29966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 912484

[startup+6.20558 s]
/proc/loadavg: 1.15 1.22 1.44 5/108 28986
/proc/meminfo: memFree=1503000/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=912456 CPUtime=6.32
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 51608 0 1 0 606 26 0 0 20 0 12 0 187765725 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054328359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 228114 49197 2486 14 0 214551 0
[pid=28934/tid=28936] ppid=28932 vsize=912456 CPUtime=0.52
/proc/28934/task/28936/stat : 28936 (java) S 28932 28934 28845 0 -1 64 6664 0 0 0 49 3 0 0 16 0 12 0 187765729 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=912456 CPUtime=1.17
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28845 0 -1 64 21866 0 0 0 108 9 0 0 18 0 12 0 187765729 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28845 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 187765732 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28945] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28945/stat : 28945 (java) S 28932 28934 28845 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765732 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28946] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28946/stat : 28946 (java) S 28932 28934 28845 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765732 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28955] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28955/stat : 28955 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 187765736 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28956] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28956/stat : 28956 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765736 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28957] ppid=28932 vsize=912456 CPUtime=0.39
/proc/28934/task/28957/stat : 28957 (java) S 28932 28934 28845 0 -1 64 468 0 0 0 39 0 0 0 16 0 12 0 187765736 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28958] ppid=28932 vsize=912456 CPUtime=0.47
/proc/28934/task/28958/stat : 28958 (java) S 28932 28934 28845 0 -1 64 2246 0 0 0 46 1 0 0 16 0 12 0 187765736 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28959] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28959/stat : 28959 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 187765736 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28960] ppid=28932 vsize=912456 CPUtime=0
/proc/28934/task/28960/stat : 28960 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765736 934354944 49197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 912456

[startup+12.6915 s]
/proc/loadavg: 1.38 1.27 1.46 5/108 28986
/proc/meminfo: memFree=1224544/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=911820 CPUtime=12.94
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 93180 0 1 0 1250 44 0 0 23 0 12 0 187765725 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28934/statm: 227955 90582 2487 14 0 214392 0
[pid=28934/tid=28936] ppid=28932 vsize=911820 CPUtime=1.83
/proc/28934/task/28936/stat : 28936 (java) S 28932 28934 28845 0 -1 64 27512 0 0 0 170 13 0 0 16 0 12 0 187765729 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=911820 CPUtime=2.5
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28845 0 -1 64 42551 0 0 0 233 17 0 0 17 0 12 0 187765729 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28845 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 187765732 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28945] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28945/stat : 28945 (java) S 28932 28934 28845 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765732 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28946] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28946/stat : 28946 (java) S 28932 28934 28845 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765732 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28955] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28955/stat : 28955 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 187765736 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28956] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28956/stat : 28956 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765736 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28957] ppid=28932 vsize=911820 CPUtime=0.46
/proc/28934/task/28957/stat : 28957 (java) S 28932 28934 28845 0 -1 64 475 0 0 0 46 0 0 0 17 0 12 0 187765736 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28958] ppid=28932 vsize=911820 CPUtime=0.58
/proc/28934/task/28958/stat : 28958 (java) R 28932 28934 28845 0 -1 64 2257 0 0 0 57 1 0 0 16 0 12 0 187765736 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155014579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28959] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28959/stat : 28959 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 187765736 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28960] ppid=28932 vsize=911820 CPUtime=0
/proc/28934/task/28960/stat : 28960 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765736 933703680 90582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 911820

[startup+25.5422 s]
/proc/loadavg: 1.89 1.38 1.49 3/108 28986
/proc/meminfo: memFree=756704/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=913100 CPUtime=25.63
/proc/28934/stat : 28934 (java) R 28932 28934 28845 0 -1 0 172270 0 1 0 2483 80 0 0 18 0 12 0 187765725 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054175294 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28934/statm: 228275 167729 2487 14 0 214712 0
[pid=28934/tid=28936] ppid=28932 vsize=913100 CPUtime=4.22
/proc/28934/task/28936/stat : 28936 (java) S 28932 28934 28845 0 -1 64 60134 0 0 0 395 27 0 0 16 0 12 0 187765729 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28937] ppid=28932 vsize=913100 CPUtime=5.63
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28845 0 -1 64 82822 0 0 0 528 35 0 0 16 0 12 0 187765729 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28941] ppid=28932 vsize=913100 CPUtime=0.01
/proc/28934/task/28941/stat : 28941 (java) S 28932 28934 28845 0 -1 64 18 0 0 0 1 0 0 0 16 0 12 0 187765732 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28945] ppid=28932 vsize=913100 CPUtime=0
/proc/28934/task/28945/stat : 28945 (java) S 28932 28934 28845 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765732 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28946] ppid=28932 vsize=913100 CPUtime=0
/proc/28934/task/28946/stat : 28946 (java) S 28932 28934 28845 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765732 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28955] ppid=28932 vsize=913100 CPUtime=0
/proc/28934/task/28955/stat : 28955 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 187765736 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28956] ppid=28932 vsize=913100 CPUtime=0
/proc/28934/task/28956/stat : 28956 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765736 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28957] ppid=28932 vsize=913100 CPUtime=0.54
/proc/28934/task/28957/stat : 28957 (java) S 28932 28934 28845 0 -1 64 483 0 0 0 54 0 0 0 16 0 12 0 187765736 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28958] ppid=28932 vsize=913100 CPUtime=0.63
/proc/28934/task/28958/stat : 28958 (java) S 28932 28934 28845 0 -1 64 2263 0 0 0 62 1 0 0 16 0 12 0 187765736 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28959] ppid=28932 vsize=913100 CPUtime=0
/proc/28934/task/28959/stat : 28959 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 187765736 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28960] ppid=28932 vsize=913100 CPUtime=0
/proc/28934/task/28960/stat : 28960 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765736 935014400 167729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 913100



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+36.2876 s]
/proc/loadavg: 1.99 1.42 1.50 3/108 28986
/proc/meminfo: memFree=558816/2055920 swapFree=4191880/4192956
[pid=28934] ppid=28932 vsize=928752 CPUtime=36.01
/proc/28934/stat : 28934 (java) S 28932 28934 28845 0 -1 0 194265 0 1 0 3511 90 0 0 18 0 12 0 187765725 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28934/statm: 232188 183815 2488 14 0 218625 0
[pid=28934/tid=28936] ppid=28932 vsize=928752 CPUtime=5.23
/proc/28934/task/28936/stat : 28936 (java) S 28932 28934 28845 0 -1 64 67246 0 0 0 493 30 0 0 16 0 12 0 187765729 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28937] ppid=28932 vsize=928752 CPUtime=6.77
/proc/28934/task/28937/stat : 28937 (java) S 28932 28934 28845 0 -1 64 91101 0 0 0 638 39 0 0 16 0 12 0 187765729 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28934/tid=28941] ppid=28932 vsize=928752 CPUtime=4.91
/proc/28934/task/28941/stat : 28941 (java) R 28932 28934 28845 0 -1 64 6600 0 0 0 488 3 0 0 22 0 12 0 187765732 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454164 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28945] ppid=28932 vsize=928752 CPUtime=0
/proc/28934/task/28945/stat : 28945 (java) S 28932 28934 28845 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187765732 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28946] ppid=28932 vsize=928752 CPUtime=0
/proc/28934/task/28946/stat : 28946 (java) S 28932 28934 28845 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187765732 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28955] ppid=28932 vsize=928752 CPUtime=0
/proc/28934/task/28955/stat : 28955 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 187765736 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28956] ppid=28932 vsize=928752 CPUtime=0
/proc/28934/task/28956/stat : 28956 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 187765736 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28957] ppid=28932 vsize=928752 CPUtime=0.58
/proc/28934/task/28957/stat : 28957 (java) S 28932 28934 28845 0 -1 64 486 0 0 0 58 0 0 0 16 0 12 0 187765736 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28958] ppid=28932 vsize=928752 CPUtime=0.66
/proc/28934/task/28958/stat : 28958 (java) S 28932 28934 28845 0 -1 64 2265 0 0 0 65 1 0 0 16 0 12 0 187765736 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28959] ppid=28932 vsize=928752 CPUtime=0
/proc/28934/task/28959/stat : 28959 (java) S 28932 28934 28845 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 187765736 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28934/tid=28960] ppid=28932 vsize=928752 CPUtime=0
/proc/28934/task/28960/stat : 28960 (java) S 28932 28934 28845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187765736 951042048 183815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.01
Current children cumulated vsize (KiB) 928752

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 38.5453
CPU time (s): 37.8882
CPU user time (s): 36.8514
CPU system time (s): 1.03684
CPU usage (%): 98.2953
Max. virtual memory (cumulated for all children) (KiB): 944752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.8514
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200721
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= 2328
involuntary context switches= 3145

runsolver used 0.058991 s user time and 0.121981 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Jan 10 01:48:27 UTC 2007


IDJOB= 247743
IDBENCH= 11653
FILE ID= node13/247743-1168393707

PBS_JOBID= 3522825

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1f4864f833e39b57ac3c50317db679f6

RANDOM SEED= 816696428

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.247
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.247
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:       1818008 kB
Buffers:         20240 kB
Cached:         112460 kB
SwapCached:        376 kB
Active:         140344 kB
Inactive:        41368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818008 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:          66472 kB
Slab:            41228 kB
Committed_AS:  5575452 kB
PageTables:       2220 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= 66552 MiB



End job on node13 on Wed Jan 10 01:49:06 UTC 2007