Trace number 2070274

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

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-10_ext.xml
MD5SUMbf17ad4fcb93ffa307503ae9f9f9c729
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3644
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.18/0.21	c Seed is 620902908
0.18/0.21	c Constructing HOME/instance-2070274-1247708819.xml  with 17 constraints
0.18/0.21	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-2070274-1247708819/watcher-2070274-1247708819 -o /tmp/evaluation-result-2070274-1247708819/solver-2070274-1247708819 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 620902908 HOME/instance-2070274-1247708819.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.84 2.06 2.11 4/72 13316
/proc/meminfo: memFree=1542664/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5356 CPUtime=0
/proc/13316/stat : 13316 (pcssolve) R 13314 13316 13279 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 57947871 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13316/statm: 1339 241 200 169 0 50 0
[pid=13317] ppid=13316 vsize=5356 CPUtime=0
/proc/13317/stat : 13317 (pcssolve) R 13316 13316 13279 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57947871 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13317/statm: 1339 241 200 169 0 50 0

[startup+0.0695611 s]
/proc/loadavg: 1.84 2.06 2.11 4/72 13316
/proc/meminfo: memFree=1542664/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=4944 CPUtime=0.04
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 940 974 0 0 4 0 0 0 18 0 1 0 57947871 5062656 549 996147200 134512640 135095119 4294956304 18446744073709551615 134739360 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1236 549 375 142 0 190 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4944

[startup+0.101561 s]
/proc/loadavg: 1.84 2.06 2.11 4/72 13316
/proc/meminfo: memFree=1542664/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=0.08
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1032 974 0 0 8 0 0 0 18 0 1 0 57947871 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5300

[startup+0.301582 s]
/proc/loadavg: 1.84 2.06 2.11 4/72 13316
/proc/meminfo: memFree=1542664/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=0.28
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1032 974 0 0 28 0 0 0 19 0 1 0 57947871 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5300

[startup+0.701631 s]
/proc/loadavg: 1.84 2.06 2.11 4/72 13316
/proc/meminfo: memFree=1542664/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=0.68
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1032 974 0 0 68 0 0 0 23 0 1 0 57947871 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134927082 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5300

[startup+1.50173 s]
/proc/loadavg: 1.84 2.06 2.11 3/73 13322
/proc/meminfo: memFree=1541568/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=1.47
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1032 974 0 0 147 0 0 0 25 0 1 0 57947871 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5300

[startup+3.10192 s]
/proc/loadavg: 1.84 2.06 2.11 3/73 13322
/proc/meminfo: memFree=1541440/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=3.07
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1032 974 0 0 307 0 0 0 25 0 1 0 57947871 5427200 640 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 640 389 142 0 279 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 5300

[startup+6.30231 s]
/proc/loadavg: 1.85 2.06 2.11 3/73 13322
/proc/meminfo: memFree=1541184/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=6.25
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1036 974 0 0 625 0 0 0 25 0 1 0 57947871 5427200 644 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 644 389 142 0 279 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 5300

[startup+12.7011 s]
/proc/loadavg: 1.87 2.06 2.11 3/73 13322
/proc/meminfo: memFree=1541000/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=12.62
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1048 974 0 0 1262 0 0 0 25 0 1 0 57947871 5427200 656 996147200 134512640 135095119 4294956304 18446744073709551615 134927284 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 656 389 142 0 279 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 5300

[startup+25.5016 s]
/proc/loadavg: 1.89 2.06 2.10 3/73 13322
/proc/meminfo: memFree=1540936/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5300 CPUtime=25.37
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1053 974 0 0 2537 0 0 0 25 0 1 0 57947871 5427200 661 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1325 661 389 142 0 279 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 5300

[startup+51.1017 s]
/proc/loadavg: 1.93 2.05 2.10 3/73 13322
/proc/meminfo: memFree=1540552/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5560 CPUtime=50.87
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1094 974 0 0 5087 0 0 0 25 0 1 0 57947871 5693440 702 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/13316/statm: 1390 702 389 142 0 344 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 5560

[startup+102.306 s]
/proc/loadavg: 1.97 2.04 2.09 3/73 13354
/proc/meminfo: memFree=1541128/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=5816 CPUtime=102
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1201 974 0 0 10199 1 0 0 25 0 1 0 57947871 5955584 744 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 1454 744 389 142 0 408 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 5816

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.09 3/73 13354
/proc/meminfo: memFree=1540232/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=6460 CPUtime=161.97
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1435 974 0 0 16196 1 0 0 25 0 1 0 57947871 6615040 849 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 1615 849 389 142 0 569 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 6460

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.08 3/73 13354
/proc/meminfo: memFree=1539720/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=7120 CPUtime=221.95
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1614 974 0 0 22194 1 0 0 25 0 1 0 57947871 7290880 1028 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 1780 1028 389 142 0 734 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 7120

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.08 3/73 13356
/proc/meminfo: memFree=1539080/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=7120 CPUtime=281.93
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 1670 974 0 0 28192 1 0 0 25 0 1 0 57947871 7290880 1084 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 1780 1084 389 142 0 734 0
Current children cumulated CPU time (s) 281.93
Current children cumulated vsize (KiB) 7120

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.07 3/73 13356
/proc/meminfo: memFree=1538376/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=8276 CPUtime=341.9
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 2015 974 0 0 34189 1 0 0 25 0 1 0 57947871 8474624 1172 996147200 134512640 135095119 4294956304 18446744073709551615 134918251 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 2069 1172 389 142 0 1023 0
Current children cumulated CPU time (s) 341.9
Current children cumulated vsize (KiB) 8276

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.06 3/73 13356
/proc/meminfo: memFree=1537736/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=8404 CPUtime=401.88
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 2134 974 0 0 40187 1 0 0 25 0 1 0 57947871 8605696 1291 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 2101 1291 389 142 0 1055 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 8404

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/73 13356
/proc/meminfo: memFree=1536264/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=9320 CPUtime=461.85
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 2402 974 0 0 46184 1 0 0 25 0 1 0 57947871 9543680 1526 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 2330 1526 389 142 0 1284 0
Current children cumulated CPU time (s) 461.85
Current children cumulated vsize (KiB) 9320

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/73 13356
/proc/meminfo: memFree=1535944/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=9320 CPUtime=521.83
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 2451 974 0 0 52182 1 0 0 25 0 1 0 57947871 9543680 1575 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 2330 1575 389 142 0 1284 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 9320

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.05 3/73 13356
/proc/meminfo: memFree=1534984/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=9320 CPUtime=581.81
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 2503 974 0 0 58180 1 0 0 25 0 1 0 57947871 9543680 1627 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 2330 1627 389 142 0 1284 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 9320

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/73 13356
/proc/meminfo: memFree=1534472/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=11500 CPUtime=641.79
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 3092 974 0 0 64177 2 0 0 25 0 1 0 57947871 11776000 1703 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 2875 1703 389 142 0 1829 0
Current children cumulated CPU time (s) 641.79

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

[startup+882.302 s]
/proc/loadavg: 2.04 2.01 2.02 3/73 13362
/proc/meminfo: memFree=1530440/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13472 CPUtime=881.7
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 3800 974 0 0 88167 3 0 0 25 0 1 0 57947871 13795328 2346 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3368 2346 389 142 0 2322 0
Current children cumulated CPU time (s) 881.7
Current children cumulated vsize (KiB) 13472

[startup+942.302 s]
/proc/loadavg: 2.60 2.16 2.07 4/78 13815
/proc/meminfo: memFree=1522768/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13472 CPUtime=941.36
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 3856 974 0 0 94133 3 0 0 25 0 1 0 57947871 13795328 2402 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3368 2402 389 142 0 2322 0
Current children cumulated CPU time (s) 941.36
Current children cumulated vsize (KiB) 13472

[startup+1002.3 s]
/proc/loadavg: 2.85 2.31 2.13 4/78 13815
/proc/meminfo: memFree=1509264/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13472 CPUtime=1001.12
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 3908 974 0 0 100108 4 0 0 25 0 1 0 57947871 13795328 2454 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3368 2454 389 142 0 2322 0
Current children cumulated CPU time (s) 1001.12
Current children cumulated vsize (KiB) 13472

[startup+1062.3 s]
/proc/loadavg: 2.94 2.43 2.18 4/78 13815
/proc/meminfo: memFree=1497552/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13472 CPUtime=1060.87
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 3959 974 0 0 106083 4 0 0 25 0 1 0 57947871 13795328 2505 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3368 2505 389 142 0 2322 0
Current children cumulated CPU time (s) 1060.87
Current children cumulated vsize (KiB) 13472

[startup+1122.3 s]
/proc/loadavg: 2.98 2.54 2.23 4/78 13815
/proc/meminfo: memFree=1483664/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13472 CPUtime=1120.61
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 4014 974 0 0 112057 4 0 0 25 0 1 0 57947871 13795328 2560 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3368 2560 389 142 0 2322 0
Current children cumulated CPU time (s) 1120.61
Current children cumulated vsize (KiB) 13472

[startup+1182.3 s]
/proc/loadavg: 2.99 2.62 2.27 3/73 13870
/proc/meminfo: memFree=1470896/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13472 CPUtime=1180.35
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 4089 974 0 0 118030 5 0 0 25 0 1 0 57947871 13795328 2635 996147200 134512640 135095119 4294956304 18446744073709551615 134918181 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3368 2635 389 142 0 2322 0
Current children cumulated CPU time (s) 1180.35
Current children cumulated vsize (KiB) 13472

[startup+1242.3 s]
/proc/loadavg: 2.36 2.50 2.26 3/73 13870
/proc/meminfo: memFree=1470600/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=13732 CPUtime=1240.1
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 4186 974 0 0 124005 5 0 0 25 0 1 0 57947871 14061568 2732 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 3433 2732 389 142 0 2387 0
Current children cumulated CPU time (s) 1240.1
Current children cumulated vsize (KiB) 13732

[startup+1302.3 s]
/proc/loadavg: 2.13 2.41 2.24 3/73 13870
/proc/meminfo: memFree=1470024/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=17956 CPUtime=1299.87
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 5304 974 0 0 129981 6 0 0 25 0 1 0 57947871 18386944 2825 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 4489 2825 389 142 0 3443 0
Current children cumulated CPU time (s) 1299.87
Current children cumulated vsize (KiB) 17956

[startup+1362.3 s]
/proc/loadavg: 2.05 2.33 2.22 3/73 13870
/proc/meminfo: memFree=1469384/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=18216 CPUtime=1359.62
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 5402 974 0 0 135956 6 0 0 25 0 1 0 57947871 18653184 2923 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 4554 2923 389 142 0 3508 0
Current children cumulated CPU time (s) 1359.62
Current children cumulated vsize (KiB) 18216

[startup+1422.31 s]
/proc/loadavg: 2.02 2.27 2.20 3/73 13870
/proc/meminfo: memFree=1468808/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=18348 CPUtime=1419.38
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 5502 974 0 0 141932 6 0 0 25 0 1 0 57947871 18788352 3023 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 4587 3023 389 142 0 3541 0
Current children cumulated CPU time (s) 1419.38
Current children cumulated vsize (KiB) 18348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.22 2.18 3/73 13870
/proc/meminfo: memFree=1468168/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=18608 CPUtime=1479.14
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 5598 974 0 0 147908 6 0 0 25 0 1 0 57947871 19054592 3119 996147200 134512640 135095119 4294956304 18446744073709551615 134918233 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 4652 3119 389 142 0 3606 0
Current children cumulated CPU time (s) 1479.14
Current children cumulated vsize (KiB) 18608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.17 2.17 3/73 13870
/proc/meminfo: memFree=1467464/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=18740 CPUtime=1538.89
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 5690 974 0 0 153883 6 0 0 25 0 1 0 57947871 19189760 3211 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 4685 3211 389 142 0 3639 0
Current children cumulated CPU time (s) 1538.89
Current children cumulated vsize (KiB) 18740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.14 2.16 3/73 13870
/proc/meminfo: memFree=1466696/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=18872 CPUtime=1598.65
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 5789 974 0 0 159859 6 0 0 25 0 1 0 57947871 19324928 3310 996147200 134512640 135095119 4294956304 18446744073709551615 134927036 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 4718 3310 389 142 0 3672 0
Current children cumulated CPU time (s) 1598.65
Current children cumulated vsize (KiB) 18872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.11 2.15 3/73 13870
/proc/meminfo: memFree=1463560/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=21756 CPUtime=1658.41
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 6564 974 0 0 165835 6 0 0 25 0 1 0 57947871 22278144 3956 996147200 134512640 135095119 4294956304 18446744073709551615 134927070 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 5439 3956 389 142 0 4393 0
Current children cumulated CPU time (s) 1658.41
Current children cumulated vsize (KiB) 21756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.09 2.14 3/73 13870
/proc/meminfo: memFree=1463048/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=21756 CPUtime=1718.18
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 6617 974 0 0 171811 7 0 0 25 0 1 0 57947871 22278144 4009 996147200 134512640 135095119 4294956304 18446744073709551615 134927067 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 5439 4009 389 142 0 4393 0
Current children cumulated CPU time (s) 1718.18
Current children cumulated vsize (KiB) 21756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.12 3/83 13911
/proc/meminfo: memFree=1438384/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=21756 CPUtime=1777.93
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 6668 974 0 0 177784 9 0 0 25 0 1 0 57947871 22278144 4060 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 5439 4060 389 142 0 4393 0
Current children cumulated CPU time (s) 1777.93
Current children cumulated vsize (KiB) 21756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.06 2.12 3/83 13911
/proc/meminfo: memFree=1428912/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=21756 CPUtime=1800.04
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 6687 974 0 0 179995 9 0 0 25 0 1 0 57947871 22278144 4079 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 5439 4079 389 142 0 4393 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 21756

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

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

[startup+1804.5 s]
/proc/loadavg: 2.00 2.06 2.12 3/83 13911
/proc/meminfo: memFree=1428912/2055920 swapFree=4192812/4192956
[pid=13316] ppid=13314 vsize=21756 CPUtime=1800.04
/proc/13316/stat : 13316 (pcs.small) R 13314 13316 13279 0 -1 4194304 6687 974 0 0 179995 9 0 0 25 0 1 0 57947871 22278144 4079 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13316/statm: 5439 4079 389 142 0 4393 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 21756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.51
CPU time (s): 1800.06
CPU user time (s): 1799.96
CPU system time (s): 0.098984
CPU usage (%): 99.7535
Max. virtual memory (cumulated for all children) (KiB): 21756

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

runsolver used 1.65675 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-16 03:46:59
IDJOB=2070274
IDBENCH=55163
IDSOLVER=734
FILE ID=node33/2070274-1247708819
PBS_JOBID= 9521325
Free space on /tmp= 66424 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-10_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070274-1247708819/watcher-2070274-1247708819 -o /tmp/evaluation-result-2070274-1247708819/solver-2070274-1247708819 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 620902908 HOME/instance-2070274-1247708819.xml

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

MD5SUM BENCH= bf17ad4fcb93ffa307503ae9f9f9c729
RANDOM SEED=620902908

node33.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:       1543208 kB
Buffers:         63776 kB
Cached:         364556 kB
SwapCached:          0 kB
Active:          46864 kB
Inactive:       399276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          29196 kB
Slab:            52104 kB
Committed_AS:   551252 kB
PageTables:       1716 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= 66424 MiB
End job on node33 at 2009-07-16 04:17:05