Trace number 205953

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.07 1808.21

General information on the benchmark

Namefapp/fapp36-40/fapp38/
fapp38-2500-8.xml
MD5SUMc63689b420ce6e8c6aef37817cc56cbd
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 benchmark57.7552
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c 
0.01	c Parsing xml file
0.01	c 	domains...............  0.1
0.11	c 	variables............. 0.18
0.29	c 	predicates............    0
0.29	c 	constraints...........  4.6
4.90	c Allocating memory
4.90	c 
4.90	c time limit = -1
4.90	c heuristic = dom/wdeg
4.90	c restart policy = Geometric increment
4.90	c restart base = 1666
4.90	c restart factor = 1.33
4.90	c 
4.90	c Solving
4.90	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/node29/watcher-205953-1168168641 -o ROOT/results/node29/solver-205953-1168168641 -C 1800 -M 900 /tmp/evaluation/205953-1168168641/tramontane/bin/solver /tmp/evaluation/205953-1168168641/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.104211 s]
/proc/loadavg: 0.91 0.98 1.21 7/86 13975
/proc/meminfo: memFree=1321856/2055920 swapFree=4191880/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 0.91 0.98 1.21 7/86 13975
/proc/meminfo: memFree=1321856/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=88112 CPUtime=0.2
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 9676 0 0 0 15 5 0 0 20 0 1 0 165258259 90226688 9644 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134805416 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 22028 9648 695 92 0 20372 0

[startup+0.512239 s]
/proc/loadavg: 0.91 0.98 1.21 7/86 13975
/proc/meminfo: memFree=1321856/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=165620 CPUtime=0.5
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 18267 0 0 0 41 9 0 0 24 0 1 0 165258259 169594880 18235 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4620049 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 41405 18235 709 92 0 39749 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 165620

[startup+1.33329 s]
/proc/loadavg: 1.00 1.00 1.22 3/86 13975
/proc/meminfo: memFree=1174464/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=170040 CPUtime=1.31
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 19367 0 0 0 122 9 0 0 25 0 1 0 165258259 174120960 19335 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4159433623 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 42510 19335 709 92 0 40854 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 170040

[startup+2.97039 s]
/proc/loadavg: 1.00 1.00 1.22 3/86 13975
/proc/meminfo: memFree=1162688/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=178864 CPUtime=2.95
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 21580 0 0 0 284 11 0 0 25 0 1 0 165258259 183156736 21515 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4156455423 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 44716 21515 709 92 0 43060 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 178864

[startup+6.25159 s]
/proc/loadavg: 1.00 1.00 1.22 3/86 13975
/proc/meminfo: memFree=1088008/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212260 CPUtime=6.22
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30048 0 0 0 607 15 0 0 25 0 1 0 165258259 217354240 29836 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53065 29836 719 92 0 51409 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 212260

[startup+12.715 s]
/proc/loadavg: 1.15 1.03 1.22 3/86 13975
/proc/meminfo: memFree=1088016/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212260 CPUtime=12.63
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30048 0 0 0 1248 15 0 0 25 0 1 0 165258259 217354240 29836 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53065 29836 719 92 0 51409 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 212260

[startup+25.5328 s]
/proc/loadavg: 1.28 1.06 1.23 4/86 13975
/proc/meminfo: memFree=1088144/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212260 CPUtime=25.4
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30048 0 0 0 2525 15 0 0 25 0 1 0 165258259 217354240 29836 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812976 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53065 29836 719 92 0 51409 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 212260

[startup+51.1644 s]
/proc/loadavg: 1.56 1.15 1.26 3/86 13977
/proc/meminfo: memFree=1088272/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212260 CPUtime=50.92
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30048 0 0 0 5077 15 0 0 25 0 1 0 165258259 217354240 29836 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53065 29836 719 92 0 51409 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 212260

[startup+102.433 s]
/proc/loadavg: 1.81 1.28 1.29 3/86 13977
/proc/meminfo: memFree=1088400/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212264 CPUtime=101.94
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30049 0 0 0 10179 15 0 0 25 0 1 0 165258259 217358336 29837 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53066 29837 719 92 0 51410 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 212264

[startup+162.517 s]
/proc/loadavg: 1.93 1.41 1.33 3/86 13977
/proc/meminfo: memFree=1088400/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212264 CPUtime=161.76
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30049 0 0 0 16161 15 0 0 25 0 1 0 165258259 217358336 29837 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711745 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53066 29837 719 92 0 51410 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 212264

[startup+222.606 s]
/proc/loadavg: 1.97 1.51 1.37 3/86 13977
/proc/meminfo: memFree=1088464/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212268 CPUtime=221.59
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30050 0 0 0 22143 16 0 0 25 0 1 0 165258259 217362432 29838 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709353 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53067 29838 719 92 0 51411 0
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (KiB) 212268

[startup+282.692 s]
/proc/loadavg: 1.99 1.60 1.41 3/86 13977
/proc/meminfo: memFree=1088528/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212268 CPUtime=281.39
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30050 0 0 0 28123 16 0 0 25 0 1 0 165258259 217362432 29838 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812976 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53067 29838 719 92 0 51411 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 212268

[startup+342.773 s]
/proc/loadavg: 1.99 1.67 1.44 3/86 13977
/proc/meminfo: memFree=1088472/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212268 CPUtime=341.22
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30050 0 0 0 34106 16 0 0 25 0 1 0 165258259 217362432 29838 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53067 29838 719 92 0 51411 0
Current children cumulated CPU time (s) 341.22
Current children cumulated vsize (KiB) 212268

[startup+402.859 s]
/proc/loadavg: 1.99 1.73 1.47 3/86 13977
/proc/meminfo: memFree=1088472/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212268 CPUtime=401.03
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30050 0 0 0 40087 16 0 0 25 0 1 0 165258259 217362432 29838 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710330 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53067 29838 719 92 0 51411 0
Current children cumulated CPU time (s) 401.03
Current children cumulated vsize (KiB) 212268

[startup+462.949 s]
/proc/loadavg: 1.99 1.77 1.50 3/86 13977
/proc/meminfo: memFree=1088472/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212268 CPUtime=460.83
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30050 0 0 0 46067 16 0 0 25 0 1 0 165258259 217362432 29838 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711143 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53067 29838 719 92 0 51411 0
Current children cumulated CPU time (s) 460.83
Current children cumulated vsize (KiB) 212268

[startup+523.037 s]
/proc/loadavg: 1.99 1.81 1.53 3/86 13977
/proc/meminfo: memFree=1088472/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=520.67
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 52050 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637192 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 520.67
Current children cumulated vsize (KiB) 212272

[startup+583.125 s]
/proc/loadavg: 1.99 1.84 1.56 3/86 13977
/proc/meminfo: memFree=1088408/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=580.49
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 58032 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722070 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 580.49
Current children cumulated vsize (KiB) 212272

[startup+643.214 s]
/proc/loadavg: 1.99 1.87 1.58 3/86 13977
/proc/meminfo: memFree=1088408/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=640.29
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 64012 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709350 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 640.29
Current children cumulated vsize (KiB) 212272

[startup+703.3 s]
/proc/loadavg: 2.03 1.90 1.61 3/86 13977
/proc/meminfo: memFree=1088344/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=700.12
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 69995 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710322 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 700.12
Current children cumulated vsize (KiB) 212272

[startup+763.383 s]
/proc/loadavg: 2.01 1.92 1.64 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=759.93
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 75976 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 759.93
Current children cumulated vsize (KiB) 212272

[startup+823.473 s]
/proc/loadavg: 2.00 1.93 1.65 3/86 13977
/proc/meminfo: memFree=1088344/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=819.74
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 81957 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637707 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 819.74
Current children cumulated vsize (KiB) 212272

[startup+883.564 s]
/proc/loadavg: 2.00 1.94 1.67 3/86 13977
/proc/meminfo: memFree=1088344/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=879.57
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 87940 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134638384 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 879.57
Current children cumulated vsize (KiB) 212272

[startup+943.656 s]
/proc/loadavg: 2.00 1.95 1.69 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=939.4
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 93923 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 939.4
Current children cumulated vsize (KiB) 212272

[startup+1003.75 s]
/proc/loadavg: 2.00 1.95 1.71 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=999.2
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 99903 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 999.2
Current children cumulated vsize (KiB) 212272

[startup+1063.84 s]
/proc/loadavg: 2.00 1.96 1.72 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1059.03
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 105886 17 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1059.03
Current children cumulated vsize (KiB) 212272

[startup+1123.93 s]
/proc/loadavg: 2.00 1.97 1.74 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1118.87
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 111869 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710322 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1118.87
Current children cumulated vsize (KiB) 212272

[startup+1184.02 s]
/proc/loadavg: 2.00 1.97 1.75 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1178.66
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 117848 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134727394 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1178.66
Current children cumulated vsize (KiB) 212272

[startup+1244.11 s]
/proc/loadavg: 2.00 1.97 1.76 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1238.5
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 123832 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1238.5
Current children cumulated vsize (KiB) 212272

[startup+1304.21 s]
/proc/loadavg: 2.00 1.97 1.77 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1298.33
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 129815 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710304 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1298.33
Current children cumulated vsize (KiB) 212272

[startup+1364.29 s]
/proc/loadavg: 2.00 1.97 1.78 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1358.11
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 135793 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711264 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1358.11
Current children cumulated vsize (KiB) 212272

[startup+1424.38 s]
/proc/loadavg: 2.00 1.97 1.80 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1417.93
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 141775 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1417.93
Current children cumulated vsize (KiB) 212272

[startup+1484.47 s]
/proc/loadavg: 2.00 1.97 1.81 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1477.77
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 147759 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1477.77
Current children cumulated vsize (KiB) 212272

[startup+1544.56 s]
/proc/loadavg: 2.00 1.97 1.82 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1537.56
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 153738 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134712080 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1537.56
Current children cumulated vsize (KiB) 212272

[startup+1604.65 s]
/proc/loadavg: 2.08 1.99 1.83 3/86 13977
/proc/meminfo: memFree=1088280/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1597.39
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 159721 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709344 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1597.39
Current children cumulated vsize (KiB) 212272

[startup+1664.73 s]
/proc/loadavg: 2.03 1.99 1.84 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1657.22
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 165704 18 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134712080 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1657.22
Current children cumulated vsize (KiB) 212272

[startup+1724.83 s]
/proc/loadavg: 2.01 1.99 1.84 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1717.04
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 171685 19 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708986 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1717.04
Current children cumulated vsize (KiB) 212272

[startup+1784.91 s]
/proc/loadavg: 2.00 1.99 1.85 3/86 13977
/proc/meminfo: memFree=1088216/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1776.85
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 177666 19 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1776.85
Current children cumulated vsize (KiB) 212272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.19 s]
/proc/loadavg: 2.00 1.99 1.85 2/81 13978
/proc/meminfo: memFree=1205568/2055920 swapFree=4191880/4192956
[pid=13974] ppid=13969 vsize=212272 CPUtime=1800.04
/proc/13974/stat : 13974 (solver) R 13969 13974 13510 0 -1 4194304 30051 0 0 0 179985 19 0 0 25 0 1 0 165258259 217366528 29839 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/13974/statm: 53068 29839 719 92 0 51412 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 212272

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.21
CPU time (s): 1800.07
CPU user time (s): 1799.86
CPU system time (s): 0.212967
CPU usage (%): 99.5497
Max. virtual memory (cumulated for all children) (KiB): 212272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30051
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= 9
involuntary context switches= 63230

runsolver used 2.20267 s user time and 5.31819 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 11:17:22 UTC 2007


IDJOB= 205953
IDBENCH= 4177
FILE ID= node29/205953-1168168641

PBS_JOBID= 3479011

Free space on /tmp= 66527 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp38/fapp38-2500-8.xml
COMMAND LINE= /tmp/evaluation/205953-1168168641/tramontane/bin/solver /tmp/evaluation/205953-1168168641/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-205953-1168168641 -o ROOT/results/node29/solver-205953-1168168641 -C 1800 -M 900  /tmp/evaluation/205953-1168168641/tramontane/bin/solver /tmp/evaluation/205953-1168168641/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  c63689b420ce6e8c6aef37817cc56cbd

RANDOM SEED= 15570809

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.241
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.241
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:       1322888 kB
Buffers:         78176 kB
Cached:         521612 kB
SwapCached:        448 kB
Active:         294932 kB
Inactive:       362956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322888 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           23288 kB
Writeback:           0 kB
Mapped:          75616 kB
Slab:            60136 kB
Committed_AS:  3377424 kB
PageTables:       2220 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= 66527 MiB



End job on node29 on Sun Jan  7 11:47:30 UTC 2007