Trace number 2071913

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-restart 0.3.2? (TO) 1800.07 1801.01

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-8_ext.xml
MD5SUMf207288eaa483cbbaf4065407b0dc8d2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
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 39151310
0.00/0.03	c Constructing HOME/instance-2071913-1247711084.xml  with 15 constraints
0.27/0.36	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071913-1247711084/watcher-2071913-1247711084 -o /tmp/evaluation-result-2071913-1247711084/solver-2071913-1247711084 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 39151310 HOME/instance-2071913-1247711084.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: 1.78 2.02 2.01 4/72 18007
/proc/meminfo: memFree=1465328/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=5356 CPUtime=0
/proc/18007/stat : 18007 (pcssolve) R 18005 18007 17970 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58171062 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18007/statm: 1339 241 200 169 0 50 0
[pid=18008] ppid=18007 vsize=5356 CPUtime=0
/proc/18008/stat : 18008 (pcssolve) R 18007 18007 17970 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58171063 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18008/statm: 1339 241 200 169 0 50 0

[startup+0.0197689 s]
/proc/loadavg: 1.78 2.02 2.01 4/72 18007
/proc/meminfo: memFree=1465328/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=5356 CPUtime=0
/proc/18007/stat : 18007 (pcssolve) S 18005 18007 17970 0 -1 4194304 339 819 0 0 0 0 0 0 21 0 1 0 58171062 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18007/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101776 s]
/proc/loadavg: 1.78 2.02 2.01 4/72 18007
/proc/meminfo: memFree=1465328/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=5680 CPUtime=0.07
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1090 2327 0 0 6 0 0 1 22 0 1 0 58171062 5816320 699 996147200 134512640 135095119 4294956304 18446744073709551615 134739372 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1420 699 361 142 0 374 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5680

[startup+0.301797 s]
/proc/loadavg: 1.78 2.02 2.01 4/72 18007
/proc/meminfo: memFree=1465328/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7592 CPUtime=0.27
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1592 2327 0 0 26 0 0 1 24 0 1 0 58171062 7774208 1042 996147200 134512640 135095119 4294956304 18446744073709551615 8879743 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1898 1042 375 142 0 852 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7592

[startup+0.701833 s]
/proc/loadavg: 1.78 2.02 2.01 4/72 18007
/proc/meminfo: memFree=1465328/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=0.67
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 66 0 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7652

[startup+1.50191 s]
/proc/loadavg: 1.78 2.02 2.01 3/73 18013
/proc/meminfo: memFree=1461728/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=1.46
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 145 0 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7652

[startup+3.10107 s]
/proc/loadavg: 1.78 2.02 2.01 3/73 18013
/proc/meminfo: memFree=1461600/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=3.06
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 305 0 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7652

[startup+6.30139 s]
/proc/loadavg: 1.80 2.02 2.01 3/73 18013
/proc/meminfo: memFree=1461480/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=6.25
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 623 1 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7652

[startup+12.702 s]
/proc/loadavg: 1.82 2.02 2.01 3/73 18013
/proc/meminfo: memFree=1461352/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=12.62
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 1260 1 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 7652

[startup+25.5013 s]
/proc/loadavg: 1.86 2.02 2.01 3/73 18013
/proc/meminfo: memFree=1461352/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=25.37
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 2535 1 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 7652

[startup+51.1018 s]
/proc/loadavg: 1.90 2.01 2.00 3/73 18013
/proc/meminfo: memFree=1461416/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=50.87
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 5085 1 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 1 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 7652

[startup+102.307 s]
/proc/loadavg: 1.96 2.01 2.00 3/73 18045
/proc/meminfo: memFree=1460008/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=101.95
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 10193 1 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 7652

[startup+162.302 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459944/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=161.93
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 16190 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 7652

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1460008/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=221.91
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 22188 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 7652

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459944/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=281.89
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 28186 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 281.89
Current children cumulated vsize (KiB) 7652

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1460008/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=341.86
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 34183 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 341.86
Current children cumulated vsize (KiB) 7652

[startup+402.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=401.84
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 40181 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 401.84
Current children cumulated vsize (KiB) 7652

[startup+462.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1460016/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=461.82
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 46179 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 461.82
Current children cumulated vsize (KiB) 7652

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=521.8
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 52177 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 521.8
Current children cumulated vsize (KiB) 7652

[startup+582.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459888/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=581.77
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 58174 2 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 581.77
Current children cumulated vsize (KiB) 7652

[startup+642.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=7652 CPUtime=641.76
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 1858 2327 0 0 64172 3 0 1 25 0 1 0 58171062 7835648 1257 996147200 134512640 135095119 4294956304 18446744073709551615 134918233 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 1913 1257 389 142 0 867 0
Current children cumulated CPU time (s) 641.76

################
# More data... #
################

[startup+822.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1459312/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8680 CPUtime=821.7
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2022 2327 0 0 82166 3 0 1 25 0 1 0 58171062 8888320 1421 996147200 134512640 135095119 4294956304 18446744073709551615 134918267 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2170 1421 389 142 0 1124 0
Current children cumulated CPU time (s) 821.7
Current children cumulated vsize (KiB) 8680

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1458864/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8680 CPUtime=881.67
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2034 2327 0 0 88163 3 0 1 25 0 1 0 58171062 8888320 1433 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2170 1433 389 142 0 1124 0
Current children cumulated CPU time (s) 881.67
Current children cumulated vsize (KiB) 8680

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1458800/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8680 CPUtime=941.65
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2047 2327 0 0 94161 3 0 1 25 0 1 0 58171062 8888320 1446 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2170 1446 389 142 0 1124 0
Current children cumulated CPU time (s) 941.65
Current children cumulated vsize (KiB) 8680

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 18045
/proc/meminfo: memFree=1458736/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8680 CPUtime=1001.63
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2059 2327 0 0 100159 3 0 1 25 0 1 0 58171062 8888320 1458 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2170 1458 389 142 0 1124 0
Current children cumulated CPU time (s) 1001.63
Current children cumulated vsize (KiB) 8680

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1458608/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8680 CPUtime=1061.6
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2071 2327 0 0 106156 3 0 1 25 0 1 0 58171062 8888320 1470 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2170 1470 389 142 0 1124 0
Current children cumulated CPU time (s) 1061.6
Current children cumulated vsize (KiB) 8680

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1458608/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8680 CPUtime=1121.58
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2091 2327 0 0 112154 3 0 1 25 0 1 0 58171062 8888320 1490 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2170 1490 389 142 0 1124 0
Current children cumulated CPU time (s) 1121.58
Current children cumulated vsize (KiB) 8680

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 18045
/proc/meminfo: memFree=1458416/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8812 CPUtime=1181.56
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2121 2327 0 0 118152 3 0 1 25 0 1 0 58171062 9023488 1520 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2203 1520 389 142 0 1157 0
Current children cumulated CPU time (s) 1181.56
Current children cumulated vsize (KiB) 8812

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 18045
/proc/meminfo: memFree=1458160/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=8812 CPUtime=1241.54
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2152 2327 0 0 124149 4 0 1 25 0 1 0 58171062 9023488 1551 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2203 1551 389 142 0 1157 0
Current children cumulated CPU time (s) 1241.54
Current children cumulated vsize (KiB) 8812

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/73 18045
/proc/meminfo: memFree=1457648/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=9968 CPUtime=1301.52
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2440 2327 0 0 130147 4 0 1 25 0 1 0 58171062 10207232 1582 996147200 134512640 135095119 4294956304 18446744073709551615 134918064 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2492 1582 389 142 0 1446 0
Current children cumulated CPU time (s) 1301.52
Current children cumulated vsize (KiB) 9968

[startup+1362.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/73 18045
/proc/meminfo: memFree=1457072/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1361.5
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2649 2327 0 0 136145 4 0 1 25 0 1 0 58171062 11149312 1791 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1791 389 142 0 1676 0
Current children cumulated CPU time (s) 1361.5
Current children cumulated vsize (KiB) 10888

[startup+1422.31 s]
/proc/loadavg: 2.20 2.09 2.02 3/73 18045
/proc/meminfo: memFree=1457008/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1421.48
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2663 2327 0 0 142143 4 0 1 25 0 1 0 58171062 11149312 1805 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1805 389 142 0 1676 0
Current children cumulated CPU time (s) 1421.48
Current children cumulated vsize (KiB) 10888

[startup+1482.3 s]
/proc/loadavg: 2.10 2.09 2.02 3/73 18045
/proc/meminfo: memFree=1456944/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1481.45
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2679 2327 0 0 148140 4 0 1 25 0 1 0 58171062 11149312 1821 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1821 389 142 0 1676 0
Current children cumulated CPU time (s) 1481.45
Current children cumulated vsize (KiB) 10888

[startup+1542.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/73 18045
/proc/meminfo: memFree=1456880/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1541.43
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2693 2327 0 0 154138 4 0 1 25 0 1 0 58171062 11149312 1835 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1835 389 142 0 1676 0
Current children cumulated CPU time (s) 1541.43
Current children cumulated vsize (KiB) 10888

[startup+1602.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/73 18045
/proc/meminfo: memFree=1456688/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1601.41
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2706 2327 0 0 160136 4 0 1 25 0 1 0 58171062 11149312 1848 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1848 389 142 0 1676 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 10888

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/73 18047
/proc/meminfo: memFree=1456432/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1661.39
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2720 2327 0 0 166134 4 0 1 25 0 1 0 58171062 11149312 1862 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1862 389 142 0 1676 0
Current children cumulated CPU time (s) 1661.39
Current children cumulated vsize (KiB) 10888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/73 18047
/proc/meminfo: memFree=1456368/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1721.37
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2734 2327 0 0 172132 4 0 1 25 0 1 0 58171062 11149312 1876 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1876 389 142 0 1676 0
Current children cumulated CPU time (s) 1721.37
Current children cumulated vsize (KiB) 10888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 18047
/proc/meminfo: memFree=1456048/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1781.34
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2748 2327 0 0 178129 4 0 1 25 0 1 0 58171062 11149312 1890 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1890 389 142 0 1676 0
Current children cumulated CPU time (s) 1781.34
Current children cumulated vsize (KiB) 10888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 18047
/proc/meminfo: memFree=1456048/2055920 swapFree=4192812/4192956
[pid=18007] ppid=18005 vsize=10888 CPUtime=1800.04
/proc/18007/stat : 18007 (pcs.small) R 18005 18007 17970 0 -1 4194304 2753 2327 0 0 179999 4 0 1 25 0 1 0 58171062 11149312 1895 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/18007/statm: 2722 1895 389 142 0 1676 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10888

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.01
CPU time (s): 1800.07
CPU user time (s): 1800.01
CPU system time (s): 0.06399
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 10888

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

runsolver used 1.44178 second user time and 5.13022 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-16 04:24:44
IDJOB=2071913
IDBENCH=55553
IDSOLVER=734
FILE ID=node70/2071913-1247711084
PBS_JOBID= 9521442
Free space on /tmp= 66432 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg7-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071913-1247711084/watcher-2071913-1247711084 -o /tmp/evaluation-result-2071913-1247711084/solver-2071913-1247711084 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 39151310 HOME/instance-2071913-1247711084.xml

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

MD5SUM BENCH= f207288eaa483cbbaf4065407b0dc8d2
RANDOM SEED=39151310

node70.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.214
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.214
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:       1465808 kB
Buffers:         82084 kB
Cached:         409556 kB
SwapCached:          0 kB
Active:         167976 kB
Inactive:       341016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5140 kB
Writeback:           0 kB
Mapped:          28872 kB
Slab:            66712 kB
Committed_AS:   731960 kB
PageTables:       1692 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= 66428 MiB
End job on node70 at 2009-07-16 04:54:47