Trace number 2068569

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? (MO) 827.073 834.954

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-tag8.xml
MD5SUM4340d5d19364398978fe4d4c826ac63e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.12122
Satisfiable
(Un)Satisfiability was proved
Number of variables3249
Number of constraints8982
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8982
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.03	c Seed is 69695227
0.00/0.03	c Constructing HOME/instance-2068569-1247706822.xml  with 27622 constraints
0.56/0.65	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-2068569-1247706822/watcher-2068569-1247706822 -o /tmp/evaluation-result-2068569-1247706822/solver-2068569-1247706822 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 69695227 HOME/instance-2068569-1247706822.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.06 2.02 2.00 4/82 15028
/proc/meminfo: memFree=884584/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=5356 CPUtime=0
/proc/15028/stat : 15028 (pcssolve) R 15026 15028 13910 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57745658 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 246406507167 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15028/statm: 1339 241 200 169 0 50 0
[pid=15029] ppid=15028 vsize=100 CPUtime=0
/proc/15029/stat : 15029 (fgrep) R 15028 15028 13910 0 -1 4194304 24 0 0 0 0 0 0 0 22 0 1 0 57745659 102400 3 996147200 0 0 548682069725 18446744073709551615 246406507815 0 0 4096 0 0 0 0 17 1 0 0
/proc/15029/statm: 25 3 0 0 0 2 0
[pid=15030] ppid=15028 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (pcssolve) R 15028 15028 13910 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57745659 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 246406507167 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15030/statm: 1339 241 200 169 0 50 0

[startup+0.0899331 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 15028
/proc/meminfo: memFree=884584/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=6088 CPUtime=0.05
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 1190 826 0 0 5 0 0 0 24 0 1 0 57745658 6234112 758 996147200 134512640 135215973 4294956320 18446744073709551615 4158960516 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 1522 758 385 171 0 447 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6088

[startup+0.101931 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 15028
/proc/meminfo: memFree=884584/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=6220 CPUtime=0.06
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 1235 826 0 0 6 0 0 0 24 0 1 0 57745658 6369280 803 996147200 134512640 135215973 4294956320 18446744073709551615 134839577 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 1555 803 385 171 0 480 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6220

[startup+0.301952 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 15028
/proc/meminfo: memFree=884584/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=8608 CPUtime=0.26
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 1991 826 0 0 26 0 0 0 25 0 1 0 57745658 8814592 1316 996147200 134512640 135215973 4294956320 18446744073709551615 10818239 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 2152 1316 385 171 0 1077 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8608

[startup+0.701995 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 15028
/proc/meminfo: memFree=884584/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=16476 CPUtime=0.66
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 4676 826 0 0 64 2 0 0 25 0 1 0 57745658 16871424 3269 996147200 134512640 135215973 4294956320 18446744073709551615 135094988 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 4119 3269 406 171 0 3044 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 16476

[startup+1.50107 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 15034
/proc/meminfo: memFree=868960/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=22252 CPUtime=1.45
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 6784 826 0 0 142 3 0 0 25 0 1 0 57745658 22786048 4637 996147200 134512640 135215973 4294956320 18446744073709551615 134583459 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 5563 4637 409 171 0 4488 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 22252

[startup+3.10122 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 15034
/proc/meminfo: memFree=867104/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=22632 CPUtime=3.04
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 6866 826 0 0 301 3 0 0 25 0 1 0 57745658 23175168 4719 996147200 134512640 135215973 4294956320 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 5658 4719 409 171 0 4583 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 22632

[startup+6.30153 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 15034
/proc/meminfo: memFree=865824/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=24156 CPUtime=6.21
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 7254 826 0 0 618 3 0 0 25 0 1 0 57745658 24735744 5107 996147200 134512640 135215973 4294956320 18446744073709551615 134600082 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 6039 5107 409 171 0 4964 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 24156

[startup+12.7021 s]
/proc/loadavg: 2.05 2.01 2.00 4/83 15034
/proc/meminfo: memFree=860704/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=29296 CPUtime=12.55
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 8542 826 0 0 1251 4 0 0 25 0 1 0 57745658 29999104 6395 996147200 134512640 135215973 4294956320 18446744073709551615 135097822 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 7324 6395 409 171 0 6249 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 29296

[startup+25.5014 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 15034
/proc/meminfo: memFree=851040/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=39116 CPUtime=25.22
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 11039 826 0 0 2517 5 0 0 25 0 1 0 57745658 40054784 8794 996147200 134512640 135215973 4294956320 18446744073709551615 135097674 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 9779 8794 409 171 0 8704 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 39116

[startup+51.1018 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 15034
/proc/meminfo: memFree=828640/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=61940 CPUtime=50.58
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 16848 826 0 0 5050 8 0 0 25 0 1 0 57745658 63426560 14474 996147200 134512640 135215973 4294956320 18446744073709551615 134599875 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 15485 14474 409 171 0 14410 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 61940

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 15034
/proc/meminfo: memFree=776416/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=114652 CPUtime=101.3
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 30294 826 0 0 10113 17 0 0 25 0 1 0 57745658 117403648 27373 996147200 134512640 135215973 4294956320 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 28663 27373 409 171 0 27588 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 114652

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15034
/proc/meminfo: memFree=722912/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=169264 CPUtime=160.74
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 44247 826 0 0 16049 25 0 0 25 0 1 0 57745658 173326336 40813 996147200 134512640 135215973 4294956320 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 42316 40813 409 171 0 41241 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 169264

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15034
/proc/meminfo: memFree=674848/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=215668 CPUtime=220.18
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 56116 826 0 0 21984 34 0 0 25 0 1 0 57745658 220844032 52682 996147200 134512640 135215973 4294956320 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 53917 52682 409 171 0 52842 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 215668

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15034
/proc/meminfo: memFree=623136/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=270768 CPUtime=279.62
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 70162 826 0 0 27921 41 0 0 25 0 1 0 57745658 277266432 65703 996147200 134512640 135215973 4294956320 18446744073709551615 135094992 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 67692 65703 409 171 0 66617 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 270768

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15034
/proc/meminfo: memFree=563360/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=328852 CPUtime=339.06
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 85040 826 0 0 33857 49 0 0 25 0 1 0 57745658 336744448 80581 996147200 134512640 135215973 4294956320 18446744073709551615 134648251 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 82213 80581 409 171 0 81138 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 328852

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15034
/proc/meminfo: memFree=487456/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=403840 CPUtime=398.49
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 104046 826 0 0 39790 59 0 0 25 0 1 0 57745658 413532160 99587 996147200 134512640 135215973 4294956320 18446744073709551615 134603545 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 100960 99587 409 171 0 99885 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 403840

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15034
/proc/meminfo: memFree=399136/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=498496 CPUtime=457.92
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 128117 826 0 0 45717 75 0 0 25 0 1 0 57745658 510459904 121609 996147200 134512640 135215973 4294956320 18446744073709551615 134589807 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 124624 121609 409 171 0 123549 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 498496

[startup+522.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 15034
/proc/meminfo: memFree=317280/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=579656 CPUtime=517.37
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 148782 826 0 0 51650 87 0 0 25 0 1 0 57745658 593567744 142274 996147200 134512640 135215973 4294956320 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 144914 142274 409 171 0 143839 0
Current children cumulated CPU time (s) 517.37
Current children cumulated vsize (KiB) 579656

[startup+582.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 15034
/proc/meminfo: memFree=248160/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=646308 CPUtime=576.8
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 165804 826 0 0 57586 94 0 0 25 0 1 0 57745658 661819392 159296 996147200 134512640 135215973 4294956320 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 161577 159296 409 171 0 160502 0
Current children cumulated CPU time (s) 576.8
Current children cumulated vsize (KiB) 646308

[startup+642.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/83 15034
/proc/meminfo: memFree=160992/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=732944 CPUtime=636.24
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 187837 826 0 0 63519 105 0 0 25 0 1 0 57745658 750534656 180816 996147200 134512640 135215973 4294956320 18446744073709551615 134597624 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 183236 180816 409 171 0 182161 0
Current children cumulated CPU time (s) 636.24
Current children cumulated vsize (KiB) 732944

[startup+702.302 s]
/proc/loadavg: 2.25 2.08 2.02 3/83 15034
/proc/meminfo: memFree=114016/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=779684 CPUtime=695.67
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 199763 826 0 0 69456 111 0 0 25 0 1 0 57745658 798396416 192742 996147200 134512640 135215973 4294956320 18446744073709551615 134902038 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 194921 192742 409 171 0 193846 0
Current children cumulated CPU time (s) 695.67
Current children cumulated vsize (KiB) 779684

[startup+762.306 s]
/proc/loadavg: 2.25 2.12 2.04 3/83 15034
/proc/meminfo: memFree=60128/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=831680 CPUtime=755.11
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 213014 826 0 0 75392 119 0 0 25 0 1 0 57745658 851640320 205993 996147200 134512640 135215973 4294956320 18446744073709551615 134532981 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 207920 205993 409 171 0 206845 0
Current children cumulated CPU time (s) 755.11
Current children cumulated vsize (KiB) 831680

[startup+822.301 s]
/proc/loadavg: 2.09 2.10 2.03 3/83 15034
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=903104 CPUtime=814.53
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 231189 826 0 0 81323 130 0 0 25 0 1 0 57745658 924778496 224168 996147200 134512640 135215973 4294956320 18446744073709551615 134597328 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 225776 224168 409 171 0 224701 0
Current children cumulated CPU time (s) 814.53
Current children cumulated vsize (KiB) 903104



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+834.801 s]
/proc/loadavg: 2.08 2.10 2.03 3/83 15034
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=921808 CPUtime=826.9
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4194304 235929 826 0 0 82558 132 0 0 25 0 1 0 57745658 943931392 228908 996147200 134512640 135215973 4294956320 18446744073709551615 134902603 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 230452 228908 409 171 0 229377 0
Current children cumulated CPU time (s) 826.9
Current children cumulated vsize (KiB) 921808

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

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

[startup+834.911 s]
/proc/loadavg: 2.08 2.10 2.03 3/83 15034
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=15028] ppid=15026 vsize=0 CPUtime=827
/proc/15028/stat : 15028 (pcs.big) R 15026 15028 13910 0 -1 4195332 235929 826 0 0 82558 142 0 0 25 0 1 0 57745658 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/15028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 827
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 834.954
CPU time (s): 827.073
CPU user time (s): 825.597
CPU system time (s): 1.47578
CPU usage (%): 99.0561
Max. virtual memory (cumulated for all children) (KiB): 921808

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

runsolver used 1.27581 second user time and 2.53361 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-16 03:13:42
IDJOB=2068569
IDBENCH=54883
IDSOLVER=734
FILE ID=node61/2068569-1247706822
PBS_JOBID= 9521190
Free space on /tmp= 66380 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-tag8.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068569-1247706822/watcher-2068569-1247706822 -o /tmp/evaluation-result-2068569-1247706822/solver-2068569-1247706822 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 69695227 HOME/instance-2068569-1247706822.xml

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

MD5SUM BENCH= 4340d5d19364398978fe4d4c826ac63e
RANDOM SEED=69695227

node61.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:        885064 kB
Buffers:         92112 kB
Cached:         299704 kB
SwapCached:          0 kB
Active:         737848 kB
Inactive:       352240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        885064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3112 kB
Writeback:           0 kB
Mapped:         718684 kB
Slab:            64560 kB
Committed_AS:  1247036 kB
PageTables:       3280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node61 at 2009-07-16 03:27:39