Trace number 1107555

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 zito? (TO) 1800.06 1804.11

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-8_ext.xml
MD5SUM3a9e9d3ebe1dfad3d0836badbf30412b
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 benchmark482.525
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
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.08	c Building = 1
0.05/0.11	c [ NumberOfVariables = 56 ]
0.05/0.11	c [ NumberOfConstraints = 15 ]
0.05/0.11	c [ SizeOfSearchSpace(log2) = 263.225 ]
0.05/0.11	c SymmetrySearch = 1
0.75/0.84	c InitialPropagation = 1
0.75/0.86	c [ SizeOfSearchSpace(log2) = 259.656 ]
0.75/0.86	c InitialSAC = 1
1.85/1.91	c [ SizeOfSearchSpace(log2) = 259.656 ]
1.85/1.91	c Search(SampleFF) : 
103.43/103.93	c [ Sampling domwdeg ]
103.43/103.93	c [ Sampling impacts ]
103.43/103.93	c [ SamplingScores: ]
103.43/103.93	c [ domwdeg+min = 1.08521e-05 | domwdeg+rnd = 0.000292327 ]
103.43/103.93	c [ impacts+min = 8.20407e-06 | impacts+rnd = 0.000392739 ]
103.43/103.93	c [ la+min = 0 | la+rnd = 0 ]
103.43/103.93	c [ domwdeg = 0.00015159 | impacts = 0.000200471 | la = 0 ]
103.43/103.93	c [ min = 6.35207e-06 | rand = 0.000200471 ]
103.43/103.93	c [ restarting at (3.96356,1.3601e-06) ]
113.99/114.55	c [ restarting at (9.9089,3.44236e-06) ]
140.48/141.12	c [ restarting at (24.7722,8.34982e-06) ]
206.62/207.50	c [ restarting at (61.9306,6.4684e-06) ]
371.86/373.44	c [ restarting at (154.827,2.40838e-05) ]
785.00/788.27	c [ restarting at (387.066,1.3898e-05) ]
874.16/877.71	c [ restarting at (967.666,8.14313e-05) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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

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.00 1.00 1.00 2/72 2811
/proc/meminfo: memFree=1928496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=2328 CPUtime=0
/proc/2811/stat : 2811 (casperzito) D 2809 2811 2744 0 -1 4194304 56 0 1 0 0 0 0 0 18 0 1 0 4416438 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2811/statm: 582 41 31 234 0 14 0

[startup+0.044409 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 2811
/proc/meminfo: memFree=1928496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=5436 CPUtime=0
/proc/2811/stat : 2811 (casperzito) D 2809 2811 2744 0 -1 4194304 369 0 12 0 0 0 0 0 18 0 1 0 4416438 5566464 341 996147200 134512640 135472138 4294956224 18446744073709551615 4159877344 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2811/statm: 1359 341 294 234 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5436

[startup+0.10242 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 2811
/proc/meminfo: memFree=1928496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100528 CPUtime=0.05
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 811 0 14 0 5 0 0 0 18 0 1 0 4416438 102940672 785 996147200 134512640 135472138 4294956224 18446744073709551615 134606201 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25132 785 404 234 0 23834 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 100528

[startup+0.301465 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 2811
/proc/meminfo: memFree=1928496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=114520 CPUtime=0.24
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 4352 0 15 0 23 1 0 0 19 0 1 0 4416438 117268480 4327 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 28630 4327 433 234 0 27332 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 114520

[startup+0.701547 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 2811
/proc/meminfo: memFree=1928496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=146216 CPUtime=0.65
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11049 0 16 0 61 4 0 0 23 0 1 0 4416438 149725184 11006 996147200 134512640 135472138 4294956224 18446744073709551615 134536520 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 36554 11006 440 234 0 35256 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 146216

[startup+1.5017 s]
/proc/loadavg: 1.08 1.02 1.01 3/73 2812
/proc/meminfo: memFree=1921384/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1.45
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11366 0 16 0 140 5 0 0 25 0 1 0 4416438 103030784 1056 996147200 134512640 135472138 4294956224 18446744073709551615 134604973 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1056 458 234 0 23856 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 100616

[startup+3.10202 s]
/proc/loadavg: 1.08 1.02 1.01 3/73 2812
/proc/meminfo: memFree=1920808/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=3.04
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11550 0 16 0 299 5 0 0 25 0 1 0 4416438 103030784 1240 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1240 477 234 0 23856 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 100616

[startup+6.30165 s]
/proc/loadavg: 1.08 1.02 1.01 3/73 2812
/proc/meminfo: memFree=1920360/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=6.22
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11551 0 16 0 617 5 0 0 25 0 1 0 4416438 103030784 1241 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1241 477 234 0 23856 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 100616

[startup+12.7019 s]
/proc/loadavg: 1.22 1.05 1.02 3/73 2812
/proc/meminfo: memFree=1920304/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=12.59
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11566 0 16 0 1254 5 0 0 25 0 1 0 4416438 103030784 1256 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1256 477 234 0 23856 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 100616

[startup+25.5025 s]
/proc/loadavg: 1.34 1.08 1.02 3/73 2812
/proc/meminfo: memFree=1920368/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=25.34
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11567 0 16 0 2529 5 0 0 25 0 1 0 4416438 103030784 1257 996147200 134512640 135472138 4294956224 18446744073709551615 134604913 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1257 477 234 0 23856 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 100616

[startup+51.1015 s]
/proc/loadavg: 1.60 1.17 1.05 3/73 2812
/proc/meminfo: memFree=1920496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=50.85
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11573 0 16 0 5079 6 0 0 25 0 1 0 4416438 103030784 1263 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1263 479 234 0 23856 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 100616

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.10 3/73 2812
/proc/meminfo: memFree=1920240/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=101.84
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11594 0 16 0 10178 6 0 0 25 0 1 0 4416438 103030784 1284 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1284 480 234 0 23856 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 100616

[startup+162.303 s]
/proc/loadavg: 1.93 1.42 1.15 3/73 2812
/proc/meminfo: memFree=1919984/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=161.6
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11633 0 16 0 16154 6 0 0 25 0 1 0 4416438 103030784 1323 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1323 480 234 0 23856 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 100616

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.20 3/73 2812
/proc/meminfo: memFree=1919984/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=221.36
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11641 0 16 0 22130 6 0 0 25 0 1 0 4416438 103030784 1331 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1331 480 234 0 23856 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 100616

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.25 3/73 2812
/proc/meminfo: memFree=1919984/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=281.12
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11641 0 16 0 28106 6 0 0 25 0 1 0 4416438 103030784 1331 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1331 480 234 0 23856 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 100616

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.30 3/73 2812
/proc/meminfo: memFree=1919984/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=340.89
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11641 0 16 0 34082 7 0 0 25 0 1 0 4416438 103030784 1331 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1331 480 234 0 23856 0
Current children cumulated CPU time (s) 340.89
Current children cumulated vsize (KiB) 100616

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.34 3/73 2812
/proc/meminfo: memFree=1919984/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=400.65
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11641 0 16 0 40058 7 0 0 25 0 1 0 4416438 103030784 1331 996147200 134512640 135472138 4294956224 18446744073709551615 134604989 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1331 480 234 0 23856 0
Current children cumulated CPU time (s) 400.65
Current children cumulated vsize (KiB) 100616

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.38 3/73 2812
/proc/meminfo: memFree=1919984/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=460.41
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11641 0 16 0 46034 7 0 0 25 0 1 0 4416438 103030784 1331 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1331 480 234 0 23856 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 100616

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/73 2812
/proc/meminfo: memFree=1919920/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=520.17
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11641 0 16 0 52010 7 0 0 25 0 1 0 4416438 103030784 1331 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1331 480 234 0 23856 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (KiB) 100616

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.45 3/73 2812
/proc/meminfo: memFree=1919920/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=579.93
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 57986 7 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 579.93
Current children cumulated vsize (KiB) 100616

[startup+642.302 s]
/proc/loadavg: 1.99 1.87 1.48 3/73 2812
/proc/meminfo: memFree=1919856/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=639.69
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 63962 7 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 639.69
Current children cumulated vsize (KiB) 100616


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.93 1.58 3/83 2860
/proc/meminfo: memFree=1852704/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=878.74
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 87851 23 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 878.74
Current children cumulated vsize (KiB) 100616

[startup+942.301 s]
/proc/loadavg: 1.99 1.94 1.61 3/75 2862
/proc/meminfo: memFree=1711648/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=938.71
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 93847 24 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 938.71
Current children cumulated vsize (KiB) 100616

[startup+1002.3 s]
/proc/loadavg: 1.99 1.95 1.63 3/75 2862
/proc/meminfo: memFree=1710496/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=998.67
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 99843 24 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 998.67
Current children cumulated vsize (KiB) 100616

[startup+1062.3 s]
/proc/loadavg: 1.99 1.95 1.65 3/75 2862
/proc/meminfo: memFree=1709472/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1058.61
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 105837 24 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1058.61
Current children cumulated vsize (KiB) 100616

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.67 3/75 2862
/proc/meminfo: memFree=1708832/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1118.58
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 111834 24 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1118.58
Current children cumulated vsize (KiB) 100616

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.69 3/75 2862
/proc/meminfo: memFree=1707552/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1178.55
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 117831 24 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1178.55
Current children cumulated vsize (KiB) 100616

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/75 2862
/proc/meminfo: memFree=1706144/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1238.52
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 123828 24 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134604888 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1238.52
Current children cumulated vsize (KiB) 100616

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/75 2862
/proc/meminfo: memFree=1704864/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1298.51
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 129826 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1298.51
Current children cumulated vsize (KiB) 100616

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/75 2862
/proc/meminfo: memFree=1703776/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1358.47
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 135822 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134593704 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1358.47
Current children cumulated vsize (KiB) 100616

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.75 3/75 2862
/proc/meminfo: memFree=1702240/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1418.45
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 141820 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134586153 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1418.45
Current children cumulated vsize (KiB) 100616

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/75 2862
/proc/meminfo: memFree=1701152/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1478.41
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 147816 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1478.41
Current children cumulated vsize (KiB) 100616

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/75 2862
/proc/meminfo: memFree=1700320/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1538.38
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 153813 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134604864 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1538.38
Current children cumulated vsize (KiB) 100616

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/75 2862
/proc/meminfo: memFree=1699296/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1598.35
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 159810 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1598.35
Current children cumulated vsize (KiB) 100616

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/75 2862
/proc/meminfo: memFree=1698208/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1658.32
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 165807 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134605062 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1658.32
Current children cumulated vsize (KiB) 100616

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/75 2868
/proc/meminfo: memFree=1696920/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1718.28
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 171803 25 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1718.28
Current children cumulated vsize (KiB) 100616

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 2868
/proc/meminfo: memFree=1695960/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1778.26
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 177800 26 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1778.26
Current children cumulated vsize (KiB) 100616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.1 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 2868
/proc/meminfo: memFree=1695640/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1800.05
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 179979 26 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1804.1 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 2868
/proc/meminfo: memFree=1695640/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=100616 CPUtime=1800.05
/proc/2811/stat : 2811 (casperzito) R 2809 2811 2744 0 -1 4194304 11662 0 16 0 179979 26 0 0 25 0 1 0 4416438 103030784 1352 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 0 0 0
/proc/2811/statm: 25154 1352 480 234 0 23856 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.11
CPU time (s): 1800.06
CPU user time (s): 1799.8
CPU system time (s): 0.26296
CPU usage (%): 99.7757
Max. virtual memory (cumulated for all children) (KiB): 146216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11662
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44
involuntary context switches= 13542

runsolver used 2.10268 second user time and 4.69429 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-08 02:33:04
IDJOB=1107555
IDBENCH=55118
IDSOLVER=362
FILE ID=node66/1107555-1215477184
PBS_JOBID= 7888744
Free space on /tmp= 66420 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a9e9d3ebe1dfad3d0836badbf30412b
RANDOM SEED=199132392

node66.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.259
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.259
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:       1929048 kB
Buffers:         28316 kB
Cached:          54916 kB
SwapCached:          0 kB
Active:          62788 kB
Inactive:        34556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4364 kB
Writeback:           0 kB
Mapped:          24112 kB
Slab:            15144 kB
Committed_AS:    73172 kB
PageTables:       1668 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= 66360 MiB
End job on node66 at 2008-07-08 03:03:10