Trace number 2078611

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 853.625 861.751

DiagnosticValue
ASSIGNMENTS248999

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-48_ext.xml
MD5SUMc9572e5d84204b6b8183d5a18c16a5d4
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 benchmark10.5114
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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.03	c Seed is 1349418607
0.00/0.03	c Constructing HOME/instance-2078611-1247716459.xml  with 58 constraints
0.37/0.46	c Solving 248999 backtracks 22 restarts
853.55/861.75	s SATISFIABLE
853.55/861.75	c V0=8, V1=16, V2=11, V3=4, V4=17, V5=11, V6=2, V7=0, V8=7, V9=14, V10=3, V11=3, V12=0, V13=4, V14=2, V15=12, V16=9, V17=4, V18=6, V19=2, 
853.55/861.75	v 8 16 11 4 17 11 2 0 7 14 3 3 0 4 2 12 9 4 6 2 
853.55/861.75	d ASSIGNMENTS 248999

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-2078611-1247716459/watcher-2078611-1247716459 -o /tmp/evaluation-result-2078611-1247716459/solver-2078611-1247716459 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1349418607 HOME/instance-2078611-1247716459.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13505
/proc/meminfo: memFree=862032/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=18576 CPUtime=0
/proc/13505/stat : 13505 (runsolver) R 13503 13505 10744 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58709668 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13505/statm: 4644 284 249 26 0 2626 0

[startup+0.101064 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13505
/proc/meminfo: memFree=862032/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=5356 CPUtime=0.07
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 946 822 0 0 6 0 1 0 24 0 1 0 58709668 5484544 555 996147200 134512640 135095119 4294956304 18446744073709551615 134803172 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 1339 555 375 142 0 293 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.201374 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13505
/proc/meminfo: memFree=862032/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=6572 CPUtime=0.17
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1114 822 0 0 16 0 1 0 25 0 1 0 58709668 6729728 723 996147200 134512640 135095119 4294956304 18446744073709551615 134803178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 1643 723 375 142 0 597 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6572

[startup+0.301384 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13505
/proc/meminfo: memFree=862032/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=7920 CPUtime=0.28
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1285 822 0 0 26 1 1 0 25 0 1 0 58709668 8110080 894 996147200 134512640 135095119 4294956304 18446744073709551615 134731236 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 1980 894 375 142 0 934 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7920

[startup+0.701429 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13505
/proc/meminfo: memFree=862032/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=10196 CPUtime=0.67
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1580 822 0 0 65 1 1 0 25 0 1 0 58709668 10440704 1189 996147200 134512640 135095119 4294956304 18446744073709551615 134927049 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 2549 1189 389 142 0 1503 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10196

[startup+1.50152 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=858760/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=10196 CPUtime=1.46
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1584 822 0 0 144 1 1 0 25 0 1 0 58709668 10440704 1193 996147200 134512640 135095119 4294956304 18446744073709551615 134916499 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 2549 1193 389 142 0 1503 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10196

[startup+3.10169 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=858504/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=10328 CPUtime=3.05
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1621 822 0 0 303 1 1 0 25 0 1 0 58709668 10575872 1230 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 2582 1230 389 142 0 1536 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10328

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=858184/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=10456 CPUtime=6.22
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1689 822 0 0 620 1 1 0 25 0 1 0 58709668 10706944 1265 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 2614 1265 389 142 0 1568 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10456

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=857544/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=10844 CPUtime=12.56
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 1863 822 0 0 1254 1 1 0 25 0 1 0 58709668 11104256 1374 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 2711 1374 389 142 0 1665 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 10844

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=856968/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=11484 CPUtime=25.24
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 2245 822 0 0 2521 2 1 0 25 0 1 0 58709668 11759616 1594 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 2871 1594 389 142 0 1825 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11484

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=855368/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=12764 CPUtime=50.59
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 2978 822 0 0 5056 2 1 0 25 0 1 0 58709668 13070336 2005 996147200 134512640 135095119 4294956304 18446744073709551615 134918163 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 3191 2005 389 142 0 2145 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 12764

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=839304/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=15588 CPUtime=101.32
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 4453 822 0 0 10128 3 1 0 25 0 1 0 58709668 15962112 2838 996147200 134512640 135095119 4294956304 18446744073709551615 134603193 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 3897 2838 389 142 0 2851 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 15588

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=821704/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=19232 CPUtime=160.75
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 5889 822 0 0 16070 4 1 0 25 0 1 0 58709668 19693568 3984 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 4808 3984 389 142 0 3762 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 19232

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=811592/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=30632 CPUtime=220.18
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 9326 822 0 0 22011 6 1 0 25 0 1 0 58709668 31367168 5818 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 7658 5818 389 142 0 6612 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 30632

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=807048/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=30764 CPUtime=279.62
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 9869 822 0 0 27955 6 1 0 25 0 1 0 58709668 31502336 6361 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 7691 6361 389 142 0 6645 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 30764

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13511
/proc/meminfo: memFree=800520/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=41444 CPUtime=339.05
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 13043 822 0 0 33896 8 1 0 25 0 1 0 58709668 42438656 7486 996147200 134512640 135095119 4294956304 18446744073709551615 134918196 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 10361 7486 389 142 0 9315 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 41444

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 13517
/proc/meminfo: memFree=780000/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=43796 CPUtime=398.48
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 14162 822 0 0 39838 9 1 0 25 0 1 0 58709668 44847104 8605 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 10949 8605 389 142 0 9903 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 43796

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=759304/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=55800 CPUtime=457.92
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 17666 822 0 0 45780 11 1 0 25 0 1 0 58709668 57139200 11084 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 13950 11084 389 142 0 12904 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 55800

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=757384/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=55800 CPUtime=517.36
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 18176 822 0 0 51723 12 1 0 25 0 1 0 58709668 57139200 11594 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 13950 11594 389 142 0 12904 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 55800

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=726152/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=55932 CPUtime=576.79
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 18725 822 0 0 57666 12 1 0 25 0 1 0 58709668 57274368 12143 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 13983 12143 389 142 0 12937 0
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (KiB) 55932

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=721736/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=58416 CPUtime=636.22
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 19822 822 0 0 63608 13 1 0 25 0 1 0 58709668 59817984 13240 996147200 134512640 135095119 4294956304 18446744073709551615 134918159 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 14604 13240 389 142 0 13558 0
Current children cumulated CPU time (s) 636.22
Current children cumulated vsize (KiB) 58416

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=701896/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=77156 CPUtime=695.66
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 25018 822 0 0 69548 17 1 0 25 0 1 0 58709668 79007744 14339 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 19289 14339 389 142 0 18243 0
Current children cumulated CPU time (s) 695.66
Current children cumulated vsize (KiB) 77156

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=697480/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=79512 CPUtime=755.1
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 26107 822 0 0 75491 18 1 0 25 0 1 0 58709668 81420288 15428 996147200 134512640 135095119 4294956304 18446744073709551615 134918181 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 19878 15428 389 142 0 18832 0
Current children cumulated CPU time (s) 755.1
Current children cumulated vsize (KiB) 79512

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=665544/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=81872 CPUtime=814.53
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27195 822 0 0 81432 20 1 0 25 0 1 0 58709668 83836928 16516 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20468 16516 389 142 0 19422 0
Current children cumulated CPU time (s) 814.53
Current children cumulated vsize (KiB) 81872

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

[startup+844.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=663880/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=82792 CPUtime=836.83
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27597 822 0 0 83661 21 1 0 25 0 1 0 58709668 84779008 16918 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20698 16918 389 142 0 19652 0
Current children cumulated CPU time (s) 836.83
Current children cumulated vsize (KiB) 82792

[startup+851.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=663496/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=83056 CPUtime=843.17
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27712 822 0 0 84295 21 1 0 25 0 1 0 58709668 85049344 17033 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20764 17033 389 142 0 19718 0
Current children cumulated CPU time (s) 843.17
Current children cumulated vsize (KiB) 83056

[startup+857.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=662920/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=83316 CPUtime=849.5
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27832 822 0 0 84928 21 1 0 25 0 1 0 58709668 85315584 17153 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20829 17153 389 142 0 19783 0
Current children cumulated CPU time (s) 849.5
Current children cumulated vsize (KiB) 83316

[startup+859.207 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=662792/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=83316 CPUtime=851.08
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27862 822 0 0 85086 21 1 0 25 0 1 0 58709668 85315584 17183 996147200 134512640 135095119 4294956304 18446744073709551615 134918280 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20829 17183 389 142 0 19783 0
Current children cumulated CPU time (s) 851.08
Current children cumulated vsize (KiB) 83316

[startup+860.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=662728/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=83448 CPUtime=852.67
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27892 822 0 0 85245 21 1 0 25 0 1 0 58709668 85450752 17213 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20862 17213 389 142 0 19816 0
Current children cumulated CPU time (s) 852.67
Current children cumulated vsize (KiB) 83448

[startup+861.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=662728/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=83448 CPUtime=853.07
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27899 822 0 0 85285 21 1 0 25 0 1 0 58709668 85450752 17220 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 20862 17220 389 142 0 19816 0
Current children cumulated CPU time (s) 853.07
Current children cumulated vsize (KiB) 83448

[startup+861.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=662664/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=75252 CPUtime=853.46
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27904 822 0 0 85324 21 1 0 25 0 1 0 58709668 77058048 15279 996147200 134512640 135095119 4294956304 18446744073709551615 134595289 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 18813 15279 389 142 0 17767 0
Current children cumulated CPU time (s) 853.46
Current children cumulated vsize (KiB) 75252

[startup+861.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13517
/proc/meminfo: memFree=662664/2055920 swapFree=4192812/4192956
[pid=13505] ppid=13503 vsize=42480 CPUtime=853.55
/proc/13505/stat : 13505 (pcs.small) R 13503 13505 10744 0 -1 4194304 27904 822 0 0 85333 21 1 0 25 0 1 0 58709668 43499520 9968 996147200 134512640 135095119 4294956304 18446744073709551615 10948606 0 0 4096 0 0 0 0 17 1 0 0
/proc/13505/statm: 10620 9968 389 142 0 9574 0
Current children cumulated CPU time (s) 853.55
Current children cumulated vsize (KiB) 42480

Child status: 0
Real time (s): 861.751
CPU time (s): 853.625
CPU user time (s): 853.391
CPU system time (s): 0.233964
CPU usage (%): 99.0571
Max. virtual memory (cumulated for all children) (KiB): 83448

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

runsolver used 1.26081 second user time and 2.6616 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-16 05:54:20
IDJOB=2078611
IDBENCH=56790
IDSOLVER=733
FILE ID=node47/2078611-1247716459
PBS_JOBID= 9521344
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-48_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078611-1247716459/watcher-2078611-1247716459 -o /tmp/evaluation-result-2078611-1247716459/solver-2078611-1247716459 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1349418607 HOME/instance-2078611-1247716459.xml

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

MD5SUM BENCH= c9572e5d84204b6b8183d5a18c16a5d4
RANDOM SEED=1349418607

node47.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.218
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.218
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:        862512 kB
Buffers:         92048 kB
Cached:         760536 kB
SwapCached:          0 kB
Active:         488420 kB
Inactive:       611448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        862512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2976 kB
Writeback:           0 kB
Mapped:         267660 kB
Slab:            78228 kB
Committed_AS:   821124 kB
PageTables:       2376 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 node47 at 2009-07-16 06:08:41