Trace number 200794

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.05 1804.83

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-6.xml
MD5SUMc4aad964ca56982478fecd918c7cf516
Bench Category2-ARY-INT (binary 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 variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c 
0.14	c Parsing xml file
0.14	c 	domains............... 0.05
0.14	c 	variables............. 0.15
0.21	c 	predicates............    0
0.21	c 	constraints........... 3.21
3.45	c Allocating memory
3.45	c 
3.45	c time limit = -1
3.45	c heuristic = dom/wdeg
3.45	c restart policy = Geometric increment
3.45	c restart base = 1666
3.45	c restart factor = 1.33
3.45	c 
3.45	c Solving
3.45	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/node58/watcher-200794-1168143463 -o ROOT/results/node58/solver-200794-1168143463 -C 1800 -M 900 /tmp/evaluation/200794-1168143463/tramontane/bin/solver /tmp/evaluation/200794-1168143463/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.103291 s]
/proc/loadavg: 1.92 1.98 1.83 2/74 16418
/proc/meminfo: memFree=1349552/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 1.92 1.98 1.83 2/74 16418
/proc/meminfo: memFree=1349552/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=114920 CPUtime=0.19
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 12381 0 0 0 12 7 0 0 19 0 1 0 162744309 117678080 12349 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134805416 0 0 4096 0 0 0 0 17 1 0 0
/proc/16417/statm: 28730 12349 694 92 0 27074 0

[startup+0.513316 s]
/proc/loadavg: 1.92 1.98 1.83 2/74 16418
/proc/meminfo: memFree=1349552/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=116768 CPUtime=0.49
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 12822 0 0 0 41 8 0 0 22 0 1 0 162744309 119570432 12790 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134575826 0 0 4096 0 0 0 0 17 1 0 0
/proc/16417/statm: 29192 12790 709 92 0 27536 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 116768

[startup+1.33439 s]
/proc/loadavg: 1.92 1.98 1.83 3/74 16418
/proc/meminfo: memFree=1297904/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=120812 CPUtime=1.3
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 13833 0 0 0 122 8 0 0 25 0 1 0 162744309 123711488 13801 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 5361489 0 0 4096 0 0 0 0 17 1 0 0
/proc/16417/statm: 30203 13801 709 92 0 28547 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 120812

[startup+2.97153 s]
/proc/loadavg: 1.92 1.98 1.83 3/74 16418
/proc/meminfo: memFree=1292016/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=129148 CPUtime=2.92
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 15893 0 0 0 283 9 0 0 25 0 1 0 162744309 132247552 15828 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 5007811 0 0 4096 0 0 0 0 17 1 0 0
/proc/16417/statm: 32287 15828 709 92 0 30631 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 129148

[startup+6.2508 s]
/proc/loadavg: 1.93 1.98 1.83 3/74 16418
/proc/meminfo: memFree=1273840/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143876 CPUtime=6.17
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19612 0 0 0 606 11 0 0 25 0 1 0 162744309 147329024 19508 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134638404 0 0 4096 0 0 0 0 17 1 0 0
/proc/16417/statm: 35969 19508 719 92 0 34313 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 143876

[startup+12.7134 s]
/proc/loadavg: 1.93 1.98 1.83 2/75 16419
/proc/meminfo: memFree=1338408/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143876 CPUtime=12.58
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19612 0 0 0 1247 11 0 0 25 0 1 0 162744309 147329024 19508 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812976 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35969 19508 719 92 0 34313 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 143876

[startup+25.5395 s]
/proc/loadavg: 2.03 2.00 1.84 4/81 16483
/proc/meminfo: memFree=1238584/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143876 CPUtime=25.41
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19612 0 0 0 2527 14 0 0 25 0 1 0 162744309 147329024 19508 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35969 19508 719 92 0 34313 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 143876

[startup+51.1727 s]
/proc/loadavg: 2.02 2.00 1.84 3/81 16483
/proc/meminfo: memFree=851064/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143880 CPUtime=50.96
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19613 0 0 0 5082 14 0 0 25 0 1 0 162744309 147333120 19509 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709358 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35970 19509 719 92 0 34314 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 143880

[startup+102.389 s]
/proc/loadavg: 2.11 2.03 1.85 3/81 16483
/proc/meminfo: memFree=693880/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=101.87
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 10173 14 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134712100 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 143888

[startup+162.42 s]
/proc/loadavg: 2.07 2.03 1.87 3/81 16483
/proc/meminfo: memFree=693752/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=161.6
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 16146 14 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711146 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 143888

[startup+222.448 s]
/proc/loadavg: 2.02 2.03 1.87 3/81 16483
/proc/meminfo: memFree=693688/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=221.3
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 22115 15 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134638384 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 143888

[startup+282.484 s]
/proc/loadavg: 2.01 2.02 1.88 3/81 16483
/proc/meminfo: memFree=693624/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=281.03
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 28088 15 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 143888

[startup+342.517 s]
/proc/loadavg: 2.00 2.01 1.88 3/81 16483
/proc/meminfo: memFree=693624/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=340.75
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 34060 15 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812928 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 143888

[startup+402.561 s]
/proc/loadavg: 2.11 2.04 1.90 3/81 16556
/proc/meminfo: memFree=1183224/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=400.59
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 40041 18 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709358 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 400.59
Current children cumulated vsize (KiB) 143888

[startup+462.619 s]
/proc/loadavg: 2.08 2.04 1.91 3/81 16556
/proc/meminfo: memFree=1074488/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=460.6
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 46042 18 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812976 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 460.6
Current children cumulated vsize (KiB) 143888

[startup+522.711 s]
/proc/loadavg: 2.13 2.06 1.92 3/81 16556
/proc/meminfo: memFree=996408/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=520.63
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 52045 18 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637330 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 520.63
Current children cumulated vsize (KiB) 143888

[startup+582.793 s]
/proc/loadavg: 2.05 2.05 1.92 3/81 16556
/proc/meminfo: memFree=939448/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=580.64
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 58046 18 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637840 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 580.64
Current children cumulated vsize (KiB) 143888

[startup+642.854 s]
/proc/loadavg: 2.02 2.04 1.92 3/81 16556
/proc/meminfo: memFree=901368/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=640.65
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 64047 18 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 640.65
Current children cumulated vsize (KiB) 143888

[startup+702.916 s]
/proc/loadavg: 2.05 2.04 1.93 3/81 16556
/proc/meminfo: memFree=864504/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=700.66
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 70048 18 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 700.66
Current children cumulated vsize (KiB) 143888

[startup+762.979 s]
/proc/loadavg: 2.02 2.03 1.93 3/81 16556
/proc/meminfo: memFree=829496/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=760.66
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 76047 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711433 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 760.66
Current children cumulated vsize (KiB) 143888

[startup+823.055 s]
/proc/loadavg: 2.00 2.02 1.93 3/81 16556
/proc/meminfo: memFree=789688/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=820.68
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 82049 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 820.68
Current children cumulated vsize (KiB) 143888

[startup+883.131 s]
/proc/loadavg: 2.16 2.06 1.94 3/81 16556
/proc/meminfo: memFree=751480/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=880.7
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 88051 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 880.7
Current children cumulated vsize (KiB) 143888

[startup+943.181 s]
/proc/loadavg: 2.06 2.05 1.94 3/81 16556
/proc/meminfo: memFree=725368/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=940.68
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 94049 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709356 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 940.68
Current children cumulated vsize (KiB) 143888

[startup+1003.23 s]
/proc/loadavg: 2.09 2.05 1.95 3/81 16556
/proc/meminfo: memFree=695800/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1000.68
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 100049 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710330 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1000.68
Current children cumulated vsize (KiB) 143888

[startup+1063.32 s]
/proc/loadavg: 2.03 2.04 1.95 3/81 16556
/proc/meminfo: memFree=658616/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1060.73
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 106054 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711745 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1060.73
Current children cumulated vsize (KiB) 143888

[startup+1123.35 s]
/proc/loadavg: 2.01 2.03 1.95 3/81 16556
/proc/meminfo: memFree=647672/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1120.68
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 112049 19 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812996 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1120.68
Current children cumulated vsize (KiB) 143888

[startup+1183.43 s]
/proc/loadavg: 2.00 2.02 1.95 3/81 16556
/proc/meminfo: memFree=632248/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1180.71
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 118051 20 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709345 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1180.71
Current children cumulated vsize (KiB) 143888

[startup+1243.44 s]
/proc/loadavg: 2.13 2.05 1.96 4/81 16618
/proc/meminfo: memFree=1285440/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1240.66
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 124042 24 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134812927 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1240.66
Current children cumulated vsize (KiB) 143888

[startup+1303.5 s]
/proc/loadavg: 2.11 2.05 1.96 3/81 16618
/proc/meminfo: memFree=700544/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1300.39
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 130014 25 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1300.39
Current children cumulated vsize (KiB) 143888

[startup+1363.52 s]
/proc/loadavg: 2.07 2.06 1.97 3/73 16844
/proc/meminfo: memFree=1268736/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1360.27
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 135998 29 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1360.27
Current children cumulated vsize (KiB) 143888

[startup+1423.53 s]
/proc/loadavg: 2.02 2.04 1.97 3/73 16844
/proc/meminfo: memFree=1268864/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1420.23
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 141994 29 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710305 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1420.23
Current children cumulated vsize (KiB) 143888

[startup+1483.54 s]
/proc/loadavg: 2.01 2.03 1.97 3/73 16844
/proc/meminfo: memFree=1268864/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1480.16
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 147987 29 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709344 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1480.16
Current children cumulated vsize (KiB) 143888

[startup+1543.55 s]
/proc/loadavg: 2.00 2.02 1.97 3/73 16844
/proc/meminfo: memFree=1268864/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1539.92
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 153963 29 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134712081 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1539.92
Current children cumulated vsize (KiB) 143888

[startup+1603.55 s]
/proc/loadavg: 2.00 2.02 1.97 3/73 16844
/proc/meminfo: memFree=1268800/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1599.68
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 159938 30 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1599.68
Current children cumulated vsize (KiB) 143888

[startup+1663.56 s]
/proc/loadavg: 2.00 2.01 1.97 3/73 16844
/proc/meminfo: memFree=1268800/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1659.39
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 165909 30 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708976 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1659.39
Current children cumulated vsize (KiB) 143888

[startup+1723.56 s]
/proc/loadavg: 2.00 2.01 1.97 3/73 16844
/proc/meminfo: memFree=1268800/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1719.14
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 171884 30 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1719.14
Current children cumulated vsize (KiB) 143888

[startup+1783.58 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 16844
/proc/meminfo: memFree=1268800/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1778.9
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 177860 30 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134709356 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1778.9
Current children cumulated vsize (KiB) 143888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.81 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 16844
/proc/meminfo: memFree=1268736/2055920 swapFree=4192812/4192956
[pid=16417] ppid=16415 vsize=143888 CPUtime=1800.02
/proc/16417/stat : 16417 (solver) R 16415 16417 15849 0 -1 4194304 19615 0 0 0 179972 30 0 0 25 0 1 0 162744309 147341312 19511 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134711753 0 0 4096 0 0 0 0 17 0 0 0
/proc/16417/statm: 35972 19511 719 92 0 34316 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 143888

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.83
CPU time (s): 1800.05
CPU user time (s): 1799.73
CPU system time (s): 0.316951
CPU usage (%): 99.7349
Max. virtual memory (cumulated for all children) (KiB): 143888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19615
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= 34765

runsolver used 1.9967 s user time and 5.40518 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 04:17:43 UTC 2007


IDJOB= 200794
IDBENCH= 3727
FILE ID= node58/200794-1168143463

PBS_JOBID= 3478089

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-6.xml
COMMAND LINE= /tmp/evaluation/200794-1168143463/tramontane/bin/solver /tmp/evaluation/200794-1168143463/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-200794-1168143463 -o ROOT/results/node58/solver-200794-1168143463 -C 1800 -M 900  /tmp/evaluation/200794-1168143463/tramontane/bin/solver /tmp/evaluation/200794-1168143463/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  c4aad964ca56982478fecd918c7cf516

RANDOM SEED= 142320857

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.223
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.223
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:       1349968 kB
Buffers:         33040 kB
Cached:         515720 kB
SwapCached:          0 kB
Active:         209100 kB
Inactive:       429408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8584 kB
Writeback:           0 kB
Mapped:         100772 kB
Slab:            52828 kB
Committed_AS:  2588772 kB
PageTables:       1868 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= 66541 MiB



End job on node58 on Sun Jan  7 04:47:48 UTC 2007