Trace number 234640

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 32.2891 32.2288

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-105-9.xml
MD5SUMf708d893494e85c77082cf1b153219a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size329
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.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.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/234640-1168332900/unknown.xml
0.24	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.52	c reading variables
c reading variables (25) done.
0.68	c reading predicates 
c reading relations (2) done.
0.89	c reading constraints
c reading constraints done.
30.92	c ... done. Wall clock time 30.673s.
30.92	c CPU time (experimental) 25.69s.
30.92	c #vars     7111
30.92	c #constraints  56938
32.14	c starts		: 2
32.14	c conflicts		: 100
32.14	c decisions		: 1111
32.14	c propagations		: 20605
32.14	c inspects		: 547641
32.14	c learnt literals	: 0
32.14	c learnt binary clauses	: 0
32.14	c learnt ternary clauses	: 0
32.14	c learnt clauses	: 100
32.14	c root simplifications	: 0
32.14	c removed literals (reason simplification)	: 0
32.14	c reason swapping (by a shorter reason)	: 0
32.14	c Calls to reduceDB	: 0
32.14	c speed (decisions/second)	: 935.1851851851852
32.14	c non guided choices	920
32.14	s SATISFIABLE
32.14	v 252 180 70 205 0 79 245 178 220 1 59 161 0 206 250 156 260 218 59 2 245 76 220 0 129 
32.14	c Total wall clock time (in seconds) : 31.894
32.14	c Total CPU time (experimental, in seconds) : 26.26

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/node44/watcher-234640-1168332900 -o ROOT/results/node44/solver-234640-1168332900 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234640-1168332900/sat4jCSP-bf3-cached.jar /tmp/evaluation/234640-1168332900/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.20 1.06 1.06 4/74 7628
/proc/meminfo: memFree=1459144/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=896088 CPUtime=0.03
/proc/7627/stat : 7627 (java) S 7625 7627 6172 0 -1 0 2780 0 1 0 3 0 0 0 18 0 4 0 181689025 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7627/statm: 224022 2542 1323 14 0 211042 0
[pid=7627/tid=7629] ppid=7625 vsize=896088 CPUtime=0
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 18 0 4 0 181689027 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=7627/tid=7630] ppid=7625 vsize=896088 CPUtime=0
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 19 0 4 0 181689027 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 0 0 0
[pid=7627/tid=7631] ppid=7625 vsize=896088 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) R 7625 7627 6172 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 181689030 917594112 2542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 12128216 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103234 s]
/proc/loadavg: 1.20 1.06 1.06 4/74 7628
/proc/meminfo: memFree=1459144/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=901540 CPUtime=0.09
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 3358 0 1 0 8 1 0 0 22 0 12 0 181689025 923176960 3118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215244 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7627/statm: 225385 3118 1569 14 0 212109 0
[pid=7627/tid=7629] ppid=7625 vsize=901540 CPUtime=0
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181689027 923176960 3118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7630] ppid=7625 vsize=901540 CPUtime=0
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181689027 923176960 3118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7631] ppid=7625 vsize=901540 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 181689030 923176960 3118 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) 901540

[startup+0.515267 s]
/proc/loadavg: 1.20 1.06 1.06 4/74 7628
/proc/meminfo: memFree=1459144/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=905236 CPUtime=0.5
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 5973 0 1 0 47 3 0 0 19 0 12 0 181689025 926961664 5567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7627/statm: 226309 5567 2288 14 0 212746 0
[pid=7627/tid=7629] ppid=7625 vsize=905236 CPUtime=0
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181689027 926961664 5567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7630] ppid=7625 vsize=905236 CPUtime=0
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181689027 926961664 5567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7631] ppid=7625 vsize=905236 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 181689030 926961664 5567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.34435 s]
/proc/loadavg: 1.20 1.06 1.06 4/85 7639
/proc/meminfo: memFree=1438896/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=909672 CPUtime=1.33
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 9649 0 1 0 128 5 0 0 23 0 12 0 181689025 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7627/statm: 227418 8231 2462 14 0 213855 0
[pid=7627/tid=7629] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181689027 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7630] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181689027 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7631] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181689030 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7632] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7632/stat : 7632 (java) S 7625 7627 6172 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 181689031 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7633] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7633/stat : 7633 (java) S 7625 7627 6172 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181689031 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7634] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7634/stat : 7634 (java) S 7625 7627 6172 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181689034 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7635] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7635/stat : 7635 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181689034 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7636] ppid=7625 vsize=909672 CPUtime=0.21
/proc/7627/task/7636/stat : 7636 (java) S 7625 7627 6172 0 -1 64 276 0 0 0 21 0 0 0 16 0 12 0 181689034 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7637] ppid=7625 vsize=909672 CPUtime=0.43
/proc/7627/task/7637/stat : 7637 (java) S 7625 7627 6172 0 -1 64 2589 0 0 0 42 1 0 0 17 0 12 0 181689034 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7638] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7638/stat : 7638 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181689034 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7639] ppid=7625 vsize=909672 CPUtime=0
/proc/7627/task/7639/stat : 7639 (java) S 7625 7627 6172 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181689034 931504128 8231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 909672

[startup+2.98652 s]
/proc/loadavg: 1.20 1.06 1.06 3/85 7639
/proc/meminfo: memFree=1372272/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=909996 CPUtime=2.99
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 28435 0 1 0 287 12 0 0 25 0 12 0 181689025 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054122970 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7627/statm: 227499 27000 2478 14 0 213936 0
[pid=7627/tid=7629] ppid=7625 vsize=909996 CPUtime=0.08
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 2695 0 0 0 7 1 0 0 16 0 12 0 181689027 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7630] ppid=7625 vsize=909996 CPUtime=0.06
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 2641 0 0 0 6 0 0 0 16 0 12 0 181689027 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7631] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 181689030 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7632] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7632/stat : 7632 (java) S 7625 7627 6172 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181689031 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7633] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7633/stat : 7633 (java) S 7625 7627 6172 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181689031 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7634] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7634/stat : 7634 (java) S 7625 7627 6172 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181689034 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7635] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7635/stat : 7635 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181689034 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7636] ppid=7625 vsize=909996 CPUtime=0.34
/proc/7627/task/7636/stat : 7636 (java) S 7625 7627 6172 0 -1 64 299 0 0 0 34 0 0 0 16 0 12 0 181689034 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7637] ppid=7625 vsize=909996 CPUtime=0.53
/proc/7627/task/7637/stat : 7637 (java) S 7625 7627 6172 0 -1 64 2599 0 0 0 52 1 0 0 16 0 12 0 181689034 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7638] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7638/stat : 7638 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181689034 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7639] ppid=7625 vsize=909996 CPUtime=0
/proc/7627/task/7639/stat : 7639 (java) R 7625 7627 6172 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181689034 931835904 27000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 909996

[startup+6.27086 s]
/proc/loadavg: 1.43 1.11 1.07 6/85 7639
/proc/meminfo: memFree=1327992/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=910352 CPUtime=6.27
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 37273 0 1 0 612 15 0 0 25 0 12 0 181689025 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054183346 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7627/statm: 227588 35463 2478 14 0 214025 0
[pid=7627/tid=7629] ppid=7625 vsize=910352 CPUtime=0.36
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 7984 0 0 0 34 2 0 0 16 0 12 0 181689027 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7630] ppid=7625 vsize=910352 CPUtime=0.33
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 6181 0 0 0 31 2 0 0 16 0 12 0 181689027 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7631] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 181689030 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7632] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7632/stat : 7632 (java) S 7625 7627 6172 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181689031 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7633] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7633/stat : 7633 (java) S 7625 7627 6172 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181689031 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7634] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7634/stat : 7634 (java) S 7625 7627 6172 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181689034 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7635] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7635/stat : 7635 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181689034 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7636] ppid=7625 vsize=910352 CPUtime=0.35
/proc/7627/task/7636/stat : 7636 (java) S 7625 7627 6172 0 -1 64 300 0 0 0 35 0 0 0 17 0 12 0 181689034 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7637] ppid=7625 vsize=910352 CPUtime=0.54
/proc/7627/task/7637/stat : 7637 (java) S 7625 7627 6172 0 -1 64 2599 0 0 0 53 1 0 0 17 0 12 0 181689034 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7638] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7638/stat : 7638 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181689034 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7639] ppid=7625 vsize=910352 CPUtime=0
/proc/7627/task/7639/stat : 7639 (java) S 7625 7627 6172 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181689034 932200448 35463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 910352

[startup+12.7775 s]
/proc/loadavg: 1.47 1.12 1.08 3/85 7639
/proc/meminfo: memFree=1265784/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=907628 CPUtime=12.88
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 53733 0 1 0 1266 22 0 0 25 0 12 0 181689025 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7627/statm: 226907 50822 2478 14 0 213344 0
[pid=7627/tid=7629] ppid=7625 vsize=907628 CPUtime=0.97
/proc/7627/task/7629/stat : 7629 (java) R 7625 7627 6172 0 -1 64 16136 0 0 0 91 6 0 0 16 0 12 0 181689027 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7630] ppid=7625 vsize=907628 CPUtime=0.78
/proc/7627/task/7630/stat : 7630 (java) R 7625 7627 6172 0 -1 64 14464 0 0 0 73 5 0 0 15 0 12 0 181689027 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7631] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 181689030 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7632] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7632/stat : 7632 (java) S 7625 7627 6172 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181689031 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7633] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7633/stat : 7633 (java) S 7625 7627 6172 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181689031 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7634] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7634/stat : 7634 (java) S 7625 7627 6172 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181689034 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7635] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7635/stat : 7635 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181689034 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7636] ppid=7625 vsize=907628 CPUtime=0.41
/proc/7627/task/7636/stat : 7636 (java) S 7625 7627 6172 0 -1 64 304 0 0 0 41 0 0 0 17 0 12 0 181689034 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7637] ppid=7625 vsize=907628 CPUtime=0.55
/proc/7627/task/7637/stat : 7637 (java) S 7625 7627 6172 0 -1 64 2600 0 0 0 54 1 0 0 16 0 12 0 181689034 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7638] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7638/stat : 7638 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181689034 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7639] ppid=7625 vsize=907628 CPUtime=0
/proc/7627/task/7639/stat : 7639 (java) S 7625 7627 6172 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181689034 929411072 50822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 907628

[startup+25.6307 s]
/proc/loadavg: 1.75 1.20 1.10 5/85 7639
/proc/meminfo: memFree=1146744/2055920 swapFree=4191892/4192956
[pid=7627] ppid=7625 vsize=908268 CPUtime=25.69
/proc/7627/stat : 7627 (java) R 7625 7627 6172 0 -1 0 85536 0 1 0 2535 34 0 0 25 0 12 0 181689025 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054332937 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7627/statm: 227067 82439 2478 14 0 213504 0
[pid=7627/tid=7629] ppid=7625 vsize=908268 CPUtime=1.79
/proc/7627/task/7629/stat : 7629 (java) S 7625 7627 6172 0 -1 64 32069 0 0 0 167 12 0 0 16 0 12 0 181689027 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7630] ppid=7625 vsize=908268 CPUtime=1.69
/proc/7627/task/7630/stat : 7630 (java) S 7625 7627 6172 0 -1 64 30306 0 0 0 160 9 0 0 16 0 12 0 181689027 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7631] ppid=7625 vsize=908268 CPUtime=0.01
/proc/7627/task/7631/stat : 7631 (java) S 7625 7627 6172 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 181689030 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7632] ppid=7625 vsize=908268 CPUtime=0
/proc/7627/task/7632/stat : 7632 (java) S 7625 7627 6172 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181689031 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7633] ppid=7625 vsize=908268 CPUtime=0
/proc/7627/task/7633/stat : 7633 (java) S 7625 7627 6172 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181689031 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7627/tid=7634] ppid=7625 vsize=908268 CPUtime=0
/proc/7627/task/7634/stat : 7634 (java) S 7625 7627 6172 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181689034 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7635] ppid=7625 vsize=908268 CPUtime=0
/proc/7627/task/7635/stat : 7635 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181689034 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7636] ppid=7625 vsize=908268 CPUtime=0.42
/proc/7627/task/7636/stat : 7636 (java) S 7625 7627 6172 0 -1 64 304 0 0 0 42 0 0 0 17 0 12 0 181689034 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7637] ppid=7625 vsize=908268 CPUtime=0.56
/proc/7627/task/7637/stat : 7637 (java) S 7625 7627 6172 0 -1 64 2601 0 0 0 55 1 0 0 16 0 12 0 181689034 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7638] ppid=7625 vsize=908268 CPUtime=0
/proc/7627/task/7638/stat : 7638 (java) S 7625 7627 6172 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181689034 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7627/tid=7639] ppid=7625 vsize=908268 CPUtime=0
/proc/7627/task/7639/stat : 7639 (java) S 7625 7627 6172 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181689034 930066432 82439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 908268

Child status: 0
Real time (s): 32.2288
CPU time (s): 32.2891
CPU user time (s): 31.8422
CPU system time (s): 0.446932
CPU usage (%): 100.187
Max. virtual memory (cumulated for all children) (KiB): 910640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8422
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98118
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= 2046
involuntary context switches= 2142

runsolver used 0.038994 s user time and 0.102984 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Jan  9 08:55:00 UTC 2007


IDJOB= 234640
IDBENCH= 6701
FILE ID= node44/234640-1168332900

PBS_JOBID= 3503321

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-105-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234640-1168332900/sat4jCSP-bf3-cached.jar /tmp/evaluation/234640-1168332900/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-234640-1168332900 -o ROOT/results/node44/solver-234640-1168332900 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234640-1168332900/sat4jCSP-bf3-cached.jar /tmp/evaluation/234640-1168332900/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f708d893494e85c77082cf1b153219a7

RANDOM SEED= 667364126

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.213
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.213
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:       1459624 kB
Buffers:         62184 kB
Cached:         453428 kB
SwapCached:        304 kB
Active:         232156 kB
Inactive:       305048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459624 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          31724 kB
Slab:            44492 kB
Committed_AS:  4047292 kB
PageTables:       1728 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= 66544 MiB



End job on node44 on Tue Jan  9 08:55:32 UTC 2007