Trace number 2078424

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 912.01 920.681

DiagnosticValue
ASSIGNMENTS276743

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-34_ext.xml
MD5SUM82c6a29c2223925254ac5c8a85bb4ba3
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 benchmark8.79666
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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.07	c Seed is 1506595968
0.00/0.07	c Constructing HOME/instance-2078424-1247716294.xml  with 59 constraints
0.37/0.46	c Solving 276743 backtracks 22 restarts
911.91/920.68	s SATISFIABLE
911.91/920.68	c V0=6, V1=3, V2=7, V3=9, V4=6, V5=12, V6=6, V7=9, V8=5, V9=7, V10=5, V11=9, V12=7, V13=17, V14=3, V15=0, V16=18, V17=15, V18=0, V19=14, 
911.91/920.68	v 6 3 7 9 6 12 6 9 5 7 5 9 7 17 3 0 18 15 0 14 
911.91/920.68	d ASSIGNMENTS 276743

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-2078424-1247716294/watcher-2078424-1247716294 -o /tmp/evaluation-result-2078424-1247716294/solver-2078424-1247716294 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1506595968 HOME/instance-2078424-1247716294.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.09 2.06 2.08 4/82 12186
/proc/meminfo: memFree=1331984/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=18576 CPUtime=0
/proc/12186/stat : 12186 (runsolver) R 12184 12186 8839 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58695953 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12186/statm: 4644 284 249 26 0 2626 0

[startup+0.231331 s]
/proc/loadavg: 2.09 2.06 2.08 4/82 12186
/proc/meminfo: memFree=1331984/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=7092 CPUtime=0.19
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1175 822 0 0 19 0 0 0 19 0 1 0 58695953 7262208 784 996147200 134512640 135095119 4294956304 18446744073709551615 5144191 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 1773 784 375 142 0 727 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7092

[startup+0.301341 s]
/proc/loadavg: 2.09 2.06 2.08 4/82 12186
/proc/meminfo: memFree=1331984/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=8040 CPUtime=0.27
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1292 822 0 0 26 1 0 0 19 0 1 0 58695953 8232960 901 996147200 134512640 135095119 4294956304 18446744073709551615 134909541 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2010 901 375 142 0 964 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8040

[startup+0.401355 s]
/proc/loadavg: 2.09 2.06 2.08 4/82 12186
/proc/meminfo: memFree=1331984/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=9396 CPUtime=0.37
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1469 822 0 0 36 1 0 0 20 0 1 0 58695953 9621504 1078 996147200 134512640 135095119 4294956304 18446744073709551615 4159773995 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2349 1078 375 142 0 1303 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9396

[startup+0.7014 s]
/proc/loadavg: 2.09 2.06 2.08 4/82 12186
/proc/meminfo: memFree=1331984/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=10332 CPUtime=0.67
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1599 822 0 0 66 1 0 0 23 0 1 0 58695953 10579968 1208 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2583 1208 389 142 0 1537 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10332

[startup+1.50151 s]
/proc/loadavg: 2.09 2.06 2.08 3/83 12192
/proc/meminfo: memFree=1328520/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=10332 CPUtime=1.46
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1606 822 0 0 145 1 0 0 25 0 1 0 58695953 10579968 1215 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2583 1215 389 142 0 1537 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10332

[startup+3.10273 s]
/proc/loadavg: 2.09 2.06 2.08 3/83 12192
/proc/meminfo: memFree=1328328/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=10464 CPUtime=3.05
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1642 822 0 0 304 1 0 0 25 0 1 0 58695953 10715136 1251 996147200 134512640 135095119 4294956304 18446744073709551615 134927380 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2616 1251 389 142 0 1570 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10464

[startup+6.30116 s]
/proc/loadavg: 2.09 2.06 2.08 3/83 12192
/proc/meminfo: memFree=1328136/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=10592 CPUtime=6.21
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1715 822 0 0 620 1 0 0 25 0 1 0 58695953 10846208 1291 996147200 134512640 135095119 4294956304 18446744073709551615 134918064 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2648 1291 389 142 0 1602 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10592

[startup+12.701 s]
/proc/loadavg: 2.08 2.06 2.08 3/83 12192
/proc/meminfo: memFree=1327496/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=11108 CPUtime=12.55
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 1957 822 0 0 1254 1 0 0 25 0 1 0 58695953 11374592 1435 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2777 1435 389 142 0 1731 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 11108

[startup+25.5068 s]
/proc/loadavg: 2.06 2.06 2.08 3/83 12192
/proc/meminfo: memFree=1324040/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=11876 CPUtime=25.24
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 2389 822 0 0 2522 2 0 0 25 0 1 0 58695953 12161024 1673 996147200 134512640 135095119 4294956304 18446744073709551615 134918235 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 2969 1673 389 142 0 1923 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11876

[startup+51.1013 s]
/proc/loadavg: 2.04 2.05 2.08 3/83 12192
/proc/meminfo: memFree=1322760/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=12900 CPUtime=50.59
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 2995 822 0 0 5057 2 0 0 25 0 1 0 58695953 13209600 2022 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 3225 2022 389 142 0 2179 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 12900

[startup+102.301 s]
/proc/loadavg: 2.23 2.10 2.09 3/83 12192
/proc/meminfo: memFree=1292616/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=18328 CPUtime=101.32
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 5149 822 0 0 10128 4 0 0 25 0 1 0 58695953 18767872 3244 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 4582 3244 389 142 0 3536 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 18328

[startup+162.301 s]
/proc/loadavg: 2.08 2.08 2.09 3/83 12192
/proc/meminfo: memFree=1289608/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=19376 CPUtime=160.75
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 5934 822 0 0 16071 4 0 0 25 0 1 0 58695953 19841024 4029 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 4844 4029 389 142 0 3798 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 19376

[startup+222.302 s]
/proc/loadavg: 2.03 2.06 2.08 3/83 12192
/proc/meminfo: memFree=1282952/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=29980 CPUtime=220.19
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 9184 822 0 0 22012 7 0 0 25 0 1 0 58695953 30699520 5676 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 7495 5676 389 142 0 6449 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 29980

[startup+282.301 s]
/proc/loadavg: 2.01 2.05 2.07 3/83 12192
/proc/meminfo: memFree=1280072/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=30892 CPUtime=279.63
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 9917 822 0 0 27955 8 0 0 25 0 1 0 58695953 31633408 6409 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 7723 6409 389 142 0 6677 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 30892

[startup+342.306 s]
/proc/loadavg: 2.00 2.04 2.07 3/83 12192
/proc/meminfo: memFree=1275400/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=41576 CPUtime=339.06
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 13105 822 0 0 33896 10 0 0 25 0 1 0 58695953 42573824 7548 996147200 134512640 135095119 4294956304 18446744073709551615 134927223 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 10394 7548 389 142 0 9348 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 41576

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 2.06 3/83 12192
/proc/meminfo: memFree=1270728/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=44180 CPUtime=398.5
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 14266 822 0 0 39839 11 0 0 25 0 1 0 58695953 45240320 8709 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 11045 8709 389 142 0 9999 0
Current children cumulated CPU time (s) 398.5
Current children cumulated vsize (KiB) 44180

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.06 3/83 12192
/proc/meminfo: memFree=1262152/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=54732 CPUtime=457.93
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 17434 822 0 0 45780 13 0 0 25 0 1 0 58695953 56045568 10852 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 13683 10852 389 142 0 12637 0
Current children cumulated CPU time (s) 457.93
Current children cumulated vsize (KiB) 54732

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/83 12192
/proc/meminfo: memFree=1260168/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=54732 CPUtime=517.36
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 17950 822 0 0 51722 14 0 0 25 0 1 0 58695953 56045568 11368 996147200 134512640 135095119 4294956304 18446744073709551615 134916454 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 13683 11368 389 142 0 12637 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 54732

[startup+582.302 s]
/proc/loadavg: 2.07 2.03 2.05 3/83 12198
/proc/meminfo: memFree=1256256/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=56428 CPUtime=576.78
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 18879 822 0 0 57662 16 0 0 25 0 1 0 58695953 57782272 12297 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 14107 12297 389 142 0 13061 0
Current children cumulated CPU time (s) 576.78
Current children cumulated vsize (KiB) 56428

[startup+642.301 s]
/proc/loadavg: 2.09 2.04 2.05 3/83 12198
/proc/meminfo: memFree=1251904/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=58792 CPUtime=636.23
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 19966 822 0 0 63605 18 0 0 25 0 1 0 58695953 60203008 13384 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 14698 13384 389 142 0 13652 0
Current children cumulated CPU time (s) 636.23
Current children cumulated vsize (KiB) 58792

[startup+702.302 s]
/proc/loadavg: 2.03 2.03 2.04 3/83 12198
/proc/meminfo: memFree=1247616/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=77536 CPUtime=695.65
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 25141 822 0 0 69544 21 0 0 25 0 1 0 58695953 79396864 14462 996147200 134512640 135095119 4294956304 18446744073709551615 134584512 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 19384 14462 389 142 0 18338 0
Current children cumulated CPU time (s) 695.65
Current children cumulated vsize (KiB) 77536

[startup+762.302 s]
/proc/loadavg: 2.01 2.02 2.04 3/83 12198
/proc/meminfo: memFree=1243328/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=79896 CPUtime=755.1
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 26215 822 0 0 75487 23 0 0 25 0 1 0 58695953 81813504 15536 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 19974 15536 389 142 0 18928 0
Current children cumulated CPU time (s) 755.1
Current children cumulated vsize (KiB) 79896

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.03 3/83 12198
/proc/meminfo: memFree=1238976/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=82124 CPUtime=814.53
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 27296 822 0 0 81429 24 0 0 25 0 1 0 58695953 84094976 16617 996147200 134512640 135095119 4294956304 18446744073709551615 134916499 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 20531 16617 389 142 0 19485 0
Current children cumulated CPU time (s) 814.53
Current children cumulated vsize (KiB) 82124

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.03 3/83 12198
/proc/meminfo: memFree=1216584/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=873.96
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33172 822 0 0 87370 26 0 0 25 0 1 0 58695953 106254336 20444 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20444 389 142 0 24895 0
Current children cumulated CPU time (s) 873.96
Current children cumulated vsize (KiB) 103764

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

[startup+896.101 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1216136/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=887.63
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33287 822 0 0 88737 26 0 0 25 0 1 0 58695953 106254336 20559 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20559 389 142 0 24895 0
Current children cumulated CPU time (s) 887.63
Current children cumulated vsize (KiB) 103764

[startup+908.902 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207496/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=900.31
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33394 822 0 0 90005 26 0 0 25 0 1 0 58695953 106254336 20666 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20666 389 142 0 24895 0
Current children cumulated CPU time (s) 900.31
Current children cumulated vsize (KiB) 103764

[startup+915.302 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207304/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=906.65
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33447 822 0 0 90639 26 0 0 25 0 1 0 58695953 106254336 20719 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20719 389 142 0 24895 0
Current children cumulated CPU time (s) 906.65
Current children cumulated vsize (KiB) 103764

[startup+918.501 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207240/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=909.82
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33473 822 0 0 90956 26 0 0 25 0 1 0 58695953 106254336 20745 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20745 389 142 0 24895 0
Current children cumulated CPU time (s) 909.82
Current children cumulated vsize (KiB) 103764

[startup+919.302 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207240/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=910.61
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33479 822 0 0 91035 26 0 0 25 0 1 0 58695953 106254336 20751 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20751 389 142 0 24895 0
Current children cumulated CPU time (s) 910.61
Current children cumulated vsize (KiB) 103764

[startup+920.102 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207176/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=103764 CPUtime=911.4
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33486 822 0 0 91114 26 0 0 25 0 1 0 58695953 106254336 20758 996147200 134512640 135095119 4294956304 18446744073709551615 134916463 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 25941 20758 389 142 0 24895 0
Current children cumulated CPU time (s) 911.4
Current children cumulated vsize (KiB) 103764

[startup+920.502 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207176/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=87376 CPUtime=911.81
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33489 822 0 0 91154 27 0 0 25 0 1 0 58695953 89473024 18598 996147200 134512640 135095119 4294956304 18446744073709551615 5109072 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 21844 18598 389 142 0 20798 0
Current children cumulated CPU time (s) 911.81
Current children cumulated vsize (KiB) 87376

[startup+920.602 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 12198
/proc/meminfo: memFree=1207176/2055920 swapFree=4192812/4192956
[pid=12186] ppid=12184 vsize=54604 CPUtime=911.91
/proc/12186/stat : 12186 (pcs.small) R 12184 12186 8839 0 -1 4194304 33489 822 0 0 91164 27 0 0 25 0 1 0 58695953 55914496 12982 996147200 134512640 135095119 4294956304 18446744073709551615 5107761 0 0 4096 0 0 0 0 17 1 0 0
/proc/12186/statm: 13651 12982 389 142 0 12605 0
Current children cumulated CPU time (s) 911.91
Current children cumulated vsize (KiB) 54604

Child status: 0
Real time (s): 920.681
CPU time (s): 912.01
CPU user time (s): 911.717
CPU system time (s): 0.292955
CPU usage (%): 99.0582
Max. virtual memory (cumulated for all children) (KiB): 110904

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

runsolver used 1.3248 second user time and 2.86156 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-16 05:51:35
IDJOB=2078424
IDBENCH=56751
IDSOLVER=733
FILE ID=node22/2078424-1247716294
PBS_JOBID= 9521360
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 82c6a29c2223925254ac5c8a85bb4ba3
RANDOM SEED=1506595968

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1332464 kB
Buffers:         85892 kB
Cached:         343256 kB
SwapCached:          0 kB
Active:         251504 kB
Inactive:       385332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3824 kB
Writeback:           0 kB
Mapped:         228116 kB
Slab:            71496 kB
Committed_AS:   828472 kB
PageTables:       2168 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= 66384 MiB
End job on node22 at 2009-07-16 06:06:55