Trace number 2079183

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.2UNSAT 1306.89 1313.07

DiagnosticValue
ASSIGNMENTS24745

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-9_ext.xml
MD5SUMc9d9ea8ddcadf95a92e600c8dcfa9334
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 benchmark29.1686
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.00/0.02	c Seed is 1322707009
0.00/0.02	c Constructing HOME/instance-2079183-1247716656.xml  with 15 constraints
0.02/0.06	c Solving 24745 backtracks 16 restarts
1306.81/1313.06	s UNSATISFIABLE
1306.81/1313.06	d ASSIGNMENTS 24745

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079183-1247716656/watcher-2079183-1247716656 -o /tmp/evaluation-result-2079183-1247716656/solver-2079183-1247716656 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1322707009 HOME/instance-2079183-1247716656.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.92 1.98 1.99 4/72 14730
/proc/meminfo: memFree=1130248/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (pcssolve) R 14728 14730 13279 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58731648 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14730/statm: 1339 241 200 169 0 50 0
[pid=14731] ppid=14730 vsize=3676 CPUtime=0
/proc/14731/stat : 14731 (fgrep) R 14730 14730 13279 0 -1 4194304 144 0 0 0 0 0 0 0 22 0 1 0 58731648 3764224 111 996147200 4194304 4274172 548682068976 18446744073709551615 210824298578 0 0 4096 0 0 0 0 17 1 0 0
/proc/14731/statm: 919 111 85 19 0 43 0
[pid=14732] ppid=14730 vsize=5356 CPUtime=0
/proc/14732/stat : 14732 (pcssolve) R 14730 14730 13279 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58731648 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14732/statm: 1339 241 200 169 0 50 0

[startup+0.0409131 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14730
/proc/meminfo: memFree=1130248/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4644 CPUtime=0.02
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 879 974 0 0 2 0 0 0 24 0 1 0 58731648 4755456 488 996147200 134512640 135095119 4294956304 18446744073709551615 134944948 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1161 488 374 142 0 115 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4644

[startup+0.101918 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14730
/proc/meminfo: memFree=1130248/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=0.08
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 936 974 0 0 8 0 0 0 24 0 1 0 58731648 5005312 545 996147200 134512640 135095119 4294956304 18446744073709551615 134926953 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 545 389 142 0 176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4888

[startup+0.301942 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14730
/proc/meminfo: memFree=1130248/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=0.28
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 936 974 0 0 28 0 0 0 25 0 1 0 58731648 5005312 545 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 545 389 142 0 176 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4888

[startup+0.70199 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14730
/proc/meminfo: memFree=1130248/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=0.67
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 936 974 0 0 67 0 0 0 25 0 1 0 58731648 5005312 545 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 545 389 142 0 176 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 4888

[startup+1.50109 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1128832/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=1.47
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 937 974 0 0 147 0 0 0 25 0 1 0 58731648 5005312 546 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 546 389 142 0 176 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 4888

[startup+3.10128 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1128704/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=3.05
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 945 974 0 0 305 0 0 0 25 0 1 0 58731648 5005312 554 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 554 389 142 0 176 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 4888

[startup+6.30266 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1127360/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=6.23
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 947 974 0 0 623 0 0 0 25 0 1 0 58731648 5005312 556 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 556 389 142 0 176 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 4888

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1125440/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=4888 CPUtime=12.58
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 962 974 0 0 1258 0 0 0 25 0 1 0 58731648 5005312 571 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1222 571 389 142 0 176 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 4888

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1120000/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=5148 CPUtime=25.29
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 1010 974 0 0 2529 0 0 0 25 0 1 0 58731648 5271552 619 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1287 619 389 142 0 241 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 5148

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1111296/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=5404 CPUtime=50.69
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 1108 974 0 0 5069 0 0 0 25 0 1 0 58731648 5533696 652 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1351 652 389 142 0 305 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 5404

[startup+102.305 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1092736/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=6308 CPUtime=101.5
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 1387 974 0 0 10150 0 0 0 25 0 1 0 58731648 6459392 802 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1577 802 389 142 0 531 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 6308

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 14736
/proc/meminfo: memFree=1073024/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=6704 CPUtime=161.05
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 1558 974 0 0 16105 0 0 0 25 0 1 0 58731648 6864896 973 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 1676 973 389 142 0 630 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 6704

[startup+222.302 s]
/proc/loadavg: 2.12 2.02 2.00 3/73 14742
/proc/meminfo: memFree=1052096/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=8644 CPUtime=220.58
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 2134 974 0 0 22058 0 0 0 25 0 1 0 58731648 8851456 1259 996147200 134512640 135095119 4294956304 18446744073709551615 134926997 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 2161 1259 389 142 0 1115 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 8644

[startup+282.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/73 14742
/proc/meminfo: memFree=1033792/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=8644 CPUtime=280.13
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 2220 974 0 0 28013 0 0 0 25 0 1 0 58731648 8851456 1345 996147200 134512640 135095119 4294956304 18446744073709551615 134927077 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 2161 1345 389 142 0 1115 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 8644

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 14742
/proc/meminfo: memFree=1014272/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=8904 CPUtime=339.67
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 2364 974 0 0 33967 0 0 0 25 0 1 0 58731648 9117696 1489 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 2226 1489 389 142 0 1180 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 8904

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=995456/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=11208 CPUtime=399.22
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 3049 974 0 0 39921 1 0 0 25 0 1 0 58731648 11476992 1661 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 2802 1661 389 142 0 1756 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 11208

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=976192/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=12644 CPUtime=458.77
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 3490 974 0 0 45876 1 0 0 25 0 1 0 58731648 12947456 2037 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 3161 2037 389 142 0 2115 0
Current children cumulated CPU time (s) 458.77
Current children cumulated vsize (KiB) 12644

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=955712/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=12644 CPUtime=518.31
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 3578 974 0 0 51830 1 0 0 25 0 1 0 58731648 12947456 2125 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 3161 2125 389 142 0 2115 0
Current children cumulated CPU time (s) 518.31
Current children cumulated vsize (KiB) 12644

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=933888/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=12644 CPUtime=577.86
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 3666 974 0 0 57785 1 0 0 25 0 1 0 58731648 12947456 2213 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 3161 2213 389 142 0 2115 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 12644

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=917824/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=12776 CPUtime=637.4
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 3805 974 0 0 63739 1 0 0 25 0 1 0 58731648 13082624 2352 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 3194 2352 389 142 0 2148 0
Current children cumulated CPU time (s) 637.4
Current children cumulated vsize (KiB) 12776

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=897088/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=13168 CPUtime=696.94
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 3977 974 0 0 69693 1 0 0 25 0 1 0 58731648 13484032 2524 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 3292 2524 389 142 0 2246 0
Current children cumulated CPU time (s) 696.94
Current children cumulated vsize (KiB) 13168

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14742
/proc/meminfo: memFree=877376/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=13556 CPUtime=756.49
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 4150 974 0 0 75648 1 0 0 25 0 1 0 58731648 13881344 2697 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/14730/statm: 3389 2697 389 142 0 2343 0
Current children cumulated CPU time (s) 756.49
Current children cumulated vsize (KiB) 13556

[startup+822.302 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 14774
/proc/meminfo: memFree=1445120/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=17916 CPUtime=816.31
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 5350 974 0 0 81628 3 0 0 25 0 1 0 58731648 18345984 2872 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 4479 2872 389 142 0 3433 0
Current children cumulated CPU time (s) 816.31
Current children cumulated vsize (KiB) 17916

[startup+882.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 14774
/proc/meminfo: memFree=1433344/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20668 CPUtime=876.28
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6140 974 0 0 87625 3 0 0 25 0 1 0 58731648 21164032 3533 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5167 3533 389 142 0 4121 0
Current children cumulated CPU time (s) 876.28
Current children cumulated vsize (KiB) 20668

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 14774
/proc/meminfo: memFree=1421248/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20668 CPUtime=936.25
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6234 974 0 0 93622 3 0 0 25 0 1 0 58731648 21164032 3627 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5167 3627 389 142 0 4121 0
Current children cumulated CPU time (s) 936.25
Current children cumulated vsize (KiB) 20668

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 14774
/proc/meminfo: memFree=1409920/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20668 CPUtime=996.23
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6332 974 0 0 99620 3 0 0 25 0 1 0 58731648 21164032 3725 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5167 3725 389 142 0 4121 0
Current children cumulated CPU time (s) 996.23
Current children cumulated vsize (KiB) 20668

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 14774
/proc/meminfo: memFree=1397504/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20668 CPUtime=1056.2
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6428 974 0 0 105617 3 0 0 25 0 1 0 58731648 21164032 3821 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5167 3821 389 142 0 4121 0
Current children cumulated CPU time (s) 1056.2
Current children cumulated vsize (KiB) 20668

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 14774
/proc/meminfo: memFree=1390848/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20668 CPUtime=1116.18
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6527 974 0 0 111615 3 0 0 25 0 1 0 58731648 21164032 3920 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5167 3920 389 142 0 4121 0
Current children cumulated CPU time (s) 1116.18
Current children cumulated vsize (KiB) 20668

[startup+1182.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/73 14774
/proc/meminfo: memFree=1383360/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20668 CPUtime=1176.16
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6622 974 0 0 117612 4 0 0 25 0 1 0 58731648 21164032 4015 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5167 4015 389 142 0 4121 0
Current children cumulated CPU time (s) 1176.16
Current children cumulated vsize (KiB) 20668

[startup+1242.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1375488/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=20928 CPUtime=1236.14
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6775 974 0 0 123610 4 0 0 25 0 1 0 58731648 21430272 4168 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5232 4168 389 142 0 4186 0
Current children cumulated CPU time (s) 1236.14
Current children cumulated vsize (KiB) 20928

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1367680/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1296.12
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6960 974 0 0 129608 4 0 0 25 0 1 0 58731648 21827584 4353 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4353 389 142 0 4283 0
Current children cumulated CPU time (s) 1296.12
Current children cumulated vsize (KiB) 21316

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

[startup+1305.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1367296/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1299.31
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6970 974 0 0 129927 4 0 0 25 0 1 0 58731648 21827584 4363 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4363 389 142 0 4283 0
Current children cumulated CPU time (s) 1299.31
Current children cumulated vsize (KiB) 21316

[startup+1308.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1366912/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1302.51
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6980 974 0 0 130247 4 0 0 25 0 1 0 58731648 21827584 4373 996147200 134512640 135095119 4294956304 18446744073709551615 134910240 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4373 389 142 0 4283 0
Current children cumulated CPU time (s) 1302.51
Current children cumulated vsize (KiB) 21316

[startup+1310.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1366592/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1304.11
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6984 974 0 0 130407 4 0 0 25 0 1 0 58731648 21827584 4377 996147200 134512640 135095119 4294956304 18446744073709551615 134918233 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4377 389 142 0 4283 0
Current children cumulated CPU time (s) 1304.11
Current children cumulated vsize (KiB) 21316

[startup+1311.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1366400/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1305.71
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6989 974 0 0 130567 4 0 0 25 0 1 0 58731648 21827584 4382 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4382 389 142 0 4283 0
Current children cumulated CPU time (s) 1305.71
Current children cumulated vsize (KiB) 21316

[startup+1312.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1366336/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1306.51
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6991 974 0 0 130647 4 0 0 25 0 1 0 58731648 21827584 4384 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4384 389 142 0 4283 0
Current children cumulated CPU time (s) 1306.51
Current children cumulated vsize (KiB) 21316

[startup+1312.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1366336/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1306.71
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6992 974 0 0 130667 4 0 0 25 0 1 0 58731648 21827584 4385 996147200 134512640 135095119 4294956304 18446744073709551615 134909034 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4385 389 142 0 4283 0
Current children cumulated CPU time (s) 1306.71
Current children cumulated vsize (KiB) 21316

[startup+1313 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 14774
/proc/meminfo: memFree=1366336/2055920 swapFree=4192812/4192956
[pid=14730] ppid=14728 vsize=21316 CPUtime=1306.81
/proc/14730/stat : 14730 (pcs.small) R 14728 14730 13279 0 -1 4194304 6993 974 0 0 130677 4 0 0 25 0 1 0 58731648 21827584 4386 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/14730/statm: 5329 4386 389 142 0 4283 0
Current children cumulated CPU time (s) 1306.81
Current children cumulated vsize (KiB) 21316

Child status: 0
Real time (s): 1313.07
CPU time (s): 1306.89
CPU user time (s): 1306.84
CPU system time (s): 0.050992
CPU usage (%): 99.5296
Max. virtual memory (cumulated for all children) (KiB): 21320

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

runsolver used 1.63575 second user time and 3.60045 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-16 05:57:37
IDJOB=2079183
IDBENCH=56859
IDSOLVER=733
FILE ID=node33/2079183-1247716656
PBS_JOBID= 9521325
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= c9d9ea8ddcadf95a92e600c8dcfa9334
RANDOM SEED=1322707009

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:       1130728 kB
Buffers:         76184 kB
Cached:         396212 kB
SwapCached:          0 kB
Active:         441224 kB
Inactive:       396944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1130728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:         377304 kB
Slab:            71900 kB
Committed_AS:   900596 kB
PageTables:       2428 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 06:19:30