Trace number 201176

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
Mistral 2006-12-04? (TO) 1800.08 1812.42

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-4.xml
MD5SUM9e78c37f84975ac2cde8c3ed71f26ee9
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 benchmark11.8692
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c 
0.20	c Parsing xml file
0.20	c 	domains............... 0.02
0.20	c 	variables............. 0.15
0.20	c 	predicates............    0
0.20	c 	constraints...........  2.6
2.81	c Allocating memory
2.81	c 
2.81	c time limit = -1
2.81	c heuristic = dom/wdeg
2.81	c restart policy = No restart
2.81	c 
2.81	c Solving
2.81	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/node62/watcher-201176-1168145870 -o ROOT/results/node62/solver-201176-1168145870 -C 1800 -M 900 /tmp/evaluation/201176-1168145870/mistral/bin/solver /tmp/evaluation/201176-1168145870/unknown.xml -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.103966 s]
/proc/loadavg: 2.08 2.01 1.72 5/81 24195
/proc/meminfo: memFree=1561688/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 2.08 2.01 1.72 5/81 24195
/proc/meminfo: memFree=1561688/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=129276 CPUtime=0.19
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 11319 0 0 0 11 8 0 0 19 0 1 0 162984815 132378624 11287 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134604106 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 32319 11287 709 92 0 30663 0

[startup+0.512038 s]
/proc/loadavg: 2.08 2.01 1.72 5/81 24195
/proc/meminfo: memFree=1561688/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=130868 CPUtime=0.5
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 11721 0 0 0 41 9 0 0 22 0 1 0 162984815 134008832 11689 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134575819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 32717 11689 709 92 0 31061 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 130868

[startup+1.3422 s]
/proc/loadavg: 2.08 2.01 1.72 3/81 24195
/proc/meminfo: memFree=1512472/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=134888 CPUtime=1.31
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 12732 0 0 0 122 9 0 0 25 0 1 0 162984815 138125312 12700 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134602219 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 33722 12700 709 92 0 32066 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 134888

[startup+2.98753 s]
/proc/loadavg: 2.08 2.01 1.72 3/81 24195
/proc/meminfo: memFree=1505176/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=2.94
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 282 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722042 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 151068

[startup+6.27018 s]
/proc/loadavg: 2.07 2.01 1.72 3/81 24195
/proc/meminfo: memFree=1489176/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=6.2
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 608 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722033 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 151068

[startup+12.7345 s]
/proc/loadavg: 2.07 2.01 1.72 3/81 24195
/proc/meminfo: memFree=1482520/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=12.6
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 1248 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727366 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 151068

[startup+25.565 s]
/proc/loadavg: 2.05 2.01 1.72 3/81 24195
/proc/meminfo: memFree=1471448/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=25.31
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 2519 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727366 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 151068

[startup+51.2341 s]
/proc/loadavg: 2.03 2.01 1.73 3/81 24195
/proc/meminfo: memFree=1448984/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=50.74
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 5062 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727366 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 151068

[startup+102.52 s]
/proc/loadavg: 2.05 2.02 1.75 3/81 24195
/proc/meminfo: memFree=1415640/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=101.56
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 10144 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722033 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 151068

[startup+162.617 s]
/proc/loadavg: 2.10 2.04 1.77 3/81 24195
/proc/meminfo: memFree=1379864/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=161.1
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 16098 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134712070 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 151068

[startup+222.698 s]
/proc/loadavg: 2.03 2.03 1.78 3/87 24313
/proc/meminfo: memFree=1349984/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151068 CPUtime=220.48
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16734 0 0 0 22036 12 0 0 25 0 1 0 162984815 154693632 16669 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709312 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37767 16669 717 92 0 36111 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 151068

[startup+282.799 s]
/proc/loadavg: 2.01 2.02 1.79 3/87 24373
/proc/meminfo: memFree=1328096/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151072 CPUtime=279.91
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16735 0 0 0 27979 12 0 0 25 0 1 0 162984815 154697728 16670 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722042 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37768 16670 717 92 0 36112 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 151072

[startup+342.859 s]
/proc/loadavg: 2.00 2.02 1.80 3/81 24393
/proc/meminfo: memFree=1312664/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=339.4
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 33927 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134708954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 339.4
Current children cumulated vsize (KiB) 151076

[startup+402.938 s]
/proc/loadavg: 2.04 2.03 1.82 3/81 24393
/proc/meminfo: memFree=1288152/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=398.94
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 39881 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711123 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 398.94
Current children cumulated vsize (KiB) 151076

[startup+462.948 s]
/proc/loadavg: 2.15 2.05 1.84 3/81 24393
/proc/meminfo: memFree=1271384/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=458.4
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 45827 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722033 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 458.4
Current children cumulated vsize (KiB) 151076

[startup+522.973 s]
/proc/loadavg: 2.11 2.06 1.85 3/81 24393
/proc/meminfo: memFree=1256472/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=517.87
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 51774 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134638366 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 517.87
Current children cumulated vsize (KiB) 151076

[startup+582.997 s]
/proc/loadavg: 2.04 2.04 1.85 3/81 24393
/proc/meminfo: memFree=1243480/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=577.34
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 57721 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711114 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 577.34
Current children cumulated vsize (KiB) 151076

[startup+643.015 s]
/proc/loadavg: 2.09 2.06 1.87 3/81 24393
/proc/meminfo: memFree=1228312/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=636.8
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 63667 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134638352 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 636.8
Current children cumulated vsize (KiB) 151076

[startup+703.081 s]
/proc/loadavg: 2.08 2.06 1.88 3/81 24393
/proc/meminfo: memFree=1217112/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=696.32
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 69619 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134712068 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 696.32
Current children cumulated vsize (KiB) 151076

[startup+763.14 s]
/proc/loadavg: 2.09 2.06 1.89 3/81 24393
/proc/meminfo: memFree=1205400/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=755.83
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 75570 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134708954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 755.83
Current children cumulated vsize (KiB) 151076

[startup+823.165 s]
/proc/loadavg: 2.03 2.05 1.90 3/81 24393
/proc/meminfo: memFree=1194008/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=815.57
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 81544 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709313 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 815.57
Current children cumulated vsize (KiB) 151076

[startup+883.175 s]
/proc/loadavg: 2.08 2.06 1.91 3/81 24393
/proc/meminfo: memFree=1185560/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=875.29
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 87516 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134708945 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 875.29
Current children cumulated vsize (KiB) 151076

[startup+943.185 s]
/proc/loadavg: 2.03 2.04 1.91 3/81 24393
/proc/meminfo: memFree=1174424/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151076 CPUtime=935.01
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16736 0 0 0 93488 13 0 0 25 0 1 0 162984815 154701824 16671 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134712054 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37769 16671 717 92 0 36113 0
Current children cumulated CPU time (s) 935.01
Current children cumulated vsize (KiB) 151076

[startup+1003.2 s]
/proc/loadavg: 2.08 2.05 1.91 3/81 24393
/proc/meminfo: memFree=1163800/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=994.75
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 99462 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727341 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 994.75
Current children cumulated vsize (KiB) 151080

[startup+1063.22 s]
/proc/loadavg: 2.03 2.04 1.91 3/81 24393
/proc/meminfo: memFree=1154584/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1054.48
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 105435 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711092 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1054.48
Current children cumulated vsize (KiB) 151080

[startup+1123.23 s]
/proc/loadavg: 2.01 2.03 1.91 3/81 24393
/proc/meminfo: memFree=1143512/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1114.2
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 111407 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134812964 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1114.2
Current children cumulated vsize (KiB) 151080

[startup+1183.25 s]
/proc/loadavg: 2.05 2.03 1.92 3/81 24393
/proc/meminfo: memFree=1136344/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1173.93
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 117380 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134712099 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1173.93
Current children cumulated vsize (KiB) 151080

[startup+1243.26 s]
/proc/loadavg: 2.02 2.03 1.92 3/81 24393
/proc/meminfo: memFree=1126680/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1233.65
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 123352 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709313 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1233.65
Current children cumulated vsize (KiB) 151080

[startup+1303.27 s]
/proc/loadavg: 2.05 2.03 1.93 3/81 24395
/proc/meminfo: memFree=1118616/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1293.37
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 129324 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710273 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1293.37
Current children cumulated vsize (KiB) 151080

[startup+1363.29 s]
/proc/loadavg: 2.02 2.02 1.93 3/81 24395
/proc/meminfo: memFree=1112152/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1353.1
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 135297 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637107 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1353.1
Current children cumulated vsize (KiB) 151080

[startup+1423.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/81 24395
/proc/meminfo: memFree=1101272/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1412.83
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 141270 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134727366 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1412.83
Current children cumulated vsize (KiB) 151080

[startup+1483.31 s]
/proc/loadavg: 2.00 2.01 1.93 3/81 24395
/proc/meminfo: memFree=1094104/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1472.55
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 147242 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711713 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1472.55
Current children cumulated vsize (KiB) 151080

[startup+1543.33 s]
/proc/loadavg: 2.00 2.01 1.93 3/81 24395
/proc/meminfo: memFree=1085592/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1532.28
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 153215 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711073 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1532.28
Current children cumulated vsize (KiB) 151080

[startup+1603.34 s]
/proc/loadavg: 2.05 2.02 1.93 3/81 24395
/proc/meminfo: memFree=1077208/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1592
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 159187 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709313 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1592
Current children cumulated vsize (KiB) 151080

[startup+1663.36 s]
/proc/loadavg: 2.06 2.03 1.94 4/81 24395
/proc/meminfo: memFree=1068248/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151080 CPUtime=1651.74
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16737 0 0 0 165161 13 0 0 25 0 1 0 162984815 154705920 16672 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709332 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37770 16672 717 92 0 36114 0
Current children cumulated CPU time (s) 1651.74
Current children cumulated vsize (KiB) 151080

[startup+1723.38 s]
/proc/loadavg: 2.02 2.02 1.94 3/81 24395
/proc/meminfo: memFree=1062680/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151088 CPUtime=1711.47
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16739 0 0 0 171134 13 0 0 25 0 1 0 162984815 154714112 16674 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709312 0 0 4096 0 0 0 0 17 1 0 0
/proc/24194/statm: 37772 16674 717 92 0 36116 0
Current children cumulated CPU time (s) 1711.47
Current children cumulated vsize (KiB) 151088

[startup+1783.38 s]
/proc/loadavg: 2.04 2.03 1.94 3/73 24623
/proc/meminfo: memFree=1589840/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151088 CPUtime=1771.16
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16739 0 0 0 177101 15 0 0 25 0 1 0 162984815 154714112 16674 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722032 0 0 4096 0 0 0 0 17 0 0 0
/proc/24194/statm: 37772 16674 717 92 0 36116 0
Current children cumulated CPU time (s) 1771.16
Current children cumulated vsize (KiB) 151088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 2.02 2.03 1.94 3/73 24623
/proc/meminfo: memFree=1590032/2055920 swapFree=4192812/4192956
[pid=24194] ppid=24192 vsize=151088 CPUtime=1800.06
/proc/24194/stat : 24194 (solver) R 24192 24194 23716 0 -1 4194304 16739 0 0 0 179991 15 0 0 25 0 1 0 162984815 154714112 16674 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711233 0 0 4096 0 0 0 0 17 0 0 0
/proc/24194/statm: 37772 16674 717 92 0 36116 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 151088

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.42
CPU time (s): 1800.08
CPU user time (s): 1799.91
CPU system time (s): 0.168974
CPU usage (%): 99.3192
Max. virtual memory (cumulated for all children) (KiB): 151088

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

runsolver used 1.85872 s user time and 5.2612 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 04:57:51 UTC 2007


IDJOB= 201176
IDBENCH= 3747
FILE ID= node62/201176-1168145870

PBS_JOBID= 3478374

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-4.xml
COMMAND LINE= /tmp/evaluation/201176-1168145870/mistral/bin/solver /tmp/evaluation/201176-1168145870/unknown.xml -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-201176-1168145870 -o ROOT/results/node62/solver-201176-1168145870 -C 1800 -M 900  /tmp/evaluation/201176-1168145870/mistral/bin/solver /tmp/evaluation/201176-1168145870/unknown.xml -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  9e78c37f84975ac2cde8c3ed71f26ee9

RANDOM SEED= 284919674

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.259
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.259
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:       1562104 kB
Buffers:         30228 kB
Cached:         264688 kB
SwapCached:          0 kB
Active:         283648 kB
Inactive:       155352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7540 kB
Writeback:           0 kB
Mapped:         163104 kB
Slab:            39816 kB
Committed_AS:  3936468 kB
PageTables:       2204 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= 66544 MiB



End job on node62 on Sun Jan  7 05:28:03 UTC 2007