Trace number 2078534

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 700.98 701.748

DiagnosticValue
ASSIGNMENTS208914

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-22_ext.xml
MD5SUM21316f2ce59332b2cb74e388e33c06f4
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 benchmark42.9335
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.03	c Seed is 1933355613
0.00/0.03	c Constructing HOME/instance-2078534-1247716411.xml  with 59 constraints
0.37/0.47	c Solving 208914 backtracks 21 restarts
700.92/701.74	s SATISFIABLE
700.92/701.74	c V0=2, V1=0, V2=12, V3=1, V4=19, V5=4, V6=7, V7=13, V8=1, V9=12, V10=2, V11=11, V12=6, V13=13, V14=14, V15=16, V16=15, V17=12, V18=17, V19=16, 
700.92/701.74	v 2 0 12 1 19 4 7 13 1 12 2 11 6 13 14 16 15 12 17 16 
700.92/701.74	d ASSIGNMENTS 208914

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-2078534-1247716411/watcher-2078534-1247716411 -o /tmp/evaluation-result-2078534-1247716411/solver-2078534-1247716411 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1933355613 HOME/instance-2078534-1247716411.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/81 13687
/proc/meminfo: memFree=1257440/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=18576 CPUtime=0
/proc/13687/stat : 13687 (runsolver) R 13685 13687 11685 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58708517 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13687/statm: 4644 284 249 26 0 2626 0

[startup+0.0677279 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13687
/proc/meminfo: memFree=1257440/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=4808 CPUtime=0.04
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 887 822 0 0 3 0 1 0 23 0 1 0 58708517 4923392 496 996147200 134512640 135095119 4294956304 18446744073709551615 2621165 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 1202 496 375 142 0 156 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4808

[startup+0.101731 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13687
/proc/meminfo: memFree=1257440/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=5340 CPUtime=0.07
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 949 822 0 0 6 0 1 0 23 0 1 0 58708517 5468160 558 996147200 134512640 135095119 4294956304 18446744073709551615 134769885 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 1335 558 375 142 0 289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5340

[startup+0.301771 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13687
/proc/meminfo: memFree=1257440/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=8016 CPUtime=0.27
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 1289 822 0 0 26 0 1 0 25 0 1 0 58708517 8208384 898 996147200 134512640 135095119 4294956304 18446744073709551615 134524952 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2004 898 375 142 0 958 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8016

[startup+0.701854 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13687
/proc/meminfo: memFree=1257440/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=10328 CPUtime=0.67
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 1594 822 0 0 65 1 1 0 25 0 1 0 58708517 10575872 1203 996147200 134512640 135095119 4294956304 18446744073709551615 134918065 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2582 1203 389 142 0 1536 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10328

[startup+1.50201 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13693
/proc/meminfo: memFree=1254040/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=10328 CPUtime=1.47
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 1601 822 0 0 145 1 1 0 25 0 1 0 58708517 10575872 1210 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2582 1210 389 142 0 1536 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10328

[startup+3.10132 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13693
/proc/meminfo: memFree=1253784/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=10460 CPUtime=3.05
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 1639 822 0 0 303 1 1 0 25 0 1 0 58708517 10711040 1248 996147200 134512640 135095119 4294956304 18446744073709551615 134916499 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2615 1248 389 142 0 1569 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10460

[startup+6.30195 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13693
/proc/meminfo: memFree=1253528/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=10588 CPUtime=6.22
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 1713 822 0 0 620 1 1 0 25 0 1 0 58708517 10842112 1289 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2647 1289 389 142 0 1601 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10588

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13693
/proc/meminfo: memFree=1253016/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=10976 CPUtime=12.56
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 1883 822 0 0 1254 1 1 0 25 0 1 0 58708517 11239424 1394 996147200 134512640 135095119 4294956304 18446744073709551615 134909013 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2744 1394 389 142 0 1698 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 10976

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13693
/proc/meminfo: memFree=1251288/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=11616 CPUtime=25.24
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 2257 822 0 0 2521 2 1 0 25 0 1 0 58708517 11894784 1606 996147200 134512640 135095119 4294956304 18446744073709551615 134927094 0 0 4096 0 0 0 0 17 1 0 0
/proc/13687/statm: 2904 1606 389 142 0 1858 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11616

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13735
/proc/meminfo: memFree=1250520/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=12896 CPUtime=50.62
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 3022 822 0 0 5059 2 1 0 25 0 1 0 58708517 13205504 2049 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 3224 2049 389 142 0 2178 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 12896

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13768
/proc/meminfo: memFree=1261544/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=15980 CPUtime=101.81
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 4600 822 0 0 10175 5 1 0 25 0 1 0 58708517 16363520 2985 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 3995 2985 389 142 0 2949 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 15980

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13768
/proc/meminfo: memFree=1252968/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=23728 CPUtime=161.77
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 7075 822 0 0 16170 6 1 0 25 0 1 0 58708517 24297472 4145 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 5932 4145 389 142 0 4886 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 23728

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13768
/proc/meminfo: memFree=1240680/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=30908 CPUtime=221.74
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 9487 822 0 0 22165 8 1 0 25 0 1 0 58708517 31649792 5979 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 7727 5979 389 142 0 6681 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 30908

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13768
/proc/meminfo: memFree=1230824/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=31172 CPUtime=281.71
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 10096 822 0 0 28162 8 1 0 25 0 1 0 58708517 31920128 6588 996147200 134512640 135095119 4294956304 18446744073709551615 134910761 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 7793 6588 389 142 0 6747 0
Current children cumulated CPU time (s) 281.71
Current children cumulated vsize (KiB) 31172

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13768
/proc/meminfo: memFree=1223528/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=41968 CPUtime=341.68
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 13343 822 0 0 34157 10 1 0 25 0 1 0 58708517 42975232 7786 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 10492 7786 389 142 0 9446 0
Current children cumulated CPU time (s) 341.68
Current children cumulated vsize (KiB) 41968

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13768
/proc/meminfo: memFree=1214120/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=44580 CPUtime=401.65
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 14539 822 0 0 40154 10 1 0 25 0 1 0 58708517 45649920 8982 996147200 134512640 135095119 4294956304 18446744073709551615 134927082 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 11145 8982 389 142 0 10099 0
Current children cumulated CPU time (s) 401.65
Current children cumulated vsize (KiB) 44580

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1199400/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=56056 CPUtime=461.63
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 17950 822 0 0 46150 12 1 0 25 0 1 0 58708517 57401344 11368 996147200 134512640 135095119 4294956304 18446744073709551615 134626176 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 14014 11368 389 142 0 12968 0
Current children cumulated CPU time (s) 461.63
Current children cumulated vsize (KiB) 56056

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1187880/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=56056 CPUtime=521.6
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 18496 822 0 0 52146 13 1 0 25 0 1 0 58708517 57401344 11914 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 14014 11914 389 142 0 12968 0
Current children cumulated CPU time (s) 521.6
Current children cumulated vsize (KiB) 56056

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1182696/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=56840 CPUtime=581.57
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 19235 822 0 0 58143 13 1 0 25 0 1 0 58708517 58204160 12653 996147200 134512640 135095119 4294956304 18446744073709551615 134927088 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 14210 12653 389 142 0 13164 0
Current children cumulated CPU time (s) 581.57
Current children cumulated vsize (KiB) 56840

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1174184/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=75720 CPUtime=641.55
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 24479 822 0 0 64139 15 1 0 25 0 1 0 58708517 77537280 13800 996147200 134512640 135095119 4294956304 18446744073709551615 134911220 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 18930 13800 389 142 0 17884 0
Current children cumulated CPU time (s) 641.55
Current children cumulated vsize (KiB) 75720

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

[startup+665.505 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1170472/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=76768 CPUtime=664.74
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 24925 822 0 0 66457 16 1 0 25 0 1 0 58708517 78610432 14246 996147200 134512640 135095119 4294956304 18446744073709551615 134927067 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19192 14246 389 142 0 18146 0
Current children cumulated CPU time (s) 664.74
Current children cumulated vsize (KiB) 76768

[startup+678.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1168680/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=77296 CPUtime=677.53
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25164 822 0 0 67736 16 1 0 25 0 1 0 58708517 79151104 14485 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19324 14485 389 142 0 18278 0
Current children cumulated CPU time (s) 677.53
Current children cumulated vsize (KiB) 77296

[startup+691.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1166632/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=77692 CPUtime=690.32
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25402 822 0 0 69015 16 1 0 25 0 1 0 58708517 79556608 14723 996147200 134512640 135095119 4294956304 18446744073709551615 134918244 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19423 14723 389 142 0 18377 0
Current children cumulated CPU time (s) 690.32
Current children cumulated vsize (KiB) 77692

[startup+697.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1165544/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=77948 CPUtime=696.72
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25524 822 0 0 69655 16 1 0 25 0 1 0 58708517 79818752 14845 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19487 14845 389 142 0 18441 0
Current children cumulated CPU time (s) 696.72
Current children cumulated vsize (KiB) 77948

[startup+699.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1165416/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=78080 CPUtime=698.31
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25555 822 0 0 69814 16 1 0 25 0 1 0 58708517 79953920 14876 996147200 134512640 135095119 4294956304 18446744073709551615 134918265 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19520 14876 389 142 0 18474 0
Current children cumulated CPU time (s) 698.31
Current children cumulated vsize (KiB) 78080

[startup+700.706 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1165032/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=78212 CPUtime=699.92
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25586 822 0 0 69975 16 1 0 25 0 1 0 58708517 80089088 14907 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19553 14907 389 142 0 18507 0
Current children cumulated CPU time (s) 699.92
Current children cumulated vsize (KiB) 78212

[startup+701.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1165032/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=78212 CPUtime=700.71
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25603 822 0 0 70054 16 1 0 25 0 1 0 58708517 80089088 14924 996147200 134512640 135095119 4294956304 18446744073709551615 134911091 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 19553 14924 389 142 0 18507 0
Current children cumulated CPU time (s) 700.71
Current children cumulated vsize (KiB) 78212

[startup+701.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13774
/proc/meminfo: memFree=1171048/2055924 swapFree=4192812/4192956
[pid=13687] ppid=13685 vsize=70016 CPUtime=700.92
/proc/13687/stat : 13687 (pcs.small) R 13685 13687 11685 0 -1 4194304 25604 822 0 0 70075 16 1 0 25 0 1 0 58708517 71696384 13292 996147200 134512640 135095119 4294956304 18446744073709551615 2617433 0 0 4096 0 0 0 0 17 0 0 0
/proc/13687/statm: 17504 13292 389 142 0 16458 0
Current children cumulated CPU time (s) 700.92
Current children cumulated vsize (KiB) 70016

Child status: 0
Real time (s): 701.748
CPU time (s): 700.98
CPU user time (s): 700.8
CPU system time (s): 0.179972
CPU usage (%): 99.8906
Max. virtual memory (cumulated for all children) (KiB): 78212

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

runsolver used 0.666898 second user time and 2.00469 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-16 05:53:31
IDJOB=2078534
IDBENCH=56770
IDSOLVER=733
FILE ID=node6/2078534-1247716411
PBS_JOBID= 9521358
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 21316f2ce59332b2cb74e388e33c06f4
RANDOM SEED=1933355613

node6.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.263
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.263
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:      2055924 kB
MemFree:       1257920 kB
Buffers:        106344 kB
Cached:         558628 kB
SwapCached:          0 kB
Active:         276392 kB
Inactive:       425428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1257920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5968 kB
Writeback:           0 kB
Mapped:          57248 kB
Slab:            81244 kB
Committed_AS:   536884 kB
PageTables:       1972 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= 66312 MiB
End job on node6 at 2009-07-16 06:05:13