Trace number 248784

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) 103.897 99.9789

General information on the benchmark

Nameprimes/primes-25/
primes-25-60-3-3.xml
MD5SUMefa64831f44e8e46f8f037505c70d22c
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.276956
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.26	c version CSP COMPETITION BUGFIX 3
0.26	c sun.arch.data.model	32
0.26	c java.version	1.5.0_10
0.26	c os.name	Linux
0.26	c os.version	2.6.9-22.EL.rootsmp
0.26	c os.arch	i386
0.26	c Free memory 722620888
0.26	c Max memory 723845120
0.26	c Total memory 723845120
0.26	c Number of processors 2
0.34	c --- Begin Solver configuration ---
0.34	c Stops conflict analysis at the first Unique Implication Point
0.34	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.34	c Learn all clauses as in MiniSAT
0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34	c VSIDS like heuristics from MiniSAT using a heap
0.34	c No reason simplification
0.34	c --- End Solver configuration ---
0.34	c solving /tmp/evaluation/248784-1168401200/unknown.xml
0.34	c reading problem ... 
0.60	c reading problem named ?
0.60	c reading domains done.
0.60	c reading variables
c reading variables (100) done.
0.82	c reading predicates 
c reading relations (61) done.
1.21	c reading constraints

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-248784-1168401200 -o ROOT/results/node1/solver-248784-1168401200 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248784-1168401200/sat4jCSP-bf3.jar /tmp/evaluation/248784-1168401200/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: 2.33 2.08 1.99 4/97 25993
/proc/meminfo: memFree=1460144/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=1784 CPUtime=0
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 188515801 1826816 141 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25992/statm: 446 141 106 14 0 91 0

[startup+0.105149 s]
/proc/loadavg: 2.33 2.08 1.99 4/97 25993
/proc/meminfo: memFree=1460144/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=897120 CPUtime=0.04
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 2898 0 1 0 3 1 0 0 21 0 6 0 188515801 918650880 2659 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25992/statm: 224280 2659 1387 14 0 211300 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 897120

[startup+0.513196 s]
/proc/loadavg: 2.33 2.08 1.99 4/97 25993
/proc/meminfo: memFree=1460144/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=905220 CPUtime=0.4
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 5513 0 1 0 37 3 0 0 18 0 12 0 188515801 926945280 5108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 226305 5108 2135 14 0 212742 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 905220

[startup+1.34029 s]
/proc/loadavg: 2.33 2.08 1.99 6/108 26004
/proc/meminfo: memFree=1423128/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=905284 CPUtime=1.23
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 7890 0 1 0 119 4 0 0 17 0 12 0 188515801 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 226321 7277 2451 14 0 212758 0
[pid=25992/tid=25994] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/25994/stat : 25994 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515803 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25995] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/25995/stat : 25995 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 188515803 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25996] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25990 25992 25648 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188515806 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25997] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188515807 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25998] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188515807 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25999] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=905284 CPUtime=0.24
/proc/25992/task/26001/stat : 26001 (java) R 25990 25992 25648 0 -1 64 344 0 0 0 24 0 0 0 16 0 12 0 188515820 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151326276 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=905284 CPUtime=0.25
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 659 0 0 0 25 0 0 0 16 0 12 0 188515820 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=905284 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 927010816 7277 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 905284

[startup+2.99449 s]
/proc/loadavg: 2.31 2.08 1.99 3/108 26004
/proc/meminfo: memFree=1370264/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=907716 CPUtime=2.78
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 25279 0 1 0 265 13 0 0 24 0 12 0 188515801 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054313103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 226929 23859 2468 14 0 213366 0
[pid=25992/tid=25994] ppid=25990 vsize=907716 CPUtime=0.03
/proc/25992/task/25994/stat : 25994 (java) S 25990 25992 25648 0 -1 64 1008 0 0 0 3 0 0 0 17 0 12 0 188515803 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25990 vsize=907716 CPUtime=0.05
/proc/25992/task/25995/stat : 25995 (java) S 25990 25992 25648 0 -1 64 1706 0 0 0 5 0 0 0 17 0 12 0 188515803 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25990 25992 25648 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188515806 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188515807 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188515807 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=907716 CPUtime=0.46
/proc/25992/task/26001/stat : 26001 (java) S 25990 25992 25648 0 -1 64 1514 0 0 0 46 0 0 0 16 0 12 0 188515820 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=907716 CPUtime=0.39
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 870 0 0 0 39 0 0 0 16 0 12 0 188515820 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=907716 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 929501184 23859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 907716

[startup+6.28087 s]
/proc/loadavg: 2.31 2.08 1.99 5/108 26004
/proc/meminfo: memFree=1237656/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=909384 CPUtime=6.04
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 38933 0 1 0 586 18 0 0 25 0 12 0 188515801 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054312226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25992/statm: 227346 36877 2468 14 0 213783 0
[pid=25992/tid=25994] ppid=25990 vsize=909384 CPUtime=0.48
/proc/25992/task/25994/stat : 25994 (java) S 25990 25992 25648 0 -1 64 8230 0 0 0 45 3 0 0 18 0 12 0 188515803 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25995] ppid=25990 vsize=909384 CPUtime=0.44
/proc/25992/task/25995/stat : 25995 (java) S 25990 25992 25648 0 -1 64 8134 0 0 0 41 3 0 0 17 0 12 0 188515803 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25996] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25990 25992 25648 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188515806 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25997] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188515807 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188515807 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=909384 CPUtime=0.46
/proc/25992/task/26001/stat : 26001 (java) S 25990 25992 25648 0 -1 64 1514 0 0 0 46 0 0 0 16 0 12 0 188515820 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=909384 CPUtime=0.39
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 870 0 0 0 39 0 0 0 17 0 12 0 188515820 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=909384 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 931209216 36877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 909384

[startup+12.7016 s]
/proc/loadavg: 2.66 2.16 2.02 5/108 26004
/proc/meminfo: memFree=1038616/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=909352 CPUtime=12.54
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 63799 0 1 0 1224 30 0 0 25 0 12 0 188515801 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054232482 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 227338 60975 2468 14 0 213775 0
[pid=25992/tid=25994] ppid=25990 vsize=909352 CPUtime=1.56
/proc/25992/task/25994/stat : 25994 (java) S 25990 25992 25648 0 -1 64 20943 0 0 0 147 9 0 0 16 0 12 0 188515803 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25990 vsize=909352 CPUtime=1.41
/proc/25992/task/25995/stat : 25995 (java) S 25990 25992 25648 0 -1 64 20268 0 0 0 134 7 0 0 16 0 12 0 188515803 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25990 25992 25648 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188515806 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188515807 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188515807 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=909352 CPUtime=0.47
/proc/25992/task/26001/stat : 26001 (java) S 25990 25992 25648 0 -1 64 1515 0 0 0 47 0 0 0 16 0 12 0 188515820 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=909352 CPUtime=0.4
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 870 0 0 0 40 0 0 0 16 0 12 0 188515820 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 931176448 60975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 909352

[startup+25.5119 s]
/proc/loadavg: 2.70 2.18 2.03 3/108 26004
/proc/meminfo: memFree=683736/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=909352 CPUtime=25.4
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 104616 0 1 0 2492 48 0 0 25 0 12 0 188515801 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25992/statm: 227338 101687 2468 14 0 213775 0
[pid=25992/tid=25994] ppid=25990 vsize=909352 CPUtime=3.54
/proc/25992/task/25994/stat : 25994 (java) R 25990 25992 25648 0 -1 64 44452 0 0 0 335 19 0 0 16 0 12 0 188515803 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25995] ppid=25990 vsize=909352 CPUtime=3.24
/proc/25992/task/25995/stat : 25995 (java) R 25990 25992 25648 0 -1 64 37546 0 0 0 309 15 0 0 16 0 12 0 188515803 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25996] ppid=25990 vsize=909352 CPUtime=0.01
/proc/25992/task/25996/stat : 25996 (java) S 25990 25992 25648 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 188515806 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25997] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188515807 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188515807 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=909352 CPUtime=0.47
/proc/25992/task/26001/stat : 26001 (java) S 25990 25992 25648 0 -1 64 1515 0 0 0 47 0 0 0 16 0 12 0 188515820 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=909352 CPUtime=0.4
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 870 0 0 0 40 0 0 0 16 0 12 0 188515820 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 931176448 101687 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 909352

[startup+51.2101 s]
/proc/loadavg: 2.96 2.29 2.07 2/92 26625
/proc/meminfo: memFree=871952/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=909352 CPUtime=54.94
/proc/25992/stat : 25992 (java) R 25990 25992 25648 0 -1 0 185366 0 1 0 5403 91 0 0 19 0 12 0 188515801 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054312923 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 227338 181382 2468 14 0 213775 0
[pid=25992/tid=25994] ppid=25990 vsize=909352 CPUtime=9.61
/proc/25992/task/25994/stat : 25994 (java) S 25990 25992 25648 0 -1 64 79834 0 0 0 924 37 0 0 16 0 12 0 188515803 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25995] ppid=25990 vsize=909352 CPUtime=9.29
/proc/25992/task/25995/stat : 25995 (java) S 25990 25992 25648 0 -1 64 82870 0 0 0 892 37 0 0 16 0 12 0 188515803 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25990 vsize=909352 CPUtime=0.02
/proc/25992/task/25996/stat : 25996 (java) S 25990 25992 25648 0 -1 64 22 0 0 0 1 1 0 0 16 0 12 0 188515806 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188515807 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188515807 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=909352 CPUtime=0.47
/proc/25992/task/26001/stat : 26001 (java) S 25990 25992 25648 0 -1 64 1515 0 0 0 47 0 0 0 16 0 12 0 188515820 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=909352 CPUtime=0.4
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 870 0 0 0 40 0 0 0 16 0 12 0 188515820 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=909352 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 931176448 181382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.94
Current children cumulated vsize (KiB) 909352



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+97.8326 s]
/proc/loadavg: 2.51 2.26 2.07 3/105 26687
/proc/meminfo: memFree=801712/2055920 swapFree=4165612/4192956
[pid=25992] ppid=25990 vsize=925356 CPUtime=101.75
/proc/25992/stat : 25992 (java) S 25990 25992 25648 0 -1 0 215859 0 1 0 10067 108 0 0 18 0 12 0 188515801 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25992/statm: 231339 186988 2469 14 0 217776 0
[pid=25992/tid=25994] ppid=25990 vsize=925356 CPUtime=10.4
/proc/25992/task/25994/stat : 25994 (java) S 25990 25992 25648 0 -1 64 82613 0 0 0 1002 38 0 0 16 0 12 0 188515803 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25995] ppid=25990 vsize=925356 CPUtime=10
/proc/25992/task/25995/stat : 25995 (java) S 25990 25992 25648 0 -1 64 83130 0 0 0 963 37 0 0 15 0 12 0 188515803 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25996] ppid=25990 vsize=925356 CPUtime=38.09
/proc/25992/task/25996/stat : 25996 (java) R 25990 25992 25648 0 -1 64 27460 0 0 0 3792 17 0 0 25 0 12 0 188515806 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25997] ppid=25990 vsize=925356 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25990 25992 25648 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188515807 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=25998] ppid=25990 vsize=925356 CPUtime=0
/proc/25992/task/25998/stat : 25998 (java) S 25990 25992 25648 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188515807 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25990 vsize=925356 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188515820 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26000] ppid=25990 vsize=925356 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25990 25992 25648 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188515820 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26001] ppid=25990 vsize=925356 CPUtime=0.47
/proc/25992/task/26001/stat : 26001 (java) S 25990 25992 25648 0 -1 64 1515 0 0 0 47 0 0 0 16 0 12 0 188515820 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26002] ppid=25990 vsize=925356 CPUtime=0.4
/proc/25992/task/26002/stat : 26002 (java) S 25990 25992 25648 0 -1 64 870 0 0 0 40 0 0 0 16 0 12 0 188515820 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25992/tid=26003] ppid=25990 vsize=925356 CPUtime=0
/proc/25992/task/26003/stat : 26003 (java) S 25990 25992 25648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188515820 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25992/tid=26004] ppid=25990 vsize=925356 CPUtime=0
/proc/25992/task/26004/stat : 26004 (java) S 25990 25992 25648 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188515820 947564544 186988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 925356

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): 99.9789
CPU time (s): 103.897
CPU user time (s): 102.645
CPU system time (s): 1.25181
CPU usage (%): 103.919
Max. virtual memory (cumulated for all children) (KiB): 957360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.645
system time used= 1.25181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225183
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= 3628
involuntary context switches= 5583

runsolver used 0.121981 s user time and 0.340948 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Jan 10 03:53:20 UTC 2007


IDJOB= 248784
IDBENCH= 11733
FILE ID= node1/248784-1168401200

PBS_JOBID= 3523031

Free space on /tmp= 66520 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-60-3-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248784-1168401200/sat4jCSP-bf3.jar /tmp/evaluation/248784-1168401200/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-248784-1168401200 -o ROOT/results/node1/solver-248784-1168401200 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248784-1168401200/sat4jCSP-bf3.jar /tmp/evaluation/248784-1168401200/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  efa64831f44e8e46f8f037505c70d22c

RANDOM SEED= 585771614

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.234
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.234
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:       1460624 kB
Buffers:         51208 kB
Cached:         319512 kB
SwapCached:       4096 kB
Active:         321556 kB
Inactive:       215044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460624 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            5020 kB
Writeback:           0 kB
Mapped:         185860 kB
Slab:            43040 kB
Committed_AS:  7068796 kB
PageTables:       2636 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= 66519 MiB



End job on node1 on Wed Jan 10 03:55:00 UTC 2007