Trace number 2079733

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 713.658 716.783

DiagnosticValue
ASSIGNMENTS207248

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-13_ext.xml
MD5SUM08bc20cb4b4f6b35bbc57e84fe4cb0e6
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.03023
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.05	c Seed is 1654875610
0.00/0.05	c Constructing HOME/instance-2079733-1247716993.xml  with 58 constraints
0.38/0.45	c Solving 207248 backtracks 21 restarts
713.56/716.78	s SATISFIABLE
713.56/716.78	c V0=14, V1=19, V2=7, V3=2, V4=10, V5=1, V6=14, V7=16, V8=9, V9=3, V10=10, V11=18, V12=7, V13=12, V14=16, V15=16, V16=3, V17=0, V18=4, V19=5, 
713.56/716.78	v 14 19 7 2 10 1 14 16 9 3 10 18 7 12 16 16 3 0 4 5 
713.56/716.78	d ASSIGNMENTS 207248

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-2079733-1247716993/watcher-2079733-1247716993 -o /tmp/evaluation-result-2079733-1247716993/solver-2079733-1247716993 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1654875610 HOME/instance-2079733-1247716993.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.16 2.10 2.02 4/72 12435
/proc/meminfo: memFree=1249376/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=18576 CPUtime=0
/proc/12435/stat : 12435 (runsolver) R 12433 12435 11245 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58763324 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12435/statm: 4644 284 249 26 0 2626 0

[startup+0.075117 s]
/proc/loadavg: 2.16 2.10 2.02 4/72 12435
/proc/meminfo: memFree=1249376/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=4940 CPUtime=0.05
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 896 822 0 0 4 0 1 0 18 0 1 0 58763324 5058560 505 996147200 134512640 135095119 4294956304 18446744073709551615 134653813 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 1235 505 375 142 0 189 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4940

[startup+0.102117 s]
/proc/loadavg: 2.16 2.10 2.02 4/72 12435
/proc/meminfo: memFree=1249376/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=5340 CPUtime=0.08
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 950 822 0 0 7 0 1 0 18 0 1 0 58763324 5468160 559 996147200 134512640 135095119 4294956304 18446744073709551615 134810348 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 1335 559 375 142 0 289 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5340

[startup+0.302131 s]
/proc/loadavg: 2.16 2.10 2.02 4/72 12435
/proc/meminfo: memFree=1249376/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=8020 CPUtime=0.27
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 1293 822 0 0 26 0 1 0 19 0 1 0 58763324 8212480 902 996147200 134512640 135095119 4294956304 18446744073709551615 12684887 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2005 902 375 142 0 959 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8020

[startup+0.70216 s]
/proc/loadavg: 2.16 2.10 2.02 4/72 12435
/proc/meminfo: memFree=1249376/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=10156 CPUtime=0.68
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 1572 822 0 0 66 1 1 0 23 0 1 0 58763324 10399744 1181 996147200 134512640 135095119 4294956304 18446744073709551615 134927020 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2539 1181 389 142 0 1493 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10156

[startup+1.50121 s]
/proc/loadavg: 2.16 2.10 2.02 3/73 12441
/proc/meminfo: memFree=1245656/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=10156 CPUtime=1.48
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 1575 822 0 0 146 1 1 0 25 0 1 0 58763324 10399744 1184 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2539 1184 389 142 0 1493 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10156

[startup+3.10132 s]
/proc/loadavg: 2.14 2.10 2.02 3/73 12441
/proc/meminfo: memFree=1245016/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=10288 CPUtime=3.07
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 1614 822 0 0 305 1 1 0 25 0 1 0 58763324 10534912 1223 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2572 1223 389 142 0 1526 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10288

[startup+6.30154 s]
/proc/loadavg: 2.14 2.10 2.02 3/73 12441
/proc/meminfo: memFree=1241624/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=10416 CPUtime=6.26
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 1684 822 0 0 624 1 1 0 25 0 1 0 58763324 10665984 1260 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2604 1260 389 142 0 1558 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10416

[startup+12.702 s]
/proc/loadavg: 2.12 2.10 2.02 3/73 12441
/proc/meminfo: memFree=1238616/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=10804 CPUtime=12.63
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 1862 822 0 0 1261 1 1 0 25 0 1 0 58763324 11063296 1373 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2701 1373 389 142 0 1655 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 10804

[startup+25.5018 s]
/proc/loadavg: 2.10 2.09 2.02 3/73 12441
/proc/meminfo: memFree=1232600/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=11444 CPUtime=25.36
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 2243 822 0 0 2534 1 1 0 25 0 1 0 58763324 11718656 1592 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 2861 1592 389 142 0 1815 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 11444

[startup+51.1015 s]
/proc/loadavg: 2.07 2.08 2.02 3/73 12441
/proc/meminfo: memFree=1221016/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=12724 CPUtime=50.86
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 2997 822 0 0 5083 2 1 0 25 0 1 0 58763324 13029376 2024 996147200 134512640 135095119 4294956304 18446744073709551615 134927383 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 3181 2024 389 142 0 2135 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 12724

[startup+102.307 s]
/proc/loadavg: 2.02 2.07 2.01 3/73 12441
/proc/meminfo: memFree=1190936/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=15812 CPUtime=101.84
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 4540 822 0 0 10180 3 1 0 25 0 1 0 58763324 16191488 2925 996147200 134512640 135095119 4294956304 18446744073709551615 134918065 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 3953 2925 389 142 0 2907 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 15812

[startup+162.302 s]
/proc/loadavg: 2.01 2.05 2.01 3/73 12441
/proc/meminfo: memFree=1160024/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=23696 CPUtime=161.58
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 7035 822 0 0 16153 4 1 0 25 0 1 0 58763324 24264704 4105 996147200 134512640 135095119 4294956304 18446744073709551615 12652072 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 5924 4105 389 142 0 4878 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 23696

[startup+222.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/73 12441
/proc/meminfo: memFree=1138840/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=26176 CPUtime=221.32
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 8216 822 0 0 22126 5 1 0 25 0 1 0 58763324 26804224 5286 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 6544 5286 389 142 0 5498 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 26176

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 12441
/proc/meminfo: memFree=1120984/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=31132 CPUtime=281.06
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 10052 822 0 0 28099 6 1 0 25 0 1 0 58763324 31879168 6544 996147200 134512640 135095119 4294956304 18446744073709551615 134927070 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 7783 6544 389 142 0 6737 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 31132

[startup+342.302 s]
/proc/loadavg: 2.07 2.04 2.00 3/73 12441
/proc/meminfo: memFree=1103768/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=41816 CPUtime=340.8
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 13240 822 0 0 34071 8 1 0 25 0 1 0 58763324 42819584 7683 996147200 134512640 135095119 4294956304 18446744073709551615 134911587 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 10454 7683 389 142 0 9408 0
Current children cumulated CPU time (s) 340.8
Current children cumulated vsize (KiB) 41816

[startup+402.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/73 12441
/proc/meminfo: memFree=1078040/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=44436 CPUtime=400.54
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 14437 822 0 0 40044 9 1 0 25 0 1 0 58763324 45502464 8880 996147200 134512640 135095119 4294956304 18446744073709551615 134615623 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 11109 8880 389 142 0 10063 0
Current children cumulated CPU time (s) 400.54
Current children cumulated vsize (KiB) 44436

[startup+462.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 12441
/proc/meminfo: memFree=1047448/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=56440 CPUtime=460.27
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 17967 822 0 0 46015 11 1 0 25 0 1 0 58763324 57794560 11385 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 14110 11385 389 142 0 13064 0
Current children cumulated CPU time (s) 460.27
Current children cumulated vsize (KiB) 56440

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12441
/proc/meminfo: memFree=1036824/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=56440 CPUtime=520.01
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 18500 822 0 0 51988 12 1 0 25 0 1 0 58763324 57794560 11918 996147200 134512640 135095119 4294956304 18446744073709551615 134918231 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 14110 11918 389 142 0 13064 0
Current children cumulated CPU time (s) 520.01
Current children cumulated vsize (KiB) 56440

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12441
/proc/meminfo: memFree=1026584/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=56700 CPUtime=579.75
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 19085 822 0 0 57962 12 1 0 25 0 1 0 58763324 58060800 12503 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 14175 12503 389 142 0 13129 0
Current children cumulated CPU time (s) 579.75
Current children cumulated vsize (KiB) 56700

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=1012952/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=75444 CPUtime=639.48
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 24258 822 0 0 63932 15 1 0 25 0 1 0 58763324 77254656 13579 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 18861 13579 389 142 0 17815 0
Current children cumulated CPU time (s) 639.48
Current children cumulated vsize (KiB) 75444

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=998744/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=77672 CPUtime=699.21
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25317 822 0 0 69904 16 1 0 25 0 1 0 58763324 79536128 14638 996147200 134512640 135095119 4294956304 18446744073709551615 134918235 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19418 14638 389 142 0 18372 0
Current children cumulated CPU time (s) 699.21
Current children cumulated vsize (KiB) 77672

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=997912/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=77672 CPUtime=700.81
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25345 822 0 0 70064 16 1 0 25 0 1 0 58763324 79536128 14666 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19418 14666 389 142 0 18372 0
Current children cumulated CPU time (s) 700.81
Current children cumulated vsize (KiB) 77672

[startup+710.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=997144/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=77932 CPUtime=707.19
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25459 822 0 0 70701 17 1 0 25 0 1 0 58763324 79802368 14780 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19483 14780 389 142 0 18437 0
Current children cumulated CPU time (s) 707.19
Current children cumulated vsize (KiB) 77932

[startup+713.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=996440/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=78064 CPUtime=710.38
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25520 822 0 0 71020 17 1 0 25 0 1 0 58763324 79937536 14841 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19516 14841 389 142 0 18470 0
Current children cumulated CPU time (s) 710.38
Current children cumulated vsize (KiB) 78064

[startup+715.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=996248/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=78192 CPUtime=711.97
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25547 822 0 0 71179 17 1 0 25 0 1 0 58763324 80068608 14868 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19548 14868 389 142 0 18502 0
Current children cumulated CPU time (s) 711.97
Current children cumulated vsize (KiB) 78192

[startup+715.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=996248/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=78192 CPUtime=712.77
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25562 822 0 0 71259 17 1 0 25 0 1 0 58763324 80068608 14883 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19548 14883 389 142 0 18502 0
Current children cumulated CPU time (s) 712.77
Current children cumulated vsize (KiB) 78192

[startup+716.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=996120/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=78192 CPUtime=713.16
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25569 822 0 0 71298 17 1 0 25 0 1 0 58763324 80068608 14890 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 19548 14890 389 142 0 18502 0
Current children cumulated CPU time (s) 713.16
Current children cumulated vsize (KiB) 78192

[startup+716.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12441
/proc/meminfo: memFree=996120/2055920 swapFree=4192812/4192956
[pid=12435] ppid=12433 vsize=37224 CPUtime=713.56
/proc/12435/stat : 12435 (pcs.small) R 12433 12435 11245 0 -1 4194304 25574 822 0 0 71338 17 1 0 25 0 1 0 58763324 38117376 8659 996147200 134512640 135095119 4294956304 18446744073709551615 12648563 0 0 4096 0 0 0 0 17 1 0 0
/proc/12435/statm: 9306 8659 389 142 0 8260 0
Current children cumulated CPU time (s) 713.56
Current children cumulated vsize (KiB) 37224

Child status: 0
Real time (s): 716.783
CPU time (s): 713.658
CPU user time (s): 713.469
CPU system time (s): 0.188971
CPU usage (%): 99.5639
Max. virtual memory (cumulated for all children) (KiB): 78192

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

runsolver used 0.860869 second user time and 2.10668 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-16 06:03:13
IDJOB=2079733
IDBENCH=56943
IDSOLVER=733
FILE ID=node39/2079733-1247716993
PBS_JOBID= 9521404
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 08bc20cb4b4f6b35bbc57e84fe4cb0e6
RANDOM SEED=1654875610

node39.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.236
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.236
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:       1249856 kB
Buffers:         85332 kB
Cached:         421472 kB
SwapCached:          0 kB
Active:         403044 kB
Inactive:       318760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:         226608 kB
Slab:            69288 kB
Committed_AS:   749364 kB
PageTables:       2124 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= 66356 MiB
End job on node39 at 2009-07-16 06:15:10