Trace number 199014

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.01 1803.47

General information on the benchmark

Nameknights/
knights-50-9.xml
MD5SUMd61f93e72d0c8355a9fd53a479e3a055
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.9453
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c 
0.13	c Parsing xml file
0.13	c 	domains...............    0
0.13	c 	variables.............    0
0.13	c 	predicates............    0
0.13	c 	constraints...........    0
0.13	c Allocating memory
0.13	c 
0.13	c time limit = -1
0.13	c heuristic = dom/wdeg
0.13	c restart policy = Geometric increment
0.13	c restart base = 5
0.13	c restart factor = 1.33
0.13	c 
0.13	c Solving
0.13	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/node18/watcher-199014-1168132133 -o ROOT/results/node18/solver-199014-1168132133 -C 1800 -M 900 /tmp/evaluation/199014-1168132133/tramontane/bin/solver /tmp/evaluation/199014-1168132133/unknown.xml -res geom -f 3 -v 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.98 2.01 1.95 5/97 10525
/proc/meminfo: memFree=1515048/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=18540 CPUtime=0
/proc/10524/stat : 10524 (runsolver) R 10522 10524 9607 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 161608096 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10524/statm: 4635 279 244 17 0 2626 0

[startup+0.108457 s]
/proc/loadavg: 1.98 2.01 1.95 5/97 10525
/proc/meminfo: memFree=1515048/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=0.09
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 9 0 0 0 18 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711910 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7048

[startup+0.516494 s]
/proc/loadavg: 1.98 2.01 1.95 5/97 10525
/proc/meminfo: memFree=1515048/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=0.5
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 50 0 0 0 21 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711904 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7048

[startup+1.33757 s]
/proc/loadavg: 1.98 2.01 1.95 3/97 10525
/proc/meminfo: memFree=1456232/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=1.32
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 132 0 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7048

[startup+2.97473 s]
/proc/loadavg: 1.98 2.01 1.95 3/97 10525
/proc/meminfo: memFree=1437288/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=2.95
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 295 0 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711745 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 7048

[startup+6.25405 s]
/proc/loadavg: 1.98 2.01 1.95 3/97 10525
/proc/meminfo: memFree=1397864/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=6.22
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 622 0 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134712081 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7048

[startup+12.7157 s]
/proc/loadavg: 1.98 2.01 1.95 3/97 10525
/proc/meminfo: memFree=1307632/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=12.65
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 1265 0 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710639 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7048

[startup+25.5299 s]
/proc/loadavg: 1.99 2.00 1.95 3/97 10525
/proc/meminfo: memFree=1146032/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=25.42
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 2542 0 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711764 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 7048

[startup+51.1704 s]
/proc/loadavg: 1.99 2.00 1.95 4/97 10525
/proc/meminfo: memFree=827568/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=50.92
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 5092 0 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710343 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 7048

[startup+102.387 s]
/proc/loadavg: 1.99 2.00 1.95 3/97 10525
/proc/meminfo: memFree=821936/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=101.88
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 10187 1 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 1 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 7048

[startup+162.485 s]
/proc/loadavg: 2.25 2.06 1.97 3/94 10599
/proc/meminfo: memFree=843912/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=161.76
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 16175 1 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711798 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 7048

[startup+222.517 s]
/proc/loadavg: 2.16 2.06 1.98 3/94 10599
/proc/meminfo: memFree=809096/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=221.48
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 22147 1 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711926 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 7048

[startup+282.534 s]
/proc/loadavg: 1.98 2.03 1.97 4/97 10684
/proc/meminfo: memFree=1519656/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=281.25
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 28123 2 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710650 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 281.25
Current children cumulated vsize (KiB) 7048

[startup+342.606 s]
/proc/loadavg: 1.92 2.00 1.96 3/87 10750
/proc/meminfo: memFree=1541368/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=340.58
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 34055 3 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790789 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (KiB) 7048

[startup+402.7 s]
/proc/loadavg: 1.97 2.00 1.96 3/87 10750
/proc/meminfo: memFree=1541368/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=400.63
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 40060 3 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710672 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 7048

[startup+462.798 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10750
/proc/meminfo: memFree=1541368/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=460.67
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 46064 3 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 460.67
Current children cumulated vsize (KiB) 7048

[startup+522.888 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10750
/proc/meminfo: memFree=1541368/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=520.68
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 52065 3 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722220 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 520.68
Current children cumulated vsize (KiB) 7048

[startup+582.981 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10750
/proc/meminfo: memFree=1541368/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=580.72
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 58069 3 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 580.72
Current children cumulated vsize (KiB) 7048

[startup+643.067 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541112/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7048 CPUtime=640.77
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 849 0 0 0 64074 3 0 0 25 0 1 0 161608096 7217152 817 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134709364 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1762 817 715 92 0 106 0
Current children cumulated CPU time (s) 640.77
Current children cumulated vsize (KiB) 7048

[startup+703.155 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541112/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=700.78
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 70074 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 700.78
Current children cumulated vsize (KiB) 7052

[startup+763.218 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=760.79
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 76075 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134709364 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 760.79
Current children cumulated vsize (KiB) 7052

[startup+823.281 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=820.8
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 82076 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710625 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 820.8
Current children cumulated vsize (KiB) 7052

[startup+883.349 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=880.79
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 88075 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134708976 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 880.79
Current children cumulated vsize (KiB) 7052

[startup+943.424 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=940.82
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 94078 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711795 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 940.82
Current children cumulated vsize (KiB) 7052

[startup+1003.49 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=1000.83
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 100079 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134712110 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 1000.83
Current children cumulated vsize (KiB) 7052

[startup+1063.56 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=1060.82
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 106078 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710345 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 1060.82
Current children cumulated vsize (KiB) 7052

[startup+1123.63 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=1120.83
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 112079 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134711792 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 1120.83
Current children cumulated vsize (KiB) 7052

[startup+1183.7 s]
/proc/loadavg: 1.99 2.00 1.96 3/87 10752
/proc/meminfo: memFree=1541176/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7052 CPUtime=1180.86
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 850 0 0 0 118082 4 0 0 25 0 1 0 161608096 7221248 818 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134712086 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1763 818 715 92 0 107 0
Current children cumulated CPU time (s) 1180.86
Current children cumulated vsize (KiB) 7052

[startup+1243.77 s]
/proc/loadavg: 1.99 2.00 1.96 3/88 10753
/proc/meminfo: memFree=1541168/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1240.86
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 124082 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1240.86
Current children cumulated vsize (KiB) 7056

[startup+1303.84 s]
/proc/loadavg: 2.04 2.01 1.97 3/88 10753
/proc/meminfo: memFree=1541168/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1300.87
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 130083 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 7056

[startup+1363.91 s]
/proc/loadavg: 2.09 2.02 1.97 3/88 10753
/proc/meminfo: memFree=1541168/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1360.88
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 136084 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710785 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1360.88
Current children cumulated vsize (KiB) 7056

[startup+1423.98 s]
/proc/loadavg: 2.03 2.02 1.97 3/88 10753
/proc/meminfo: memFree=1541168/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1420.88
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 142084 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1420.88
Current children cumulated vsize (KiB) 7056

[startup+1484.05 s]
/proc/loadavg: 2.01 2.01 1.97 4/88 10753
/proc/meminfo: memFree=1541104/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1480.89
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 148085 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1480.89
Current children cumulated vsize (KiB) 7056

[startup+1544.12 s]
/proc/loadavg: 2.00 2.01 1.97 3/88 10753
/proc/meminfo: memFree=1541104/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1540.91
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 154087 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1540.91
Current children cumulated vsize (KiB) 7056

[startup+1604.18 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 10753
/proc/meminfo: memFree=1541168/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1600.9
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 160086 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710647 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1600.9
Current children cumulated vsize (KiB) 7056

[startup+1664.28 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 10754
/proc/meminfo: memFree=1541096/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1660.94
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 166090 4 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710625 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1660.94
Current children cumulated vsize (KiB) 7056

[startup+1724.34 s]
/proc/loadavg: 2.04 2.01 1.98 3/89 10754
/proc/meminfo: memFree=1541096/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1720.96
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 172091 5 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134708985 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1720.96
Current children cumulated vsize (KiB) 7056

[startup+1784.37 s]
/proc/loadavg: 2.01 2.01 1.98 3/89 10754
/proc/meminfo: memFree=1541096/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1780.92
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 178087 5 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710675 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1780.92
Current children cumulated vsize (KiB) 7056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.46 s]
/proc/loadavg: 2.01 2.00 1.98 3/89 10754
/proc/meminfo: memFree=1541096/2055920 swapFree=4192812/4192956
[pid=10524] ppid=10522 vsize=7056 CPUtime=1800
/proc/10524/stat : 10524 (solver) R 10522 10524 9607 0 -1 4194304 851 0 0 0 179995 5 0 0 25 0 1 0 161608096 7225344 819 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790598 0 0 4096 0 0 0 0 17 0 0 0
/proc/10524/statm: 1764 819 715 92 0 108 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 7056

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.47
CPU time (s): 1800.01
CPU user time (s): 1799.96
CPU system time (s): 0.052991
CPU usage (%): 99.8081
Max. virtual memory (cumulated for all children) (KiB): 7056

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

runsolver used 1.82172 s user time and 4.76028 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 01:08:54 UTC 2007


IDJOB= 199014
IDBENCH= 3587
FILE ID= node18/199014-1168132133

PBS_JOBID= 3477735

Free space on /tmp= 66284 MiB

BENCH NAME= HOME/pub/bench/CPAI06/knights/knights-50-9.xml
COMMAND LINE= /tmp/evaluation/199014-1168132133/tramontane/bin/solver /tmp/evaluation/199014-1168132133/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-199014-1168132133 -o ROOT/results/node18/solver-199014-1168132133 -C 1800 -M 900  /tmp/evaluation/199014-1168132133/tramontane/bin/solver /tmp/evaluation/199014-1168132133/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  d61f93e72d0c8355a9fd53a479e3a055

RANDOM SEED= 291215129

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.231
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.231
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:       1518344 kB
Buffers:         36692 kB
Cached:         366324 kB
SwapCached:         20 kB
Active:         251876 kB
Inactive:       236016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5536 kB
Writeback:           0 kB
Mapped:         114224 kB
Slab:            34492 kB
Committed_AS:  5117552 kB
PageTables:       2172 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= 66285 MiB



End job on node18 on Sun Jan  7 01:38:58 UTC 2007