Trace number 210731

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.06 1804.16

General information on the benchmark

NamepseudoSeries/uclid/
cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM5efcf89ecd13ec12f4b08945c1ac3a76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark109.822
SatisfiableNO
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
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.47
0.47	c 	predicates............    0
0.47	c 	constraints...........  5.2
5.70	c Allocating memory
5.70	c 
5.70	c time limit = -1
5.70	c heuristic = dom/wdeg
5.70	c restart policy = Geometric increment
5.70	c restart base = 15890
5.70	c restart factor = 1.33
5.70	c 
5.70	c Solving
5.70	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/node6/watcher-210731-1168201977 -o ROOT/results/node6/solver-210731-1168201977 -C 1800 -M 900 /tmp/evaluation/210731-1168201977/tramontane/bin/solver /tmp/evaluation/210731-1168201977/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.97 2.00 1.83 4/94 20342
/proc/meminfo: memFree=1348656/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=6792 CPUtime=0
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 432 0 0 0 0 0 0 0 18 0 1 0 168593186 6955008 411 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 2157432 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 1698 411 372 92 0 30 0

[startup+0.103597 s]
/proc/loadavg: 1.97 2.00 1.83 4/94 20342
/proc/meminfo: memFree=1348656/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=8268 CPUtime=0.09
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 1097 0 0 0 9 0 0 0 18 0 1 0 168593186 8466432 1065 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 2623099 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 2067 1065 692 92 0 411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8268

[startup+0.511643 s]
/proc/loadavg: 1.97 2.00 1.83 4/94 20342
/proc/meminfo: memFree=1348656/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=12396 CPUtime=0.5
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 2179 0 0 0 49 1 0 0 22 0 1 0 168593186 12693504 2147 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 2621001 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 3099 2147 708 92 0 1443 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 12396

[startup+1.33274 s]
/proc/loadavg: 1.97 2.00 1.83 3/94 20342
/proc/meminfo: memFree=1340016/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=16280 CPUtime=1.31
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 3163 0 0 0 130 1 0 0 25 0 1 0 168593186 16670720 3131 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 2623099 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 4070 3131 708 92 0 2414 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 16280

[startup+2.96993 s]
/proc/loadavg: 1.97 2.00 1.83 3/94 20342
/proc/meminfo: memFree=1334832/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=24024 CPUtime=2.93
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 5104 0 0 0 290 3 0 0 25 0 1 0 168593186 24600576 5039 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134604347 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 6006 5039 708 92 0 4350 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 24024

[startup+6.24932 s]
/proc/loadavg: 1.97 2.00 1.83 3/94 20342
/proc/meminfo: memFree=1296240/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=137276 CPUtime=6.21
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 33340 0 0 0 606 15 0 0 25 0 1 0 168593186 140570624 32793 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 2623099 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 34319 32794 720 92 0 32663 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 137276

[startup+12.7195 s]
/proc/loadavg: 1.97 2.00 1.83 3/94 20342
/proc/meminfo: memFree=1148656/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=12.67
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 1245 22 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727373 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 208564

[startup+25.5971 s]
/proc/loadavg: 1.98 2.00 1.83 3/94 20342
/proc/meminfo: memFree=1148720/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=25.52
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 2530 22 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 208564

[startup+51.2316 s]
/proc/loadavg: 1.98 2.00 1.83 2/81 20355
/proc/meminfo: memFree=1196888/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=51.13
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 5090 23 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 208564

[startup+102.52 s]
/proc/loadavg: 1.99 2.00 1.84 3/93 20400
/proc/meminfo: memFree=1104568/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=102.36
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 10211 25 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 208564

[startup+162.578 s]
/proc/loadavg: 1.99 2.00 1.84 3/93 20400
/proc/meminfo: memFree=1104568/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=162.35
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 16209 26 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727446 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 208564

[startup+222.653 s]
/proc/loadavg: 1.99 2.00 1.85 3/93 20400
/proc/meminfo: memFree=1104632/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=222.37
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 22211 26 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 208564

[startup+282.717 s]
/proc/loadavg: 1.99 2.00 1.86 3/93 20400
/proc/meminfo: memFree=1104568/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=282.37
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 28211 26 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 208564

[startup+342.798 s]
/proc/loadavg: 1.99 2.00 1.86 3/93 20400
/proc/meminfo: memFree=1098104/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=342.37
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 34211 26 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 208564

[startup+402.872 s]
/proc/loadavg: 1.99 2.00 1.87 3/93 20400
/proc/meminfo: memFree=1098168/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=402.39
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 40213 26 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790181 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 208564

[startup+462.941 s]
/proc/loadavg: 1.99 2.00 1.87 3/93 20400
/proc/meminfo: memFree=1098104/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=462.41
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 46214 27 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134812585 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 208564

[startup+523.025 s]
/proc/loadavg: 2.06 2.02 1.88 3/93 20400
/proc/meminfo: memFree=1098104/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=522.41
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 52214 27 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 208564

[startup+583.105 s]
/proc/loadavg: 2.08 2.03 1.90 3/93 20400
/proc/meminfo: memFree=1098168/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=582.44
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 58217 27 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 208564

[startup+643.187 s]
/proc/loadavg: 2.03 2.02 1.90 3/93 20400
/proc/meminfo: memFree=1098104/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=642.47
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 64220 27 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 2655168 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 208564

[startup+703.247 s]
/proc/loadavg: 2.01 2.01 1.91 3/93 20400
/proc/meminfo: memFree=1098104/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=702.44
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 70217 27 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 208564

[startup+763.302 s]
/proc/loadavg: 2.00 2.01 1.91 3/93 20400
/proc/meminfo: memFree=1086904/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=762.45
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 76217 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 208564

[startup+823.349 s]
/proc/loadavg: 2.04 2.02 1.91 3/93 20400
/proc/meminfo: memFree=1086840/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=822.44
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 82216 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 822.44
Current children cumulated vsize (KiB) 208564

[startup+883.394 s]
/proc/loadavg: 2.01 2.01 1.91 3/93 20400
/proc/meminfo: memFree=1086840/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=882.4
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 88212 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727403 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 208564

[startup+943.409 s]
/proc/loadavg: 2.00 2.01 1.91 3/93 20400
/proc/meminfo: memFree=1086904/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=942.37
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 94209 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727403 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 208564

[startup+1003.48 s]
/proc/loadavg: 2.13 2.03 1.93 3/93 20400
/proc/meminfo: memFree=1086840/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=1002.39
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 100211 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 208564

[startup+1063.53 s]
/proc/loadavg: 2.05 2.03 1.93 3/93 20400
/proc/meminfo: memFree=1074936/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=1062.35
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 106207 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 208564

[startup+1123.57 s]
/proc/loadavg: 2.02 2.02 1.93 3/93 20400
/proc/meminfo: memFree=1075000/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208564 CPUtime=1122.34
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51232 0 0 0 112206 28 0 0 25 0 1 0 168593186 213569536 50685 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134785595 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52141 50685 723 92 0 50485 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 208564

[startup+1183.59 s]
/proc/loadavg: 2.00 2.01 1.93 3/93 20400
/proc/meminfo: memFree=1074936/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1182.31
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 118202 29 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 208568

[startup+1243.66 s]
/proc/loadavg: 2.00 2.01 1.93 3/93 20400
/proc/meminfo: memFree=1074936/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1242.3
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 124201 29 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134799448 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 208568

[startup+1303.74 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 20400
/proc/meminfo: memFree=1074872/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1302.1
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 130181 29 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790178 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 208568

[startup+1363.75 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 20400
/proc/meminfo: memFree=1074936/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1361.84
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 136155 29 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 208568

[startup+1423.75 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 20400
/proc/meminfo: memFree=1074936/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1421.56
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 142127 29 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1421.56
Current children cumulated vsize (KiB) 208568

[startup+1483.76 s]
/proc/loadavg: 2.06 2.02 1.93 3/93 20400
/proc/meminfo: memFree=1065272/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1481.29
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 148099 30 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134799403 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1481.29
Current children cumulated vsize (KiB) 208568

[startup+1543.76 s]
/proc/loadavg: 2.02 2.01 1.93 3/93 20400
/proc/meminfo: memFree=1065272/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1541.03
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 154073 30 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727394 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1541.03
Current children cumulated vsize (KiB) 208568

[startup+1603.76 s]
/proc/loadavg: 2.01 2.00 1.93 3/93 20400
/proc/meminfo: memFree=1065272/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1600.75
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 160045 30 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727394 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1600.75
Current children cumulated vsize (KiB) 208568

[startup+1663.77 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 20400
/proc/meminfo: memFree=1065272/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1660.47
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 166017 30 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1660.47
Current children cumulated vsize (KiB) 208568

[startup+1723.79 s]
/proc/loadavg: 2.00 2.00 1.93 3/99 20538
/proc/meminfo: memFree=1064008/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1720.13
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 171974 39 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1720.13
Current children cumulated vsize (KiB) 208568

[startup+1783.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 20598
/proc/meminfo: memFree=1052792/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1779.81
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 177935 46 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1779.81
Current children cumulated vsize (KiB) 208568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.12 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 20598
/proc/meminfo: memFree=1052792/2055924 swapFree=4165672/4192956
[pid=20341] ppid=20339 vsize=208568 CPUtime=1800.02
/proc/20341/stat : 20341 (solver) R 20339 20341 19851 0 -1 4194304 51233 0 0 0 179956 46 0 0 25 0 1 0 168593186 213573632 50686 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134795105 0 0 4096 0 0 0 0 17 0 0 0
/proc/20341/statm: 52142 50686 723 92 0 50486 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 208568

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.16
CPU time (s): 1800.06
CPU user time (s): 1799.57
CPU system time (s): 0.495924
CPU usage (%): 99.7731
Max. virtual memory (cumulated for all children) (KiB): 208568

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

runsolver used 1.80572 s user time and 5.73913 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 20:32:58 UTC 2007


IDJOB= 210731
IDBENCH= 4641
FILE ID= node6/210731-1168201977

PBS_JOBID= 3480531

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= /tmp/evaluation/210731-1168201977/tramontane/bin/solver /tmp/evaluation/210731-1168201977/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-210731-1168201977 -o ROOT/results/node6/solver-210731-1168201977 -C 1800 -M 900  /tmp/evaluation/210731-1168201977/tramontane/bin/solver /tmp/evaluation/210731-1168201977/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  5efcf89ecd13ec12f4b08945c1ac3a76

RANDOM SEED= 127700548

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.240
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.240
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:      2055924 kB
MemFree:       1349072 kB
Buffers:         73188 kB
Cached:         467844 kB
SwapCached:       2424 kB
Active:         154824 kB
Inactive:       468012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1349072 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:           13352 kB
Writeback:           0 kB
Mapped:         100320 kB
Slab:            68372 kB
Committed_AS:  5548632 kB
PageTables:       2564 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= 66537 MiB



End job on node6 on Sun Jan  7 21:03:02 UTC 2007