Trace number 2068975

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? (MO) 829.385 830.947

General information on the benchmark

Namecsp/tdsp/
normalized-C3-3-30.xml
MD5SUM962c59e7592fdf103e8512550f85acb6
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 benchmark319.7
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints434
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension434
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.17/0.21	c Seed is 1126514361
0.17/0.21	c Constructing HOME/instance-2068975-1247707586.xml  with 10430 constraints
0.17/0.21	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068975-1247707586/watcher-2068975-1247707586 -o /tmp/evaluation-result-2068975-1247707586/solver-2068975-1247707586 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1126514361 HOME/instance-2068975-1247707586.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.00 2.00 2.01 4/72 10176
/proc/meminfo: memFree=828528/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=5356 CPUtime=0
/proc/10176/stat : 10176 (pcssolve) R 10174 10176 8334 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57825244 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10176/statm: 1339 241 200 169 0 50 0
[pid=10177] ppid=10176 vsize=100 CPUtime=0
/proc/10177/stat : 10177 (fgrep) R 10176 10176 8334 0 -1 4194304 24 0 0 0 0 0 0 0 22 0 1 0 57825244 102400 3 996147200 0 0 548682069725 18446744073709551615 227848809767 0 0 4096 0 0 0 0 17 1 0 0
/proc/10177/statm: 25 3 0 0 0 2 0
[pid=10178] ppid=10176 vsize=5356 CPUtime=0
/proc/10178/stat : 10178 (pcssolve) R 10176 10176 8334 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 57825244 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10178/statm: 1339 241 200 169 0 50 0

[startup+0.0859441 s]
/proc/loadavg: 2.00 2.00 2.01 4/72 10176
/proc/meminfo: memFree=828528/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=7120 CPUtime=0.06
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 1411 657 0 0 6 0 0 0 18 0 1 0 57825244 7290880 968 996147200 134512640 135215973 4294956304 18446744073709551615 8296059 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 1780 968 389 171 0 705 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7120

[startup+0.101939 s]
/proc/loadavg: 2.00 2.00 2.01 4/72 10176
/proc/meminfo: memFree=828528/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=7680 CPUtime=0.08
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 1605 657 0 0 8 0 0 0 18 0 1 0 57825244 7864320 1108 996147200 134512640 135215973 4294956304 18446744073709551615 8294898 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 1920 1108 389 171 0 845 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7680

[startup+0.301962 s]
/proc/loadavg: 2.00 2.00 2.01 4/72 10176
/proc/meminfo: memFree=828528/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=12512 CPUtime=0.28
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 3253 657 0 0 27 1 0 0 19 0 1 0 57825244 12812288 2159 996147200 134512640 135215973 4294956304 18446744073709551615 134532902 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 3128 2159 410 171 0 2053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12512

[startup+0.702002 s]
/proc/loadavg: 2.00 2.00 2.01 4/72 10176
/proc/meminfo: memFree=828528/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=12512 CPUtime=0.68
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 3310 657 0 0 67 1 0 0 23 0 1 0 57825244 12812288 2216 996147200 134512640 135215973 4294956304 18446744073709551615 134581780 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 3128 2216 410 171 0 2053 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12512

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 10181
/proc/meminfo: memFree=820584/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=12828 CPUtime=1.46
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 3375 657 0 0 145 1 0 0 25 0 1 0 57825244 13135872 2281 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 3207 2281 410 171 0 2132 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 12828

[startup+3.10123 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 10181
/proc/meminfo: memFree=819112/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=13728 CPUtime=3.05
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 3629 657 0 0 304 1 0 0 25 0 1 0 57825244 14057472 2535 996147200 134512640 135215973 4294956304 18446744073709551615 134583656 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 3432 2535 410 171 0 2357 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 13728

[startup+6.30154 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 10181
/proc/meminfo: memFree=812520/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=16020 CPUtime=6.22
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 4198 657 0 0 620 2 0 0 25 0 1 0 57825244 16404480 3104 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 4005 3104 410 171 0 2930 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 16020

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 10181
/proc/meminfo: memFree=801960/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=25592 CPUtime=12.57
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 6610 657 0 0 1254 3 0 0 25 0 1 0 57825244 26206208 5387 996147200 134512640 135215973 4294956304 18446744073709551615 134587409 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 6398 5387 410 171 0 5323 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 25592

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 10181
/proc/meminfo: memFree=782760/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=36452 CPUtime=25.25
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 9365 657 0 0 2520 5 0 0 25 0 1 0 57825244 37326848 8142 996147200 134512640 135215973 4294956304 18446744073709551615 4158960240 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 9113 8142 410 171 0 8038 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 36452

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 10181
/proc/meminfo: memFree=736616/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=68272 CPUtime=50.62
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 17466 657 0 0 5054 8 0 0 25 0 1 0 57825244 69910528 15953 996147200 134512640 135215973 4294956304 18446744073709551615 134610932 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 17068 15953 410 171 0 15993 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 68272

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 10181
/proc/meminfo: memFree=642664/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=123712 CPUtime=101.39
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 31663 657 0 0 10123 16 0 0 25 0 1 0 57825244 126681088 29956 996147200 134512640 135215973 4294956304 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 1 0 0
/proc/10176/statm: 30928 29956 410 171 0 29853 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 123712

[startup+162.302 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 10223
/proc/meminfo: memFree=1283992/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=195088 CPUtime=160.99
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 49696 657 0 0 16071 28 0 0 25 0 1 0 57825244 199770112 47476 996147200 134512640 135215973 4294956304 18446744073709551615 134585632 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 48772 47476 410 171 0 47697 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 195088

[startup+222.301 s]
/proc/loadavg: 2.28 2.10 2.03 4/83 10223
/proc/meminfo: memFree=1153560/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=280264 CPUtime=220.97
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 71220 657 0 0 22054 43 0 0 25 0 1 0 57825244 286990336 69000 996147200 134512640 135215973 4294956304 18446744073709551615 134590086 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 70066 69000 410 171 0 68991 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 280264

[startup+282.302 s]
/proc/loadavg: 2.36 2.16 2.06 4/83 10223
/proc/meminfo: memFree=1054168/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=367080 CPUtime=280.94
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 93314 657 0 0 28040 54 0 0 25 0 1 0 57825244 375889920 90069 996147200 134512640 135215973 4294956304 18446744073709551615 134532661 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 91770 90069 410 171 0 90695 0
Current children cumulated CPU time (s) 280.94
Current children cumulated vsize (KiB) 367080

[startup+342.302 s]
/proc/loadavg: 2.23 2.17 2.07 3/83 10223
/proc/meminfo: memFree=997720/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=418408 CPUtime=340.92
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 106413 657 0 0 34029 63 0 0 25 0 1 0 57825244 428449792 102911 996147200 134512640 135215973 4294956304 18446744073709551615 134581780 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 104602 102911 410 171 0 103527 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 418408

[startup+402.302 s]
/proc/loadavg: 2.08 2.14 2.06 3/83 10223
/proc/meminfo: memFree=955480/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=460476 CPUtime=400.9
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 117079 657 0 0 40018 72 0 0 25 0 1 0 57825244 471527424 113577 996147200 134512640 135215973 4294956304 18446744073709551615 4158960084 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 115119 113577 410 171 0 114044 0
Current children cumulated CPU time (s) 400.9
Current children cumulated vsize (KiB) 460476

[startup+462.301 s]
/proc/loadavg: 2.28 2.17 2.08 3/73 10256
/proc/meminfo: memFree=914600/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=507216 CPUtime=460.86
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 128941 657 0 0 46004 82 0 0 25 0 1 0 57825244 519389184 125439 996147200 134512640 135215973 4294956304 18446744073709551615 134591047 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 126804 125439 410 171 0 125729 0
Current children cumulated CPU time (s) 460.86
Current children cumulated vsize (KiB) 507216

[startup+522.301 s]
/proc/loadavg: 2.10 2.14 2.07 3/73 10256
/proc/meminfo: memFree=757736/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=549448 CPUtime=520.84
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 139665 657 0 0 51994 90 0 0 25 0 1 0 57825244 562634752 136163 996147200 134512640 135215973 4294956304 18446744073709551615 134591931 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 137362 136163 410 171 0 136287 0
Current children cumulated CPU time (s) 520.84
Current children cumulated vsize (KiB) 549448

[startup+582.302 s]
/proc/loadavg: 2.04 2.11 2.06 3/73 10256
/proc/meminfo: memFree=670056/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=639308 CPUtime=580.82
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 162531 657 0 0 57980 102 0 0 25 0 1 0 57825244 654651392 156467 996147200 134512640 135215973 4294956304 18446744073709551615 134533248 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 159827 156467 410 171 0 158752 0
Current children cumulated CPU time (s) 580.82
Current children cumulated vsize (KiB) 639308

[startup+642.302 s]
/proc/loadavg: 2.01 2.09 2.06 3/73 10256
/proc/meminfo: memFree=582568/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=712652 CPUtime=640.8
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 181247 657 0 0 63968 112 0 0 25 0 1 0 57825244 729755648 175183 996147200 134512640 135215973 4294956304 18446744073709551615 4158960244 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 178163 175183 410 171 0 177088 0
Current children cumulated CPU time (s) 640.8
Current children cumulated vsize (KiB) 712652

[startup+702.301 s]
/proc/loadavg: 2.00 2.07 2.05 3/73 10256
/proc/meminfo: memFree=477928/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=796644 CPUtime=700.77
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 202483 657 0 0 69954 123 0 0 25 0 1 0 57825244 815763456 196419 996147200 134512640 135215973 4294956304 18446744073709551615 134592492 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 199161 196419 410 171 0 198086 0
Current children cumulated CPU time (s) 700.77
Current children cumulated vsize (KiB) 796644

[startup+762.306 s]
/proc/loadavg: 2.00 2.05 2.05 3/73 10256
/proc/meminfo: memFree=412264/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=842044 CPUtime=760.75
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 213947 657 0 0 75945 130 0 0 25 0 1 0 57825244 862253056 207883 996147200 134512640 135215973 4294956304 18446744073709551615 134587663 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 210511 207883 410 171 0 209436 0
Current children cumulated CPU time (s) 760.75
Current children cumulated vsize (KiB) 842044

[startup+822.302 s]
/proc/loadavg: 2.00 2.04 2.04 3/73 10256
/proc/meminfo: memFree=297384/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=913316 CPUtime=820.73
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 231965 657 0 0 81932 141 0 0 25 0 1 0 57825244 935235584 225901 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 228329 225901 410 171 0 227254 0
Current children cumulated CPU time (s) 820.73
Current children cumulated vsize (KiB) 913316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+830.802 s]
/proc/loadavg: 2.00 2.04 2.04 3/73 10256
/proc/meminfo: memFree=284392/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=921660 CPUtime=829.23
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4194304 234060 657 0 0 82781 142 0 0 25 0 1 0 57825244 943779840 227996 996147200 134512640 135215973 4294956304 18446744073709551615 135094939 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 230415 227996 410 171 0 229340 0
Current children cumulated CPU time (s) 829.23
Current children cumulated vsize (KiB) 921660

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

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

[startup+830.907 s]
/proc/loadavg: 2.00 2.04 2.04 3/73 10256
/proc/meminfo: memFree=284392/2055920 swapFree=4192812/4192956
[pid=10176] ppid=10174 vsize=0 CPUtime=829.33
/proc/10176/stat : 10176 (pcs.big) R 10174 10176 8334 0 -1 4195332 234060 657 0 0 82781 152 0 0 25 0 1 0 57825244 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/10176/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 829.33
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 830.947
CPU time (s): 829.385
CPU user time (s): 827.814
CPU system time (s): 1.57076
CPU usage (%): 99.812
Max. virtual memory (cumulated for all children) (KiB): 921660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 827.814
system time used= 1.57076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234717
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= 19
involuntary context switches= 5457

runsolver used 1.07883 second user time and 2.50162 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-16 03:26:26
IDJOB=2068975
IDBENCH=54969
IDSOLVER=733
FILE ID=node18/2068975-1247707586
PBS_JOBID= 9521272
Free space on /tmp= 66320 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-3-30.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068975-1247707586/watcher-2068975-1247707586 -o /tmp/evaluation-result-2068975-1247707586/solver-2068975-1247707586 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1126514361 HOME/instance-2068975-1247707586.xml

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

MD5SUM BENCH= 962c59e7592fdf103e8512550f85acb6
RANDOM SEED=1126514361

node18.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.243
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.243
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:        829008 kB
Buffers:         80632 kB
Cached:         360076 kB
SwapCached:          0 kB
Active:         747960 kB
Inactive:       398628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        829008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:         717396 kB
Slab:            64420 kB
Committed_AS:  1203684 kB
PageTables:       3144 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= 66300 MiB
End job on node18 at 2009-07-16 03:40:19