Trace number 2067501

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.19 1801.09

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-mitre.xml
MD5SUM39a7a69224b1eba0862df4c2e69ad54d
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 benchmark96.6383
Satisfiable
(Un)Satisfiability was proved
Number of variables10724
Number of constraints2045
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2045
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has operations which may create big domains
0.00/0.02	c big-domain mode
0.00/0.02	c Seed is 798271701
0.00/0.02	c Constructing HOME/instance-2067501-1247705542.xml  with 78288 constraints
1.27/1.31	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-2067501-1247705542/watcher-2067501-1247705542 -o /tmp/evaluation-result-2067501-1247705542/solver-2067501-1247705542 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 798271701 HOME/instance-2067501-1247705542.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.19 2.10 2.03 4/81 12002
/proc/meminfo: memFree=765200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=5356 CPUtime=0
/proc/12002/stat : 12002 (pcssolve) S 12000 12002 10131 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 57620481 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12002/statm: 1339 242 201 169 0 50 0
[pid=12003] ppid=12002 vsize=5356 CPUtime=0
/proc/12003/stat : 12003 (pcssolve) R 12002 12002 10131 0 -1 4194368 22 0 0 0 0 0 0 0 19 0 1 0 57620481 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 233588714791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12003/statm: 1339 243 202 169 0 50 0
[pid=12004] ppid=12002 vsize=5356 CPUtime=0
/proc/12004/stat : 12004 (pcssolve) R 12002 12002 10131 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 57620481 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 233588714791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12004/statm: 1339 244 203 169 0 50 0

[startup+0.093055 s]
/proc/loadavg: 2.19 2.10 2.03 4/81 12002
/proc/meminfo: memFree=765200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=5572 CPUtime=0.06
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 1088 826 0 0 6 0 0 0 21 0 1 0 57620481 5705728 697 996147200 134512640 135215973 4294956304 18446744073709551615 134533284 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 1393 697 361 171 0 318 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5572

[startup+0.101053 s]
/proc/loadavg: 2.19 2.10 2.03 4/81 12002
/proc/meminfo: memFree=765200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=5704 CPUtime=0.07
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 1111 826 0 0 7 0 0 0 21 0 1 0 57620481 5840896 720 996147200 134512640 135215973 4294956304 18446744073709551615 11122299 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 1426 720 361 171 0 351 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5704

[startup+0.301092 s]
/proc/loadavg: 2.19 2.10 2.03 4/81 12002
/proc/meminfo: memFree=765200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=11560 CPUtime=0.27
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 2903 826 0 0 26 1 0 0 23 0 1 0 57620481 11837440 1993 996147200 134512640 135215973 4294956304 18446744073709551615 11122299 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 2890 1994 385 171 0 1815 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11560

[startup+0.701164 s]
/proc/loadavg: 2.19 2.10 2.03 4/81 12002
/proc/meminfo: memFree=765200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=22640 CPUtime=0.67
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 6551 826 0 0 65 2 0 0 25 0 1 0 57620481 23183360 4141 996147200 134512640 135215973 4294956304 18446744073709551615 4159046527 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 5660 4141 385 171 0 4585 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 22640

[startup+1.50231 s]
/proc/loadavg: 2.19 2.10 2.03 3/82 12008
/proc/meminfo: memFree=742728/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=51056 CPUtime=1.47
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 16780 826 0 0 140 7 0 0 25 0 1 0 57620481 52281344 10893 996147200 134512640 135215973 4294956304 18446744073709551615 134908116 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 12764 10893 407 171 0 11689 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 51056

[startup+3.1016 s]
/proc/loadavg: 2.17 2.09 2.03 3/82 12008
/proc/meminfo: memFree=720072/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=59452 CPUtime=3.07
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 19182 826 0 0 299 8 0 0 25 0 1 0 57620481 60878848 12878 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 14863 12878 407 171 0 13788 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59452

[startup+6.30217 s]
/proc/loadavg: 2.17 2.09 2.03 3/82 12008
/proc/meminfo: memFree=700752/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=81900 CPUtime=6.27
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 24963 826 0 0 617 10 0 0 25 0 1 0 57620481 83865600 18659 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 20475 18659 407 171 0 19400 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 81900

[startup+12.7013 s]
/proc/loadavg: 2.15 2.09 2.03 3/82 12008
/proc/meminfo: memFree=663952/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=120472 CPUtime=12.67
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 34714 826 0 0 1252 15 0 0 25 0 1 0 57620481 123363328 27577 996147200 134512640 135215973 4294956304 18446744073709551615 4158960023 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 30118 27577 407 171 0 29043 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 120472

[startup+25.5016 s]
/proc/loadavg: 2.12 2.09 2.03 3/82 12008
/proc/meminfo: memFree=603984/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=172744 CPUtime=25.46
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 48168 826 0 0 2525 21 0 0 25 0 1 0 57620481 176889856 41031 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 43186 41031 407 171 0 42111 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 172744

[startup+51.1013 s]
/proc/loadavg: 2.08 2.08 2.03 3/82 12008
/proc/meminfo: memFree=504272/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=269008 CPUtime=51.05
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 87475 826 0 0 5069 36 0 0 25 0 1 0 57620481 275464192 65374 996147200 134512640 135215973 4294956304 18446744073709551615 4158960027 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 67252 65374 410 171 0 66177 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 269008

[startup+102.306 s]
/proc/loadavg: 2.03 2.06 2.02 3/82 12008
/proc/meminfo: memFree=504080/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=269276 CPUtime=102.23
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 93214 826 0 0 10185 38 0 0 25 0 1 0 57620481 275738624 65437 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 67319 65437 410 171 0 66244 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 269276

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 12008
/proc/meminfo: memFree=470224/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=303280 CPUtime=162.19
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 115222 826 0 0 16174 45 0 0 25 0 1 0 57620481 310558720 73943 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 75820 73943 410 171 0 74745 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 303280

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 12008
/proc/meminfo: memFree=468560/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=304864 CPUtime=222.16
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 115613 826 0 0 22171 45 0 0 25 0 1 0 57620481 312180736 74334 996147200 134512640 135215973 4294956304 18446744073709551615 134583644 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 76216 74334 410 171 0 75141 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 304864

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 12008
/proc/meminfo: memFree=467600/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=305788 CPUtime=282.13
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 115850 826 0 0 28168 45 0 0 25 0 1 0 57620481 313126912 74571 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 76447 74571 410 171 0 75372 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 305788

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 12008
/proc/meminfo: memFree=466384/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=306976 CPUtime=342.12
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 116143 826 0 0 34166 46 0 0 25 0 1 0 57620481 314343424 74864 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 76744 74864 410 171 0 75669 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 306976

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 12008
/proc/meminfo: memFree=464080/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=309484 CPUtime=402.08
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 116759 826 0 0 40162 46 0 0 25 0 1 0 57620481 316911616 75480 996147200 134512640 135215973 4294956304 18446744073709551615 134583525 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 77371 75480 410 171 0 76296 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 309484

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 12008
/proc/meminfo: memFree=452816/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=320440 CPUtime=462.06
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 125890 826 0 0 46157 49 0 0 25 0 1 0 57620481 328130560 78247 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 80110 78247 410 171 0 79035 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 320440

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=452416/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=320440 CPUtime=522.03
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 125890 826 0 0 52154 49 0 0 25 0 1 0 57620481 328130560 78247 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 80110 78247 410 171 0 79035 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 320440

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=452424/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=320440 CPUtime=582
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 125890 826 0 0 58151 49 0 0 25 0 1 0 57620481 328130560 78247 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 80110 78247 410 171 0 79035 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 320440

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=452360/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=320440 CPUtime=641.99

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=423368/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=349012 CPUtime=821.9
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 149616 826 0 0 82129 61 0 0 25 0 1 0 57620481 357388288 85461 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 87253 85461 410 171 0 86178 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 349012

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=269456/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=508660 CPUtime=881.87
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 200948 826 0 0 88108 79 0 0 25 0 1 0 57620481 520867840 123862 996147200 134512640 135215973 4294956304 18446744073709551615 4158960593 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127165 123862 410 171 0 126090 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 508660

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=269200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509136 CPUtime=941.84
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 204938 826 0 0 94104 80 0 0 25 0 1 0 57620481 521355264 123982 996147200 134512640 135215973 4294956304 18446744073709551615 134583525 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127284 123982 410 171 0 126209 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 509136

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=269136/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509136 CPUtime=1001.81
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 204938 826 0 0 100101 80 0 0 25 0 1 0 57620481 521355264 123982 996147200 134512640 135215973 4294956304 18446744073709551615 134597400 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127284 123982 410 171 0 126209 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 509136

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=269136/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509136 CPUtime=1061.79
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 204938 826 0 0 106099 80 0 0 25 0 1 0 57620481 521355264 123982 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127284 123982 410 171 0 126209 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 509136

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12014
/proc/meminfo: memFree=269328/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509136 CPUtime=1121.76
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 205550 826 0 0 112095 81 0 0 25 0 1 0 57620481 521355264 123992 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127284 123992 410 171 0 126209 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 509136

[startup+1182.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 12048
/proc/meminfo: memFree=888472/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509408 CPUtime=1181.7
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 210068 826 0 0 118087 83 0 0 25 0 1 0 57620481 521633792 124038 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127352 124038 410 171 0 126277 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 509408

[startup+1242.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 12048
/proc/meminfo: memFree=762072/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509408 CPUtime=1241.68
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 210068 826 0 0 124085 83 0 0 25 0 1 0 57620481 521633792 124038 996147200 134512640 135215973 4294956304 18446744073709551615 4158960000 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127352 124038 410 171 0 126277 0
Current children cumulated CPU time (s) 1241.68
Current children cumulated vsize (KiB) 509408

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=612760/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509408 CPUtime=1301.65
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 210068 826 0 0 130082 83 0 0 25 0 1 0 57620481 521633792 124038 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127352 124038 410 171 0 126277 0
Current children cumulated CPU time (s) 1301.65
Current children cumulated vsize (KiB) 509408

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=473240/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509408 CPUtime=1361.62
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 210068 826 0 0 136079 83 0 0 25 0 1 0 57620481 521633792 124038 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127352 124038 410 171 0 126277 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 509408

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=313048/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509196 CPUtime=1421.6
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 214417 826 0 0 142076 84 0 0 25 0 1 0 57620481 521416704 124001 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127299 124001 410 171 0 126224 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 509196

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12048
/proc/meminfo: memFree=171608/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509540 CPUtime=1481.56
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 214590 826 0 0 148072 84 0 0 25 0 1 0 57620481 521768960 124088 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127385 124088 410 171 0 126310 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 509540

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 12089
/proc/meminfo: memFree=864328/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509540 CPUtime=1541.51
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 214590 826 0 0 154065 86 0 0 25 0 1 0 57620481 521768960 124088 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127385 124088 410 171 0 126310 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 509540

[startup+1602.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/83 12089
/proc/meminfo: memFree=189200/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509540 CPUtime=1601.48
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 214590 826 0 0 160062 86 0 0 25 0 1 0 57620481 521768960 124088 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127385 124088 410 171 0 126310 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 509540

[startup+1662.3 s]
/proc/loadavg: 2.30 2.11 2.03 3/83 12089
/proc/meminfo: memFree=189072/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509540 CPUtime=1661.45
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 214590 826 0 0 166059 86 0 0 25 0 1 0 57620481 521768960 124088 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127385 124088 410 171 0 126310 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 509540

[startup+1722.3 s]
/proc/loadavg: 2.26 2.13 2.04 3/83 12089
/proc/meminfo: memFree=189264/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509196 CPUtime=1721.42
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 214941 826 0 0 172056 86 0 0 25 0 1 0 57620481 521416704 124009 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127299 124009 410 171 0 126224 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 509196

[startup+1782.3 s]
/proc/loadavg: 2.21 2.14 2.05 3/83 12089
/proc/meminfo: memFree=188688/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509472 CPUtime=1781.39
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 219914 826 0 0 178051 88 0 0 25 0 1 0 57620481 521699328 124080 996147200 134512640 135215973 4294956304 18446744073709551615 4158960177 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127368 124080 410 171 0 126293 0
Current children cumulated CPU time (s) 1781.39
Current children cumulated vsize (KiB) 509472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.17 2.13 2.05 3/83 12089
/proc/meminfo: memFree=188752/2055920 swapFree=4192812/4192956
[pid=12002] ppid=12000 vsize=509472 CPUtime=1800.09
/proc/12002/stat : 12002 (pcs.big) R 12000 12002 10131 0 -1 4194304 220517 826 0 0 179920 89 0 0 25 0 1 0 57620481 521699328 124081 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12002/statm: 127368 124081 410 171 0 126293 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 509472

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): 1801.09
CPU time (s): 1800.19
CPU user time (s): 1799.21
CPU system time (s): 0.979851
CPU usage (%): 99.9502
Max. virtual memory (cumulated for all children) (KiB): 515052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.979851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221343
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= 21
involuntary context switches= 28957

runsolver used 2.17367 second user time and 5.45817 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-16 02:52:22
IDJOB=2067501
IDBENCH=54666
IDSOLVER=733
FILE ID=node27/2067501-1247705542
PBS_JOBID= 9521256
Free space on /tmp= 66244 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-mitre.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067501-1247705542/watcher-2067501-1247705542 -o /tmp/evaluation-result-2067501-1247705542/solver-2067501-1247705542 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 798271701 HOME/instance-2067501-1247705542.xml

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

MD5SUM BENCH= 39a7a69224b1eba0862df4c2e69ad54d
RANDOM SEED=798271701

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:        765680 kB
Buffers:         61364 kB
Cached:         458768 kB
SwapCached:          0 kB
Active:         726028 kB
Inactive:       490120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        765680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:         716400 kB
Slab:            57868 kB
Committed_AS:  1265512 kB
PageTables:       3260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node27 at 2009-07-16 03:22:25