Trace number 2079447

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.2? (TO) 1800.1 1806.31

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-7_ext.xml
MD5SUM7f9a74604c9d33fbc95cb371f4326db9
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 benchmark116.633
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
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.01	c small-domain mode
0.18/0.20	c Seed is 1368905617
0.18/0.20	c Constructing HOME/instance-2079447-1247716750.xml  with 14 constraints
0.18/0.20	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-2079447-1247716750/watcher-2079447-1247716750 -o /tmp/evaluation-result-2079447-1247716750/solver-2079447-1247716750 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1368905617 HOME/instance-2079447-1247716750.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.01 2.04 2.01 4/81 14507
/proc/meminfo: memFree=1521304/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=5356 CPUtime=0
/proc/14507/stat : 14507 (pcssolve) R 14505 14507 13570 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 58739507 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14507/statm: 1339 241 200 169 0 50 0
[pid=14508] ppid=14507 vsize=3544 CPUtime=0
/proc/14508/stat : 14508 (fgrep) R 14507 14507 13570 0 -1 4194304 91 0 0 0 0 0 0 0 19 0 1 0 58739507 3629056 59 996147200 4194304 4274172 548682068976 18446744073709551615 231882250771 0 0 4096 0 0 0 0 17 1 0 0
/proc/14508/statm: 886 59 43 19 0 10 0
[pid=14509] ppid=14507 vsize=5356 CPUtime=0
/proc/14509/stat : 14509 (pcssolve) R 14507 14507 13570 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 58739507 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14509/statm: 1339 241 200 169 0 50 0

[startup+0.0768449 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 14507
/proc/meminfo: memFree=1521304/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=0.05
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 5 0 0 0 18 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4728

[startup+0.101849 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 14507
/proc/meminfo: memFree=1521304/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=0.08
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 8 0 0 0 18 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4728

[startup+0.301872 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 14507
/proc/meminfo: memFree=1521304/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=0.28
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 28 0 0 0 19 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918260 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4728

[startup+0.701918 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 14507
/proc/meminfo: memFree=1521304/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=0.68
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 68 0 0 0 23 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 4728

[startup+1.50201 s]
/proc/loadavg: 2.01 2.04 2.01 3/82 14513
/proc/meminfo: memFree=1520720/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=1.48
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 148 0 0 0 25 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 4728

[startup+3.1012 s]
/proc/loadavg: 2.01 2.04 2.01 3/82 14513
/proc/meminfo: memFree=1520592/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=3.08
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 308 0 0 0 25 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4728

[startup+6.30158 s]
/proc/loadavg: 2.01 2.04 2.01 3/82 14513
/proc/meminfo: memFree=1520528/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=6.28
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 909 989 0 0 628 0 0 0 25 0 1 0 58739507 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4728

[startup+12.7023 s]
/proc/loadavg: 2.01 2.04 2.01 3/82 14513
/proc/meminfo: memFree=1520336/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=4728 CPUtime=12.68
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 923 989 0 0 1268 0 0 0 25 0 1 0 58739507 4841472 532 996147200 134512640 135095119 4294956304 18446744073709551615 134918070 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1182 532 389 142 0 136 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4728

[startup+25.5018 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 14513
/proc/meminfo: memFree=1520272/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=5136 CPUtime=25.46
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 975 989 0 0 2546 0 0 0 25 0 1 0 58739507 5259264 584 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1284 584 389 142 0 238 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5136

[startup+51.1019 s]
/proc/loadavg: 2.00 2.03 2.01 3/82 14513
/proc/meminfo: memFree=1519824/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=5392 CPUtime=51.06
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 1087 989 0 0 5106 0 0 0 25 0 1 0 58739507 5521408 631 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1348 631 389 142 0 302 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5392

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 14513
/proc/meminfo: memFree=1519248/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=6180 CPUtime=102.25
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 1377 989 0 0 10224 1 0 0 25 0 1 0 58739507 6328320 792 996147200 134512640 135095119 4294956304 18446744073709551615 134918196 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1545 792 389 142 0 499 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 6180

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14519
/proc/meminfo: memFree=1518416/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=6708 CPUtime=162.2
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 1562 989 0 0 16219 1 0 0 25 0 1 0 58739507 6868992 977 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 1677 977 389 142 0 631 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 6708

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14519
/proc/meminfo: memFree=1517648/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=8780 CPUtime=222.17
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 2174 989 0 0 22216 1 0 0 25 0 1 0 58739507 8990720 1299 996147200 134512640 135095119 4294956304 18446744073709551615 134927020 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 2195 1299 389 142 0 1149 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 8780

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 14519
/proc/meminfo: memFree=1516816/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=8780 CPUtime=282.15
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 2265 989 0 0 28214 1 0 0 25 0 1 0 58739507 8990720 1390 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 2195 1390 389 142 0 1149 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 8780

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1531104/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=8912 CPUtime=341.98
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 2412 989 0 0 34196 2 0 0 25 0 1 0 58739507 9125888 1537 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 2228 1537 389 142 0 1182 0
Current children cumulated CPU time (s) 341.98
Current children cumulated vsize (KiB) 8912

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1529376/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=11356 CPUtime=401.53
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 3128 989 0 0 40151 2 0 0 25 0 1 0 58739507 11628544 1740 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 2839 1740 389 142 0 1793 0
Current children cumulated CPU time (s) 401.53
Current children cumulated vsize (KiB) 11356

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1526240/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=12800 CPUtime=461.08
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 3595 989 0 0 46106 2 0 0 25 0 1 0 58739507 13107200 2142 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 3200 2142 389 142 0 2154 0
Current children cumulated CPU time (s) 461.08
Current children cumulated vsize (KiB) 12800

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1524320/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=12800 CPUtime=520.62
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 3686 989 0 0 52060 2 0 0 25 0 1 0 58739507 13107200 2233 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 3200 2233 389 142 0 2154 0
Current children cumulated CPU time (s) 520.62
Current children cumulated vsize (KiB) 12800

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1522272/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=12800 CPUtime=580.17
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 3774 989 0 0 58015 2 0 0 25 0 1 0 58739507 13107200 2321 996147200 134512640 135095119 4294956304 18446744073709551615 134926993 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 3200 2321 389 142 0 2154 0
Current children cumulated CPU time (s) 580.17
Current children cumulated vsize (KiB) 12800

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1520288/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=13188 CPUtime=639.72

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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1509088/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21340 CPUtime=877.91
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 6369 989 0 0 87788 3 0 0 25 0 1 0 58739507 21852160 3762 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 5335 3762 389 142 0 4289 0
Current children cumulated CPU time (s) 877.91
Current children cumulated vsize (KiB) 21340

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1507104/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21340 CPUtime=937.46
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 6466 989 0 0 93743 3 0 0 25 0 1 0 58739507 21852160 3859 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 5335 3859 389 142 0 4289 0
Current children cumulated CPU time (s) 937.46
Current children cumulated vsize (KiB) 21340

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1505120/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21340 CPUtime=997
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 6570 989 0 0 99697 3 0 0 25 0 1 0 58739507 21852160 3963 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 5335 3963 389 142 0 4289 0
Current children cumulated CPU time (s) 997
Current children cumulated vsize (KiB) 21340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14551
/proc/meminfo: memFree=1503200/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21340 CPUtime=1056.55
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 6672 989 0 0 105652 3 0 0 25 0 1 0 58739507 21852160 4065 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 5335 4065 389 142 0 4289 0
Current children cumulated CPU time (s) 1056.55
Current children cumulated vsize (KiB) 21340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1479584/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21340 CPUtime=1116.35
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 6770 989 0 0 111632 3 0 0 25 0 1 0 58739507 21852160 4163 996147200 134512640 135095119 4294956304 18446744073709551615 134918099 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 5335 4163 389 142 0 4289 0
Current children cumulated CPU time (s) 1116.35
Current children cumulated vsize (KiB) 21340

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1475168/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21340 CPUtime=1176.32
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 6863 989 0 0 117629 3 0 0 25 0 1 0 58739507 21852160 4256 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 5335 4256 389 142 0 4289 0
Current children cumulated CPU time (s) 1176.32
Current children cumulated vsize (KiB) 21340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1460384/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21600 CPUtime=1236.3
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 7039 989 0 0 123627 3 0 0 25 0 1 0 58739507 22118400 4432 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 5400 4432 389 142 0 4354 0
Current children cumulated CPU time (s) 1236.3
Current children cumulated vsize (KiB) 21600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1437856/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=21992 CPUtime=1296.28
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 7220 989 0 0 129625 3 0 0 25 0 1 0 58739507 22519808 4613 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 5498 4613 389 142 0 4452 0
Current children cumulated CPU time (s) 1296.28
Current children cumulated vsize (KiB) 21992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1415264/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=22384 CPUtime=1356.25
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 7403 989 0 0 135622 3 0 0 25 0 1 0 58739507 22921216 4796 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 5596 4796 389 142 0 4550 0
Current children cumulated CPU time (s) 1356.25
Current children cumulated vsize (KiB) 22384

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1413408/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=30840 CPUtime=1416.23
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 9629 989 0 0 141618 5 0 0 25 0 1 0 58739507 31580160 4973 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 7710 4973 389 142 0 6664 0
Current children cumulated CPU time (s) 1416.23
Current children cumulated vsize (KiB) 30840

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1412256/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=31236 CPUtime=1476.2
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 9808 989 0 0 147615 5 0 0 25 0 1 0 58739507 31985664 5152 996147200 134512640 135095119 4294956304 18446744073709551615 134912165 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 7809 5152 389 142 0 6763 0
Current children cumulated CPU time (s) 1476.2
Current children cumulated vsize (KiB) 31236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1410528/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=31628 CPUtime=1536.18
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 9985 989 0 0 153613 5 0 0 25 0 1 0 58739507 32387072 5329 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 7907 5329 389 142 0 6861 0
Current children cumulated CPU time (s) 1536.18
Current children cumulated vsize (KiB) 31628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1409184/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=31884 CPUtime=1596.15
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 10161 989 0 0 159610 5 0 0 25 0 1 0 58739507 32649216 5505 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 7971 5505 389 142 0 6925 0
Current children cumulated CPU time (s) 1596.15
Current children cumulated vsize (KiB) 31884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1408096/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=32272 CPUtime=1656.12
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 10348 989 0 0 165607 5 0 0 25 0 1 0 58739507 33046528 5692 996147200 134512640 135095119 4294956304 18446744073709551615 134910483 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 8068 5692 389 142 0 7022 0
Current children cumulated CPU time (s) 1656.12
Current children cumulated vsize (KiB) 32272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1402720/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=37916 CPUtime=1716.11
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 11870 989 0 0 171605 6 0 0 25 0 1 0 58739507 38825984 6957 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 9479 6957 389 142 0 8433 0
Current children cumulated CPU time (s) 1716.11
Current children cumulated vsize (KiB) 37916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1402080/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=37916 CPUtime=1776.08
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 11962 989 0 0 177602 6 0 0 25 0 1 0 58739507 38825984 7049 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 9479 7049 389 142 0 8433 0
Current children cumulated CPU time (s) 1776.08
Current children cumulated vsize (KiB) 37916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=37916 CPUtime=1800.07
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 12000 989 0 0 180001 6 0 0 25 0 1 0 58739507 38825984 7087 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 9479 7087 389 142 0 8433 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 37916

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

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

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14582
/proc/meminfo: memFree=1401952/2055920 swapFree=4192812/4192956
[pid=14507] ppid=14505 vsize=37916 CPUtime=1800.07
/proc/14507/stat : 14507 (pcs.small) R 14505 14507 13570 0 -1 4194304 12000 989 0 0 180001 6 0 0 25 0 1 0 58739507 38825984 7087 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14507/statm: 9479 7087 389 142 0 8433 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 37916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.31
CPU time (s): 1800.1
CPU user time (s): 1800.02
CPU system time (s): 0.076988
CPU usage (%): 99.6561
Max. virtual memory (cumulated for all children) (KiB): 37916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12989
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= 16
involuntary context switches= 20282

runsolver used 1.75673 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-16 05:59:11
IDJOB=2079447
IDBENCH=56900
IDSOLVER=733
FILE ID=node75/2079447-1247716750
PBS_JOBID= 9521471
Free space on /tmp= 66256 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-7_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079447-1247716750/watcher-2079447-1247716750 -o /tmp/evaluation-result-2079447-1247716750/solver-2079447-1247716750 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1368905617 HOME/instance-2079447-1247716750.xml

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

MD5SUM BENCH= 7f9a74604c9d33fbc95cb371f4326db9
RANDOM SEED=1368905617

node75.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1521848 kB
Buffers:         73856 kB
Cached:         338292 kB
SwapCached:          0 kB
Active:         128484 kB
Inactive:       317892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          54604 kB
Slab:            72856 kB
Committed_AS:   564580 kB
PageTables:       1896 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= 66252 MiB
End job on node75 at 2009-07-16 06:29:19