Trace number 199954

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
Tramontane 2006-12-04? (TO) 1800.1 1827.84

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-15_ext.xml
MD5SUM3b47a728bbc52152af4316abee9f9c5d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1341.78
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c 
0.20	c Parsing xml file
0.20	c 	domains...............    0
0.20	c 	variables.............    0
0.20	c 	relations............. 0.95
0.96	c 	constraints........... 0.04
1.01	c Allocating memory
1.01	c 
1.01	c time limit = -1
1.01	c heuristic = dom/wdeg
1.01	c restart policy = Geometric increment
1.01	c restart base = 15
1.01	c restart factor = 1.33
1.01	c 
1.01	c Solving
1.01	c

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/node5/watcher-199954-1168138773 -o ROOT/results/node5/solver-199954-1168138773 -C 1800 -M 900 /tmp/evaluation/199954-1168138773/tramontane/bin/solver /tmp/evaluation/199954-1168138773/unknown.xml -res geom -f 3 -v 1 

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.02 2.02 2.00 5/94 29366
/proc/meminfo: memFree=1771432/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=18540 CPUtime=0
/proc/29365/stat : 29365 (runsolver) R 29363 29365 28603 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 142491836 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29365/statm: 4635 279 244 17 0 2626 0

[startup+0.108712 s]
/proc/loadavg: 2.02 2.02 2.00 5/94 29366
/proc/meminfo: memFree=1771432/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=7928 CPUtime=0.09
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 1051 0 0 0 9 0 0 0 18 0 1 0 142491836 8118272 1019 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 4157911368 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 1982 1019 692 92 0 326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7928

[startup+0.516756 s]
/proc/loadavg: 2.02 2.02 2.00 5/94 29366
/proc/meminfo: memFree=1771432/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=11104 CPUtime=0.49
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 1847 0 0 0 49 0 0 0 22 0 1 0 142491836 11370496 1815 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 4157911345 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 2776 1815 692 92 0 1120 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11104

[startup+1.34385 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 29366
/proc/meminfo: memFree=1763112/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1.32
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 131 1 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637848 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 14948

[startup+2.98649 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 29366
/proc/meminfo: memFree=1763048/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=2.94
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 293 1 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637569 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 14948

[startup+6.26641 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 29366
/proc/meminfo: memFree=1763048/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=6.19
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 618 1 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790437 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 14948

[startup+12.7391 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 29366
/proc/meminfo: memFree=1763176/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=12.61
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 1260 1 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639599 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 14948

[startup+25.5486 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 29366
/proc/meminfo: memFree=1763304/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=25.31
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 2530 1 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639609 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 14948

[startup+51.1845 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 29366
/proc/meminfo: memFree=1763368/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=50.74
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 5073 1 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790374 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 14948

[startup+102.466 s]
/proc/loadavg: 2.07 2.03 2.00 3/100 29511
/proc/meminfo: memFree=1758056/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=101.59
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 10153 6 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722305 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 14948

[startup+162.496 s]
/proc/loadavg: 2.25 2.07 2.02 4/106 30036
/proc/meminfo: memFree=1750040/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=160.39
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 16026 13 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790657 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 160.39
Current children cumulated vsize (KiB) 14948

[startup+222.577 s]
/proc/loadavg: 2.12 2.07 2.01 3/94 30115
/proc/meminfo: memFree=1728608/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=218.99
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 21882 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637192 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 218.99
Current children cumulated vsize (KiB) 14948

[startup+282.605 s]
/proc/loadavg: 2.07 2.07 2.01 3/94 30115
/proc/meminfo: memFree=1728608/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=278.94
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 27877 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 278.94
Current children cumulated vsize (KiB) 14948

[startup+342.705 s]
/proc/loadavg: 2.03 2.05 2.01 3/94 30115
/proc/meminfo: memFree=1728608/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=338.98
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 33881 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637305 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 14948

[startup+402.726 s]
/proc/loadavg: 2.01 2.04 2.00 3/94 30115
/proc/meminfo: memFree=1728608/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=398.94
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 39877 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790767 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 398.94
Current children cumulated vsize (KiB) 14948

[startup+462.753 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 30115
/proc/meminfo: memFree=1728544/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=458.89
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 45872 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 458.89
Current children cumulated vsize (KiB) 14948

[startup+522.775 s]
/proc/loadavg: 2.08 2.04 2.01 3/94 30115
/proc/meminfo: memFree=1728544/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=518.86
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 51869 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637545 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 518.86
Current children cumulated vsize (KiB) 14948

[startup+582.876 s]
/proc/loadavg: 2.03 2.03 2.00 3/94 30115
/proc/meminfo: memFree=1728480/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=578.91
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 57874 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637345 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 14948

[startup+642.979 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 30115
/proc/meminfo: memFree=1728352/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=638.93
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 63876 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637155 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 638.93
Current children cumulated vsize (KiB) 14948

[startup+702.991 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 30115
/proc/meminfo: memFree=1728352/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=698.89
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 69872 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790431 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 698.89
Current children cumulated vsize (KiB) 14948

[startup+763.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 30115
/proc/meminfo: memFree=1728288/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=758.85
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 75868 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722304 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 758.85
Current children cumulated vsize (KiB) 14948

[startup+823.004 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30115
/proc/meminfo: memFree=1728288/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=818.77
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 81860 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722112 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 818.77
Current children cumulated vsize (KiB) 14948

[startup+883.011 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30115
/proc/meminfo: memFree=1728224/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=878.72
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 87855 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722331 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 878.72
Current children cumulated vsize (KiB) 14948

[startup+943.062 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30117
/proc/meminfo: memFree=1727968/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=938.71
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 93854 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790431 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 938.71
Current children cumulated vsize (KiB) 14948

[startup+1003.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30117
/proc/meminfo: memFree=1727968/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=998.73
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 99856 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722118 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 998.73
Current children cumulated vsize (KiB) 14948

[startup+1063.26 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 30117
/proc/meminfo: memFree=1727968/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1058.78
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 105861 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637810 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1058.78
Current children cumulated vsize (KiB) 14948

[startup+1123.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30117
/proc/meminfo: memFree=1727904/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1118.75
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 111858 17 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637710 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1118.75
Current children cumulated vsize (KiB) 14948

[startup+1183.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30117
/proc/meminfo: memFree=1727840/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1178.75
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 117857 18 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637782 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1178.75
Current children cumulated vsize (KiB) 14948

[startup+1243.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30117
/proc/meminfo: memFree=1727840/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1238.77
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 123859 18 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790642 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1238.77
Current children cumulated vsize (KiB) 14948

[startup+1303.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 30117
/proc/meminfo: memFree=1727776/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1298.77
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 129859 18 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790374 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1298.77
Current children cumulated vsize (KiB) 14948

[startup+1363.53 s]
/proc/loadavg: 2.30 2.06 2.02 3/101 31326
/proc/meminfo: memFree=1724592/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1358.41
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 135822 19 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637782 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1358.41
Current children cumulated vsize (KiB) 14948

[startup+1423.62 s]
/proc/loadavg: 2.82 2.26 2.09 4/101 3892
/proc/meminfo: memFree=1716592/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1417.01
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 141680 21 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790446 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1417.01
Current children cumulated vsize (KiB) 14948

[startup+1483.67 s]
/proc/loadavg: 3.07 2.44 2.16 4/101 9565
/proc/meminfo: memFree=1709808/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1475.4
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 147516 24 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722081 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1475.4
Current children cumulated vsize (KiB) 14948

[startup+1543.77 s]
/proc/loadavg: 3.16 2.58 2.22 5/100 15194
/proc/meminfo: memFree=1704056/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1533.63
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 153338 25 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790401 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1533.63
Current children cumulated vsize (KiB) 14948

[startup+1603.87 s]
/proc/loadavg: 3.10 2.67 2.28 3/101 20770
/proc/meminfo: memFree=1697584/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1591.79
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 159151 28 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722220 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1591.79
Current children cumulated vsize (KiB) 14948

[startup+1663.88 s]
/proc/loadavg: 3.24 2.79 2.34 4/101 26297
/proc/meminfo: memFree=1689392/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1641.32
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 164103 29 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637325 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1641.32
Current children cumulated vsize (KiB) 14948

[startup+1723.88 s]
/proc/loadavg: 3.33 2.90 2.40 4/100 31981
/proc/meminfo: memFree=1684408/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1696.98
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 169667 31 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637645 0 0 4096 0 0 0 0 17 0 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1696.98
Current children cumulated vsize (KiB) 14948

[startup+1783.96 s]
/proc/loadavg: 2.52 2.75 2.38 3/94 32408
/proc/meminfo: memFree=1685664/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1756.42
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 175610 32 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790611 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1756.42
Current children cumulated vsize (KiB) 14948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.84 s]
/proc/loadavg: 2.24 2.64 2.36 3/94 32408
/proc/meminfo: memFree=1685664/2055920 swapFree=4192812/4192956
[pid=29365] ppid=29363 vsize=14948 CPUtime=1800.09
/proc/29365/stat : 29365 (solver) R 29363 29365 28603 0 -1 4194304 2798 0 0 0 179977 32 0 0 25 0 1 0 142491836 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637630 0 0 4096 0 0 0 0 17 1 0 0
/proc/29365/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 14948

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1827.84
CPU time (s): 1800.1
CPU user time (s): 1799.78
CPU system time (s): 0.32695
CPU usage (%): 98.4823
Max. virtual memory (cumulated for all children) (KiB): 14948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 34923

runsolver used 2.10868 s user time and 5.60415 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 02:59:34 UTC 2007


IDJOB= 199954
IDBENCH= 3662
FILE ID= node5/199954-1168138773

PBS_JOBID= 3477794

Free space on /tmp= 66326 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-15_ext.xml
COMMAND LINE= /tmp/evaluation/199954-1168138773/tramontane/bin/solver /tmp/evaluation/199954-1168138773/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-199954-1168138773 -o ROOT/results/node5/solver-199954-1168138773 -C 1800 -M 900  /tmp/evaluation/199954-1168138773/tramontane/bin/solver /tmp/evaluation/199954-1168138773/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  3b47a728bbc52152af4316abee9f9c5d

RANDOM SEED= 269724800

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1771848 kB
Buffers:         42792 kB
Cached:         100892 kB
SwapCached:          0 kB
Active:         145336 kB
Inactive:        81872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5912 kB
Writeback:           0 kB
Mapped:         110036 kB
Slab:            41444 kB
Committed_AS:  3545116 kB
PageTables:       2316 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= 66344 MiB



End job on node5 on Sun Jan  7 03:30:02 UTC 2007