Trace number 210685

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.02 1808.26

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-40.xml
MD5SUMd13c6dd432a5c3e073ce430b7f3f135c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2400
Number of constraints1720
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1720
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.05
0.06	c 	predicates............    0
0.07	c 	constraints........... 0.55
0.61	c Allocating memory
0.61	c 
0.61	c time limit = -1
0.61	c heuristic = dom/wdeg
0.61	c restart policy = Geometric increment
0.61	c restart base = 1599
0.61	c restart factor = 1.33
0.61	c 
0.61	c Solving
0.61	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/node5/watcher-210685-1168201519 -o ROOT/results/node5/solver-210685-1168201519 -C 1800 -M 900 /tmp/evaluation/210685-1168201519/tramontane/bin/solver /tmp/evaluation/210685-1168201519/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.104398 s]
/proc/loadavg: 1.33 1.08 1.08 5/94 18279
/proc/meminfo: memFree=1503664/2055920 swapFree=4192812/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 1.33 1.08 1.08 5/94 18279
/proc/meminfo: memFree=1503664/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=15412 CPUtime=0.43
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 2924 0 0 0 42 1 0 0 21 0 1 0 148766432 15781888 2892 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 8328827 0 0 4096 0 0 0 0 17 1 0 0
/proc/18278/statm: 3853 2892 712 92 0 2197 0

[startup+0.512447 s]
/proc/loadavg: 1.33 1.08 1.08 5/94 18279
/proc/meminfo: memFree=1503664/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=16732 CPUtime=0.5
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 3266 0 0 0 49 1 0 0 22 0 1 0 148766432 17133568 3234 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 8328827 0 0 4096 0 0 0 0 17 1 0 0
/proc/18278/statm: 4183 3234 712 92 0 2527 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16732

[startup+1.33354 s]
/proc/loadavg: 1.33 1.08 1.08 4/94 18287
/proc/meminfo: memFree=1458608/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36452 CPUtime=1.32
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8100 0 0 0 128 4 0 0 25 0 1 0 148766432 37326848 7997 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727403 0 0 4096 0 0 0 0 17 1 0 0
/proc/18278/statm: 9113 7997 723 92 0 7457 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 36452

[startup+2.97073 s]
/proc/loadavg: 1.33 1.08 1.08 3/94 18287
/proc/meminfo: memFree=1452528/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=2.95
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 291 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722067 0 0 4096 0 0 0 0 17 1 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 36480

[startup+6.25009 s]
/proc/loadavg: 1.39 1.09 1.09 3/87 18288
/proc/meminfo: memFree=1471208/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=6.21
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 617 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710167 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 36480

[startup+12.7088 s]
/proc/loadavg: 1.44 1.11 1.09 3/87 18288
/proc/meminfo: memFree=1463720/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=12.64
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 1260 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722074 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 36480

[startup+25.5203 s]
/proc/loadavg: 1.52 1.14 1.10 3/87 18288
/proc/meminfo: memFree=1451624/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=25.4
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 2536 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134708976 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 36480

[startup+51.1412 s]
/proc/loadavg: 1.71 1.22 1.13 3/87 18288
/proc/meminfo: memFree=1436520/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=50.88
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 5084 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710482 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 36480

[startup+102.38 s]
/proc/loadavg: 1.87 1.34 1.17 3/87 18288
/proc/meminfo: memFree=1413224/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=101.9
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 10186 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 36480

[startup+162.438 s]
/proc/loadavg: 1.95 1.45 1.22 3/87 18288
/proc/meminfo: memFree=1407208/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=161.69
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 16165 4 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 36480

[startup+222.494 s]
/proc/loadavg: 1.98 1.55 1.27 4/87 18288
/proc/meminfo: memFree=1407208/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=221.46
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 22141 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134708976 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 36480

[startup+282.548 s]
/proc/loadavg: 1.99 1.63 1.31 3/87 18288
/proc/meminfo: memFree=1396968/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=281.25
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 28120 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710511 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 281.25
Current children cumulated vsize (KiB) 36480

[startup+342.602 s]
/proc/loadavg: 1.99 1.69 1.35 3/87 18288
/proc/meminfo: memFree=1394736/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=341.04
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 34099 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 341.04
Current children cumulated vsize (KiB) 36480

[startup+402.66 s]
/proc/loadavg: 1.99 1.75 1.39 3/87 18288
/proc/meminfo: memFree=1394736/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=400.8
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 40075 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722074 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 400.8
Current children cumulated vsize (KiB) 36480

[startup+462.715 s]
/proc/loadavg: 1.99 1.79 1.42 3/87 18288
/proc/meminfo: memFree=1388144/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=460.6
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 46055 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710464 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 460.6
Current children cumulated vsize (KiB) 36480

[startup+522.771 s]
/proc/loadavg: 1.99 1.83 1.46 3/87 18288
/proc/meminfo: memFree=1381296/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=520.39
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 52034 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 520.39
Current children cumulated vsize (KiB) 36480

[startup+582.823 s]
/proc/loadavg: 1.99 1.85 1.49 3/87 18288
/proc/meminfo: memFree=1381168/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=580.15
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 58010 5 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 580.15
Current children cumulated vsize (KiB) 36480

[startup+642.881 s]
/proc/loadavg: 1.99 1.88 1.51 3/87 18288
/proc/meminfo: memFree=1381168/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=639.95
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 63989 6 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710511 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 639.95
Current children cumulated vsize (KiB) 36480

[startup+702.935 s]
/proc/loadavg: 2.07 1.91 1.55 3/87 18288
/proc/meminfo: memFree=1379824/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=699.74
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 69968 6 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722064 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 699.74
Current children cumulated vsize (KiB) 36480

[startup+762.993 s]
/proc/loadavg: 2.09 1.94 1.58 3/87 18288
/proc/meminfo: memFree=1376176/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=759.51
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 75945 6 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710167 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 759.51
Current children cumulated vsize (KiB) 36480

[startup+823.054 s]
/proc/loadavg: 2.03 1.95 1.60 3/87 18288
/proc/meminfo: memFree=1375984/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=819.3
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 81924 6 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 819.3
Current children cumulated vsize (KiB) 36480

[startup+883.109 s]
/proc/loadavg: 2.16 1.99 1.64 3/87 18288
/proc/meminfo: memFree=1375856/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=879.09
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 87903 6 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710515 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 879.09
Current children cumulated vsize (KiB) 36480

[startup+943.164 s]
/proc/loadavg: 2.06 1.99 1.65 3/87 18288
/proc/meminfo: memFree=1375600/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=938.86
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 93880 6 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 938.86
Current children cumulated vsize (KiB) 36480

[startup+1003.22 s]
/proc/loadavg: 2.02 1.99 1.67 3/87 18288
/proc/meminfo: memFree=1374896/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=998.65
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 99858 7 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 998.65
Current children cumulated vsize (KiB) 36480

[startup+1063.28 s]
/proc/loadavg: 2.00 1.99 1.69 3/87 18288
/proc/meminfo: memFree=1370352/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1058.43
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 105836 7 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1058.43
Current children cumulated vsize (KiB) 36480

[startup+1123.33 s]
/proc/loadavg: 2.00 1.99 1.71 3/87 18288
/proc/meminfo: memFree=1370288/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1118.21
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 111814 7 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710145 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1118.21
Current children cumulated vsize (KiB) 36480

[startup+1183.39 s]
/proc/loadavg: 2.00 1.99 1.72 3/87 18288
/proc/meminfo: memFree=1370288/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1177.99
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 117792 7 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134708977 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1177.99
Current children cumulated vsize (KiB) 36480

[startup+1243.45 s]
/proc/loadavg: 2.00 1.99 1.74 3/87 18288
/proc/meminfo: memFree=1369520/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1237.79
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 123771 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1237.79
Current children cumulated vsize (KiB) 36480

[startup+1303.51 s]
/proc/loadavg: 2.00 1.99 1.75 3/87 18288
/proc/meminfo: memFree=1368624/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1297.56
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 129748 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1297.56
Current children cumulated vsize (KiB) 36480

[startup+1363.56 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 18288
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1357.35
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 135727 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710194 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1357.35
Current children cumulated vsize (KiB) 36480

[startup+1423.62 s]
/proc/loadavg: 2.11 2.02 1.78 3/87 18288
/proc/meminfo: memFree=1367280/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1417.13
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 141705 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1417.13
Current children cumulated vsize (KiB) 36480

[startup+1483.68 s]
/proc/loadavg: 2.04 2.01 1.79 3/87 18288
/proc/meminfo: memFree=1366192/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1476.91
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 147683 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710164 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1476.91
Current children cumulated vsize (KiB) 36480

[startup+1543.73 s]
/proc/loadavg: 2.01 2.00 1.81 3/87 18288
/proc/meminfo: memFree=1365616/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1536.7
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 153662 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710164 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1536.7
Current children cumulated vsize (KiB) 36480

[startup+1603.79 s]
/proc/loadavg: 2.07 2.02 1.82 3/87 18288
/proc/meminfo: memFree=1361648/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1596.48
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 159640 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710150 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1596.48
Current children cumulated vsize (KiB) 36480

[startup+1663.84 s]
/proc/loadavg: 2.02 2.01 1.83 3/87 18288
/proc/meminfo: memFree=1356272/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1656.25
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 165617 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722065 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1656.25
Current children cumulated vsize (KiB) 36480

[startup+1723.9 s]
/proc/loadavg: 2.01 2.00 1.83 3/87 18288
/proc/meminfo: memFree=1356272/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1716.04
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 171596 8 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1716.04
Current children cumulated vsize (KiB) 36480

[startup+1783.96 s]
/proc/loadavg: 2.00 2.00 1.84 3/87 18288
/proc/meminfo: memFree=1355888/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1775.84
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 177575 9 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710465 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1775.84
Current children cumulated vsize (KiB) 36480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.25 s]
/proc/loadavg: 2.00 2.00 1.84 4/87 18288
/proc/meminfo: memFree=1355760/2055920 swapFree=4192812/4192956
[pid=18278] ppid=18276 vsize=36480 CPUtime=1800.01
/proc/18278/stat : 18278 (solver) R 18276 18278 17960 0 -1 4194304 8107 0 0 0 179992 9 0 0 25 0 1 0 148766432 37355520 8004 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134710162 0 0 4096 0 0 0 0 17 0 0 0
/proc/18278/statm: 9120 8004 723 92 0 7464 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 36480

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.26
CPU time (s): 1800.02
CPU user time (s): 1799.93
CPU system time (s): 0.097985
CPU usage (%): 99.5444
Max. virtual memory (cumulated for all children) (KiB): 36480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8107
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= 12
involuntary context switches= 63292

runsolver used 1.49477 s user time and 4.93525 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 20:25:20 UTC 2007


IDJOB= 210685
IDBENCH= 4638
FILE ID= node5/210685-1168201519

PBS_JOBID= 3480534

Free space on /tmp= 66348 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-40-40.xml
COMMAND LINE= /tmp/evaluation/210685-1168201519/tramontane/bin/solver /tmp/evaluation/210685-1168201519/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-210685-1168201519 -o ROOT/results/node5/solver-210685-1168201519 -C 1800 -M 900  /tmp/evaluation/210685-1168201519/tramontane/bin/solver /tmp/evaluation/210685-1168201519/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  d13c6dd432a5c3e073ce430b7f3f135c

RANDOM SEED= 19872766

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:      2055920 kB
MemFree:       1505296 kB
Buffers:         53980 kB
Cached:         374964 kB
SwapCached:          0 kB
Active:         152252 kB
Inactive:       335884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5380 kB
Writeback:           0 kB
Mapped:          85336 kB
Slab:            47264 kB
Committed_AS:  4035816 kB
PageTables:       2272 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= 66346 MiB



End job on node5 on Sun Jan  7 20:55:28 UTC 2007