Trace number 2079448

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 1802.41

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.00/0.21	c Seed is 807496849
0.00/0.21	c Constructing HOME/instance-2079448-1247716758.xml  with 14 constraints
0.00/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-2079448-1247716758/watcher-2079448-1247716758 -o /tmp/evaluation-result-2079448-1247716758/solver-2079448-1247716758 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 807496849 HOME/instance-2079448-1247716758.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.18 2.14 2.05 4/82 13867
/proc/meminfo: memFree=902864/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=5356 CPUtime=0
/proc/13867/stat : 13867 (pcssolve) R 13865 13867 13117 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58741973 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13867/statm: 1339 241 200 169 0 50 0
[pid=13868] ppid=13867 vsize=5356 CPUtime=0
/proc/13868/stat : 13868 (pcssolve) R 13867 13867 13117 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58741974 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13868/statm: 1339 241 200 169 0 50 0

[startup+0.211821 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 13867
/proc/meminfo: memFree=902864/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=0.18
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 18 0 0 0 19 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 4728

[startup+0.301742 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 13867
/proc/meminfo: memFree=902864/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=0.27
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 27 0 0 0 19 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 4728

[startup+0.401748 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 13867
/proc/meminfo: memFree=902864/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=0.37
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 37 0 0 0 20 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 4728

[startup+0.701766 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 13867
/proc/meminfo: memFree=902864/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=0.67
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 67 0 0 0 23 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 4728

[startup+1.50182 s]
/proc/loadavg: 2.18 2.14 2.05 3/83 13873
/proc/meminfo: memFree=902216/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=1.46
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 146 0 0 0 25 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 4728

[startup+3.10192 s]
/proc/loadavg: 2.18 2.14 2.05 3/83 13873
/proc/meminfo: memFree=901960/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=3.05
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 305 0 0 0 25 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 4728

[startup+6.30212 s]
/proc/loadavg: 2.16 2.13 2.05 4/83 13873
/proc/meminfo: memFree=901832/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=6.22
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 622 0 0 0 25 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 4728

[startup+12.7015 s]
/proc/loadavg: 2.23 2.15 2.05 3/83 13873
/proc/meminfo: memFree=901832/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4728 CPUtime=12.57
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 909 989 0 0 1257 0 0 0 25 0 1 0 58741973 4841472 518 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1182 518 389 142 0 136 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 4728

[startup+25.5063 s]
/proc/loadavg: 2.32 2.17 2.06 3/83 13873
/proc/meminfo: memFree=901704/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=4876 CPUtime=25.27
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 939 989 0 0 2527 0 0 0 25 0 1 0 58741973 4993024 548 996147200 134512640 135095119 4294956304 18446744073709551615 134927082 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1219 548 389 142 0 173 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 4876

[startup+51.1019 s]
/proc/loadavg: 2.27 2.17 2.06 3/83 13873
/proc/meminfo: memFree=901448/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=5392 CPUtime=50.65
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 1074 989 0 0 5065 0 0 0 25 0 1 0 58741973 5521408 618 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1348 618 389 142 0 302 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 5392

[startup+102.301 s]
/proc/loadavg: 2.31 2.19 2.07 3/83 13873
/proc/meminfo: memFree=901000/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=6180 CPUtime=101.41
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 1345 989 0 0 10141 0 0 0 25 0 1 0 58741973 6328320 760 996147200 134512640 135095119 4294956304 18446744073709551615 134918263 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1545 760 389 142 0 499 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 6180

[startup+162.302 s]
/proc/loadavg: 2.49 2.25 2.10 4/83 13879
/proc/meminfo: memFree=900040/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=6708 CPUtime=160.89
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 1542 989 0 0 16089 0 0 0 25 0 1 0 58741973 6868992 957 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 1 0 0
/proc/13867/statm: 1677 957 389 142 0 631 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 6708

[startup+222.302 s]
/proc/loadavg: 2.18 2.20 2.09 3/83 13880
/proc/meminfo: memFree=960640/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=7992 CPUtime=220.48
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 1944 989 0 0 22048 0 0 0 25 0 1 0 58741973 8183808 1102 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 1998 1102 389 142 0 952 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 7992

[startup+282.301 s]
/proc/loadavg: 2.06 2.16 2.08 4/83 13880
/proc/meminfo: memFree=959680/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=8648 CPUtime=280.47
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 2223 989 0 0 28046 1 0 0 25 0 1 0 58741973 8855552 1348 996147200 134512640 135095119 4294956304 18446744073709551615 134927013 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 2162 1348 389 142 0 1116 0
Current children cumulated CPU time (s) 280.47
Current children cumulated vsize (KiB) 8648

[startup+342.306 s]
/proc/loadavg: 2.07 2.14 2.08 3/83 13880
/proc/meminfo: memFree=959104/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=8780 CPUtime=340.45
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 2337 989 0 0 34044 1 0 0 25 0 1 0 58741973 8990720 1462 996147200 134512640 135095119 4294956304 18446744073709551615 134926997 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 2195 1462 389 142 0 1149 0
Current children cumulated CPU time (s) 340.45
Current children cumulated vsize (KiB) 8780

[startup+402.302 s]
/proc/loadavg: 2.18 2.16 2.09 3/83 13880
/proc/meminfo: memFree=958400/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=11224 CPUtime=400.42
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 3032 989 0 0 40041 1 0 0 25 0 1 0 58741973 11493376 1644 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 2806 1644 389 142 0 1760 0
Current children cumulated CPU time (s) 400.42
Current children cumulated vsize (KiB) 11224

[startup+462.302 s]
/proc/loadavg: 2.11 2.14 2.09 3/83 13880
/proc/meminfo: memFree=956416/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=12800 CPUtime=460.4
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 3539 989 0 0 46039 1 0 0 25 0 1 0 58741973 13107200 2086 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 3200 2086 389 142 0 2154 0
Current children cumulated CPU time (s) 460.4
Current children cumulated vsize (KiB) 12800

[startup+522.302 s]
/proc/loadavg: 2.15 2.14 2.09 3/83 13880
/proc/meminfo: memFree=956032/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=12800 CPUtime=520.37
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 3638 989 0 0 52036 1 0 0 25 0 1 0 58741973 13107200 2185 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 3200 2185 389 142 0 2154 0
Current children cumulated CPU time (s) 520.37
Current children cumulated vsize (KiB) 12800

[startup+582.301 s]
/proc/loadavg: 2.05 2.12 2.09 3/83 13880
/proc/meminfo: memFree=955584/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=12800 CPUtime=580.35
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 3733 989 0 0 58034 1 0 0 25 0 1 0 58741973 13107200 2280 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 3200 2280 389 142 0 2154 0
Current children cumulated CPU time (s) 580.35
Current children cumulated vsize (KiB) 12800

[startup+642.301 s]
/proc/loadavg: 2.02 2.09 2.08 3/83 13880
/proc/meminfo: memFree=955072/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=13060 CPUtime=640.33
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 3873 989 0 0 64032 1 0 0 25 0 1 0 58741973 13373440 2420 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 3265 2420 389 142 0 2219 0
Current children cumulated CPU time (s) 640.33

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.04 2.06 3/83 13880
/proc/meminfo: memFree=952704/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=18212 CPUtime=820.27
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 5472 989 0 0 82025 2 0 0 25 0 1 0 58741973 18649088 2994 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 4553 2994 389 142 0 3507 0
Current children cumulated CPU time (s) 820.27
Current children cumulated vsize (KiB) 18212

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.06 3/83 13880
/proc/meminfo: memFree=949504/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21356 CPUtime=880.26
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6351 989 0 0 88023 3 0 0 25 0 1 0 58741973 21868544 3744 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5339 3744 389 142 0 4293 0
Current children cumulated CPU time (s) 880.26
Current children cumulated vsize (KiB) 21356

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/83 13880
/proc/meminfo: memFree=949248/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21356 CPUtime=940.23
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6449 989 0 0 94020 3 0 0 25 0 1 0 58741973 21868544 3842 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5339 3842 389 142 0 4293 0
Current children cumulated CPU time (s) 940.23
Current children cumulated vsize (KiB) 21356

[startup+1002.31 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 13880
/proc/meminfo: memFree=948864/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21356 CPUtime=1000.21
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6554 989 0 0 100018 3 0 0 25 0 1 0 58741973 21868544 3947 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5339 3947 389 142 0 4293 0
Current children cumulated CPU time (s) 1000.21
Current children cumulated vsize (KiB) 21356

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/83 13880
/proc/meminfo: memFree=948352/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21356 CPUtime=1060.18
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6655 989 0 0 106015 3 0 0 25 0 1 0 58741973 21868544 4048 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5339 4048 389 142 0 4293 0
Current children cumulated CPU time (s) 1060.18
Current children cumulated vsize (KiB) 21356

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/83 13880
/proc/meminfo: memFree=948032/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21356 CPUtime=1120.16
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6744 989 0 0 112013 3 0 0 25 0 1 0 58741973 21868544 4137 996147200 134512640 135095119 4294956304 18446744073709551615 134918263 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5339 4137 389 142 0 4293 0
Current children cumulated CPU time (s) 1120.16
Current children cumulated vsize (KiB) 21356

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 13880
/proc/meminfo: memFree=947584/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21356 CPUtime=1180.15
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6836 989 0 0 118011 4 0 0 25 0 1 0 58741973 21868544 4229 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5339 4229 389 142 0 4293 0
Current children cumulated CPU time (s) 1180.15
Current children cumulated vsize (KiB) 21356

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 13880
/proc/meminfo: memFree=947136/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21488 CPUtime=1240.13
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 6950 989 0 0 124009 4 0 0 25 0 1 0 58741973 22003712 4343 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5372 4343 389 142 0 4326 0
Current children cumulated CPU time (s) 1240.13
Current children cumulated vsize (KiB) 21488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 13880
/proc/meminfo: memFree=946368/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=21748 CPUtime=1300.11
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 7140 989 0 0 130007 4 0 0 25 0 1 0 58741973 22269952 4533 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5437 4533 389 142 0 4391 0
Current children cumulated CPU time (s) 1300.11
Current children cumulated vsize (KiB) 21748

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 13880
/proc/meminfo: memFree=945664/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=22140 CPUtime=1360.09
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 7314 989 0 0 136005 4 0 0 25 0 1 0 58741973 22671360 4707 996147200 134512640 135095119 4294956304 18446744073709551615 134918267 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5535 4707 389 142 0 4489 0
Current children cumulated CPU time (s) 1360.09
Current children cumulated vsize (KiB) 22140

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=944960/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=22536 CPUtime=1420.06
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 7489 989 0 0 142002 4 0 0 25 0 1 0 58741973 23076864 4882 996147200 134512640 135095119 4294956304 18446744073709551615 134918280 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 5634 4882 389 142 0 4588 0
Current children cumulated CPU time (s) 1420.06
Current children cumulated vsize (KiB) 22536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=944256/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=30988 CPUtime=1480.04
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 9718 989 0 0 147999 5 0 0 25 0 1 0 58741973 31731712 5062 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 7747 5062 389 142 0 6701 0
Current children cumulated CPU time (s) 1480.04
Current children cumulated vsize (KiB) 30988

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13880
/proc/meminfo: memFree=943552/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=31376 CPUtime=1540.02
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 9888 989 0 0 153997 5 0 0 25 0 1 0 58741973 32129024 5232 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 7844 5232 389 142 0 6798 0
Current children cumulated CPU time (s) 1540.02
Current children cumulated vsize (KiB) 31376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=942912/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=31640 CPUtime=1600
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 10059 989 0 0 159995 5 0 0 25 0 1 0 58741973 32399360 5403 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 7910 5403 389 142 0 6864 0
Current children cumulated CPU time (s) 1600
Current children cumulated vsize (KiB) 31640

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13880
/proc/meminfo: memFree=942080/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=32032 CPUtime=1659.98
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 10239 989 0 0 165993 5 0 0 25 0 1 0 58741973 32800768 5583 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 8008 5583 389 142 0 6962 0
Current children cumulated CPU time (s) 1659.98
Current children cumulated vsize (KiB) 32032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13923
/proc/meminfo: memFree=1551688/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=32420 CPUtime=1719.96
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 10422 989 0 0 171989 7 0 0 25 0 1 0 58741973 33198080 5766 996147200 134512640 135095119 4294956304 18446744073709551615 134916474 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 8105 5766 389 142 0 7059 0
Current children cumulated CPU time (s) 1719.96
Current children cumulated vsize (KiB) 32420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13923
/proc/meminfo: memFree=1542664/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=38064 CPUtime=1779.94
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 11952 989 0 0 177986 8 0 0 25 0 1 0 58741973 38977536 7039 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 9516 7039 389 142 0 8470 0
Current children cumulated CPU time (s) 1779.94
Current children cumulated vsize (KiB) 38064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13923
/proc/meminfo: memFree=1542664/2055920 swapFree=4191900/4192956
[pid=13867] ppid=13865 vsize=38064 CPUtime=1800.04
/proc/13867/stat : 13867 (pcs.small) R 13865 13867 13117 0 -1 4194304 11984 989 0 0 179996 8 0 0 25 0 1 0 58741973 38977536 7071 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/13867/statm: 9516 7071 389 142 0 8470 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 38064

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): 1802.41
CPU time (s): 1800.06
CPU user time (s): 1799.97
CPU system time (s): 0.089986
CPU usage (%): 99.8696
Max. virtual memory (cumulated for all children) (KiB): 38064

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

runsolver used 2.6456 second user time and 5.37518 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-16 05:59:18
IDJOB=2079448
IDBENCH=56900
IDSOLVER=734
FILE ID=node29/2079448-1247716758
PBS_JOBID= 9521437
Free space on /tmp= 66320 MiB

SOLVER NAME= pcs-restart 0.2.restart
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-2079448-1247716758/watcher-2079448-1247716758 -o /tmp/evaluation-result-2079448-1247716758/solver-2079448-1247716758 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 807496849 HOME/instance-2079448-1247716758.xml

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

MD5SUM BENCH= 7f9a74604c9d33fbc95cb371f4326db9
RANDOM SEED=807496849

node29.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.225
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.225
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:        903280 kB
Buffers:         65696 kB
Cached:         252016 kB
SwapCached:        392 kB
Active:         840200 kB
Inactive:       244400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:         786564 kB
Slab:            51548 kB
Committed_AS:  1404792 kB
PageTables:       3416 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= 66316 MiB
End job on node29 at 2009-07-16 06:29:23