Trace number 210594

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.03 1813.78

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-38.xml
MD5SUM2503b7c83ccc01e38c04691572538788
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2280
Number of constraints1636
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1636
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.05
0.20	c 	predicates............    0
0.20	c 	constraints........... 0.49
0.56	c Allocating memory
0.56	c 
0.56	c time limit = -1
0.56	c heuristic = dom/wdeg
0.56	c restart policy = Geometric increment
0.56	c restart base = 1519
0.56	c restart factor = 1.33
0.56	c 
0.56	c Solving
0.56	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/node40/watcher-210594-1168199851 -o ROOT/results/node40/solver-210594-1168199851 -C 1800 -M 900 /tmp/evaluation/210594-1168199851/tramontane/bin/solver /tmp/evaluation/210594-1168199851/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


[startup+0.104302 s]
/proc/loadavg: 1.09 1.02 1.18 5/73 29723
/proc/meminfo: memFree=1720296/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 1.09 1.02 1.18 5/73 29723
/proc/meminfo: memFree=1720296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=10512 CPUtime=0.19
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 1699 0 0 0 19 0 0 0 19 0 1 0 168384477 10764288 1667 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4159433731 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 2628 1667 712 92 0 972 0

[startup+0.51235 s]
/proc/loadavg: 1.09 1.02 1.18 5/73 29723
/proc/meminfo: memFree=1720296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=16676 CPUtime=0.5
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 3247 0 0 0 49 1 0 0 22 0 1 0 168384477 17076224 3215 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134604330 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 4169 3215 712 92 0 2513 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16676

[startup+1.33546 s]
/proc/loadavg: 1.16 1.03 1.18 3/73 29723
/proc/meminfo: memFree=1678504/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33104 CPUtime=1.31
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7277 0 0 0 128 3 0 0 25 0 1 0 168384477 33898496 7212 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8276 7212 723 92 0 6620 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 33104

[startup+2.98267 s]
/proc/loadavg: 1.16 1.03 1.18 3/73 29723
/proc/meminfo: memFree=1678504/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=2.95
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 292 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 33132

[startup+6.25909 s]
/proc/loadavg: 1.16 1.03 1.18 3/73 29723
/proc/meminfo: memFree=1678256/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=6.2
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 617 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722074 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 33132

[startup+12.7199 s]
/proc/loadavg: 1.29 1.06 1.19 3/73 29723
/proc/meminfo: memFree=1678416/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=12.61
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 1258 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710194 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 33132

[startup+25.5246 s]
/proc/loadavg: 1.40 1.09 1.20 3/73 29723
/proc/meminfo: memFree=1678544/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=25.32
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 2529 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 33132

[startup+51.1469 s]
/proc/loadavg: 1.60 1.17 1.22 3/73 29723
/proc/meminfo: memFree=1678672/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=50.75
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 5072 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 33132

[startup+102.389 s]
/proc/loadavg: 1.84 1.30 1.26 3/73 29723
/proc/meminfo: memFree=1678736/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=101.61
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 10158 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637255 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 33132

[startup+162.446 s]
/proc/loadavg: 1.99 1.44 1.31 3/73 29723
/proc/meminfo: memFree=1678736/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=161.22
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 16119 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710514 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 33132

[startup+222.505 s]
/proc/loadavg: 1.99 1.54 1.35 3/79 29795
/proc/meminfo: memFree=1677344/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=220.75
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 22072 3 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710511 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 33132

[startup+282.583 s]
/proc/loadavg: 2.04 1.64 1.39 3/79 29887
/proc/meminfo: memFree=1677344/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=280.24
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 28020 4 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708982 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 280.24
Current children cumulated vsize (KiB) 33132

[startup+342.642 s]
/proc/loadavg: 2.01 1.70 1.43 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=339.8
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 33976 4 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710185 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 339.8
Current children cumulated vsize (KiB) 33132

[startup+402.698 s]
/proc/loadavg: 2.04 1.77 1.47 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=399.41
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 39937 4 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 399.41
Current children cumulated vsize (KiB) 33132

[startup+462.748 s]
/proc/loadavg: 2.09 1.82 1.50 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=459.02
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 45898 4 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637305 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 459.02
Current children cumulated vsize (KiB) 33132

[startup+522.803 s]
/proc/loadavg: 2.03 1.85 1.53 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=518.62
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 51858 4 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 518.62
Current children cumulated vsize (KiB) 33132

[startup+582.856 s]
/proc/loadavg: 2.01 1.88 1.56 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=578.23
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 57819 4 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 578.23
Current children cumulated vsize (KiB) 33132

[startup+642.91 s]
/proc/loadavg: 2.00 1.90 1.58 3/73 29921
/proc/meminfo: memFree=1678360/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=637.85
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 63780 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722074 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 637.85
Current children cumulated vsize (KiB) 33132

[startup+702.963 s]
/proc/loadavg: 2.05 1.93 1.61 3/73 29921
/proc/meminfo: memFree=1678424/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=697.46
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 69741 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 697.46
Current children cumulated vsize (KiB) 33132

[startup+763.015 s]
/proc/loadavg: 2.02 1.94 1.63 3/73 29921
/proc/meminfo: memFree=1678360/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=757.06
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 75701 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 757.06
Current children cumulated vsize (KiB) 33132

[startup+823.075 s]
/proc/loadavg: 2.00 1.95 1.65 3/73 29921
/proc/meminfo: memFree=1678360/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=816.68
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 81663 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 816.68
Current children cumulated vsize (KiB) 33132

[startup+883.125 s]
/proc/loadavg: 2.00 1.95 1.67 3/73 29921
/proc/meminfo: memFree=1678360/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=876.28
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 87623 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 876.28
Current children cumulated vsize (KiB) 33132

[startup+943.18 s]
/proc/loadavg: 2.00 1.96 1.69 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=935.89
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 93584 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722070 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 935.89
Current children cumulated vsize (KiB) 33132

[startup+1003.23 s]
/proc/loadavg: 2.05 1.98 1.71 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=995.5
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 99545 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710511 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 995.5
Current children cumulated vsize (KiB) 33132

[startup+1063.29 s]
/proc/loadavg: 2.02 1.98 1.73 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1055.11
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 105506 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1055.11
Current children cumulated vsize (KiB) 33132

[startup+1123.35 s]
/proc/loadavg: 2.00 1.98 1.74 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1114.72
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 111467 5 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710172 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1114.72
Current children cumulated vsize (KiB) 33132

[startup+1183.4 s]
/proc/loadavg: 2.00 1.98 1.75 3/73 29921
/proc/meminfo: memFree=1678296/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1174.34
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 117428 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1174.34
Current children cumulated vsize (KiB) 33132

[startup+1243.45 s]
/proc/loadavg: 2.00 1.98 1.76 3/73 29921
/proc/meminfo: memFree=1678232/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1233.95
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 123389 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710185 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1233.95
Current children cumulated vsize (KiB) 33132

[startup+1303.51 s]
/proc/loadavg: 2.00 1.98 1.77 3/73 29923
/proc/meminfo: memFree=1678040/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1293.56
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 129350 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1293.56
Current children cumulated vsize (KiB) 33132

[startup+1363.57 s]
/proc/loadavg: 2.00 1.98 1.79 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1353.17
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 135311 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1353.17
Current children cumulated vsize (KiB) 33132

[startup+1423.62 s]
/proc/loadavg: 2.00 1.98 1.80 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1412.77
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 141271 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722073 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1412.77
Current children cumulated vsize (KiB) 33132

[startup+1483.67 s]
/proc/loadavg: 2.00 1.98 1.81 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1472.38
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 147232 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710153 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1472.38
Current children cumulated vsize (KiB) 33132

[startup+1543.72 s]
/proc/loadavg: 2.00 1.98 1.82 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1531.99
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 153193 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1531.99
Current children cumulated vsize (KiB) 33132

[startup+1603.78 s]
/proc/loadavg: 2.00 1.98 1.83 3/73 29923
/proc/meminfo: memFree=1678168/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1591.59
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 159153 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722073 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1591.59
Current children cumulated vsize (KiB) 33132

[startup+1663.83 s]
/proc/loadavg: 2.00 1.98 1.83 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1651.21
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 165115 6 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722074 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1651.21
Current children cumulated vsize (KiB) 33132

[startup+1723.89 s]
/proc/loadavg: 2.00 1.98 1.84 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1710.82
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 171075 7 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710172 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1710.82
Current children cumulated vsize (KiB) 33132

[startup+1783.94 s]
/proc/loadavg: 2.00 1.98 1.84 3/73 29923
/proc/meminfo: memFree=1678104/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1770.43
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 177036 7 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 1 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1770.43
Current children cumulated vsize (KiB) 33132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.67 s]
/proc/loadavg: 2.00 1.98 1.85 3/80 29980
/proc/meminfo: memFree=1632152/2055920 swapFree=4192812/4192956
[pid=29722] ppid=29720 vsize=33132 CPUtime=1800.01
/proc/29722/stat : 29722 (solver) R 29720 29722 29124 0 -1 4194304 7284 0 0 0 179993 8 0 0 25 0 1 0 168384477 33927168 7219 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/29722/statm: 8283 7219 723 92 0 6627 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 33132

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.78
CPU time (s): 1800.03
CPU user time (s): 1799.94
CPU system time (s): 0.093985
CPU usage (%): 99.2421
Max. virtual memory (cumulated for all children) (KiB): 33132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7284
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= 10
involuntary context switches= 37897

runsolver used 1.89171 s user time and 4.5923 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 19:57:31 UTC 2007


IDJOB= 210594
IDBENCH= 4631
FILE ID= node40/210594-1168199851

PBS_JOBID= 3480740

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-40-38.xml
COMMAND LINE= /tmp/evaluation/210594-1168199851/tramontane/bin/solver /tmp/evaluation/210594-1168199851/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-210594-1168199851 -o ROOT/results/node40/solver-210594-1168199851 -C 1800 -M 900  /tmp/evaluation/210594-1168199851/tramontane/bin/solver /tmp/evaluation/210594-1168199851/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  2503b7c83ccc01e38c04691572538788

RANDOM SEED= 743367015

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.239
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.239
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:       1721224 kB
Buffers:         24320 kB
Cached:         226328 kB
SwapCached:          0 kB
Active:         129496 kB
Inactive:       151740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7544 kB
Writeback:           0 kB
Mapped:          44144 kB
Slab:            39016 kB
Committed_AS:  3462776 kB
PageTables:       1756 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= 66548 MiB



End job on node40 on Sun Jan  7 20:27:45 UTC 2007