Trace number 2079678

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 695.507 697.335

DiagnosticValue
ASSIGNMENTS212742

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-27_ext.xml
MD5SUM67ec52821238fef003806b7480e6ead8
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 benchmark5.30319
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.05	c Seed is 757018527
0.00/0.05	c Constructing HOME/instance-2079678-1247716937.xml  with 60 constraints
0.37/0.48	c Solving 212742 backtracks 21 restarts
695.46/697.33	s SATISFIABLE
695.46/697.33	c V0=3, V1=5, V2=5, V3=12, V4=1, V5=9, V6=6, V7=7, V8=7, V9=18, V10=11, V11=13, V12=1, V13=11, V14=0, V15=5, V16=11, V17=16, V18=9, V19=16, 
695.46/697.33	v 3 5 5 12 1 9 6 7 7 18 11 13 1 11 0 5 11 16 9 16 
695.46/697.33	d ASSIGNMENTS 212742

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-2079678-1247716937/watcher-2079678-1247716937 -o /tmp/evaluation-result-2079678-1247716937/solver-2079678-1247716937 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 757018527 HOME/instance-2079678-1247716937.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.94 2.03 2.04 4/81 17984
/proc/meminfo: memFree=1652360/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=5356 CPUtime=0
/proc/17984/stat : 17984 (pcssolve) R 17982 17984 17004 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58757372 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17984/statm: 1339 241 200 169 0 50 0
[pid=17985] ppid=17984 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (pcssolve) R 17984 17984 17004 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58757373 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17985/statm: 1339 241 200 169 0 50 0

[startup+0.0647141 s]
/proc/loadavg: 1.94 2.03 2.04 4/81 17984
/proc/meminfo: memFree=1652360/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=4808 CPUtime=0.04
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 887 822 0 0 3 0 1 0 18 0 1 0 58757372 4923392 496 996147200 134512640 135095119 4294956304 18446744073709551615 134739554 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 1202 496 375 142 0 156 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4808

[startup+0.101716 s]
/proc/loadavg: 1.94 2.03 2.04 4/81 17984
/proc/meminfo: memFree=1652360/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=5220 CPUtime=0.07
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 936 822 0 0 6 0 1 0 18 0 1 0 58757372 5345280 545 996147200 134512640 135095119 4294956304 18446744073709551615 134803271 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 1305 545 375 142 0 259 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5220

[startup+0.301732 s]
/proc/loadavg: 1.94 2.03 2.04 4/81 17984
/proc/meminfo: memFree=1652360/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=8044 CPUtime=0.27
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 1280 822 0 0 26 0 1 0 19 0 1 0 58757372 8237056 889 996147200 134512640 135095119 4294956304 18446744073709551615 8384134 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2011 889 375 142 0 965 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8044

[startup+0.701768 s]
/proc/loadavg: 1.94 2.03 2.04 4/81 17984
/proc/meminfo: memFree=1652360/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=10468 CPUtime=0.67
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 1616 822 0 0 66 0 1 0 23 0 1 0 58757372 10719232 1225 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2617 1225 389 142 0 1571 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10468

[startup+1.50184 s]
/proc/loadavg: 1.94 2.03 2.04 3/82 17990
/proc/meminfo: memFree=1648896/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=10468 CPUtime=1.46
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 1627 822 0 0 145 0 1 0 25 0 1 0 58757372 10719232 1236 996147200 134512640 135095119 4294956304 18446744073709551615 134926993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2617 1236 389 142 0 1571 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10468

[startup+3.10197 s]
/proc/loadavg: 1.94 2.03 2.04 3/82 17990
/proc/meminfo: memFree=1648640/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=10468 CPUtime=3.05
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 1644 822 0 0 303 1 1 0 25 0 1 0 58757372 10719232 1253 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2617 1253 389 142 0 1571 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10468

[startup+6.30124 s]
/proc/loadavg: 1.95 2.03 2.04 3/82 17990
/proc/meminfo: memFree=1648320/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=10728 CPUtime=6.22
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 1733 822 0 0 620 1 1 0 25 0 1 0 58757372 10985472 1309 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2682 1309 389 142 0 1636 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10728

[startup+12.7028 s]
/proc/loadavg: 1.95 2.02 2.04 3/82 17990
/proc/meminfo: memFree=1647808/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=11116 CPUtime=12.56
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 1901 822 0 0 1254 1 1 0 25 0 1 0 58757372 11382784 1412 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2779 1412 389 142 0 1733 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11116

[startup+25.5019 s]
/proc/loadavg: 1.96 2.02 2.03 3/82 17990
/proc/meminfo: memFree=1647232/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=11756 CPUtime=25.24
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 2267 822 0 0 2522 1 1 0 25 0 1 0 58757372 12038144 1616 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 2939 1616 389 142 0 1893 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11756

[startup+51.101 s]
/proc/loadavg: 1.97 2.02 2.03 3/82 17990
/proc/meminfo: memFree=1645760/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=13036 CPUtime=50.6
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 2979 822 0 0 5057 2 1 0 25 0 1 0 58757372 13348864 2006 996147200 134512640 135095119 4294956304 18446744073709551615 134918169 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 3259 2006 389 142 0 2213 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 13036

[startup+102.306 s]
/proc/loadavg: 1.99 2.02 2.03 3/82 17990
/proc/meminfo: memFree=1642368/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=15728 CPUtime=101.33
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 4454 822 0 0 10129 3 1 0 25 0 1 0 58757372 16105472 2839 996147200 134512640 135095119 4294956304 18446744073709551615 134582115 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 3932 2839 389 142 0 2886 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 15728

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.02 3/82 17990
/proc/meminfo: memFree=1637888/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=19252 CPUtime=160.76
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 5845 822 0 0 16072 3 1 0 25 0 1 0 58757372 19714048 3940 996147200 134512640 135095119 4294956304 18446744073709551615 134916456 0 0 4096 0 0 0 0 17 1 0 0
/proc/17984/statm: 4813 3940 389 142 0 3767 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 19252

[startup+222.302 s]
/proc/loadavg: 2.07 2.02 2.02 3/73 18022
/proc/meminfo: memFree=1654752/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=25704 CPUtime=220.63
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 8012 822 0 0 22057 5 1 0 25 0 1 0 58757372 26320896 5082 996147200 134512640 135095119 4294956304 18446744073709551615 134555000 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 6426 5082 389 142 0 5380 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 25704

[startup+282.302 s]
/proc/loadavg: 2.09 2.03 2.02 3/73 18022
/proc/meminfo: memFree=1648808/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=30660 CPUtime=280.61
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 9818 822 0 0 28053 7 1 0 25 0 1 0 58757372 31395840 6310 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 7665 6310 389 142 0 6619 0
Current children cumulated CPU time (s) 280.61
Current children cumulated vsize (KiB) 30660

[startup+342.302 s]
/proc/loadavg: 2.03 2.02 2.01 3/73 18022
/proc/meminfo: memFree=1642792/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=41208 CPUtime=340.58
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 13004 822 0 0 34049 8 1 0 25 0 1 0 58757372 42196992 7447 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 10302 7447 389 142 0 9256 0
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (KiB) 41208

[startup+402.302 s]
/proc/loadavg: 2.01 2.02 2.01 3/73 18022
/proc/meminfo: memFree=1636840/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=43828 CPUtime=400.56
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 14181 822 0 0 40045 10 1 0 25 0 1 0 58757372 44879872 8624 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 10957 8624 389 142 0 9911 0
Current children cumulated CPU time (s) 400.56
Current children cumulated vsize (KiB) 43828

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 18022
/proc/meminfo: memFree=1626664/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=54780 CPUtime=460.55
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 17449 822 0 0 46042 12 1 0 25 0 1 0 58757372 56094720 10867 996147200 134512640 135095119 4294956304 18446744073709551615 134926968 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 13695 10867 389 142 0 12649 0
Current children cumulated CPU time (s) 460.55
Current children cumulated vsize (KiB) 54780

[startup+522.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 18022
/proc/meminfo: memFree=1623272/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=54780 CPUtime=520.52
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 17987 822 0 0 52039 12 1 0 25 0 1 0 58757372 56094720 11405 996147200 134512640 135095119 4294956304 18446744073709551615 134582516 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 13695 11405 389 142 0 12649 0
Current children cumulated CPU time (s) 520.52
Current children cumulated vsize (KiB) 54780

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/73 18022
/proc/meminfo: memFree=1619048/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=55836 CPUtime=580.5
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 18771 822 0 0 58036 13 1 0 25 0 1 0 58757372 57176064 12189 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 13959 12189 389 142 0 12913 0
Current children cumulated CPU time (s) 580.5
Current children cumulated vsize (KiB) 55836

[startup+642.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/73 18022
/proc/meminfo: memFree=1613416/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=58340 CPUtime=640.48
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 19886 822 0 0 64033 14 1 0 25 0 1 0 58757372 59740160 13304 996147200 134512640 135095119 4294956304 18446744073709551615 134918280 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 14585 13304 389 142 0 13539 0
Current children cumulated CPU time (s) 640.48
Current children cumulated vsize (KiB) 58340

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

[startup+665.507 s]
/proc/loadavg: 2.05 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1611240/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=75628 CPUtime=663.68
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24389 822 0 0 66350 17 1 0 25 0 1 0 58757372 77443072 13710 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 18907 13710 389 142 0 17861 0
Current children cumulated CPU time (s) 663.68
Current children cumulated vsize (KiB) 75628

[startup+678.302 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1610216/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=76148 CPUtime=676.46
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24622 822 0 0 67628 17 1 0 25 0 1 0 58757372 77975552 13943 996147200 134512640 135095119 4294956304 18446744073709551615 134918247 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 19037 13943 389 142 0 17991 0
Current children cumulated CPU time (s) 676.46
Current children cumulated vsize (KiB) 76148

[startup+691.102 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1609000/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=76544 CPUtime=689.26
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24846 822 0 0 68908 17 1 0 25 0 1 0 58757372 78381056 14167 996147200 134512640 135095119 4294956304 18446744073709551615 134918181 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 19136 14167 389 142 0 18090 0
Current children cumulated CPU time (s) 689.26
Current children cumulated vsize (KiB) 76544

[startup+694.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1608680/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=76676 CPUtime=692.45
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24901 822 0 0 69227 17 1 0 25 0 1 0 58757372 78516224 14222 996147200 134512640 135095119 4294956304 18446744073709551615 134927086 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 19169 14222 389 142 0 18123 0
Current children cumulated CPU time (s) 692.45
Current children cumulated vsize (KiB) 76676

[startup+695.901 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1608552/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=76804 CPUtime=694.05
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24933 822 0 0 69387 17 1 0 25 0 1 0 58757372 78647296 14254 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 19201 14254 389 142 0 18155 0
Current children cumulated CPU time (s) 694.05
Current children cumulated vsize (KiB) 76804

[startup+696.701 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1608488/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=76804 CPUtime=694.85
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24948 822 0 0 69467 17 1 0 25 0 1 0 58757372 78647296 14269 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 19201 14269 389 142 0 18155 0
Current children cumulated CPU time (s) 694.85
Current children cumulated vsize (KiB) 76804

[startup+697.102 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1608488/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=76804 CPUtime=695.25
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24957 822 0 0 69507 17 1 0 25 0 1 0 58757372 78647296 14278 996147200 134512640 135095119 4294956304 18446744073709551615 134918171 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 19201 14278 389 142 0 18155 0
Current children cumulated CPU time (s) 695.25
Current children cumulated vsize (KiB) 76804

[startup+697.302 s]
/proc/loadavg: 2.03 2.04 2.00 3/73 18022
/proc/meminfo: memFree=1632040/2055920 swapFree=4192812/4192956
[pid=17984] ppid=17982 vsize=35836 CPUtime=695.46
/proc/17984/stat : 17984 (pcs.small) R 17982 17984 17004 0 -1 4194304 24957 822 0 0 69527 18 1 0 25 0 1 0 58757372 36696064 8307 996147200 134512640 135095119 4294956304 18446744073709551615 8347763 0 0 4096 0 0 0 0 17 0 0 0
/proc/17984/statm: 8959 8307 389 142 0 7913 0
Current children cumulated CPU time (s) 695.46
Current children cumulated vsize (KiB) 35836

Child status: 0
Real time (s): 697.335
CPU time (s): 695.507
CPU user time (s): 695.31
CPU system time (s): 0.19697
CPU usage (%): 99.738
Max. virtual memory (cumulated for all children) (KiB): 76804

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

runsolver used 0.747886 second user time and 1.9617 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-16 06:02:18
IDJOB=2079678
IDBENCH=56937
IDSOLVER=733
FILE ID=node50/2079678-1247716937
PBS_JOBID= 9521412
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 67ec52821238fef003806b7480e6ead8
RANDOM SEED=757018527

node50.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.231
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.231
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:       1652840 kB
Buffers:         67120 kB
Cached:         221880 kB
SwapCached:          0 kB
Active:         109648 kB
Inactive:       220488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3056 kB
Writeback:           0 kB
Mapped:          61448 kB
Slab:            58012 kB
Committed_AS:   539012 kB
PageTables:       1968 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= 66392 MiB
End job on node50 at 2009-07-16 06:13:55