Trace number 1066904

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
casper zitoSAT 679.765 684.352

DiagnosticValue
CHECKS2142610

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-7_ext.xml
MD5SUM6ff8ffae6b6c341865647572f719ccb9
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 benchmark3.17952
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
0.00/0.20	c Building = 1
0.00/0.20	c [ NumberOfVariables = 35 ]
0.00/0.20	c [ NumberOfConstraints = 12 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 164.515 ]
0.00/0.20	c SymmetrySearch = 1
0.39/0.42	c InitialPropagation = 1
0.39/0.43	c [ SizeOfSearchSpace(log2) = 162.783 ]
0.39/0.43	c InitialSAC = 1
0.98/1.01	c [ SizeOfSearchSpace(log2) = 162.783 ]
0.98/1.01	c Search(SampleFF) : 
85.32/86.03	c [ Sampling domwdeg ]
85.32/86.03	c [ Sampling impacts ]
85.32/86.03	c [ SamplingScores: ]
85.32/86.03	c [ domwdeg+min = 2.9981e-06 | domwdeg+rnd = 8.40054e-05 ]
85.32/86.03	c [ impacts+min = 1.72109e-06 | impacts+rnd = 0.000107193 ]
85.32/86.03	c [ la+min = 0 | la+rnd = 0 ]
85.32/86.03	c [ domwdeg = 4.35018e-05 | impacts = 5.4457e-05 | la = 0 ]
85.32/86.03	c [ min = 1.57306e-06 | rand = 5.4457e-05 ]
85.32/86.03	c [ restarting at (3.96356,6.65064e-07) ]
95.84/96.65	c [ restarting at (9.9089,1.25464e-06) ]
122.23/123.21	c [ restarting at (24.7722,6.52519e-06) ]
188.11/189.60	c [ restarting at (61.9306,9.7813e-05) ]
352.74/355.55	c [ restarting at (154.827,0.000277548) ]
575.31/579.82	c [ restarting at (387.066,0.000209178) ]
679.71/684.35	c Search(SampleFF) = 1
679.71/684.35	s SATISFIABLE
679.71/684.35	v 6 17 0 7 0 12 18 17 4 5 20 6 4 4 0 13 8 12 0 19 4 12 4 17 8 19 4 3 18 4 4 3 4 17 18
679.71/684.35	d CHECKS 2142612
679.71/684.35	c [ TotalFails = 44354 ]
679.71/684.35	c [ NumberOfRestarts = 74 ]
679.71/684.35	c [ TotalTime = 1.03023e+06 secs ]

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-1066904-1215149482/watcher-1066904-1215149482 -o /tmp/evaluation-result-1066904-1215149482/solver-1066904-1215149482 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1066904-1215149482.xml 1347934275 

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.17 2.03 2.01 4/73 26966
/proc/meminfo: memFree=1662368/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=3704 CPUtime=0
/proc/26966/stat : 26966 (casperzito) D 26964 26966 26666 0 -1 4194304 73 0 0 0 0 0 0 0 18 0 1 0 1544624493 3792896 55 996147200 134512640 135472138 4294956224 18446744073709551615 8663844 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26966/statm: 926 55 40 234 0 20 0

[startup+0.20988 s]
/proc/loadavg: 2.17 2.03 2.01 4/73 26966
/proc/meminfo: memFree=1662368/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=112140 CPUtime=0.2
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 3760 0 0 0 18 2 0 0 19 0 1 0 1544624493 114831360 3720 996147200 134512640 135472138 4294956224 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 28035 3720 432 234 0 26737 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 112140

[startup+0.301697 s]
/proc/loadavg: 2.17 2.03 2.01 4/73 26966
/proc/meminfo: memFree=1662368/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=120044 CPUtime=0.29
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 5574 0 0 0 26 3 0 0 19 0 1 0 1544624493 122925056 5534 996147200 134512640 135472138 4294956224 18446744073709551615 9100366 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 30011 5534 436 234 0 28713 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 120044

[startup+0.401719 s]
/proc/loadavg: 2.17 2.03 2.01 4/73 26966
/proc/meminfo: memFree=1662368/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=124380 CPUtime=0.39
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6195 0 0 0 36 3 0 0 20 0 1 0 1544624493 127365120 6146 996147200 134512640 135472138 4294956224 18446744073709551615 9096722 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 31095 6146 448 234 0 29797 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 124380

[startup+0.701761 s]
/proc/loadavg: 2.17 2.03 2.01 4/73 26966
/proc/meminfo: memFree=1662368/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=0.69
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6325 0 0 0 66 3 0 0 23 0 1 0 1544624493 102531072 894 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 894 457 234 0 23734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100128

[startup+1.50191 s]
/proc/loadavg: 2.17 2.03 2.01 3/74 26967
/proc/meminfo: memFree=1660184/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=1.48
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6421 0 0 0 145 3 0 0 25 0 1 0 1544624493 102531072 990 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 990 476 234 0 23734 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100128

[startup+3.10122 s]
/proc/loadavg: 2.17 2.03 2.01 3/74 26967
/proc/meminfo: memFree=1659864/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=3.05
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6432 0 0 0 302 3 0 0 25 0 1 0 1544624493 102531072 1001 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1001 476 234 0 23734 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 100128

[startup+6.30184 s]
/proc/loadavg: 2.16 2.03 2.01 3/74 26967
/proc/meminfo: memFree=1659800/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=6.23
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6432 0 0 0 620 3 0 0 25 0 1 0 1544624493 102531072 1001 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1001 476 234 0 23734 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 100128

[startup+12.7011 s]
/proc/loadavg: 2.14 2.03 2.01 3/74 26967
/proc/meminfo: memFree=1659672/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=12.58
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6432 0 0 0 1255 3 0 0 25 0 1 0 1544624493 102531072 1001 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1001 476 234 0 23734 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 100128

[startup+25.5065 s]
/proc/loadavg: 2.11 2.03 2.01 3/74 26967
/proc/meminfo: memFree=1659736/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=25.28
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6437 0 0 0 2525 3 0 0 25 0 1 0 1544624493 102531072 1006 996147200 134512640 135472138 4294956224 18446744073709551615 134617116 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1006 476 234 0 23734 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 100128

[startup+51.1014 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 26967
/proc/meminfo: memFree=1659736/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=50.68
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6454 0 0 0 5065 3 0 0 25 0 1 0 1544624493 102531072 1023 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1023 478 234 0 23734 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 100128

[startup+102.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/74 26967
/proc/meminfo: memFree=1659480/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=101.49
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6475 0 0 0 10145 4 0 0 25 0 1 0 1544624493 102531072 1044 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1044 479 234 0 23734 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 100128

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 26969
/proc/meminfo: memFree=1659096/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=161.02
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6512 0 0 0 16098 4 0 0 25 0 1 0 1544624493 102531072 1081 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1081 479 234 0 23734 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 100128

[startup+222.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/74 26969
/proc/meminfo: memFree=1659096/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=220.56
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6524 0 0 0 22052 4 0 0 25 0 1 0 1544624493 102531072 1093 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1093 479 234 0 23734 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 100128

[startup+282.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 26969
/proc/meminfo: memFree=1658968/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=280.1
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6526 0 0 0 28005 5 0 0 25 0 1 0 1544624493 102531072 1095 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1095 479 234 0 23734 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 100128

[startup+342.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 26969
/proc/meminfo: memFree=1658328/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=339.64
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 33959 5 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 100128

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 26969
/proc/meminfo: memFree=1658264/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=399.17
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 39912 5 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 399.17
Current children cumulated vsize (KiB) 100128

[startup+462.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/74 26969
/proc/meminfo: memFree=1658264/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=458.71
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 45866 5 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 458.71
Current children cumulated vsize (KiB) 100128

[startup+522.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 26969
/proc/meminfo: memFree=1658200/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=518.26
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 51820 6 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585155 0 0 4096 0 0 0 0 17 1 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 518.26
Current children cumulated vsize (KiB) 100128

[startup+582.301 s]
/proc/loadavg: 2.07 2.04 2.00 2/68 26987
/proc/meminfo: memFree=1776072/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=577.8
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 57774 6 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 577.8
Current children cumulated vsize (KiB) 100128

[startup+642.302 s]
/proc/loadavg: 1.84 1.95 1.97 4/83 27129
/proc/meminfo: memFree=1583904/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=637.74
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 63764 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 637.74
Current children cumulated vsize (KiB) 100128

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

[startup+665.706 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=661.12
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 66102 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585128 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 661.12
Current children cumulated vsize (KiB) 100128

[startup+672.102 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=667.51
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 66741 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 667.51
Current children cumulated vsize (KiB) 100128

[startup+678.502 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=673.91
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 67381 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 673.91
Current children cumulated vsize (KiB) 100128

[startup+681.702 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=677.1
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 67700 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 677.1
Current children cumulated vsize (KiB) 100128

[startup+683.307 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=678.71
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 67861 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 135263183 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 678.71
Current children cumulated vsize (KiB) 100128

[startup+684.102 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=679.5
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 67940 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 679.5
Current children cumulated vsize (KiB) 100128

[startup+684.302 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 27130
/proc/meminfo: memFree=1737560/2055920 swapFree=4113976/4192956
[pid=26966] ppid=26964 vsize=100128 CPUtime=679.71
/proc/26966/stat : 26966 (casperzito) R 26964 26966 26666 0 -1 4194304 6528 0 0 0 67961 10 0 0 25 0 1 0 1544624493 102531072 1097 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/26966/statm: 25032 1097 479 234 0 23734 0
Current children cumulated CPU time (s) 679.71
Current children cumulated vsize (KiB) 100128

Child status: 0
Real time (s): 684.352
CPU time (s): 679.765
CPU user time (s): 679.656
CPU system time (s): 0.108983
CPU usage (%): 99.3297
Max. virtual memory (cumulated for all children) (KiB): 124380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.656
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6531
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= 16
involuntary context switches= 13802

runsolver used 0.683896 second user time and 1.83272 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 07:31:22
IDJOB=1066904
IDBENCH=55151
IDSOLVER=362
FILE ID=node9/1066904-1215149482
PBS_JOBID= 7877426
Free space on /tmp= 66540 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg5-7_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066904-1215149482/watcher-1066904-1215149482 -o /tmp/evaluation-result-1066904-1215149482/solver-1066904-1215149482 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1066904-1215149482.xml 1347934275 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ff8ffae6b6c341865647572f719ccb9
RANDOM SEED=1347934275

node9.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.265
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	: 5931.00
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.265
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:       1662848 kB
Buffers:         13612 kB
Cached:         123332 kB
SwapCached:      72768 kB
Active:         277712 kB
Inactive:        58612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662848 kB
SwapTotal:     4192956 kB
SwapFree:      4113976 kB
Dirty:            3092 kB
Writeback:           0 kB
Mapped:         205800 kB
Slab:            41680 kB
Committed_AS:  3055540 kB
PageTables:       2280 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= 66552 MiB
End job on node9 at 2008-07-04 07:42:47