Trace number 215897

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.11 1813.48

General information on the benchmark

NamepseudoSeries/mps/
mps-vpm2.xml
MD5SUMe77ab9438f53681c34bb19277bbd1684
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 variables2754
Number of constraints486
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension486
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
0.01	c 	variables............. 0.06
0.06	c 	predicates............ 0.13
0.20	c 	constraints........... 0.37
0.57	c Allocating memory
0.57	c 
0.57	c time limit = -1
0.57	c heuristic = dom/wdeg
0.57	c restart policy = Geometric increment
0.57	c restart base = 1835
0.57	c restart factor = 1.33
0.57	c 
0.57	c Solving
0.57	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-215897-1168237283 -o ROOT/results/node29/solver-215897-1168237283 -C 1800 -M 900 /tmp/evaluation/215897-1168237283/tramontane/bin/solver /tmp/evaluation/215897-1168237283/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.103309 s]
/proc/loadavg: 0.85 0.95 0.99 5/86 22488
/proc/meminfo: memFree=1413648/2055920 swapFree=4191880/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 0.85 0.95 0.99 5/86 22488
/proc/meminfo: memFree=1413648/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=8128 CPUtime=0.19
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 1126 0 0 0 19 0 0 0 19 0 1 0 172122495 8323072 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 5196384 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 2032 1094 711 92 0 376 0

[startup+0.511333 s]
/proc/loadavg: 0.85 0.95 0.99 5/86 22488
/proc/meminfo: memFree=1413648/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=10768 CPUtime=0.49
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 1761 0 0 0 49 0 0 0 22 0 1 0 172122495 11026432 1729 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4336500 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 2692 1729 713 92 0 1036 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10768

[startup+1.3324 s]
/proc/loadavg: 0.85 0.95 0.99 3/86 22488
/proc/meminfo: memFree=998096/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=272752 CPUtime=1.3
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 65847 0 0 0 97 33 0 0 25 0 1 0 172122495 279298048 65815 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4564603 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 68188 65815 720 92 0 66532 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 272752

[startup+2.96948 s]
/proc/loadavg: 0.85 0.95 0.99 3/86 22488
/proc/meminfo: memFree=357520/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539376 CPUtime=2.93
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132503 0 0 0 230 63 0 0 25 0 1 0 172122495 552321024 132471 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134844 132471 723 92 0 133188 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 539376

[startup+6.24869 s]
/proc/loadavg: 0.94 0.97 0.99 3/86 22488
/proc/meminfo: memFree=357216/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=6.18
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 555 63 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 539424

[startup+12.7081 s]
/proc/loadavg: 1.02 0.99 1.00 3/86 22488
/proc/meminfo: memFree=357288/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=12.6
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 1196 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 539424

[startup+25.5209 s]
/proc/loadavg: 1.24 1.04 1.02 3/86 22488
/proc/meminfo: memFree=357352/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=25.31
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 2467 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 539424

[startup+51.1455 s]
/proc/loadavg: 1.50 1.11 1.04 3/86 22488
/proc/meminfo: memFree=357480/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=50.74
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 5010 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708982 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 539424

[startup+102.388 s]
/proc/loadavg: 1.84 1.26 1.09 3/86 22488
/proc/meminfo: memFree=357608/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=101.61
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 10097 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 539424

[startup+162.448 s]
/proc/loadavg: 1.94 1.39 1.15 3/86 22488
/proc/meminfo: memFree=357672/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=161.22
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 16058 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 539424

[startup+222.507 s]
/proc/loadavg: 1.98 1.50 1.20 3/86 22488
/proc/meminfo: memFree=357608/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=220.84
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 22020 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 539424

[startup+282.565 s]
/proc/loadavg: 1.99 1.59 1.24 3/86 22488
/proc/meminfo: memFree=357608/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=280.46
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 27982 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710490 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 280.46
Current children cumulated vsize (KiB) 539424

[startup+342.625 s]
/proc/loadavg: 2.05 1.68 1.29 4/86 22488
/proc/meminfo: memFree=357552/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=340.08
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 33944 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710511 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (KiB) 539424

[startup+402.687 s]
/proc/loadavg: 2.02 1.73 1.34 3/86 22488
/proc/meminfo: memFree=357488/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=399.69
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 39905 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710506 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 399.69
Current children cumulated vsize (KiB) 539424

[startup+462.745 s]
/proc/loadavg: 2.00 1.78 1.37 3/86 22488
/proc/meminfo: memFree=357488/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=459.31
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 45867 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 459.31
Current children cumulated vsize (KiB) 539424

[startup+522.802 s]
/proc/loadavg: 2.00 1.82 1.41 3/86 22488
/proc/meminfo: memFree=357424/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=518.92
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 51828 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710503 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 518.92
Current children cumulated vsize (KiB) 539424

[startup+582.862 s]
/proc/loadavg: 2.04 1.86 1.45 3/86 22488
/proc/meminfo: memFree=357424/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=578.53
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 57789 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 578.53
Current children cumulated vsize (KiB) 539424

[startup+642.923 s]
/proc/loadavg: 2.01 1.88 1.48 3/86 22488
/proc/meminfo: memFree=357424/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=638.15
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 63751 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 638.15
Current children cumulated vsize (KiB) 539424

[startup+702.982 s]
/proc/loadavg: 2.00 1.90 1.51 3/86 22488
/proc/meminfo: memFree=357360/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=697.77
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 69713 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 697.77
Current children cumulated vsize (KiB) 539424

[startup+763.04 s]
/proc/loadavg: 2.00 1.92 1.54 3/86 22488
/proc/meminfo: memFree=357360/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=757.39
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 75675 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710479 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 757.39
Current children cumulated vsize (KiB) 539424

[startup+823.102 s]
/proc/loadavg: 2.00 1.93 1.56 3/86 22488
/proc/meminfo: memFree=357296/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=817.01
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 81637 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 817.01
Current children cumulated vsize (KiB) 539424

[startup+883.16 s]
/proc/loadavg: 2.00 1.94 1.59 3/86 22488
/proc/meminfo: memFree=357360/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=876.62
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 87598 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 876.62
Current children cumulated vsize (KiB) 539424

[startup+943.218 s]
/proc/loadavg: 2.00 1.95 1.61 3/86 22488
/proc/meminfo: memFree=357296/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=936.23
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 93559 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 936.23
Current children cumulated vsize (KiB) 539424

[startup+1003.27 s]
/proc/loadavg: 2.00 1.95 1.63 3/86 22488
/proc/meminfo: memFree=357296/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=995.84
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 99520 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710511 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 995.84
Current children cumulated vsize (KiB) 539424

[startup+1063.34 s]
/proc/loadavg: 2.00 1.96 1.65 3/86 22488
/proc/meminfo: memFree=357232/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1055.46
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 105482 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1055.46
Current children cumulated vsize (KiB) 539424

[startup+1123.4 s]
/proc/loadavg: 2.00 1.96 1.67 3/86 22488
/proc/meminfo: memFree=357296/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1115.08
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 111444 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1115.08
Current children cumulated vsize (KiB) 539424

[startup+1183.45 s]
/proc/loadavg: 2.00 1.97 1.69 3/86 22488
/proc/meminfo: memFree=357232/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1174.7
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 117406 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708976 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1174.7
Current children cumulated vsize (KiB) 539424

[startup+1243.51 s]
/proc/loadavg: 2.00 1.97 1.71 4/86 22488
/proc/meminfo: memFree=357168/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1234.31
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 123367 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710164 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1234.31
Current children cumulated vsize (KiB) 539424

[startup+1303.58 s]
/proc/loadavg: 2.00 1.97 1.72 3/86 22488
/proc/meminfo: memFree=357168/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1293.93
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 129329 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722070 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1293.93
Current children cumulated vsize (KiB) 539424

[startup+1363.64 s]
/proc/loadavg: 2.00 1.97 1.74 3/86 22488
/proc/meminfo: memFree=357168/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1353.55
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 135291 64 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1353.55
Current children cumulated vsize (KiB) 539424

[startup+1423.7 s]
/proc/loadavg: 2.00 1.97 1.75 3/86 22488
/proc/meminfo: memFree=357104/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1413.18
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 141253 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708976 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1413.18
Current children cumulated vsize (KiB) 539424

[startup+1483.76 s]
/proc/loadavg: 2.00 1.97 1.76 3/86 22488
/proc/meminfo: memFree=357168/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1472.79
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 147214 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1472.79
Current children cumulated vsize (KiB) 539424

[startup+1543.82 s]
/proc/loadavg: 2.00 1.97 1.77 3/86 22488
/proc/meminfo: memFree=357104/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1532.4
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 153175 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710479 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1532.4
Current children cumulated vsize (KiB) 539424

[startup+1603.88 s]
/proc/loadavg: 2.00 1.97 1.78 3/86 22488
/proc/meminfo: memFree=357104/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1592.02
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 159137 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1592.02
Current children cumulated vsize (KiB) 539424

[startup+1663.94 s]
/proc/loadavg: 2.00 1.97 1.79 3/86 22488
/proc/meminfo: memFree=357040/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1651.64
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 165099 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710177 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1651.64
Current children cumulated vsize (KiB) 539424

[startup+1724 s]
/proc/loadavg: 2.00 1.97 1.81 3/86 22488
/proc/meminfo: memFree=356976/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1711.26
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 171061 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1711.26
Current children cumulated vsize (KiB) 539424

[startup+1784.07 s]
/proc/loadavg: 2.00 1.97 1.82 3/86 22488
/proc/meminfo: memFree=356976/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1770.87
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 177022 65 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134710506 0 0 4096 0 0 0 0 17 1 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1770.87
Current children cumulated vsize (KiB) 539424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.00 1.97 1.82 3/87 22552
/proc/meminfo: memFree=845912/2055920 swapFree=4191880/4192956
[pid=22487] ppid=22482 vsize=539424 CPUtime=1800.01
/proc/22487/stat : 22487 (solver) R 22482 22487 22024 0 -1 4194304 132517 0 0 0 179934 67 0 0 25 0 1 0 172122495 552370176 132485 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/22487/statm: 134856 132485 723 92 0 133200 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 539424

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.48
CPU time (s): 1800.11
CPU user time (s): 1799.34
CPU system time (s): 0.761884
CPU usage (%): 99.2623
Max. virtual memory (cumulated for all children) (KiB): 539424

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

runsolver used 1.51977 s user time and 5.01324 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 06:21:23 UTC 2007


IDJOB= 215897
IDBENCH= 5036
FILE ID= node29/215897-1168237283

PBS_JOBID= 3481495

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-vpm2.xml
COMMAND LINE= /tmp/evaluation/215897-1168237283/tramontane/bin/solver /tmp/evaluation/215897-1168237283/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-215897-1168237283 -o ROOT/results/node29/solver-215897-1168237283 -C 1800 -M 900  /tmp/evaluation/215897-1168237283/tramontane/bin/solver /tmp/evaluation/215897-1168237283/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  e77ab9438f53681c34bb19277bbd1684

RANDOM SEED= 335202900

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:       1414808 kB
Buffers:         30676 kB
Cached:         500612 kB
SwapCached:        268 kB
Active:         137856 kB
Inactive:       451384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414808 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            6964 kB
Writeback:           0 kB
Mapped:          75612 kB
Slab:            36904 kB
Committed_AS:  3699512 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= 66546 MiB



End job on node29 on Mon Jan  8 06:51:38 UTC 2007