Trace number 1079619

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 zitoUNSAT 681.814 687.056

DiagnosticValue
CHECKS2370920

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-9_ext.xml
MD5SUMcc349870ad14cc63690440668c347c92
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.4223
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.03	c Parsing = 1
0.00/0.03	c Building = 1
0.00/0.03	c [ NumberOfVariables = 45 ]
0.00/0.03	c [ NumberOfConstraints = 14 ]
0.00/0.03	c [ SizeOfSearchSpace(log2) = 211.52 ]
0.00/0.03	c SymmetrySearch = 1
0.00/0.30	c InitialPropagation = 1
0.00/0.30	c [ SizeOfSearchSpace(log2) = 208.932 ]
0.00/0.30	c InitialSAC = 1
0.68/0.72	c [ SizeOfSearchSpace(log2) = 208.932 ]
0.68/0.72	c Search(SampleFF) : 
86.02/86.76	c [ Sampling domwdeg ]
86.02/86.76	c [ Sampling impacts ]
86.02/86.76	c [ SamplingScores: ]
86.02/86.76	c [ domwdeg+min = 0.00114197 | domwdeg+rnd = 0.0212954 ]
86.02/86.76	c [ impacts+min = 7.31929e-05 | impacts+rnd = 0.0106773 ]
86.02/86.76	c [ la+min = 0 | la+rnd = 0 ]
86.02/86.76	c [ domwdeg = 0.0112187 | impacts = 0.00537525 | la = 0 ]
86.02/86.76	c [ min = 0.000405055 | rand = 0.00537525 ]
86.02/86.76	c [ restarting at (3.96356,0.0080641) ]
96.53/97.39	c [ restarting at (9.9089,0.00659231) ]
122.93/123.96	c [ restarting at (24.7722,0.0128186) ]
188.82/190.34	c [ restarting at (61.9306,0.0403842) ]
353.45/356.29	c [ restarting at (154.827,0.403907) ]
374.58/377.52	c [ restarting at (387.066,0.000576615) ]
681.75/687.05	c Search(SampleFF) = 0
681.75/687.05	s UNSATISFIABLE
681.75/687.05	d CHECKS 2370919
681.75/687.05	c [ TotalFails = 38037 ]
681.75/687.05	c [ NumberOfRestarts = 74 ]
681.75/687.05	c [ TotalTime = 873371 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

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: 1.94 1.96 1.91 4/73 25221
/proc/meminfo: memFree=1426952/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=112972 CPUtime=0.19
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 3738 0 0 0 18 1 0 0 19 0 1 0 1309291787 115683328 3698 996147200 134512640 135472138 4294956224 18446744073709551615 134627670 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 28243 3698 435 234 0 26945 0

[startup+0.309252 s]
/proc/loadavg: 1.94 1.96 1.91 4/73 25221
/proc/meminfo: memFree=1426952/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=0.29
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4507 0 0 0 27 2 0 0 20 0 1 0 1309291787 102219776 772 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 772 457 234 0 23658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99824

[startup+0.401269 s]
/proc/loadavg: 1.94 1.96 1.91 4/73 25221
/proc/meminfo: memFree=1426952/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=0.38
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4568 0 0 0 36 2 0 0 20 0 1 0 1309291787 102219776 833 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 833 457 234 0 23658 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 99824

[startup+0.50129 s]
/proc/loadavg: 1.94 1.96 1.91 4/73 25221
/proc/meminfo: memFree=1426952/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=0.48
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4590 0 0 0 46 2 0 0 21 0 1 0 1309291787 102219776 855 996147200 134512640 135472138 4294956224 18446744073709551615 134604967 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 855 457 234 0 23658 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 99824

[startup+0.701327 s]
/proc/loadavg: 1.94 1.96 1.91 4/73 25221
/proc/meminfo: memFree=1426952/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=0.68
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4590 0 0 0 66 2 0 0 23 0 1 0 1309291787 102219776 855 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 855 457 234 0 23658 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99824

[startup+1.50149 s]
/proc/loadavg: 1.94 1.96 1.91 3/74 25222
/proc/meminfo: memFree=1424896/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=1.47
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4689 0 0 0 145 2 0 0 25 0 1 0 1309291787 102219776 954 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 954 476 234 0 23658 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99824

[startup+3.1018 s]
/proc/loadavg: 1.94 1.96 1.91 3/74 25222
/proc/meminfo: memFree=1424704/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=3.06
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4691 0 0 0 304 2 0 0 25 0 1 0 1309291787 102219776 956 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 956 476 234 0 23658 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99824

[startup+6.30143 s]
/proc/loadavg: 1.94 1.96 1.91 3/74 25222
/proc/meminfo: memFree=1424512/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=6.23
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4691 0 0 0 621 2 0 0 25 0 1 0 1309291787 102219776 956 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 956 476 234 0 23658 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99824

[startup+12.7017 s]
/proc/loadavg: 1.95 1.96 1.91 3/74 25222
/proc/meminfo: memFree=1424000/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=12.58
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4707 0 0 0 1256 2 0 0 25 0 1 0 1309291787 102219776 972 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 972 476 234 0 23658 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99824

[startup+25.5012 s]
/proc/loadavg: 1.96 1.96 1.91 3/74 25222
/proc/meminfo: memFree=1423616/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=25.29
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4708 0 0 0 2526 3 0 0 25 0 1 0 1309291787 102219776 973 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 973 476 234 0 23658 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 99824

[startup+51.1012 s]
/proc/loadavg: 1.97 1.96 1.91 3/74 25222
/proc/meminfo: memFree=1422848/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=50.69
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4712 0 0 0 5066 3 0 0 25 0 1 0 1309291787 102219776 977 996147200 134512640 135472138 4294956224 18446744073709551615 134616399 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 977 478 234 0 23658 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 99824

[startup+102.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 25222
/proc/meminfo: memFree=1421120/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=101.5
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4729 0 0 0 10147 3 0 0 25 0 1 0 1309291787 102219776 994 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 994 479 234 0 23658 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 99824

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 25222
/proc/meminfo: memFree=1419072/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=161.03
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4741 0 0 0 16100 3 0 0 25 0 1 0 1309291787 102219776 1006 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 1006 479 234 0 23658 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 99824

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 25222
/proc/meminfo: memFree=1417088/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=220.58
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4753 0 0 0 22054 4 0 0 25 0 1 0 1309291787 102219776 1018 996147200 134512640 135472138 4294956224 18446744073709551615 134616493 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 1018 479 234 0 23658 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 99824

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 25222
/proc/meminfo: memFree=1415424/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=280.12
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4753 0 0 0 28008 4 0 0 25 0 1 0 1309291787 102219776 1018 996147200 134512640 135472138 4294956224 18446744073709551615 134605005 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 1018 479 234 0 23658 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 99824

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 25222
/proc/meminfo: memFree=1413504/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=339.66
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4756 0 0 0 33962 4 0 0 25 0 1 0 1309291787 102219776 1021 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/25221/statm: 24956 1021 479 234 0 23658 0
Current children cumulated CPU time (s) 339.66
Current children cumulated vsize (KiB) 99824

[startup+402.301 s]
/proc/loadavg: 2.07 1.99 1.91 3/84 25261
/proc/meminfo: memFree=838104/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=397.4
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4756 0 0 0 39735 5 0 0 25 0 1 0 1309291787 102219776 1021 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1021 479 234 0 23658 0
Current children cumulated CPU time (s) 397.4
Current children cumulated vsize (KiB) 99824

[startup+462.306 s]
/proc/loadavg: 1.95 1.97 1.91 3/83 25364
/proc/meminfo: memFree=1487840/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=457.35
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4756 0 0 0 45729 6 0 0 25 0 1 0 1309291787 102219776 1021 996147200 134512640 135472138 4294956224 18446744073709551615 134585058 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1021 479 234 0 23658 0
Current children cumulated CPU time (s) 457.35
Current children cumulated vsize (KiB) 99824

[startup+522.303 s]
/proc/loadavg: 1.98 1.97 1.91 3/75 25366
/proc/meminfo: memFree=1483040/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=517.28
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4760 0 0 0 51722 6 0 0 25 0 1 0 1309291787 102219776 1025 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1025 479 234 0 23658 0
Current children cumulated CPU time (s) 517.28
Current children cumulated vsize (KiB) 99824

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 25366
/proc/meminfo: memFree=1478816/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=577.22
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4765 0 0 0 57716 6 0 0 25 0 1 0 1309291787 102219776 1030 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1030 479 234 0 23658 0
Current children cumulated CPU time (s) 577.22
Current children cumulated vsize (KiB) 99824

[startup+642.301 s]
/proc/loadavg: 2.06 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1435344/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=637.16
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4780 0 0 0 63709 7 0 0 25 0 1 0 1309291787 102219776 1045 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1045 479 234 0 23658 0
Current children cumulated CPU time (s) 637.16
Current children cumulated vsize (KiB) 99824

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

[startup+665.806 s]
/proc/loadavg: 2.04 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1435216/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=660.65
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 66058 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134616934 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 660.65
Current children cumulated vsize (KiB) 99824

[startup+678.602 s]
/proc/loadavg: 2.03 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1435216/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=673.36
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 67329 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 673.36
Current children cumulated vsize (KiB) 99824

[startup+681.801 s]
/proc/loadavg: 2.03 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1395088/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=676.55
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 67648 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 676.55
Current children cumulated vsize (KiB) 99824

[startup+685.003 s]
/proc/loadavg: 2.03 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1395088/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=679.75
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 67968 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134604995 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 679.75
Current children cumulated vsize (KiB) 99824

[startup+685.802 s]
/proc/loadavg: 2.03 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1395088/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=680.55
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 68048 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 680.55
Current children cumulated vsize (KiB) 99824

[startup+686.601 s]
/proc/loadavg: 2.03 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1395088/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=681.35
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 68128 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134585068 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 681.35
Current children cumulated vsize (KiB) 99824

[startup+687.001 s]
/proc/loadavg: 2.03 1.99 1.91 3/85 25415
/proc/meminfo: memFree=1395088/2055920 swapFree=4122156/4192956
[pid=25221] ppid=25219 vsize=99824 CPUtime=681.75
/proc/25221/stat : 25221 (casperzito) R 25219 25221 24559 0 -1 4194304 4786 0 0 0 68168 7 0 0 25 0 1 0 1309291787 102219776 1051 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/25221/statm: 24956 1051 479 234 0 23658 0
Current children cumulated CPU time (s) 681.75
Current children cumulated vsize (KiB) 99824

Child status: 0
Real time (s): 687.056
CPU time (s): 681.814
CPU user time (s): 681.735
CPU system time (s): 0.078987
CPU usage (%): 99.2371
Max. virtual memory (cumulated for all children) (KiB): 99824

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

runsolver used 0.746886 second user time and 1.9417 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 00:27:39
IDJOB=1079619
IDBENCH=56892
IDSOLVER=362
FILE ID=node20/1079619-1215210459
PBS_JOBID= 7881729
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc349870ad14cc63690440668c347c92
RANDOM SEED=975670662

node20.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:      2055920 kB
MemFree:       1427432 kB
Buffers:         84420 kB
Cached:         292132 kB
SwapCached:      64700 kB
Active:         370256 kB
Inactive:       182328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427432 kB
SwapTotal:     4192956 kB
SwapFree:      4122156 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:         182320 kB
Slab:            61048 kB
Committed_AS:  2764816 kB
PageTables:       2132 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= 66496 MiB
End job on node20 at 2008-07-05 00:39:06