Trace number 2071924

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.1 1811.11

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-11_ext.xml
MD5SUMcb5e5619f3c0d9f436bc8175a2375f0d
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 variables77
Number of constraints18
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.03	c small-domain mode
0.01/0.05	c Seed is 906786455
0.01/0.05	c Constructing HOME/instance-2071924-1247711099.xml  with 18 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-2071924-1247711099/watcher-2071924-1247711099 -o /tmp/evaluation-result-2071924-1247711099/solver-2071924-1247711099 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 906786455 HOME/instance-2071924-1247711099.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.99 2.00 1.99 4/72 11318
/proc/meminfo: memFree=1035176/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=5356 CPUtime=0
/proc/11318/stat : 11318 (pcssolve) R 11316 11318 10520 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58173956 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11318/statm: 1339 241 200 169 0 50 0
[pid=11319] ppid=11318 vsize=3676 CPUtime=0
/proc/11319/stat : 11319 (fgrep) R 11318 11318 10520 0 -1 4194304 147 0 0 0 0 0 0 0 22 0 1 0 58173956 3764224 114 996147200 4194304 4274172 548682068976 18446744073709551615 266890315612 0 0 4096 0 0 0 0 17 1 0 0
/proc/11319/statm: 919 114 86 19 0 43 0
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (pcssolve) R 11318 11318 10520 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58173956 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11320/statm: 1339 241 200 169 0 50 0

[startup+0.0267551 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 11318
/proc/meminfo: memFree=1035176/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=5356 CPUtime=0.01
/proc/11318/stat : 11318 (pcssolve) S 11316 11318 10520 0 -1 4194304 367 1652 0 0 0 0 0 1 23 0 1 0 58173956 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11318/statm: 1339 243 202 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.101753 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 11318
/proc/meminfo: memFree=1035176/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=5444 CPUtime=0.07
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1063 2327 0 0 6 0 0 1 18 0 1 0 58173956 5574656 672 996147200 134512640 135095119 4294956304 18446744073709551615 134653118 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1361 672 361 142 0 315 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5444

[startup+0.301779 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 11318
/proc/meminfo: memFree=1035176/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7424 CPUtime=0.27
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1538 2327 0 0 26 0 0 1 19 0 1 0 58173956 7602176 1015 996147200 134512640 135095119 4294956304 18446744073709551615 134979300 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1856 1015 375 142 0 810 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7424

[startup+0.701821 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 11318
/proc/meminfo: memFree=1035176/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=0.67
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 66 0 0 1 23 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7576

[startup+1.50191 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031712/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=1.46
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 145 0 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7576

[startup+3.10109 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031520/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=3.06
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 304 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7576

[startup+6.30144 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031520/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=6.23
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 621 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7576

[startup+12.7012 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031520/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=12.58
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 1256 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134926997 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 7576

[startup+25.5016 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031648/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=25.28
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 2526 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 7576

[startup+51.1015 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031648/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=50.69
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 5067 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 7576

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031648/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=101.5
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 10148 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134910155 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 7576

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031648/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=161.05
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 16103 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 7576

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031456/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=220.58
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 22056 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134926970 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 7576

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031264/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=280.13
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 28011 1 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 7576

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1031200/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7576 CPUtime=339.68
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1813 2327 0 0 33965 2 0 1 25 0 1 0 58173956 7757824 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1894 1238 389 142 0 848 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 7576

[startup+402.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1030880/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8092 CPUtime=399.23
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1884 2327 0 0 39920 2 0 1 25 0 1 0 58173956 8286208 1309 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2023 1309 389 142 0 977 0
Current children cumulated CPU time (s) 399.23
Current children cumulated vsize (KiB) 8092

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1030432/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8092 CPUtime=458.77
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1896 2327 0 0 45874 2 0 1 25 0 1 0 58173956 8286208 1321 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2023 1321 389 142 0 977 0
Current children cumulated CPU time (s) 458.77
Current children cumulated vsize (KiB) 8092

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1030368/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8092 CPUtime=518.32
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1907 2327 0 0 51829 2 0 1 25 0 1 0 58173956 8286208 1332 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2023 1332 389 142 0 977 0
Current children cumulated CPU time (s) 518.32
Current children cumulated vsize (KiB) 8092

[startup+582.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1030240/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8092 CPUtime=577.87
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 1916 2327 0 0 57783 3 0 1 25 0 1 0 58173956 8286208 1341 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2023 1341 389 142 0 977 0
Current children cumulated CPU time (s) 577.87
Current children cumulated vsize (KiB) 8092

[startup+642.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1030176/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8092 CPUtime=637.41

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

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1029536/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8604 CPUtime=875.59
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2094 2327 0 0 87555 3 0 1 25 0 1 0 58173956 8810496 1390 996147200 134512640 135095119 4294956304 18446744073709551615 134918065 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2151 1390 389 142 0 1105 0
Current children cumulated CPU time (s) 875.59
Current children cumulated vsize (KiB) 8604

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1029280/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=935.14
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2140 2327 0 0 93509 4 0 1 25 0 1 0 58173956 8945664 1436 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1436 389 142 0 1138 0
Current children cumulated CPU time (s) 935.14
Current children cumulated vsize (KiB) 8736

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1029088/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=994.68
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2152 2327 0 0 99463 4 0 1 25 0 1 0 58173956 8945664 1448 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1448 389 142 0 1138 0
Current children cumulated CPU time (s) 994.68
Current children cumulated vsize (KiB) 8736

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1029024/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1054.23
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2161 2327 0 0 105418 4 0 1 25 0 1 0 58173956 8945664 1457 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1457 389 142 0 1138 0
Current children cumulated CPU time (s) 1054.23
Current children cumulated vsize (KiB) 8736

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1028896/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1113.77
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2171 2327 0 0 111372 4 0 1 25 0 1 0 58173956 8945664 1467 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1467 389 142 0 1138 0
Current children cumulated CPU time (s) 1113.77
Current children cumulated vsize (KiB) 8736

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1028768/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1173.32
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2181 2327 0 0 117327 4 0 1 25 0 1 0 58173956 8945664 1477 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1477 389 142 0 1138 0
Current children cumulated CPU time (s) 1173.32
Current children cumulated vsize (KiB) 8736

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1028576/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1232.87
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2193 2327 0 0 123281 5 0 1 25 0 1 0 58173956 8945664 1489 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1489 389 142 0 1138 0
Current children cumulated CPU time (s) 1232.87
Current children cumulated vsize (KiB) 8736

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1027744/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1292.41
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2202 2327 0 0 129235 5 0 1 25 0 1 0 58173956 8945664 1498 996147200 134512640 135095119 4294956304 18446744073709551615 134918233 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1498 389 142 0 1138 0
Current children cumulated CPU time (s) 1292.41
Current children cumulated vsize (KiB) 8736

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1027744/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1351.96
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2211 2327 0 0 135190 5 0 1 25 0 1 0 58173956 8945664 1507 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1507 389 142 0 1138 0
Current children cumulated CPU time (s) 1351.96
Current children cumulated vsize (KiB) 8736

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 11324
/proc/meminfo: memFree=1027616/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8736 CPUtime=1411.5
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2226 2327 0 0 141144 5 0 1 25 0 1 0 58173956 8945664 1522 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2184 1522 389 142 0 1138 0
Current children cumulated CPU time (s) 1411.5
Current children cumulated vsize (KiB) 8736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 11357
/proc/meminfo: memFree=956384/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=8868 CPUtime=1471.39
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2250 2327 0 0 147132 6 0 1 25 0 1 0 58173956 9080832 1546 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2217 1546 389 142 0 1171 0
Current children cumulated CPU time (s) 1471.39
Current children cumulated vsize (KiB) 8868

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 11357
/proc/meminfo: memFree=955808/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=9892 CPUtime=1531.37
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2530 2327 0 0 153130 6 0 1 25 0 1 0 58173956 10129408 1569 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2473 1569 389 142 0 1427 0
Current children cumulated CPU time (s) 1531.37
Current children cumulated vsize (KiB) 9892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 11357
/proc/meminfo: memFree=954912/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=9892 CPUtime=1591.35
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2553 2327 0 0 159128 6 0 1 25 0 1 0 58173956 10129408 1592 996147200 134512640 135095119 4294956304 18446744073709551615 134926981 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2473 1592 389 142 0 1427 0
Current children cumulated CPU time (s) 1591.35
Current children cumulated vsize (KiB) 9892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 11359
/proc/meminfo: memFree=954336/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=10020 CPUtime=1651.32
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2576 2327 0 0 165125 6 0 1 25 0 1 0 58173956 10260480 1615 996147200 134512640 135095119 4294956304 18446744073709551615 134918163 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2505 1615 389 142 0 1459 0
Current children cumulated CPU time (s) 1651.32
Current children cumulated vsize (KiB) 10020

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/70 11362
/proc/meminfo: memFree=918008/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=10020 CPUtime=1711.3
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2598 2327 0 0 171122 7 0 1 25 0 1 0 58173956 10260480 1637 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2505 1637 389 142 0 1459 0
Current children cumulated CPU time (s) 1711.3
Current children cumulated vsize (KiB) 10020

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 11400
/proc/meminfo: memFree=998488/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=10148 CPUtime=1771.28
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2619 2327 0 0 177119 8 0 1 25 0 1 0 58173956 10391552 1658 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2537 1658 389 142 0 1491 0
Current children cumulated CPU time (s) 1771.28
Current children cumulated vsize (KiB) 10148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 11400
/proc/meminfo: memFree=996824/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=10148 CPUtime=1800.07
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2629 2327 0 0 179998 8 0 1 25 0 1 0 58173956 10391552 1668 996147200 134512640 135095119 4294956304 18446744073709551615 134918198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2537 1668 389 142 0 1491 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10148

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

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

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 11400
/proc/meminfo: memFree=996824/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=10148 CPUtime=1800.07
/proc/11318/stat : 11318 (pcs.small) R 11316 11318 10520 0 -1 4194304 2629 2327 0 0 179998 8 0 1 25 0 1 0 58173956 10391552 1668 996147200 134512640 135095119 4294956304 18446744073709551615 134918198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11318/statm: 2537 1668 389 142 0 1491 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.11
CPU time (s): 1800.1
CPU user time (s): 1799.99
CPU system time (s): 0.101984
CPU usage (%): 99.3919
Max. virtual memory (cumulated for all children) (KiB): 10152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4956
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= 22
involuntary context switches= 32409

runsolver used 1.80472 second user time and 4.97424 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-16 04:24:59
IDJOB=2071924
IDBENCH=55554
IDSOLVER=734
FILE ID=node38/2071924-1247711099
PBS_JOBID= 9521353
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= cb5e5619f3c0d9f436bc8175a2375f0d
RANDOM SEED=906786455

node38.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.229
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.229
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:       1035656 kB
Buffers:         99040 kB
Cached:         802504 kB
SwapCached:          0 kB
Active:         382412 kB
Inactive:       537420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1035656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2872 kB
Writeback:           0 kB
Mapped:          29688 kB
Slab:            85696 kB
Committed_AS:   515588 kB
PageTables:       1812 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= 66224 MiB
End job on node38 at 2009-07-16 04:55:12