Trace number 1079480

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 zao? (TO) 1800.1 1812.21

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-8_ext.xml
MD5SUMeb78565b2c1c549f39d6f29bd7fb9161
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 benchmark54.0468
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 40 ]
0.18/0.21	c [ NumberOfConstraints = 13 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 188.018 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.27	c InitialPropagation = 1
0.18/0.28	c [ SizeOfSearchSpace(log2) = 185.233 ]
0.18/0.28	c InitialSAC = 1
0.57/0.68	c [ SizeOfSearchSpace(log2) = 185.233 ]
0.57/0.68	c Search(SampleFF) : 
99.02/99.94	c [ Sampling domwdeg ]
99.02/99.94	c [ Sampling impacts ]
99.02/99.94	c [ Sampling la ]
99.02/99.94	c [ SamplingScores: ]
99.02/99.94	c [ domwdeg+min = 0.00154891 | domwdeg+rnd = 0.000144939 ]
99.02/99.94	c [ impacts+min = 3.28372e-05 | impacts+rnd = 0.00117244 ]
99.02/99.94	c [ la+min = 2.1096e-07 | la+rnd = 2.3789e-05 ]
99.02/99.94	c [ domwdeg = 0.000846924 | impacts = 0.000602639 | la = 1.2e-05 ]
99.02/99.94	c [ min = 0.000527319 | rand = 0.000602639 ]
99.02/99.94	c [ restarting at (0.56583,5.71803e-06) ]
100.50/101.46	c [ restarting at (1.41457,0.00169422) ]
104.27/105.25	c [ restarting at (3.53644,0.0424153) ]
113.69/114.74	c [ restarting at (8.84109,0.000349188) ]
137.19/138.44	c [ restarting at (22.1027,0.00195911) ]
195.88/197.67	c [ restarting at (55.2568,0.0826647) ]
342.71/345.73	c [ restarting at (138.142,0.404986) ]
709.64/715.83	c [ restarting at (345.355,0.0347369) ]
1377.39/1389.32	c [ restarting at (863.388,0.211569) ]

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-1079480-1215209869/watcher-1079480-1215209869 -o /tmp/evaluation-result-1079480-1215209869/solver-1079480-1215209869 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1079480-1215209869.xml 1319778025 

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.96 1.97 1.97 4/74 13014
/proc/meminfo: memFree=1721376/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=1056 CPUtime=0
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1999956457 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 6853412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 264 26 20 235 0 3 0

[startup+0.113524 s]
/proc/loadavg: 1.96 1.97 1.97 4/74 13014
/proc/meminfo: memFree=1721376/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=105836 CPUtime=0.09
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 2176 0 0 0 8 1 0 0 18 0 1 0 1999956457 108376064 2136 996147200 134512640 135477443 4294956224 18446744073709551615 7288424 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 26459 2136 432 235 0 25160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105836

[startup+0.202553 s]
/proc/loadavg: 1.96 1.97 1.97 4/74 13014
/proc/meminfo: memFree=1721376/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=113352 CPUtime=0.18
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 3907 0 0 0 16 2 0 0 18 0 1 0 1999956457 116072448 3867 996147200 134512640 135477443 4294956224 18446744073709551615 7294193 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 28338 3867 434 235 0 27039 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 113352

[startup+0.302557 s]
/proc/loadavg: 1.96 1.97 1.97 4/74 13014
/proc/meminfo: memFree=1721376/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=0.28
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4428 0 0 0 26 2 0 0 19 0 1 0 1999956457 102244352 803 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 803 456 235 0 23663 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99848

[startup+0.701622 s]
/proc/loadavg: 1.96 1.97 1.97 4/74 13014
/proc/meminfo: memFree=1721376/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=0.67
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4482 0 0 0 65 2 0 0 23 0 1 0 1999956457 102244352 857 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 857 468 235 0 23663 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 99848

[startup+1.50176 s]
/proc/loadavg: 1.96 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1719448/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1.47
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4557 0 0 0 145 2 0 0 25 0 1 0 1999956457 102244352 932 996147200 134512640 135477443 4294956224 18446744073709551615 134590321 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 932 477 235 0 23663 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99848

[startup+3.10203 s]
/proc/loadavg: 1.96 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1719192/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=3.06
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4569 0 0 0 303 3 0 0 25 0 1 0 1999956457 102244352 944 996147200 134512640 135477443 4294956224 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 944 477 235 0 23663 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99848

[startup+6.30158 s]
/proc/loadavg: 1.96 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1719064/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=6.23
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4573 0 0 0 620 3 0 0 25 0 1 0 1999956457 102244352 948 996147200 134512640 135477443 4294956224 18446744073709551615 134609526 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 948 477 235 0 23663 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99848

[startup+12.7017 s]
/proc/loadavg: 1.97 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1719000/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=12.57
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4581 0 0 0 1254 3 0 0 25 0 1 0 1999956457 102244352 956 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 956 477 235 0 23663 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 99848

[startup+25.5018 s]
/proc/loadavg: 1.97 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1718424/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=25.26
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4583 0 0 0 2523 3 0 0 25 0 1 0 1999956457 102244352 958 996147200 134512640 135477443 4294956224 18446744073709551615 134609553 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 958 479 235 0 23663 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 99848

[startup+51.1012 s]
/proc/loadavg: 1.98 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1718296/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=50.64
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4605 0 0 0 5061 3 0 0 25 0 1 0 1999956457 102244352 980 996147200 134512640 135477443 4294956224 18446744073709551615 134590194 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 980 479 235 0 23663 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 99848

[startup+102.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1717528/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=101.4
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4606 0 0 0 10137 3 0 0 25 0 1 0 1999956457 102244352 981 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 981 480 235 0 23663 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 99848

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1716696/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=160.88
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4607 0 0 0 16085 3 0 0 25 0 1 0 1999956457 102244352 982 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 982 480 235 0 23663 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 99848

[startup+222.306 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1715928/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=220.37
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4611 0 0 0 22034 3 0 0 25 0 1 0 1999956457 102244352 986 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 986 480 235 0 23663 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 99848

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1715736/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=279.85
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4615 0 0 0 27982 3 0 0 25 0 1 0 1999956457 102244352 990 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 990 480 235 0 23663 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 99848

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1713944/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=339.34
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4615 0 0 0 33931 3 0 0 25 0 1 0 1999956457 102244352 990 996147200 134512640 135477443 4294956224 18446744073709551615 134600944 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 990 480 235 0 23663 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 99848

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1712088/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=398.83
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4615 0 0 0 39880 3 0 0 25 0 1 0 1999956457 102244352 990 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 990 480 235 0 23663 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 99848

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1712088/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=458.31
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4615 0 0 0 45828 3 0 0 25 0 1 0 1999956457 102244352 990 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 990 480 235 0 23663 0
Current children cumulated CPU time (s) 458.31
Current children cumulated vsize (KiB) 99848

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1712088/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=517.8
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4615 0 0 0 51777 3 0 0 25 0 1 0 1999956457 102244352 990 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 990 480 235 0 23663 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 99848

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1711128/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=577.29
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4615 0 0 0 57726 3 0 0 25 0 1 0 1999956457 102244352 990 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 990 480 235 0 23663 0
Current children cumulated CPU time (s) 577.29
Current children cumulated vsize (KiB) 99848

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1709784/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=636.78
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4624 0 0 0 63675 3 0 0 25 0 1 0 1999956457 102244352 999 996147200 134512640 135477443 4294956224 18446744073709551615 134609556 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 999 480 235 0 23663 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 99848


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

[startup+882.306 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1708888/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=874.73
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 87469 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 874.73
Current children cumulated vsize (KiB) 99848

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1706776/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=934.21
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 93417 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 934.21
Current children cumulated vsize (KiB) 99848

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13015
/proc/meminfo: memFree=1706776/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=993.7
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 99366 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134600820 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 993.7
Current children cumulated vsize (KiB) 99848

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13017
/proc/meminfo: memFree=1705944/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1053.19
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 105315 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1053.19
Current children cumulated vsize (KiB) 99848

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13017
/proc/meminfo: memFree=1706008/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1112.67
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 111263 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1112.67
Current children cumulated vsize (KiB) 99848

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13017
/proc/meminfo: memFree=1706008/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1172.16
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 117212 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134600873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1172.16
Current children cumulated vsize (KiB) 99848

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13017
/proc/meminfo: memFree=1705368/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1231.65
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 123161 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1231.65
Current children cumulated vsize (KiB) 99848

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13017
/proc/meminfo: memFree=1705304/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1291.14
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 129110 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1291.14
Current children cumulated vsize (KiB) 99848

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/75 13017
/proc/meminfo: memFree=1704280/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1350.62
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 135058 4 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1350.62
Current children cumulated vsize (KiB) 99848

[startup+1422.3 s]
/proc/loadavg: 2.05 1.99 1.98 3/85 13064
/proc/meminfo: memFree=1720456/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1410.37
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 141030 7 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1410.37
Current children cumulated vsize (KiB) 99848

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.98 3/74 13128
/proc/meminfo: memFree=1723624/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1470.34
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 147024 10 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1470.34
Current children cumulated vsize (KiB) 99848

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692784/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1530.31
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 153020 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1530.31
Current children cumulated vsize (KiB) 99848

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692720/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1590.28
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 159017 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1590.28
Current children cumulated vsize (KiB) 99848

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692656/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1650.25
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 165014 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1650.25
Current children cumulated vsize (KiB) 99848

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692592/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1710.22
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 171011 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134600845 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1710.22
Current children cumulated vsize (KiB) 99848

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692528/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1770.19
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 177008 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1770.19
Current children cumulated vsize (KiB) 99848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692528/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1800.08
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 179997 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 99848

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

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

[startup+1812.2 s]
/proc/loadavg: 2.00 1.99 1.98 3/81 13163
/proc/meminfo: memFree=1692528/2055920 swapFree=4180444/4192956
[pid=13014] ppid=13012 vsize=99848 CPUtime=1800.08
/proc/13014/stat : 13014 (casperzao) R 13012 13014 11935 0 -1 4194304 4629 0 0 0 179997 11 0 0 25 0 1 0 1999956457 102244352 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 0 0 0
/proc/13014/statm: 24962 1004 480 235 0 23663 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 99848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.21
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.114982
CPU usage (%): 99.3316
Max. virtual memory (cumulated for all children) (KiB): 113352

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

runsolver used 1.9487 second user time and 4.91225 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-05 00:17:49
IDJOB=1079480
IDBENCH=56885
IDSOLVER=361
FILE ID=node68/1079480-1215209869
PBS_JOBID= 7881732
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb78565b2c1c549f39d6f29bd7fb9161
RANDOM SEED=1319778025

node68.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.261
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.261
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:       1721792 kB
Buffers:         33156 kB
Cached:         201796 kB
SwapCached:       6312 kB
Active:         200264 kB
Inactive:        81800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721792 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:          54256 kB
Slab:            37256 kB
Committed_AS:  4300936 kB
PageTables:       1832 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= 66520 MiB
End job on node68 at 2008-07-05 00:48:03