Trace number 2067567

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) 856.161 860.359

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-9-16-19.xml
MD5SUM08e198d63dcbb86350d4244b7817639a
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 benchmark1212.19
Satisfiable
(Un)Satisfiability was proved
Number of variables4626
Number of constraints30921
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30921
Global constraints used (with number of constraints)

Solver Data

0.00/0.05	c has operations which may create big domains
0.00/0.05	c big-domain mode
0.00/0.05	c Seed is 1004417587
0.00/0.05	c Constructing HOME/instance-2067567-1247705589.xml  with 107184 constraints
2.46/2.54	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-2067567-1247705589/watcher-2067567-1247705589 -o /tmp/evaluation-result-2067567-1247705589/solver-2067567-1247705589 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1004417587 HOME/instance-2067567-1247705589.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.26 2.25 2.11 4/82 16615
/proc/meminfo: memFree=927304/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=5356 CPUtime=0
/proc/16615/stat : 16615 (pcssolve) R 16613 16615 14034 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 57622488 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 235371293343 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16615/statm: 1339 241 200 169 0 50 0
[pid=16616] ppid=16615 vsize=3676 CPUtime=0
/proc/16616/stat : 16616 (fgrep) R 16615 16615 14034 0 -1 4194304 148 0 0 0 0 0 0 0 22 0 1 0 57622489 3764224 115 996147200 4194304 4274172 548682068976 18446744073709551615 235371462738 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 919 115 87 19 0 43 0

[startup+0.110719 s]
/proc/loadavg: 2.26 2.25 2.11 4/82 16615
/proc/meminfo: memFree=927304/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=6120 CPUtime=0.08
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 1265 826 0 0 5 0 3 0 18 0 1 0 57622488 6266880 787 996147200 134512640 135215973 4294956304 18446744073709551615 2735220 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 1530 787 385 171 0 455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6120

[startup+0.202727 s]
/proc/loadavg: 2.26 2.25 2.11 4/82 16615
/proc/meminfo: memFree=927304/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=7024 CPUtime=0.18
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 1529 826 0 0 14 1 3 0 18 0 1 0 57622488 7192576 1018 996147200 134512640 135215973 4294956304 18446744073709551615 134590484 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 1756 1018 385 171 0 681 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7024

[startup+0.30274 s]
/proc/loadavg: 2.26 2.25 2.11 4/82 16615
/proc/meminfo: memFree=927304/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=8876 CPUtime=0.28
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 2077 826 0 0 24 1 3 0 19 0 1 0 57622488 9089024 1329 996147200 134512640 135215973 4294956304 18446744073709551615 134608387 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 2219 1329 385 171 0 1144 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8876

[startup+0.702774 s]
/proc/loadavg: 2.26 2.25 2.11 4/82 16615
/proc/meminfo: memFree=927304/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=13348 CPUtime=0.68
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 3593 826 0 0 63 2 3 0 23 0 1 0 57622488 13668352 2341 996147200 134512640 135215973 4294956304 18446744073709551615 134718020 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 3337 2341 385 171 0 2262 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13348

[startup+1.50185 s]
/proc/loadavg: 2.26 2.25 2.11 3/83 16621
/proc/meminfo: memFree=914928/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=22404 CPUtime=1.47
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 6643 826 0 0 141 3 3 0 25 0 1 0 57622488 22941696 4320 996147200 134512640 135215973 4294956304 18446744073709551615 4159078391 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 5601 4320 385 171 0 4526 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22404

[startup+3.102 s]
/proc/loadavg: 2.26 2.25 2.11 4/83 16621
/proc/meminfo: memFree=888496/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=58436 CPUtime=3.06
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 19657 826 0 0 293 10 3 0 25 0 1 0 57622488 59838464 12712 996147200 134512640 135215973 4294956304 18446744073709551615 3051172 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 14609 12712 406 171 0 13534 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 58436

[startup+6.30129 s]
/proc/loadavg: 2.24 2.25 2.10 3/83 16621
/proc/meminfo: memFree=851888/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=69604 CPUtime=6.25
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 34029 826 0 0 605 17 3 0 25 0 1 0 57622488 71274496 15019 996147200 134512640 135215973 4294956304 18446744073709551615 134532961 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 17401 15019 409 171 0 16326 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 69604

[startup+12.7019 s]
/proc/loadavg: 2.22 2.25 2.10 3/83 16621
/proc/meminfo: memFree=850824/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=70660 CPUtime=12.61
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 66163 826 0 0 1227 31 3 0 25 0 1 0 57622488 72355840 15313 996147200 134512640 135215973 4294956304 18446744073709551615 134590021 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 17665 15313 409 171 0 16590 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 70660

[startup+25.502 s]
/proc/loadavg: 2.17 2.23 2.10 3/83 16621
/proc/meminfo: memFree=842056/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=79680 CPUtime=25.35
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 136003 826 0 0 2471 61 3 0 25 0 1 0 57622488 81592320 17553 996147200 134512640 135215973 4294956304 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 19920 17553 409 171 0 18845 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 79680

[startup+51.1023 s]
/proc/loadavg: 2.11 2.21 2.10 3/83 16621
/proc/meminfo: memFree=815560/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=107112 CPUtime=50.82
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 336054 826 0 0 4933 146 3 0 25 0 1 0 57622488 109682688 24386 996147200 134512640 135215973 4294956304 18446744073709551615 3083870 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 26778 24386 409 171 0 25703 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 107112

[startup+102.303 s]
/proc/loadavg: 2.24 2.24 2.11 4/83 16621
/proc/meminfo: memFree=779400/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=140832 CPUtime=101.78
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 647119 826 0 0 9891 284 3 0 25 0 1 0 57622488 144211968 33131 996147200 134512640 135215973 4294956304 18446744073709551615 134585104 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 35208 33131 409 171 0 34133 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 140832

[startup+162.302 s]
/proc/loadavg: 2.29 2.25 2.12 3/83 16621
/proc/meminfo: memFree=771400/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=149532 CPUtime=161.49
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 818906 826 0 0 15786 360 3 0 25 0 1 0 57622488 153120768 35318 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 37383 35318 409 171 0 36308 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 149532

[startup+222.308 s]
/proc/loadavg: 2.30 2.26 2.13 4/83 16621
/proc/meminfo: memFree=695496/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=224692 CPUtime=221.2
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 1191565 826 0 0 21586 531 3 0 25 0 1 0 57622488 230084608 54071 996147200 134512640 135215973 4294956304 18446744073709551615 135094704 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 56173 54071 409 171 0 55098 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 224692

[startup+282.302 s]
/proc/loadavg: 2.22 2.24 2.13 4/83 16621
/proc/meminfo: memFree=646152/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=289532 CPUtime=280.91
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 1569898 826 0 0 27391 697 3 0 25 0 1 0 57622488 296480768 70324 996147200 134512640 135215973 4294956304 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 72383 70324 409 171 0 71308 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 289532

[startup+342.303 s]
/proc/loadavg: 2.29 2.27 2.14 3/83 16621
/proc/meminfo: memFree=568264/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=351036 CPUtime=340.63
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 1963577 826 0 0 33186 874 3 0 25 0 1 0 57622488 359460864 85843 996147200 134512640 135215973 4294956304 18446744073709551615 134583674 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 87759 85843 409 171 0 86684 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 351036

[startup+402.302 s]
/proc/loadavg: 2.54 2.34 2.17 4/83 16621
/proc/meminfo: memFree=493320/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=432772 CPUtime=400.33
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 2391807 826 0 0 38965 1065 3 0 25 0 1 0 57622488 443158528 104726 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 108193 104726 409 171 0 107118 0
Current children cumulated CPU time (s) 400.33
Current children cumulated vsize (KiB) 432772

[startup+462.302 s]
/proc/loadavg: 2.59 2.37 2.19 3/83 16621
/proc/meminfo: memFree=428616/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=495400 CPUtime=460.05
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 2812979 826 0 0 44750 1252 3 0 25 0 1 0 57622488 507289600 120698 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 123850 120698 409 171 0 122775 0
Current children cumulated CPU time (s) 460.05
Current children cumulated vsize (KiB) 495400

[startup+522.303 s]
/proc/loadavg: 2.26 2.32 2.18 3/83 16627
/proc/meminfo: memFree=379848/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=546908 CPUtime=519.74
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 3231314 826 0 0 50536 1435 3 0 25 0 1 0 57622488 560033792 132888 996147200 134512640 135215973 4294956304 18446744073709551615 134976555 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 136727 132888 409 171 0 135652 0
Current children cumulated CPU time (s) 519.74
Current children cumulated vsize (KiB) 546908

[startup+582.302 s]
/proc/loadavg: 2.20 2.29 2.18 3/83 16627
/proc/meminfo: memFree=335816/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=601632 CPUtime=579.45
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 3646861 826 0 0 56326 1616 3 0 25 0 1 0 57622488 616071168 146915 996147200 134512640 135215973 4294956304 18446744073709551615 134590065 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 150408 146915 409 171 0 149333 0
Current children cumulated CPU time (s) 579.45
Current children cumulated vsize (KiB) 601632

[startup+642.303 s]
/proc/loadavg: 2.29 2.30 2.19 3/83 16627
/proc/meminfo: memFree=265160/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=659436 CPUtime=639.16
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 4085560 826 0 0 62110 1803 3 0 25 0 1 0 57622488 675262464 161614 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 164859 161614 409 171 0 163784 0
Current children cumulated CPU time (s) 639.16
Current children cumulated vsize (KiB) 659436

[startup+702.302 s]
/proc/loadavg: 2.63 2.39 2.22 4/83 16627
/proc/meminfo: memFree=195912/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=727592 CPUtime=698.86
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 4595570 826 0 0 67867 2016 3 0 25 0 1 0 57622488 745054208 178744 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 181898 178744 409 171 0 180823 0
Current children cumulated CPU time (s) 698.86
Current children cumulated vsize (KiB) 727592

[startup+762.301 s]
/proc/loadavg: 2.49 2.37 2.22 3/83 16627
/proc/meminfo: memFree=125000/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=797584 CPUtime=758.59
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 5084803 826 0 0 73626 2230 3 0 25 0 1 0 57622488 816726016 196297 996147200 134512640 135215973 4294956304 18446744073709551615 134600148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 199396 196297 409 171 0 198321 0
Current children cumulated CPU time (s) 758.59
Current children cumulated vsize (KiB) 797584

[startup+822.302 s]
/proc/loadavg: 2.68 2.47 2.27 4/83 16627
/proc/meminfo: memFree=53128/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=869312 CPUtime=818.3
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 5607390 826 0 0 79379 2448 3 0 25 0 1 0 57622488 890175488 214484 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 217328 214484 409 171 0 216253 0
Current children cumulated CPU time (s) 818.3
Current children cumulated vsize (KiB) 869312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+860.201 s]
/proc/loadavg: 2.35 2.41 2.25 3/83 16627
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=921636 CPUtime=855.99
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4194304 5930237 826 0 0 83009 2587 3 0 25 0 1 0 57622488 943755264 225762 996147200 134512640 135215973 4294956304 18446744073709551615 134587336 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 230409 225762 409 171 0 229334 0
Current children cumulated CPU time (s) 855.99
Current children cumulated vsize (KiB) 921636

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

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

[startup+860.311 s]
/proc/loadavg: 2.35 2.41 2.25 3/83 16627
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=16615] ppid=16613 vsize=0 CPUtime=856.09
/proc/16615/stat : 16615 (pcs.big) R 16613 16615 14034 0 -1 4195332 5930237 826 0 0 83009 2597 3 0 25 0 1 0 57622488 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 856.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 860.359
CPU time (s): 856.161
CPU user time (s): 830.133
CPU system time (s): 26.028
CPU usage (%): 99.5121
Max. virtual memory (cumulated for all children) (KiB): 921636

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

runsolver used 0.999848 second user time and 2.92455 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-16 02:53:10
IDJOB=2067567
IDBENCH=54673
IDSOLVER=733
FILE ID=node51/2067567-1247705589
PBS_JOBID= 9521210
Free space on /tmp= 66312 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-9-16-19.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067567-1247705589/watcher-2067567-1247705589 -o /tmp/evaluation-result-2067567-1247705589/solver-2067567-1247705589 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1004417587 HOME/instance-2067567-1247705589.xml

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

MD5SUM BENCH= 08e198d63dcbb86350d4244b7817639a
RANDOM SEED=1004417587

node51.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:        927912 kB
Buffers:         45844 kB
Cached:         261992 kB
SwapCached:          0 kB
Active:         786276 kB
Inactive:       272740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6472 kB
Writeback:           0 kB
Mapped:         771684 kB
Slab:            52704 kB
Committed_AS:  1260336 kB
PageTables:       3316 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= 66312 MiB
End job on node51 at 2009-07-16 03:07:32