Trace number 2077115

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pcs 0.3.2SAT 981.995 982.6

DiagnosticValue
ASSIGNMENTS4661

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-8_ext.xml
MD5SUM33c4ba87801147491a9b67c341e1d4e3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20036
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints14
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c small-domain mode
0.00/0.03	c Seed is 864253708
0.00/0.03	c Constructing HOME/instance-2077115-1247714584.xml  with 14 constraints
0.37/0.41	c Solving 4661 backtracks 12 restarts
981.87/982.59	s SATISFIABLE
981.87/982.59	c V0=2, V1=8, V2=13, V3=4, V4=2, V5=11, V6=20, V7=1, V8=0, V9=12, V10=0, V11=17, V12=17, V13=4, V14=17, V15=0, V16=4, V17=12, V18=1, V19=17, V20=0, V21=18, V22=0, V23=8, V24=2, V25=14, V26=11, V27=14, V28=13, V29=0, V30=19, V31=18, V32=0, V33=11, V34=4, V35=13, V36=19, V37=8, V38=4, V39=18, V40=11, V41=0, V42=18, V43=18, V44=0, V45=18, V46=18, V47=4, 
981.87/982.59	v 2 8 13 4 2 11 20 1 0 12 0 17 17 4 17 0 4 12 1 17 0 18 0 8 2 14 11 14 13 0 19 18 0 11 4 13 19 8 4 18 11 0 18 18 0 18 18 4 
981.87/982.59	d ASSIGNMENTS 4661

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077115-1247714584/watcher-2077115-1247714584 -o /tmp/evaluation-result-2077115-1247714584/solver-2077115-1247714584 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 864253708 HOME/instance-2077115-1247714584.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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 s]
/proc/loadavg: 2.58 2.46 2.26 4/72 15719
/proc/meminfo: memFree=1361432/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=18576 CPUtime=0
/proc/15719/stat : 15719 (runsolver) R 15717 15719 15075 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58524851 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15719/statm: 4644 284 249 26 0 2626 0

[startup+0.091482 s]
/proc/loadavg: 2.58 2.46 2.26 4/72 15719
/proc/meminfo: memFree=1361432/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=5748 CPUtime=0.06
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 1049 2327 0 0 5 0 1 0 22 0 1 0 58524851 5885952 658 996147200 134512640 135095119 4294956304 18446744073709551615 1928838 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1437 658 361 142 0 391 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5748

[startup+0.102477 s]
/proc/loadavg: 2.58 2.46 2.26 4/72 15719
/proc/meminfo: memFree=1361432/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=5880 CPUtime=0.07
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 1100 2327 0 0 6 0 1 0 22 0 1 0 58524851 6021120 709 996147200 134512640 135095119 4294956304 18446744073709551615 134653983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1470 709 361 142 0 424 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5880

[startup+0.301506 s]
/proc/loadavg: 2.58 2.46 2.26 4/72 15719
/proc/meminfo: memFree=1361432/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=8564 CPUtime=0.27
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2127 2327 0 0 26 0 1 0 24 0 1 0 58524851 8769536 1465 996147200 134512640 135095119 4294956304 18446744073709551615 134934178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 2141 1465 375 142 0 1095 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8564

[startup+0.701549 s]
/proc/loadavg: 2.58 2.46 2.26 4/72 15719
/proc/meminfo: memFree=1361432/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=0.67
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 66 0 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7984

[startup+1.50264 s]
/proc/loadavg: 2.58 2.46 2.26 3/73 15725
/proc/meminfo: memFree=1357200/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=1.46
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 145 0 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7984

[startup+3.10181 s]
/proc/loadavg: 2.58 2.46 2.26 3/73 15725
/proc/meminfo: memFree=1357136/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=3.05
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 304 0 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7984

[startup+6.30117 s]
/proc/loadavg: 2.54 2.45 2.26 3/73 15725
/proc/meminfo: memFree=1357072/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=6.24
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 623 0 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7984

[startup+12.7019 s]
/proc/loadavg: 2.49 2.44 2.26 3/73 15725
/proc/meminfo: memFree=1356624/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=12.62
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 1260 1 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 7984

[startup+25.5013 s]
/proc/loadavg: 2.38 2.42 2.25 3/73 15725
/proc/meminfo: memFree=1355856/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=25.37
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 2535 1 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 7984

[startup+51.1011 s]
/proc/loadavg: 2.25 2.39 2.24 3/73 15725
/proc/meminfo: memFree=1354768/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=50.86
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 5084 1 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 7984

[startup+102.307 s]
/proc/loadavg: 2.11 2.32 2.23 3/82 15883
/proc/meminfo: memFree=1419848/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=102.03
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 10199 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 7984

[startup+162.301 s]
/proc/loadavg: 2.04 2.26 2.21 3/82 15883
/proc/meminfo: memFree=1419720/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=162
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 16196 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 7984

[startup+222.302 s]
/proc/loadavg: 2.01 2.21 2.19 3/82 15883
/proc/meminfo: memFree=1419016/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=221.97
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 22193 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 7984

[startup+282.302 s]
/proc/loadavg: 2.00 2.17 2.18 3/82 15883
/proc/meminfo: memFree=1419080/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=281.95
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 28191 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 281.95
Current children cumulated vsize (KiB) 7984

[startup+342.302 s]
/proc/loadavg: 2.00 2.14 2.17 3/82 15883
/proc/meminfo: memFree=1419080/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=341.93
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 34189 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 341.93
Current children cumulated vsize (KiB) 7984

[startup+402.302 s]
/proc/loadavg: 2.00 2.11 2.15 3/82 15883
/proc/meminfo: memFree=1419144/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=401.9
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 40186 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 401.9
Current children cumulated vsize (KiB) 7984

[startup+462.302 s]
/proc/loadavg: 2.00 2.09 2.14 3/82 15883
/proc/meminfo: memFree=1419144/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=7984 CPUtime=461.88
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2217 2327 0 0 46184 3 1 0 25 0 1 0 58524851 8175616 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 1996 1358 389 142 0 950 0
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (KiB) 7984

[startup+522.301 s]
/proc/loadavg: 2.00 2.07 2.13 3/82 15883
/proc/meminfo: memFree=1419080/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=8248 CPUtime=521.86
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2272 2327 0 0 52182 3 1 0 25 0 1 0 58524851 8445952 1413 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2062 1413 389 142 0 1016 0
Current children cumulated CPU time (s) 521.86
Current children cumulated vsize (KiB) 8248

[startup+582.302 s]
/proc/loadavg: 2.00 2.05 2.12 3/82 15883
/proc/meminfo: memFree=1419016/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=8248 CPUtime=581.83
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2272 2327 0 0 58179 3 1 0 25 0 1 0 58524851 8445952 1413 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2062 1413 389 142 0 1016 0
Current children cumulated CPU time (s) 581.83
Current children cumulated vsize (KiB) 8248

[startup+642.302 s]
/proc/loadavg: 2.00 2.04 2.11 3/82 15883
/proc/meminfo: memFree=1418440/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=9276 CPUtime=641.81
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2411 2327 0 0 64177 3 1 0 25 0 1 0 58524851 9498624 1552 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2319 1552 389 142 0 1273 0
Current children cumulated CPU time (s) 641.81
Current children cumulated vsize (KiB) 9276

[startup+702.301 s]
/proc/loadavg: 2.00 2.03 2.10 3/82 15883
/proc/meminfo: memFree=1418376/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=9276 CPUtime=701.78
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2425 2327 0 0 70174 3 1 0 25 0 1 0 58524851 9498624 1566 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2319 1566 389 142 0 1273 0
Current children cumulated CPU time (s) 701.78
Current children cumulated vsize (KiB) 9276

[startup+762.307 s]
/proc/loadavg: 2.00 2.02 2.09 3/82 15883
/proc/meminfo: memFree=1418120/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=9276 CPUtime=761.77
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2448 2327 0 0 76172 4 1 0 25 0 1 0 58524851 9498624 1589 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2319 1589 389 142 0 1273 0
Current children cumulated CPU time (s) 761.77
Current children cumulated vsize (KiB) 9276

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.08 4/82 15883
/proc/meminfo: memFree=1417992/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=9276 CPUtime=821.74
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2471 2327 0 0 82169 4 1 0 25 0 1 0 58524851 9498624 1612 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2319 1612 389 142 0 1273 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 9276

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.08 3/82 15883
/proc/meminfo: memFree=1417928/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=9276 CPUtime=881.71
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2492 2327 0 0 88166 4 1 0 25 0 1 0 58524851 9498624 1633 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2319 1633 389 142 0 1273 0
Current children cumulated CPU time (s) 881.71
Current children cumulated vsize (KiB) 9276

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.07 3/82 15883
/proc/meminfo: memFree=1417224/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=941.68
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2666 2327 0 0 94163 4 1 0 25 0 1 0 58524851 10305536 1807 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1807 389 142 0 1470 0
Current children cumulated CPU time (s) 941.68
Current children cumulated vsize (KiB) 10064

Solver just ended. Dumping a history of the last processes samples

[startup+947.106 s]
/proc/loadavg: 2.00 2.01 2.07 3/82 15883
/proc/meminfo: memFree=1417224/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=946.48
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2668 2327 0 0 94643 4 1 0 25 0 1 0 58524851 10305536 1809 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1809 389 142 0 1470 0
Current children cumulated CPU time (s) 946.48
Current children cumulated vsize (KiB) 10064

[startup+959.903 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417224/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=959.28
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2673 2327 0 0 95923 4 1 0 25 0 1 0 58524851 10305536 1814 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1814 389 142 0 1470 0
Current children cumulated CPU time (s) 959.28
Current children cumulated vsize (KiB) 10064

[startup+972.701 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417224/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=972.07
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2678 2327 0 0 97202 4 1 0 25 0 1 0 58524851 10305536 1819 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1819 389 142 0 1470 0
Current children cumulated CPU time (s) 972.07
Current children cumulated vsize (KiB) 10064

[startup+979.103 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417160/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=978.47
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2680 2327 0 0 97842 4 1 0 25 0 1 0 58524851 10305536 1821 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1821 389 142 0 1470 0
Current children cumulated CPU time (s) 978.47
Current children cumulated vsize (KiB) 10064

[startup+980.702 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417160/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=980.07
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2681 2327 0 0 98002 4 1 0 25 0 1 0 58524851 10305536 1822 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1822 389 142 0 1470 0
Current children cumulated CPU time (s) 980.07
Current children cumulated vsize (KiB) 10064

[startup+981.501 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417160/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=980.87
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2681 2327 0 0 98082 4 1 0 25 0 1 0 58524851 10305536 1822 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1822 389 142 0 1470 0
Current children cumulated CPU time (s) 980.87
Current children cumulated vsize (KiB) 10064

[startup+982.306 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417160/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=981.67
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2682 2327 0 0 98162 4 1 0 25 0 1 0 58524851 10305536 1823 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1823 389 142 0 1470 0
Current children cumulated CPU time (s) 981.67
Current children cumulated vsize (KiB) 10064

[startup+982.502 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15883
/proc/meminfo: memFree=1417160/2055920 swapFree=4192812/4192956
[pid=15719] ppid=15717 vsize=10064 CPUtime=981.87
/proc/15719/stat : 15719 (pcs.small) R 15717 15719 15075 0 -1 4194304 2682 2327 0 0 98182 4 1 0 25 0 1 0 58524851 10305536 1823 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 0 0 0
/proc/15719/statm: 2516 1823 389 142 0 1470 0
Current children cumulated CPU time (s) 981.87
Current children cumulated vsize (KiB) 10064

Child status: 0
Real time (s): 982.6
CPU time (s): 981.995
CPU user time (s): 981.933
CPU system time (s): 0.06199
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 10064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 981.933
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5012
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= 23
involuntary context switches= 3661

runsolver used 1.45678 second user time and 2.88256 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-16 05:23:05
IDJOB=2077115
IDBENCH=56555
IDSOLVER=733
FILE ID=node35/2077115-1247714584
PBS_JOBID= 9521400
Free space on /tmp= 66156 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077115-1247714584/watcher-2077115-1247714584 -o /tmp/evaluation-result-2077115-1247714584/solver-2077115-1247714584 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 864253708 HOME/instance-2077115-1247714584.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 33c4ba87801147491a9b67c341e1d4e3
RANDOM SEED=864253708

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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.213
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:       1361912 kB
Buffers:         62232 kB
Cached:         431652 kB
SwapCached:          0 kB
Active:         178472 kB
Inactive:       431344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:         127396 kB
Slab:            69548 kB
Committed_AS:   661056 kB
PageTables:       1976 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= 66156 MiB
End job on node35 at 2009-07-16 05:39:27