Trace number 1037715

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
spider 2008-06-14SAT 1386.64 1388.31

DiagnosticValue
ASSIGNMENTS5868380
CHECKS1619470000

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-7_ext.xml
MD5SUM6f85d9ae6f1405da9e66c6100070b8c6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.47347
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1386.53/1388.28	s SATISFIABLE
1386.53/1388.28	v 2 17 4 16 10 6 0 13 3 15 5 9 7 8 14 19 11 1 18 12 9 12 0 13 16 10 11 4 2 19 6 1 5 3 18 8 15 14 7 17 13 8 19 18 17 9 14 11 10 3 7 4 15 0 5 16 2 6 12 1 4 19 8 6 14 0 3 18 5 12 16 13 1 17 2 11 9 15 10 7 14 7 11 8 0 15 5 1 9 18 19 17 3 4 16 12 10 2 13 6 11 13 18 1 6 8 17 9 15 2 0 10 12 16 4 14 7 19 3 5 18 5 15 4 9 7 16 10 1 0 2 14 19 11 12 13 6 8 17 3 6 9 17 15 1 3 2 12 4 13 18 19 10 14 0 7 5 16 11 8 19 16 12 5 18 14 9 7 6 11 3 15 17 10 8 2 1 13 4 0 17 10 3 14 13 11 6 19 18 7 8 16 2 12 9 1 4 5 0 15 8 15 16 7 3 4 18 2 0 17 10 5 13 1 11 6 14 12 19 9 1 6 5 10 11 17 13 8 14 16 12 18 9 7 19 15 3 0 2 4 0 3 7 19 12 1 8 16 13 4 11 2 6 9 15 17 18 10 5 14 5 0 2 11 4 16 7 6 8 10 13 12 14 15 3 18 17 9 1 19 12 18 9 3 7 2 19 15 17 14 1 8 0 5 10 4 16 11 6 13 7 4 1 17 8 19 15 3 11 6 14 0 16 2 13 5 12 18 9 10 15 11 13 12 5 18 1 14 7 8 9 6 4 19 17 10 0 3 16 2 10 2 6 0 19 12 4 5 16 1 15 3 18 13 7 9 8 17 14 11 3 1 14 9 2 13 10 17 12 5 4 11 8 18 6 0 19 7 15 16 16 14 10 2 15 5 12 0 19 9 17 7 11 6 1 3 13 4 8 18 
1386.53/1388.28	d CHECKS 1619473921
1386.53/1388.28	d ASSIGNMENTS 5868376

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1037715-1214962422/watcher-1037715-1214962422 -o /tmp/evaluation-result-1037715-1214962422/solver-1037715-1214962422 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/run -c HOME/instance-1037715-1214962422.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12933
/proc/meminfo: memFree=869584/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=23912 CPUtime=0.09
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 5578 0 0 0 7 2 0 0 18 0 1 0 230716050 24485888 5309 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 5978 5309 330 29 0 4968 0

[startup+0.125121 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12933
/proc/meminfo: memFree=869584/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=27212 CPUtime=0.11
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 6393 0 0 0 9 2 0 0 18 0 1 0 230716050 27865088 6124 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 6803 6128 330 29 0 5793 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 27212

[startup+0.202127 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12933
/proc/meminfo: memFree=869584/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=43052 CPUtime=0.19
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 10343 0 0 0 14 5 0 0 18 0 1 0 230716050 44085248 10074 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 10763 10076 330 29 0 9753 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43052

[startup+0.302138 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12933
/proc/meminfo: memFree=869584/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=63512 CPUtime=0.29
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 15461 0 0 0 22 7 0 0 19 0 1 0 230716050 65036288 15192 996147200 1448431616 1448550632 4294956288 18446744073709551615 4157598267 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 15878 15193 330 29 0 14868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63512

[startup+0.70218 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12933
/proc/meminfo: memFree=869584/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123056 CPUtime=0.69
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30357 0 0 0 54 15 0 0 23 0 1 0 230716050 126009344 30088 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545118 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30764 30088 342 29 0 29754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123056

[startup+1.50227 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12934
/proc/meminfo: memFree=750216/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123224 CPUtime=1.49
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30388 0 0 0 134 15 0 0 25 0 1 0 230716050 126181376 30119 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545114 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30806 30119 342 29 0 29796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123224

[startup+3.10144 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12934
/proc/meminfo: memFree=750024/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123224 CPUtime=3.09
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30411 0 0 0 294 15 0 0 25 0 1 0 230716050 126181376 30142 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545188 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30806 30142 342 29 0 29796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123224

[startup+6.30178 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12934
/proc/meminfo: memFree=749832/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123368 CPUtime=6.29
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30423 0 0 0 614 15 0 0 25 0 1 0 230716050 126328832 30154 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522637 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30842 30154 342 29 0 29832 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123368

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12934
/proc/meminfo: memFree=749768/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123368 CPUtime=12.69
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30435 0 0 0 1254 15 0 0 25 0 1 0 230716050 126328832 30166 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546226 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30842 30166 342 29 0 29832 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123368

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 12934
/proc/meminfo: memFree=749832/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123508 CPUtime=25.48
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30457 0 0 0 2533 15 0 0 25 0 1 0 230716050 126472192 30188 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544019 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30877 30188 342 29 0 29867 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 123508

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12976
/proc/meminfo: memFree=884584/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123508 CPUtime=50.96
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30468 0 0 0 5081 15 0 0 25 0 1 0 230716050 126472192 30199 996147200 1448431616 1448550632 4294956288 18446744073709551615 134547977 0 0 4096 0 0 0 0 17 1 0 0
/proc/12933/statm: 30877 30199 342 29 0 29867 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 123508

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12976
/proc/meminfo: memFree=869224/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123508 CPUtime=101.75
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30480 0 0 0 10160 15 0 0 25 0 1 0 230716050 126472192 30211 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544073 0 0 4096 0 0 0 0 17 1 0 0
/proc/12933/statm: 30877 30211 342 29 0 29867 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 123508

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12976
/proc/meminfo: memFree=869096/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123512 CPUtime=161.27
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30481 0 0 0 16112 15 0 0 25 0 1 0 230716050 126476288 30212 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544031 0 0 4096 0 0 0 0 17 1 0 0
/proc/12933/statm: 30878 30212 342 29 0 29868 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 123512

[startup+222.307 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 13151
/proc/meminfo: memFree=914464/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=221.09
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30492 0 0 0 22092 17 0 0 25 0 1 0 230716050 126619648 30223 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545146 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30223 342 29 0 29903 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 123652

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 2.01 3/83 13151
/proc/meminfo: memFree=911328/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=281.06
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30492 0 0 0 28089 17 0 0 25 0 1 0 230716050 126619648 30223 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546822 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30223 342 29 0 29903 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 123652

[startup+342.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 13151
/proc/meminfo: memFree=908256/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=341.03
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30492 0 0 0 34086 17 0 0 25 0 1 0 230716050 126619648 30223 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546408 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30223 342 29 0 29903 0
Current children cumulated CPU time (s) 341.03
Current children cumulated vsize (KiB) 123652

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13151
/proc/meminfo: memFree=908192/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=401.01
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30503 0 0 0 40084 17 0 0 25 0 1 0 230716050 126619648 30234 996147200 1448431616 1448550632 4294956288 18446744073709551615 134534887 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30234 342 29 0 29903 0
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (KiB) 123652

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13151
/proc/meminfo: memFree=908192/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=460.98
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30503 0 0 0 46081 17 0 0 25 0 1 0 230716050 126619648 30234 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535057 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30234 342 29 0 29903 0
Current children cumulated CPU time (s) 460.98
Current children cumulated vsize (KiB) 123652

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13151
/proc/meminfo: memFree=907296/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=520.96
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30503 0 0 0 52079 17 0 0 25 0 1 0 230716050 126619648 30234 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546583 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30234 342 29 0 29903 0
Current children cumulated CPU time (s) 520.96
Current children cumulated vsize (KiB) 123652

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13151
/proc/meminfo: memFree=907296/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=580.93
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30503 0 0 0 58076 17 0 0 25 0 1 0 230716050 126619648 30234 996147200 1448431616 1448550632 4294956288 18446744073709551615 134543996 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30234 342 29 0 29903 0
Current children cumulated CPU time (s) 580.93
Current children cumulated vsize (KiB) 123652

[startup+642.303 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 13151
/proc/meminfo: memFree=907296/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=640.92
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30503 0 0 0 64074 18 0 0 25 0 1 0 230716050 126619648 30234 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544048 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30234 342 29 0 29903 0
Current children cumulated CPU time (s) 640.92
Current children cumulated vsize (KiB) 123652


################
# More data... #
################

/proc/meminfo: memFree=907232/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123652 CPUtime=760.88
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30503 0 0 0 76070 18 0 0 25 0 1 0 230716050 126619648 30234 996147200 1448431616 1448550632 4294956288 18446744073709551615 134541111 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30913 30234 342 29 0 29903 0
Current children cumulated CPU time (s) 760.88
Current children cumulated vsize (KiB) 123652

[startup+822.303 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 13151
/proc/meminfo: memFree=907232/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=820.85
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 82067 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544031 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 820.85
Current children cumulated vsize (KiB) 123660

[startup+882.306 s]
/proc/loadavg: 2.13 2.06 2.01 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=880.83
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 88065 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134549329 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 880.83
Current children cumulated vsize (KiB) 123660

[startup+942.302 s]
/proc/loadavg: 2.17 2.08 2.01 3/83 13153
/proc/meminfo: memFree=906976/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=940.8
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 94062 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544988 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 940.8
Current children cumulated vsize (KiB) 123660

[startup+1002.3 s]
/proc/loadavg: 2.24 2.11 2.02 3/83 13153
/proc/meminfo: memFree=906976/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1000.78
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 100060 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544036 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1000.78
Current children cumulated vsize (KiB) 123660

[startup+1062.3 s]
/proc/loadavg: 2.15 2.10 2.02 3/83 13153
/proc/meminfo: memFree=907104/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1060.75
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 106057 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134548063 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1060.75
Current children cumulated vsize (KiB) 123660

[startup+1122.3 s]
/proc/loadavg: 2.05 2.08 2.01 3/83 13153
/proc/meminfo: memFree=907104/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1120.73
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 112055 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544062 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1120.73
Current children cumulated vsize (KiB) 123660

[startup+1182.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1180.71
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 118053 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544031 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1180.71
Current children cumulated vsize (KiB) 123660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 13153
/proc/meminfo: memFree=906976/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1240.68
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 124050 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546357 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1240.68
Current children cumulated vsize (KiB) 123660

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 13153
/proc/meminfo: memFree=906976/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1300.66
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 130048 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544036 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1300.66
Current children cumulated vsize (KiB) 123660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 13153
/proc/meminfo: memFree=906976/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1360.64
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 136046 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546853 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1360.64
Current children cumulated vsize (KiB) 123660

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

[startup+1369.61 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 13153
/proc/meminfo: memFree=906976/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1367.94
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 136776 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546819 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1367.94
Current children cumulated vsize (KiB) 123660

[startup+1376 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 13153
/proc/meminfo: memFree=906848/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1374.33
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 137415 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546929 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1374.33
Current children cumulated vsize (KiB) 123660

[startup+1382.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 13153
/proc/meminfo: memFree=906848/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1380.73
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 138055 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134544775 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1380.73
Current children cumulated vsize (KiB) 123660

[startup+1385.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1383.92
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 138374 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134546835 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1383.92
Current children cumulated vsize (KiB) 123660

[startup+1387.21 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1385.53
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 138535 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134535447 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1385.53
Current children cumulated vsize (KiB) 123660

[startup+1388 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1386.32
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 138614 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134522639 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1386.32
Current children cumulated vsize (KiB) 123660

[startup+1388.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=123660 CPUtime=1386.53
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194304 30517 0 0 0 138635 18 0 0 25 0 1 0 230716050 126627840 30248 996147200 1448431616 1448550632 4294956288 18446744073709551615 134545134 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 30915 30248 342 29 0 29905 0
Current children cumulated CPU time (s) 1386.53
Current children cumulated vsize (KiB) 123660

[startup+1388.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13153
/proc/meminfo: memFree=907040/2055920 swapFree=4180812/4192956
[pid=12933] ppid=12931 vsize=0 CPUtime=1386.63
/proc/12933/stat : 12933 (ld-linux.so.2) R 12931 12933 11771 0 -1 4194308 30533 0 0 0 138643 20 0 0 25 0 1 0 230716050 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12933/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1386.63
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1388.31
CPU time (s): 1386.64
CPU user time (s): 1386.44
CPU system time (s): 0.204968
CPU usage (%): 99.8799
Max. virtual memory (cumulated for all children) (KiB): 123660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1386.44
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30533
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= 26
involuntary context switches= 8671

runsolver used 1.42578 second user time and 3.64145 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-02 03:33:42
IDJOB=1037715
IDBENCH=53524
IDSOLVER=328
FILE ID=node82/1037715-1214962422
PBS_JOBID= 7870171
Free space on /tmp= 66484 MiB

SOLVER NAME= spider 2008-06-14
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-7_ext.xml
COMMAND LINE= HOME/run -c BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1037715-1214962422/watcher-1037715-1214962422 -o /tmp/evaluation-result-1037715-1214962422/solver-1037715-1214962422 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/run -c HOME/instance-1037715-1214962422.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f85d9ae6f1405da9e66c6100070b8c6
RANDOM SEED=1079018837

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        870000 kB
Buffers:         64040 kB
Cached:         836580 kB
SwapCached:       5684 kB
Active:         299488 kB
Inactive:       805560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        870000 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:         215788 kB
Slab:            65744 kB
Committed_AS:  1091124 kB
PageTables:       2144 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node82 at 2008-07-02 03:56:51