Trace number 1072140

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.1 1801.41

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-35_ext.xml
MD5SUM081c1d3fd6373619422e8fb447a0908a
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.58845
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.27/0.36	c Building = 1
0.38/0.44	c [ NumberOfVariables = 24 ]
0.38/0.44	c [ NumberOfConstraints = 75 ]
0.38/0.44	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.44	c SymmetrySearch = 1
1.67/1.73	c InitialPropagation = 1
1.67/1.75	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.67/1.75	c InitialSAC = 1
1.96/2.01	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.96/2.01	c Search(SampleFF) : 
66.82/67.10	c [ Sampling domwdeg ]
66.82/67.10	c [ Sampling impacts ]
66.82/67.10	c [ SamplingScores: ]
66.82/67.10	c [ domwdeg+min = 2.85329e-07 | domwdeg+rnd = 2.90241e-05 ]
66.82/67.10	c [ impacts+min = 4.771e-06 | impacts+rnd = 2.93571e-06 ]
66.82/67.10	c [ la+min = 0 | la+rnd = 0 ]
66.82/67.10	c [ domwdeg = 1.46547e-05 | impacts = 3.85336e-06 | la = 0 ]
66.82/67.10	c [ min = 1.68544e-06 | rand = 3.85336e-06 ]
66.82/67.10	c [ restarting at (3.96356,9.67563e-06) ]
76.81/77.01	c [ restarting at (9.9089,0.000165905) ]
101.59/101.81	c [ restarting at (24.7722,0.00072968) ]
163.55/163.80	c [ restarting at (61.9306,0.000512776) ]
318.24/318.68	c [ restarting at (154.827,0.00462988) ]
705.20/705.88	c [ restarting at (387.066,0.00520961) ]
1672.46/1673.77	c [ restarting at (967.666,0.0217079) ]

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

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.91 1.98 1.87 4/81 11679
/proc/meminfo: memFree=1711352/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=1052 CPUtime=0
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 40 0 0 0 0 0 0 0 21 0 1 0 1001624366 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 12591908 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 263 26 20 234 0 3 0

[startup+0.211048 s]
/proc/loadavg: 1.91 1.98 1.87 4/81 11679
/proc/meminfo: memFree=1711352/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=9676 CPUtime=0.19
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 1540 0 0 0 19 0 0 0 19 0 1 0 1001624366 9908224 1500 996147200 134512640 135472138 4294956224 18446744073709551615 134793506 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 2419 1500 365 234 0 1121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9676

[startup+0.300916 s]
/proc/loadavg: 1.91 1.98 1.87 4/81 11679
/proc/meminfo: memFree=1711352/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=11536 CPUtime=0.27
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 2003 0 0 0 27 0 0 0 19 0 1 0 1001624366 11812864 1963 996147200 134512640 135472138 4294956224 18446744073709551615 13025763 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 2884 1963 365 234 0 1586 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11536

[startup+0.401928 s]
/proc/loadavg: 1.91 1.98 1.87 4/81 11679
/proc/meminfo: memFree=1711352/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121504 CPUtime=0.38
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 4953 0 0 0 37 1 0 0 20 0 1 0 1001624366 124420096 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134606189 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 30376 4913 403 234 0 29078 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 121504

[startup+0.701949 s]
/proc/loadavg: 1.91 1.98 1.87 4/81 11679
/proc/meminfo: memFree=1711352/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=146188 CPUtime=0.68
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 11162 0 0 0 64 4 0 0 23 0 1 0 1001624366 149696512 11122 996147200 134512640 135472138 4294956224 18446744073709551615 134629257 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 36547 11122 432 234 0 35249 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 146188

[startup+1.50202 s]
/proc/loadavg: 1.91 1.98 1.87 3/82 11680
/proc/meminfo: memFree=1620528/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=214112 CPUtime=1.47
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 24075 0 0 0 137 10 0 0 25 0 1 0 1001624366 219250688 23872 996147200 134512640 135472138 4294956224 18446744073709551615 134535436 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 53528 23872 439 234 0 52230 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 214112

[startup+3.10114 s]
/proc/loadavg: 1.91 1.98 1.87 3/82 11680
/proc/meminfo: memFree=1690480/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=3.06
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25028 0 0 0 294 12 0 0 25 0 1 0 1001624366 124510208 5590 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 30398 5590 476 234 0 29100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121592

[startup+6.30139 s]
/proc/loadavg: 1.92 1.98 1.87 3/82 11680
/proc/meminfo: memFree=1690352/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=6.23
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25069 0 0 0 611 12 0 0 25 0 1 0 1001624366 124510208 5631 996147200 134512640 135472138 4294956224 18446744073709551615 134604891 0 0 4096 0 0 0 0 17 1 0 0
/proc/11679/statm: 30398 5631 476 234 0 29100 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121592

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.87 3/70 11702
/proc/meminfo: memFree=1715408/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=12.6
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25123 0 0 0 1246 14 0 0 25 0 1 0 1001624366 124510208 5685 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 5685 476 234 0 29100 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 121592

[startup+25.5069 s]
/proc/loadavg: 1.94 1.98 1.87 3/94 11735
/proc/meminfo: memFree=1590680/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=25.39
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25195 0 0 0 2525 14 0 0 25 0 1 0 1001624366 124510208 5757 996147200 134512640 135472138 4294956224 18446744073709551615 134585172 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 5757 478 234 0 29100 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 121592

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.87 3/94 11735
/proc/meminfo: memFree=1590488/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=50.94
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25195 0 0 0 5080 14 0 0 25 0 1 0 1001624366 124510208 5757 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 5757 478 234 0 29100 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 121592

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.88 3/81 11770
/proc/meminfo: memFree=1604608/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=102.09
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25247 0 0 0 10194 15 0 0 25 0 1 0 1001624366 124510208 5809 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 5809 479 234 0 29100 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 121592

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.88 3/81 11770
/proc/meminfo: memFree=1604416/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=162.05
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25276 0 0 0 16190 15 0 0 25 0 1 0 1001624366 124510208 5838 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 5838 479 234 0 29100 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 121592

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.89 3/81 11772
/proc/meminfo: memFree=1604160/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=222.01
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25276 0 0 0 22186 15 0 0 25 0 1 0 1001624366 124510208 5838 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 5838 479 234 0 29100 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 121592

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.89 3/81 11772
/proc/meminfo: memFree=1603456/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=281.97
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25489 0 0 0 28182 15 0 0 25 0 1 0 1001624366 124510208 6051 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6051 479 234 0 29100 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 121592

[startup+342.307 s]
/proc/loadavg: 1.99 1.98 1.90 3/81 11772
/proc/meminfo: memFree=1603328/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=341.93
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25509 0 0 0 34178 15 0 0 25 0 1 0 1001624366 124510208 6071 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6071 479 234 0 29100 0
Current children cumulated CPU time (s) 341.93
Current children cumulated vsize (KiB) 121592

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.90 3/81 11772
/proc/meminfo: memFree=1603400/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=401.89
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25509 0 0 0 40173 16 0 0 25 0 1 0 1001624366 124510208 6071 996147200 134512640 135472138 4294956224 18446744073709551615 134604507 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6071 479 234 0 29100 0
Current children cumulated CPU time (s) 401.89
Current children cumulated vsize (KiB) 121592

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1603400/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=461.86
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25509 0 0 0 46170 16 0 0 25 0 1 0 1001624366 124510208 6071 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6071 479 234 0 29100 0
Current children cumulated CPU time (s) 461.86
Current children cumulated vsize (KiB) 121592

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1603400/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=521.82
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25516 0 0 0 52166 16 0 0 25 0 1 0 1001624366 124510208 6078 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6078 479 234 0 29100 0
Current children cumulated CPU time (s) 521.82
Current children cumulated vsize (KiB) 121592

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1603400/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=581.78
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25516 0 0 0 58162 16 0 0 25 0 1 0 1001624366 124510208 6078 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6078 479 234 0 29100 0
Current children cumulated CPU time (s) 581.78
Current children cumulated vsize (KiB) 121592

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1603400/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=641.74
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25516 0 0 0 64158 16 0 0 25 0 1 0 1001624366 124510208 6078 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6078 479 234 0 29100 0
Current children cumulated CPU time (s) 641.74
Current children cumulated vsize (KiB) 121592


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1602760/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=821.62
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 82146 16 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 821.62
Current children cumulated vsize (KiB) 121592

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1602760/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=881.58
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 88142 16 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 881.58
Current children cumulated vsize (KiB) 121592

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1602760/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=941.54
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 94138 16 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 941.54
Current children cumulated vsize (KiB) 121592

[startup+1002.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1602760/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1001.5
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 100134 16 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134616931 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 1001.5
Current children cumulated vsize (KiB) 121592

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 11772
/proc/meminfo: memFree=1602696/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1061.46
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 106130 16 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 1061.46
Current children cumulated vsize (KiB) 121592

[startup+1122.3 s]
/proc/loadavg: 2.05 2.00 1.91 3/81 11772
/proc/meminfo: memFree=1602696/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1121.42
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 112126 16 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 1121.42
Current children cumulated vsize (KiB) 121592

[startup+1182.3 s]
/proc/loadavg: 2.20 2.06 1.94 3/81 11778
/proc/meminfo: memFree=1602568/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1181.39
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 118122 17 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 1181.39
Current children cumulated vsize (KiB) 121592

[startup+1242.3 s]
/proc/loadavg: 2.07 2.04 1.94 3/81 11778
/proc/meminfo: memFree=1602568/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1241.35
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 124118 17 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 1241.35
Current children cumulated vsize (KiB) 121592

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/81 11778
/proc/meminfo: memFree=1602376/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1301.3
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25584 0 0 0 130113 17 0 0 25 0 1 0 1001624366 124510208 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134616457 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6146 479 234 0 29100 0
Current children cumulated CPU time (s) 1301.3
Current children cumulated vsize (KiB) 121592

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 1.94 4/81 11778
/proc/meminfo: memFree=1602248/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1361.27
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25615 0 0 0 136110 17 0 0 25 0 1 0 1001624366 124510208 6177 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6177 479 234 0 29100 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 121592

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/81 11778
/proc/meminfo: memFree=1602184/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1421.22
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25638 0 0 0 142105 17 0 0 25 0 1 0 1001624366 124510208 6200 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6200 479 234 0 29100 0
Current children cumulated CPU time (s) 1421.22
Current children cumulated vsize (KiB) 121592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/81 11778
/proc/meminfo: memFree=1602120/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1481.18
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25638 0 0 0 148101 17 0 0 25 0 1 0 1001624366 124510208 6200 996147200 134512640 135472138 4294956224 18446744073709551615 134604944 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6200 479 234 0 29100 0
Current children cumulated CPU time (s) 1481.18
Current children cumulated vsize (KiB) 121592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/81 11778
/proc/meminfo: memFree=1602120/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1541.15
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25655 0 0 0 154098 17 0 0 25 0 1 0 1001624366 124510208 6217 996147200 134512640 135472138 4294956224 18446744073709551615 134616936 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6217 479 234 0 29100 0
Current children cumulated CPU time (s) 1541.15
Current children cumulated vsize (KiB) 121592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 11778
/proc/meminfo: memFree=1602120/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1601.1
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25655 0 0 0 160093 17 0 0 25 0 1 0 1001624366 124510208 6217 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6217 479 234 0 29100 0
Current children cumulated CPU time (s) 1601.1
Current children cumulated vsize (KiB) 121592

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 11778
/proc/meminfo: memFree=1601800/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1661.07
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25719 0 0 0 166089 18 0 0 25 0 1 0 1001624366 124510208 6281 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6281 479 234 0 29100 0
Current children cumulated CPU time (s) 1661.07
Current children cumulated vsize (KiB) 121592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 11778
/proc/meminfo: memFree=1601800/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1721.03
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25719 0 0 0 172085 18 0 0 25 0 1 0 1001624366 124510208 6281 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6281 479 234 0 29100 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 121592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 11778
/proc/meminfo: memFree=1601736/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1780.99
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25719 0 0 0 178081 18 0 0 25 0 1 0 1001624366 124510208 6281 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6281 479 234 0 29100 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 121592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 11778
/proc/meminfo: memFree=1601736/2055920 swapFree=4137176/4192956
[pid=11679] ppid=11677 vsize=121592 CPUtime=1800.08
/proc/11679/stat : 11679 (casperzito) R 11677 11679 11165 0 -1 4194304 25719 0 0 0 179990 18 0 0 25 0 1 0 1001624366 124510208 6281 996147200 134512640 135472138 4294956224 18446744073709551615 135262864 0 0 4096 0 0 0 0 17 0 0 0
/proc/11679/statm: 30398 6281 479 234 0 29100 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121592

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.41
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.187971
CPU usage (%): 99.927
Max. virtual memory (cumulated for all children) (KiB): 214112

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

runsolver used 1.59476 second user time and 5.10922 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 13:41:34
IDJOB=1072140
IDBENCH=56234
IDSOLVER=362
FILE ID=node26/1072140-1215171694
PBS_JOBID= 7881521
Free space on /tmp= 66512 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-35_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072140-1215171694/watcher-1072140-1215171694 -o /tmp/evaluation-result-1072140-1215171694/solver-1072140-1215171694 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1072140-1215171694.xml 729800067 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 081c1d3fd6373619422e8fb447a0908a
RANDOM SEED=729800067

node26.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.221
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.221
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:       1711832 kB
Buffers:         36208 kB
Cached:         162240 kB
SwapCached:      49684 kB
Active:         240816 kB
Inactive:        48400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711832 kB
SwapTotal:     4192956 kB
SwapFree:      4137176 kB
Dirty:            5760 kB
Writeback:           0 kB
Mapped:         106780 kB
Slab:            39904 kB
Committed_AS:  1720436 kB
PageTables:       1948 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= 66504 MiB
End job on node26 at 2008-07-04 14:11:38