Trace number 2063574

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.08 1814.54

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-7.xml
MD5SUM7aef82243bc2aebd1c139344929a6be1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.464
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 221111802
0.00/0.02	c Constructing HOME/instance-2063574-1247696062.xml  with 478 constraints
0.00/0.03	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-2063574-1247696062/watcher-2063574-1247696062 -o /tmp/evaluation-result-2063574-1247696062/solver-2063574-1247696062 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 221111802 HOME/instance-2063574-1247696062.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.89 1.97 1.68 4/72 11096
/proc/meminfo: memFree=1384024/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=5356 CPUtime=0
/proc/11096/stat : 11096 (pcssolve) R 11094 11096 10909 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 56672369 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11096/statm: 1339 241 200 169 0 50 0
[pid=11097] ppid=11096 vsize=5356 CPUtime=0
/proc/11097/stat : 11097 (pcssolve) R 11096 11096 10909 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 56672369 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11097/statm: 1339 241 200 169 0 50 0

[startup+0.0934531 s]
/proc/loadavg: 1.89 1.97 1.68 4/72 11096
/proc/meminfo: memFree=1384024/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=5196 CPUtime=0.07
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 1004 648 1 0 7 0 0 0 23 0 1 0 56672369 5320704 636 996147200 134512640 135215973 4294956304 18446744073709551615 134590052 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 1299 636 416 171 0 224 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5196

[startup+0.101451 s]
/proc/loadavg: 1.89 1.97 1.68 4/72 11096
/proc/meminfo: memFree=1384024/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=5196 CPUtime=0.08
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 1004 648 1 0 8 0 0 0 23 0 1 0 56672369 5320704 636 996147200 134512640 135215973 4294956304 18446744073709551615 134649104 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 1299 636 416 171 0 224 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5196

[startup+0.301464 s]
/proc/loadavg: 1.89 1.97 1.68 4/72 11096
/proc/meminfo: memFree=1384024/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=5456 CPUtime=0.28
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 1057 648 1 0 28 0 0 0 25 0 1 0 56672369 5586944 689 996147200 134512640 135215973 4294956304 18446744073709551615 4158960576 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 1364 689 416 171 0 289 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5456

[startup+0.701492 s]
/proc/loadavg: 1.89 1.97 1.68 4/72 11096
/proc/meminfo: memFree=1384024/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=6316 CPUtime=0.67
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 1277 648 1 0 67 0 0 0 25 0 1 0 56672369 6467584 856 996147200 134512640 135215973 4294956304 18446744073709551615 134590075 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 1579 856 416 171 0 504 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6316

[startup+1.50154 s]
/proc/loadavg: 1.90 1.97 1.68 3/73 11101
/proc/meminfo: memFree=1381776/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=6752 CPUtime=1.46
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 1459 648 1 0 146 0 0 0 25 0 1 0 56672369 6914048 1038 996147200 134512640 135215973 4294956304 18446744073709551615 134970472 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 1688 1038 416 171 0 613 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6752

[startup+3.10164 s]
/proc/loadavg: 1.90 1.97 1.68 3/73 11101
/proc/meminfo: memFree=1380304/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=8344 CPUtime=3.05
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 1867 648 1 0 305 0 0 0 25 0 1 0 56672369 8544256 1341 996147200 134512640 135215973 4294956304 18446744073709551615 4158961220 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 2086 1341 416 171 0 1011 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 8344

[startup+6.30289 s]
/proc/loadavg: 1.91 1.97 1.68 3/73 11101
/proc/meminfo: memFree=1377616/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=10832 CPUtime=6.22
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 2514 648 1 0 622 0 0 0 25 0 1 0 56672369 11091968 1922 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 2708 1922 416 171 0 1633 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10832

[startup+12.7012 s]
/proc/loadavg: 1.91 1.97 1.68 3/73 11101
/proc/meminfo: memFree=1375184/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=13296 CPUtime=12.57
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 3176 648 1 0 1256 1 0 0 25 0 1 0 56672369 13615104 2519 996147200 134512640 135215973 4294956304 18446744073709551615 4560202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 3324 2519 416 171 0 2249 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 13296

[startup+25.501 s]
/proc/loadavg: 1.93 1.97 1.69 3/73 11101
/proc/meminfo: memFree=1369040/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=17992 CPUtime=25.26
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 4469 648 1 0 2525 1 0 0 25 0 1 0 56672369 18423808 3683 996147200 134512640 135215973 4294956304 18446744073709551615 134600385 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 4498 3683 416 171 0 3423 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 17992

[startup+51.1016 s]
/proc/loadavg: 1.95 1.97 1.70 3/73 11101
/proc/meminfo: memFree=1361040/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=26468 CPUtime=50.65
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 6743 648 1 0 5061 4 0 0 25 0 1 0 56672369 27103232 5635 996147200 134512640 135215973 4294956304 18446744073709551615 134610822 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 6617 5635 416 171 0 5542 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 26468

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.71 3/73 11101
/proc/meminfo: memFree=1346704/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=36836 CPUtime=101.42
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 9462 648 1 0 10137 5 0 0 25 0 1 0 56672369 37720064 8354 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 9209 8354 416 171 0 8134 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 36836

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.73 3/73 11101
/proc/meminfo: memFree=1331920/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=47604 CPUtime=160.92
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 12231 648 1 0 16085 7 0 0 25 0 1 0 56672369 48746496 10994 996147200 134512640 135215973 4294956304 18446744073709551615 134591106 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 11901 10994 416 171 0 10826 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 47604

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.74 3/73 11101
/proc/meminfo: memFree=1322064/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=55096 CPUtime=220.43
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 14120 648 1 0 22035 8 0 0 25 0 1 0 56672369 56418304 12883 996147200 134512640 135215973 4294956304 18446744073709551615 4158961475 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 13774 12883 416 171 0 12699 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 55096

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 11101
/proc/meminfo: memFree=1309264/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=67396 CPUtime=279.94
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 17351 648 1 0 27984 10 0 0 25 0 1 0 56672369 69013504 15601 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 16849 15601 416 171 0 15774 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 67396

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 11101
/proc/meminfo: memFree=1294168/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=75272 CPUtime=339.45
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 19475 648 1 0 33934 11 0 0 25 0 1 0 56672369 77078528 17725 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 18818 17725 416 171 0 17743 0
Current children cumulated CPU time (s) 339.45
Current children cumulated vsize (KiB) 75272

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/73 11101
/proc/meminfo: memFree=1287704/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=80140 CPUtime=398.98
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 20750 648 1 0 39885 13 0 0 25 0 1 0 56672369 82063360 19000 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 20035 19000 416 171 0 18960 0
Current children cumulated CPU time (s) 398.98
Current children cumulated vsize (KiB) 80140

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.79 3/73 11101
/proc/meminfo: memFree=1276760/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=88548 CPUtime=458.49
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 22935 648 1 0 45834 15 0 0 25 0 1 0 56672369 90673152 21185 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 22137 21185 416 171 0 21062 0
Current children cumulated CPU time (s) 458.49
Current children cumulated vsize (KiB) 88548

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.80 3/73 11101
/proc/meminfo: memFree=1265112/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=96444 CPUtime=518
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 25034 648 1 0 51784 16 0 0 25 0 1 0 56672369 98758656 23284 996147200 134512640 135215973 4294956304 18446744073709551615 135097765 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 24111 23284 416 171 0 23036 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 96444

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.81 3/73 11101
/proc/meminfo: memFree=1252376/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=109092 CPUtime=577.51
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 28334 648 1 0 57731 20 0 0 25 0 1 0 56672369 111710208 25559 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 27273 25559 416 171 0 26198 0
Current children cumulated CPU time (s) 577.51
Current children cumulated vsize (KiB) 109092

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.82 3/73 11101
/proc/meminfo: memFree=1243352/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=114216 CPUtime=637.02
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 29728 648 1 0 63681 21 0 0 25 0 1 0 56672369 116957184 26953 996147200 134512640 135215973 4294956304 18446744073709551615 135098254 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 28554 26953 416 171 0 27479 0
Current children cumulated CPU time (s) 637.02

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

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.84 3/73 11101
/proc/meminfo: memFree=1197464/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=145252 CPUtime=875.07
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 37880 648 1 0 87481 26 0 0 25 0 1 0 56672369 148738048 34848 996147200 134512640 135215973 4294956304 18446744073709551615 134591026 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 36313 34848 416 171 0 35238 0
Current children cumulated CPU time (s) 875.07
Current children cumulated vsize (KiB) 145252

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/73 11101
/proc/meminfo: memFree=1188504/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=151044 CPUtime=934.57
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 39428 648 1 0 93430 27 0 0 25 0 1 0 56672369 154669056 36396 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 37761 36396 416 171 0 36686 0
Current children cumulated CPU time (s) 934.57
Current children cumulated vsize (KiB) 151044

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/73 11101
/proc/meminfo: memFree=1178200/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=157496 CPUtime=994.09
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 41094 648 1 0 99381 28 0 0 25 0 1 0 56672369 161275904 38062 996147200 134512640 135215973 4294956304 18446744073709551615 134599825 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 39374 38062 416 171 0 38299 0
Current children cumulated CPU time (s) 994.09
Current children cumulated vsize (KiB) 157496

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/73 11101
/proc/meminfo: memFree=1167576/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=164748 CPUtime=1053.61
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 42949 648 1 0 105332 29 0 0 25 0 1 0 56672369 168701952 39917 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 41187 39917 416 171 0 40112 0
Current children cumulated CPU time (s) 1053.61
Current children cumulated vsize (KiB) 164748

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/73 11101
/proc/meminfo: memFree=1158424/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=170288 CPUtime=1113.13
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 44416 648 1 0 111282 31 0 0 25 0 1 0 56672369 174374912 41384 996147200 134512640 135215973 4294956304 18446744073709551615 134599856 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 42572 41384 416 171 0 41497 0
Current children cumulated CPU time (s) 1113.13
Current children cumulated vsize (KiB) 170288

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/73 11101
/proc/meminfo: memFree=1147736/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=177396 CPUtime=1172.64
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 46283 648 1 0 117232 32 0 0 25 0 1 0 56672369 181653504 43251 996147200 134512640 135215973 4294956304 18446744073709551615 134680644 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 44349 43251 416 171 0 43274 0
Current children cumulated CPU time (s) 1172.64
Current children cumulated vsize (KiB) 177396

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/73 11101
/proc/meminfo: memFree=1136792/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=184644 CPUtime=1232.15
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 48175 648 1 0 123182 33 0 0 25 0 1 0 56672369 189075456 45143 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 46161 45143 416 171 0 45086 0
Current children cumulated CPU time (s) 1232.15
Current children cumulated vsize (KiB) 184644

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/73 11101
/proc/meminfo: memFree=1127064/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=190832 CPUtime=1291.67
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 49784 648 1 0 129133 34 0 0 25 0 1 0 56672369 195411968 46752 996147200 134512640 135215973 4294956304 18446744073709551615 135096529 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 47708 46752 416 171 0 46633 0
Current children cumulated CPU time (s) 1291.67
Current children cumulated vsize (KiB) 190832

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/73 11101
/proc/meminfo: memFree=1101208/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=198608 CPUtime=1351.19
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 51803 648 1 0 135084 35 0 0 25 0 1 0 56672369 203374592 48771 996147200 134512640 135215973 4294956304 18446744073709551615 134594098 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 49652 48771 416 171 0 48577 0
Current children cumulated CPU time (s) 1351.19
Current children cumulated vsize (KiB) 198608

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.90 3/73 11101
/proc/meminfo: memFree=1092696/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=213788 CPUtime=1410.71
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 55629 648 1 0 141034 37 0 0 25 0 1 0 56672369 218918912 50548 996147200 134512640 135215973 4294956304 18446744073709551615 134600035 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 53447 50548 416 171 0 52372 0
Current children cumulated CPU time (s) 1410.71
Current children cumulated vsize (KiB) 213788

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/73 11101
/proc/meminfo: memFree=1084056/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=220764 CPUtime=1470.23
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 57434 648 1 0 146984 39 0 0 25 0 1 0 56672369 226062336 52353 996147200 134512640 135215973 4294956304 18446744073709551615 4158960001 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 55191 52353 416 171 0 54116 0
Current children cumulated CPU time (s) 1470.23
Current children cumulated vsize (KiB) 220764

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 11101
/proc/meminfo: memFree=1075608/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=227480 CPUtime=1529.74
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 59156 648 1 0 152935 39 0 0 25 0 1 0 56672369 232939520 54075 996147200 134512640 135215973 4294956304 18446744073709551615 134685114 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 56870 54075 416 171 0 55795 0
Current children cumulated CPU time (s) 1529.74
Current children cumulated vsize (KiB) 227480

[startup+1602.3 s]
/proc/loadavg: 2.04 1.99 1.91 3/73 11101
/proc/meminfo: memFree=1066840/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=234444 CPUtime=1589.26
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 60980 648 1 0 158885 41 0 0 25 0 1 0 56672369 240070656 55899 996147200 134512640 135215973 4294956304 18446744073709551615 134590043 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 58611 55899 416 171 0 57536 0
Current children cumulated CPU time (s) 1589.26
Current children cumulated vsize (KiB) 234444

[startup+1662.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/73 11101
/proc/meminfo: memFree=1057880/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=241692 CPUtime=1648.78
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 62844 648 1 0 164837 41 0 0 25 0 1 0 56672369 247492608 57763 996147200 134512640 135215973 4294956304 18446744073709551615 134583281 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 60423 57763 416 171 0 59348 0
Current children cumulated CPU time (s) 1648.78
Current children cumulated vsize (KiB) 241692

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 11101
/proc/meminfo: memFree=1048408/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=249724 CPUtime=1708.29
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 64939 648 1 0 170786 43 0 0 25 0 1 0 56672369 255717376 59858 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/11096/statm: 62431 59858 416 171 0 61356 0
Current children cumulated CPU time (s) 1708.29
Current children cumulated vsize (KiB) 249724

[startup+1782.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/82 11143
/proc/meminfo: memFree=1129352/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=256448 CPUtime=1767.83
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 66679 648 1 0 176737 46 0 0 25 0 1 0 56672369 262602752 61598 996147200 134512640 135215973 4294956304 18446744073709551615 4158960864 0 0 4096 0 0 0 0 17 0 0 0
/proc/11096/statm: 64112 61598 416 171 0 63037 0
Current children cumulated CPU time (s) 1767.83
Current children cumulated vsize (KiB) 256448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.02 2.00 1.92 3/82 11143
/proc/meminfo: memFree=1125064/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=260656 CPUtime=1800.02
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 67766 648 1 0 179955 47 0 0 25 0 1 0 56672369 266911744 62685 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/11096/statm: 65164 62685 416 171 0 64089 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 260656

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

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

[startup+1814.5 s]
/proc/loadavg: 2.02 2.00 1.92 3/82 11143
/proc/meminfo: memFree=1125064/2055920 swapFree=4191900/4192956
[pid=11096] ppid=11094 vsize=260656 CPUtime=1800.02
/proc/11096/stat : 11096 (pcs.big) R 11094 11096 10909 0 -1 4194304 67766 648 1 0 179955 47 0 0 25 0 1 0 56672369 266911744 62685 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/11096/statm: 65164 62685 416 171 0 64089 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 260656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.54
CPU time (s): 1800.08
CPU user time (s): 1799.56
CPU system time (s): 0.515921
CPU usage (%): 99.2027
Max. virtual memory (cumulated for all children) (KiB): 260656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.515921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 39094

runsolver used 2.41563 second user time and 5.00624 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-16 00:14:22
IDJOB=2063574
IDBENCH=54045
IDSOLVER=733
FILE ID=node29/2063574-1247696062
PBS_JOBID= 9521252
Free space on /tmp= 66320 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-2-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063574-1247696062/watcher-2063574-1247696062 -o /tmp/evaluation-result-2063574-1247696062/solver-2063574-1247696062 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 221111802 HOME/instance-2063574-1247696062.xml

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

MD5SUM BENCH= 7aef82243bc2aebd1c139344929a6be1
RANDOM SEED=221111802

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:       1384504 kB
Buffers:         72568 kB
Cached:         506876 kB
SwapCached:        392 kB
Active:         187964 kB
Inactive:       413952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384504 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6308 kB
Writeback:           0 kB
Mapped:          33252 kB
Slab:            54788 kB
Committed_AS:   628664 kB
PageTables:       1856 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= 66320 MiB
End job on node29 at 2009-07-16 00:44:39