Trace number 2078545

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.2SAT 795.922 798.803

DiagnosticValue
ASSIGNMENTS238835

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-27_ext.xml
MD5SUM5d827178576edb3581cfab2e015d5861
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.72898
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.02	c Seed is 636983749
0.00/0.02	c Constructing HOME/instance-2078545-1247716420.xml  with 60 constraints
0.36/0.45	c Solving 238835 backtracks 21 restarts
795.90/798.80	s SATISFIABLE
795.90/798.80	c V0=10, V1=12, V2=17, V3=18, V4=11, V5=16, V6=10, V7=14, V8=4, V9=7, V10=9, V11=9, V12=0, V13=7, V14=7, V15=2, V16=9, V17=3, V18=3, V19=5, 
795.90/798.80	v 10 12 17 18 11 16 10 14 4 7 9 9 0 7 7 2 9 3 3 5 
795.90/798.80	d ASSIGNMENTS 238835

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078545-1247716420/watcher-2078545-1247716420 -o /tmp/evaluation-result-2078545-1247716420/solver-2078545-1247716420 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 636983749 HOME/instance-2078545-1247716420.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 1.97 1.99 4/82 18173
/proc/meminfo: memFree=1648256/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=5356 CPUtime=0
/proc/18173/stat : 18173 (pcssolve) S 18171 18173 16582 0 -1 4194304 305 155 0 0 0 0 0 0 19 0 1 0 58707031 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18173/statm: 1339 242 201 169 0 50 0
[pid=18175] ppid=18173 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (pcssolve) R 18173 18173 16582 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 58707032 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 251279240487 0 0 4096 0 0 0 0 17 1 0 0
/proc/18175/statm: 1339 244 203 169 0 50 0

[startup+0.065984 s]
/proc/loadavg: 1.89 1.97 1.99 4/82 18173
/proc/meminfo: memFree=1648256/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=4940 CPUtime=0.03
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 896 822 0 0 3 0 0 0 21 0 1 0 58707031 5058560 505 996147200 134512640 135095119 4294956304 18446744073709551615 134739380 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 1235 505 375 142 0 189 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4940

[startup+0.101986 s]
/proc/loadavg: 1.89 1.97 1.99 4/82 18173
/proc/meminfo: memFree=1648256/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=5476 CPUtime=0.07
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 961 822 0 0 7 0 0 0 21 0 1 0 58707031 5607424 570 996147200 134512640 135095119 4294956304 18446744073709551615 4484820 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 1369 570 375 142 0 323 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5476

[startup+0.302013 s]
/proc/loadavg: 1.89 1.97 1.99 4/82 18173
/proc/meminfo: memFree=1648256/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=8448 CPUtime=0.27
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 1332 822 0 0 27 0 0 0 23 0 1 0 58707031 8650752 941 996147200 134512640 135095119 4294956304 18446744073709551615 134741553 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2112 941 375 142 0 1066 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8448

[startup+0.701068 s]
/proc/loadavg: 1.89 1.97 1.99 4/82 18173
/proc/meminfo: memFree=1648256/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=10468 CPUtime=0.66
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 1616 822 0 0 66 0 0 0 25 0 1 0 58707031 10719232 1225 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2617 1225 389 142 0 1571 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10468

[startup+1.50117 s]
/proc/loadavg: 1.89 1.97 1.99 3/83 18179
/proc/meminfo: memFree=1644664/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=10468 CPUtime=1.45
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 1629 822 0 0 145 0 0 0 25 0 1 0 58707031 10719232 1238 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2617 1238 389 142 0 1571 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10468

[startup+3.10238 s]
/proc/loadavg: 1.89 1.97 1.99 3/83 18179
/proc/meminfo: memFree=1644472/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=10600 CPUtime=3.05
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 1661 822 0 0 304 1 0 0 25 0 1 0 58707031 10854400 1270 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2650 1270 389 142 0 1604 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10600

[startup+6.30177 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 18179
/proc/meminfo: memFree=1644216/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=10728 CPUtime=6.22
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 1738 822 0 0 621 1 0 0 25 0 1 0 58707031 10985472 1314 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2682 1314 389 142 0 1636 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10728

[startup+12.7016 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 18179
/proc/meminfo: memFree=1643576/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=11116 CPUtime=12.56
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 1913 822 0 0 1255 1 0 0 25 0 1 0 58707031 11382784 1424 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2779 1424 389 142 0 1733 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11116

[startup+25.5012 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 18179
/proc/meminfo: memFree=1642168/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=11756 CPUtime=25.25
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 2296 822 0 0 2524 1 0 0 25 0 1 0 58707031 12038144 1645 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 2939 1645 389 142 0 1893 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 11756

[startup+51.1014 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 18179
/proc/meminfo: memFree=1638712/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=13036 CPUtime=50.63
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 3052 822 0 0 5061 2 0 0 25 0 1 0 58707031 13348864 2079 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 3259 2079 389 142 0 2213 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 13036

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 18179
/proc/meminfo: memFree=1634680/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=15988 CPUtime=101.4
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 4585 822 0 0 10138 2 0 0 25 0 1 0 58707031 16371712 2970 996147200 134512640 135095119 4294956304 18446744073709551615 134916468 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 3997 2970 389 142 0 2951 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 15988

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 18179
/proc/meminfo: memFree=1630072/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=19636 CPUtime=160.89
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 6016 822 0 0 16086 3 0 0 25 0 1 0 58707031 20107264 4111 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 4909 4111 389 142 0 3863 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 19636

[startup+222.302 s]
/proc/loadavg: 2.35 2.08 2.02 3/84 18220
/proc/meminfo: memFree=891440/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=30532 CPUtime=220.65
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 9310 822 0 0 22059 6 0 0 25 0 1 0 58707031 31264768 5802 996147200 134512640 135095119 4294956304 18446744073709551615 134926976 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 7633 5802 389 142 0 6587 0
Current children cumulated CPU time (s) 220.65
Current children cumulated vsize (KiB) 30532

[startup+282.301 s]
/proc/loadavg: 2.46 2.14 2.04 3/84 18220
/proc/meminfo: memFree=888816/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=30920 CPUtime=280.63
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 9938 822 0 0 28056 7 0 0 25 0 1 0 58707031 31662080 6430 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 7730 6430 389 142 0 6684 0
Current children cumulated CPU time (s) 280.63
Current children cumulated vsize (KiB) 30920

[startup+342.302 s]
/proc/loadavg: 2.40 2.17 2.06 4/84 18220
/proc/meminfo: memFree=884208/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=41604 CPUtime=340.6
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 13119 822 0 0 34050 10 0 0 25 0 1 0 58707031 42602496 7562 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 10401 7562 389 142 0 9355 0
Current children cumulated CPU time (s) 340.6
Current children cumulated vsize (KiB) 41604

[startup+402.302 s]
/proc/loadavg: 2.38 2.20 2.08 4/84 18220
/proc/meminfo: memFree=879600/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=44096 CPUtime=400.58
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 14278 822 0 0 40047 11 0 0 25 0 1 0 58707031 45154304 8721 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 11024 8721 389 142 0 9978 0
Current children cumulated CPU time (s) 400.58
Current children cumulated vsize (KiB) 44096

[startup+462.301 s]
/proc/loadavg: 2.33 2.21 2.09 3/84 18226
/proc/meminfo: memFree=870512/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=55180 CPUtime=460.54
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 17563 822 0 0 46041 13 0 0 25 0 1 0 58707031 56504320 10981 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 13795 10981 389 142 0 12749 0
Current children cumulated CPU time (s) 460.54
Current children cumulated vsize (KiB) 55180

[startup+522.302 s]
/proc/loadavg: 2.19 2.20 2.09 3/84 18226
/proc/meminfo: memFree=868400/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=55180 CPUtime=520.51
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 18085 822 0 0 52037 14 0 0 25 0 1 0 58707031 56504320 11503 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 13795 11503 389 142 0 12749 0
Current children cumulated CPU time (s) 520.51
Current children cumulated vsize (KiB) 55180

[startup+582.301 s]
/proc/loadavg: 2.15 2.17 2.09 3/74 18260
/proc/meminfo: memFree=1614208/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=56228 CPUtime=580.28
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 18820 822 0 0 58013 15 0 0 25 0 1 0 58707031 57577472 12238 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 14057 12238 389 142 0 13011 0
Current children cumulated CPU time (s) 580.28
Current children cumulated vsize (KiB) 56228

[startup+642.302 s]
/proc/loadavg: 2.14 2.17 2.09 3/74 18260
/proc/meminfo: memFree=1605248/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=58576 CPUtime=640.05
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 19909 822 0 0 63989 16 0 0 25 0 1 0 58707031 59981824 13327 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 14644 13327 389 142 0 13598 0
Current children cumulated CPU time (s) 640.05
Current children cumulated vsize (KiB) 58576

[startup+702.301 s]
/proc/loadavg: 2.13 2.17 2.09 3/74 18260
/proc/meminfo: memFree=1596096/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=77312 CPUtime=699.81
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 25097 822 0 0 69962 19 0 0 25 0 1 0 58707031 79167488 14418 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 19328 14418 389 142 0 18282 0
Current children cumulated CPU time (s) 699.81
Current children cumulated vsize (KiB) 77312

[startup+762.307 s]
/proc/loadavg: 2.10 2.15 2.09 3/74 18260
/proc/meminfo: memFree=1584768/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=79804 CPUtime=759.58
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26177 822 0 0 75938 20 0 0 25 0 1 0 58707031 81719296 15498 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 19951 15498 389 142 0 18905 0
Current children cumulated CPU time (s) 759.58
Current children cumulated vsize (KiB) 79804

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

[startup+767.901 s]
/proc/loadavg: 2.09 2.14 2.09 3/74 18260
/proc/meminfo: memFree=1584064/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=79936 CPUtime=765.16
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26278 822 0 0 76496 20 0 0 25 0 1 0 58707031 81854464 15599 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/18173/statm: 19984 15599 389 142 0 18938 0
Current children cumulated CPU time (s) 765.16
Current children cumulated vsize (KiB) 79936

[startup+780.701 s]
/proc/loadavg: 2.07 2.14 2.09 3/74 18291
/proc/meminfo: memFree=1604472/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=80460 CPUtime=777.87
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26512 822 0 0 77767 20 0 0 25 0 1 0 58707031 82391040 15833 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 20115 15833 389 142 0 19069 0
Current children cumulated CPU time (s) 777.87
Current children cumulated vsize (KiB) 80460

[startup+787.102 s]
/proc/loadavg: 2.14 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1603704/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=80724 CPUtime=784.24
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26629 822 0 0 78404 20 0 0 25 0 1 0 58707031 82661376 15950 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 20181 15950 389 142 0 19135 0
Current children cumulated CPU time (s) 784.24
Current children cumulated vsize (KiB) 80724

[startup+793.502 s]
/proc/loadavg: 2.13 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1603256/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=80988 CPUtime=790.62
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26745 822 0 0 79041 21 0 0 25 0 1 0 58707031 82931712 16066 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 20247 16066 389 142 0 19201 0
Current children cumulated CPU time (s) 790.62
Current children cumulated vsize (KiB) 80988

[startup+796.701 s]
/proc/loadavg: 2.12 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1602936/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=81120 CPUtime=793.81
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26806 822 0 0 79360 21 0 0 25 0 1 0 58707031 83066880 16127 996147200 134512640 135095119 4294956304 18446744073709551615 134909019 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 20280 16127 389 142 0 19234 0
Current children cumulated CPU time (s) 793.81
Current children cumulated vsize (KiB) 81120

[startup+797.506 s]
/proc/loadavg: 2.12 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=81120 CPUtime=794.61
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26820 822 0 0 79440 21 0 0 25 0 1 0 58707031 83066880 16141 996147200 134512640 135095119 4294956304 18446744073709551615 134918108 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 20280 16141 389 142 0 19234 0
Current children cumulated CPU time (s) 794.61
Current children cumulated vsize (KiB) 81120

[startup+798.302 s]
/proc/loadavg: 2.12 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1602872/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=81252 CPUtime=795.4
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26835 822 0 0 79519 21 0 0 25 0 1 0 58707031 83202048 16156 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 20313 16156 389 142 0 19267 0
Current children cumulated CPU time (s) 795.4
Current children cumulated vsize (KiB) 81252

[startup+798.702 s]
/proc/loadavg: 2.12 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1602808/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=73056 CPUtime=795.8
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26841 822 0 0 79559 21 0 0 25 0 1 0 58707031 74809344 14295 996147200 134512640 135095119 4294956304 18446744073709551615 4472984 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 18264 14295 389 142 0 17218 0
Current children cumulated CPU time (s) 795.8
Current children cumulated vsize (KiB) 73056

[startup+798.802 s]
/proc/loadavg: 2.12 2.15 2.09 3/74 18291
/proc/meminfo: memFree=1602808/2055920 swapFree=4192812/4192956
[pid=18173] ppid=18171 vsize=16380 CPUtime=795.9
/proc/18173/stat : 18173 (pcs.small) R 18171 18173 16582 0 -1 4194304 26841 822 0 0 79568 22 0 0 25 0 1 0 58707031 16773120 2433 996147200 134512640 135095119 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/18173/statm: 4095 2433 1907 142 0 3049 0
Current children cumulated CPU time (s) 795.9
Current children cumulated vsize (KiB) 16380

Child status: 0
Real time (s): 798.803
CPU time (s): 795.922
CPU user time (s): 795.692
CPU system time (s): 0.229965
CPU usage (%): 99.6393
Max. virtual memory (cumulated for all children) (KiB): 81252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 795.692
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27666
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= 23
involuntary context switches= 17020

runsolver used 0.714891 second user time and 2.21266 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-16 05:53:40
IDJOB=2078545
IDBENCH=56771
IDSOLVER=733
FILE ID=node92/2078545-1247716420
PBS_JOBID= 9521328
Free space on /tmp= 66304 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-27_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078545-1247716420/watcher-2078545-1247716420 -o /tmp/evaluation-result-2078545-1247716420/solver-2078545-1247716420 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 636983749 HOME/instance-2078545-1247716420.xml

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

MD5SUM BENCH= 5d827178576edb3581cfab2e015d5861
RANDOM SEED=636983749

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1648736 kB
Buffers:         74124 kB
Cached:         226164 kB
SwapCached:          0 kB
Active:         108188 kB
Inactive:       229024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6048 kB
Writeback:           0 kB
Mapped:          57296 kB
Slab:            55144 kB
Committed_AS:   533028 kB
PageTables:       1980 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= 66304 MiB
End job on node92 at 2009-07-16 06:06:59