Trace number 249264

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 BF3SAT 9.33958 9.32921

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-2-1.xml
MD5SUM43a505ad585e45c34e8711559d14d4be
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.022996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size46
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	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/249264-1168403494/unknown.xml
0.22	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.51	c reading variables
c reading variables (100) done.
0.70	c reading predicates 
c reading relations (21) done.
1.10	c reading constraints
c reading constraints done.
6.91	c ... done. Wall clock time 6.685s.
6.91	c CPU time (experimental) 4.26s.
6.91	c #vars     4600
6.91	c #constraints  590357
9.28	c starts		: 9
9.28	c conflicts		: 5052
9.28	c decisions		: 49900
9.28	c propagations		: 125614
9.28	c inspects		: 6592624
9.28	c learnt literals	: 18
9.28	c learnt binary clauses	: 0
9.28	c learnt ternary clauses	: 233
9.28	c learnt clauses	: 4964
9.28	c root simplifications	: 0
9.28	c removed literals (reason simplification)	: 0
9.28	c reason swapping (by a shorter reason)	: 0
9.28	c Calls to reduceDB	: 0
9.28	c speed (decisions/second)	: 21243.08216262239
9.28	c non guided choices	12717
9.28	s SATISFIABLE
9.28	v 5 3 11 37 23 31 13 41 29 3 45 35 10 11 10 41 31 13 38 5 36 20 7 12 4 13 2 43 19 31 47 10 2 2 2 2 43 3 34 12 29 10 17 13 20 10 23 13 3 16 19 27 2 2 2 2 5 2 3 2 2 2 2 2 2 2 2 2 43 2 2 33 2 2 2 2 2 2 2 20 2 35 12 31 23 22 12 42 47 8 19 29 37 8 36 3 3 17 46 47 
9.28	c Total wall clock time (in seconds) : 9.051
9.28	c Total CPU time (experimental, in seconds) : 5.99

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-249264-1168403494 -o ROOT/results/node38/solver-249264-1168403494 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249264-1168403494/sat4jCSP-bf3-cached.jar /tmp/evaluation/249264-1168403494/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.03 2.02 2.00 4/81 12060
/proc/meminfo: memFree=1525200/2055920 swapFree=4192812/4192956
[pid=12059] ppid=12057 vsize=896088 CPUtime=0.04
/proc/12059/stat : 12059 (java) S 12057 12059 12001 0 -1 0 2780 0 1 0 3 1 0 0 18 0 4 0 188749022 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12059/statm: 224022 2542 1323 14 0 211042 0
[pid=12059/tid=12061] ppid=12057 vsize=896088 CPUtime=0
/proc/12059/task/12061/stat : 12061 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 18 0 4 0 188749024 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=12059/tid=12062] ppid=12057 vsize=896088 CPUtime=0
/proc/12059/task/12062/stat : 12062 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 19 0 4 0 188749024 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=12059/tid=12063] ppid=12057 vsize=896088 CPUtime=0
/proc/12059/task/12063/stat : 12063 (java) R 12057 12059 12001 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 188749027 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 9453528 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103649 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 12060
/proc/meminfo: memFree=1525200/2055920 swapFree=4192812/4192956
[pid=12059] ppid=12057 vsize=902564 CPUtime=0.09
/proc/12059/stat : 12059 (java) R 12057 12059 12001 0 -1 0 3355 0 1 0 8 1 0 0 22 0 12 0 188749022 924225536 3115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151479150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12059/statm: 225641 3115 1568 14 0 212365 0
[pid=12059/tid=12061] ppid=12057 vsize=902564 CPUtime=0
/proc/12059/task/12061/stat : 12061 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188749024 924225536 3115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12062] ppid=12057 vsize=902564 CPUtime=0
/proc/12059/task/12062/stat : 12062 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188749024 924225536 3115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12063] ppid=12057 vsize=902564 CPUtime=0
/proc/12059/task/12063/stat : 12063 (java) S 12057 12059 12001 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 188749027 924225536 3115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902564

[startup+0.515729 s]
/proc/loadavg: 2.03 2.02 2.00 4/81 12060
/proc/meminfo: memFree=1525200/2055920 swapFree=4192812/4192956
[pid=12059] ppid=12057 vsize=906224 CPUtime=0.52
/proc/12059/stat : 12059 (java) R 12057 12059 12001 0 -1 0 5972 0 1 0 49 3 0 0 19 0 12 0 188749022 927973376 5565 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12059/statm: 226556 5565 2288 14 0 212993 0
[pid=12059/tid=12061] ppid=12057 vsize=906224 CPUtime=0
/proc/12059/task/12061/stat : 12061 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188749024 927973376 5565 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12062] ppid=12057 vsize=906224 CPUtime=0
/proc/12059/task/12062/stat : 12062 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188749024 927973376 5565 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12063] ppid=12057 vsize=906224 CPUtime=0
/proc/12059/task/12063/stat : 12063 (java) S 12057 12059 12001 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 188749027 927973376 5565 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 906224

[startup+1.34489 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 12071
/proc/meminfo: memFree=1506424/2055920 swapFree=4192812/4192956
[pid=12059] ppid=12057 vsize=908132 CPUtime=1.34
/proc/12059/stat : 12059 (java) R 12057 12059 12001 0 -1 0 8374 0 1 0 130 4 0 0 19 0 12 0 188749022 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12059/statm: 227033 7557 2468 14 0 213470 0
[pid=12059/tid=12061] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12061/stat : 12061 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188749024 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12062] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12062/stat : 12062 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188749024 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12063] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12063/stat : 12063 (java) S 12057 12059 12001 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188749027 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12064] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12064/stat : 12064 (java) S 12057 12059 12001 0 -1 64 7 0 0 0 0 0 0 0 20 0 12 0 188749028 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12065] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12065/stat : 12065 (java) S 12057 12059 12001 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 188749028 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12066] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12066/stat : 12066 (java) S 12057 12059 12001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188749031 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12067] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12067/stat : 12067 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188749031 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12068] ppid=12057 vsize=908132 CPUtime=0.31
/proc/12059/task/12068/stat : 12068 (java) R 12057 12059 12001 0 -1 64 908 0 0 0 31 0 0 0 16 0 12 0 188749031 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152646212 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12069] ppid=12057 vsize=908132 CPUtime=0.24
/proc/12059/task/12069/stat : 12069 (java) S 12057 12059 12001 0 -1 64 643 0 0 0 24 0 0 0 16 0 12 0 188749031 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12070] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12070/stat : 12070 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188749031 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12071] ppid=12057 vsize=908132 CPUtime=0
/proc/12059/task/12071/stat : 12071 (java) S 12057 12059 12001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188749031 929927168 7557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 908132

[startup+2.98422 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 12071
/proc/meminfo: memFree=1465336/2055920 swapFree=4192812/4192956
[pid=12059] ppid=12057 vsize=910796 CPUtime=2.96
/proc/12059/stat : 12059 (java) R 12057 12059 12001 0 -1 0 27121 0 1 0 285 11 0 0 18 0 12 0 188749022 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12059/statm: 227699 25319 2487 14 0 214136 0
[pid=12059/tid=12061] ppid=12057 vsize=910796 CPUtime=0.06
/proc/12059/task/12061/stat : 12061 (java) S 12057 12059 12001 0 -1 64 1799 0 0 0 6 0 0 0 17 0 12 0 188749024 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12062] ppid=12057 vsize=910796 CPUtime=0.05
/proc/12059/task/12062/stat : 12062 (java) S 12057 12059 12001 0 -1 64 2145 0 0 0 5 0 0 0 17 0 12 0 188749024 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12063] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12063/stat : 12063 (java) S 12057 12059 12001 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188749027 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12064] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12064/stat : 12064 (java) S 12057 12059 12001 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188749028 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12065] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12065/stat : 12065 (java) S 12057 12059 12001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188749028 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12059/tid=12066] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12066/stat : 12066 (java) S 12057 12059 12001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188749031 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12067] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12067/stat : 12067 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188749031 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12068] ppid=12057 vsize=910796 CPUtime=0.5
/proc/12059/task/12068/stat : 12068 (java) S 12057 12059 12001 0 -1 64 1530 0 0 0 50 0 0 0 16 0 12 0 188749031 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12069] ppid=12057 vsize=910796 CPUtime=0.63
/proc/12059/task/12069/stat : 12069 (java) R 12057 12059 12001 0 -1 64 1383 0 0 0 63 0 0 0 16 0 12 0 188749031 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154222196 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12070] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12070/stat : 12070 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188749031 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12071] ppid=12057 vsize=910796 CPUtime=0
/proc/12059/task/12071/stat : 12071 (java) S 12057 12059 12001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188749031 932655104 25319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 910796

[startup+6.18884 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 12071
/proc/meminfo: memFree=1367928/2055920 swapFree=4192812/4192956
[pid=12059] ppid=12057 vsize=912032 CPUtime=6.24
/proc/12059/stat : 12059 (java) R 12057 12059 12001 0 -1 0 45868 0 1 0 605 19 0 0 25 0 12 0 188749022 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054190630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12059/statm: 228008 41664 2488 14 0 214445 0
[pid=12059/tid=12061] ppid=12057 vsize=912032 CPUtime=0.43
/proc/12059/task/12061/stat : 12061 (java) S 12057 12059 12001 0 -1 64 10341 0 0 0 39 4 0 0 16 0 12 0 188749024 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12062] ppid=12057 vsize=912032 CPUtime=0.35
/proc/12059/task/12062/stat : 12062 (java) S 12057 12059 12001 0 -1 64 11337 0 0 0 32 3 0 0 17 0 12 0 188749024 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12063] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12063/stat : 12063 (java) S 12057 12059 12001 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188749027 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12064] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12064/stat : 12064 (java) S 12057 12059 12001 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188749028 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12065] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12065/stat : 12065 (java) S 12057 12059 12001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188749028 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12059/tid=12066] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12066/stat : 12066 (java) S 12057 12059 12001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188749031 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12067] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12067/stat : 12067 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188749031 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12068] ppid=12057 vsize=912032 CPUtime=0.6
/proc/12059/task/12068/stat : 12068 (java) S 12057 12059 12001 0 -1 64 1541 0 0 0 60 0 0 0 16 0 12 0 188749031 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12069] ppid=12057 vsize=912032 CPUtime=1.09
/proc/12059/task/12069/stat : 12069 (java) S 12057 12059 12001 0 -1 64 2375 0 0 0 108 1 0 0 16 0 12 0 188749031 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12070] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12070/stat : 12070 (java) S 12057 12059 12001 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188749031 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12059/tid=12071] ppid=12057 vsize=912032 CPUtime=0
/proc/12059/task/12071/stat : 12071 (java) S 12057 12059 12001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188749031 933920768 41664 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 912032

Child status: 0
Real time (s): 9.32921
CPU time (s): 9.33958
CPU user time (s): 9.10962
CPU system time (s): 0.229965
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 912548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.10961
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47996
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= 885
involuntary context switches= 1160

runsolver used 0.011998 s user time and 0.036994 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Wed Jan 10 04:31:34 UTC 2007


IDJOB= 249264
IDBENCH= 11770
FILE ID= node38/249264-1168403494

PBS_JOBID= 3523116

Free space on /tmp= 66520 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  43a505ad585e45c34e8711559d14d4be

RANDOM SEED= 969524299

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.267
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.267
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:       1525616 kB
Buffers:         38732 kB
Cached:         372464 kB
SwapCached:          0 kB
Active:         197436 kB
Inactive:       278372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2656 kB
Writeback:           0 kB
Mapped:          83700 kB
Slab:            39588 kB
Committed_AS:  5026148 kB
PageTables:       2056 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= 66520 MiB



End job on node38 on Wed Jan 10 04:31:43 UTC 2007