Trace number 1095567

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.03 1813.21

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-28_ext.xml
MD5SUMbe33620531af9f514a9f83480278f903
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.68/0.72	c Building = 1
0.78/0.88	c [ NumberOfVariables = 28 ]
0.78/0.88	c [ NumberOfConstraints = 93 ]
0.78/0.88	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.78/0.88	c SymmetrySearch = 1
3.65/3.79	c InitialPropagation = 1
3.75/3.83	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.75/3.84	c InitialSAC = 1
4.16/4.29	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.16/4.29	c Search(SampleFF) : 
95.48/96.46	c [ Sampling domwdeg ]
95.48/96.46	c [ Sampling impacts ]
95.48/96.46	c [ SamplingScores: ]
95.48/96.46	c [ domwdeg+min = 2.43003e-08 | domwdeg+rnd = 8.69134e-09 ]
95.48/96.46	c [ impacts+min = 5.27044e-10 | impacts+rnd = 1.15747e-09 ]
95.48/96.46	c [ la+min = 0 | la+rnd = 0 ]
95.48/96.46	c [ domwdeg = 1.64958e-08 | impacts = 8.42258e-10 | la = 0 ]
95.48/96.46	c [ min = 8.27578e-09 | rand = 8.42258e-10 ]
95.48/96.46	c [ restarting at (3.96356,8.24317e-11) ]
106.17/107.22	c [ restarting at (9.9089,4.29855e-09) ]
132.52/133.81	c [ restarting at (24.7722,5.81154e-08) ]
198.19/200.19	c [ restarting at (61.9306,8.611e-09) ]
362.63/366.13	c [ restarting at (154.827,3.03196e-07) ]
773.52/780.99	c [ restarting at (387.066,2.37019e-07) ]
775.80/783.23	c [ restarting at (967.666,7.97916e-11) ]

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

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.99 1.97 1.99 4/73 29878
/proc/meminfo: memFree=1443080/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=1052 CPUtime=0
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2004637140 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 5829412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 263 26 20 234 0 3 0

[startup+0.108341 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 29878
/proc/meminfo: memFree=1443080/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=7404 CPUtime=0.09
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 974 0 0 0 9 0 0 0 18 0 1 0 2004637140 7581696 934 996147200 134512640 135472138 4294956224 18446744073709551615 134774662 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 1851 934 365 234 0 553 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7404

[startup+0.201358 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 29878
/proc/meminfo: memFree=1443080/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=9300 CPUtime=0.18
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 1448 0 0 0 18 0 0 0 18 0 1 0 2004637140 9523200 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134707502 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 2325 1408 365 234 0 1027 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9300

[startup+0.301377 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 29878
/proc/meminfo: memFree=1443080/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=11352 CPUtime=0.29
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 1961 0 0 0 28 1 0 0 19 0 1 0 2004637140 11624448 1921 996147200 134512640 135472138 4294956224 18446744073709551615 134794168 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 2838 1921 365 234 0 1540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11352

[startup+0.701457 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 29878
/proc/meminfo: memFree=1443080/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=19720 CPUtime=0.68
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 4053 0 0 0 67 1 0 0 23 0 1 0 2004637140 20193280 4013 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 4930 4013 365 234 0 3632 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19720

[startup+1.50162 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 29879
/proc/meminfo: memFree=1388096/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=189668 CPUtime=1.48
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 22743 0 0 0 137 11 0 0 25 0 1 0 2004637140 194220032 22703 996147200 134512640 135472138 4294956224 18446744073709551615 134641677 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 47417 22703 432 234 0 46119 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 189668

[startup+3.10193 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 29879
/proc/meminfo: memFree=1298496/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=320016 CPUtime=3.06
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 47163 0 0 0 286 20 0 0 25 0 1 0 2004637140 327696384 46789 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 80004 46789 439 234 0 78706 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 320016

[startup+6.30157 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 29879
/proc/meminfo: memFree=1403584/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=6.24
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 48767 0 0 0 600 24 0 0 25 0 1 0 2004637140 139612160 10225 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10225 468 234 0 32787 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 136340

[startup+12.7018 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 29879
/proc/meminfo: memFree=1403208/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=12.57
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 48825 0 0 0 1233 24 0 0 25 0 1 0 2004637140 139612160 10283 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10283 476 234 0 32787 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 136340

[startup+25.5014 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 29879
/proc/meminfo: memFree=1403272/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=25.24
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 48888 0 0 0 2500 24 0 0 25 0 1 0 2004637140 139612160 10346 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10346 476 234 0 32787 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 136340

[startup+51.1014 s]
/proc/loadavg: 2.07 1.99 1.99 3/74 29879
/proc/meminfo: memFree=1402952/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=50.6
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 48946 0 0 0 5036 24 0 0 25 0 1 0 2004637140 139612160 10404 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10404 478 234 0 32787 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 136340

[startup+102.301 s]
/proc/loadavg: 2.19 2.03 2.01 3/74 29879
/proc/meminfo: memFree=1402824/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=101.32
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 48957 0 0 0 10108 24 0 0 25 0 1 0 2004637140 139612160 10415 996147200 134512640 135472138 4294956224 18446744073709551615 134616369 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10415 479 234 0 32787 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 136340

[startup+162.301 s]
/proc/loadavg: 2.18 2.05 2.01 3/74 29879
/proc/meminfo: memFree=1402568/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=160.75
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49000 0 0 0 16051 24 0 0 25 0 1 0 2004637140 139612160 10458 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10458 479 234 0 32787 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 136340

[startup+222.307 s]
/proc/loadavg: 2.14 2.06 2.01 3/74 29879
/proc/meminfo: memFree=1401736/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=220.19
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49019 0 0 0 21995 24 0 0 25 0 1 0 2004637140 139612160 10477 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10477 479 234 0 32787 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 136340

[startup+282.302 s]
/proc/loadavg: 2.12 2.06 2.01 3/74 29879
/proc/meminfo: memFree=1399752/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=279.62
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 27938 24 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 136340

[startup+342.302 s]
/proc/loadavg: 2.10 2.06 2.01 3/74 29879
/proc/meminfo: memFree=1399688/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=339.05
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 33881 24 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 136340

[startup+402.302 s]
/proc/loadavg: 2.09 2.06 2.01 3/74 29879
/proc/meminfo: memFree=1399688/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=398.49
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 39825 24 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 136340

[startup+462.301 s]
/proc/loadavg: 2.12 2.08 2.02 3/74 29879
/proc/meminfo: memFree=1399624/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=457.92
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 45768 24 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 136340

[startup+522.301 s]
/proc/loadavg: 2.09 2.08 2.02 3/74 29879
/proc/meminfo: memFree=1397832/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=517.36
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 51712 24 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 136340

[startup+582.301 s]
/proc/loadavg: 2.08 2.08 2.02 3/74 29879
/proc/meminfo: memFree=1393672/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=576.79
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 57654 25 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 135262998 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (KiB) 136340

[startup+642.302 s]
/proc/loadavg: 2.07 2.08 2.01 3/74 29879
/proc/meminfo: memFree=1388616/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=636.23
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 63598 25 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 636.23
Current children cumulated vsize (KiB) 136340


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

[startup+882.307 s]
/proc/loadavg: 2.10 2.07 2.01 3/85 29919
/proc/meminfo: memFree=1558512/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=874.01
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 87374 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 874.01
Current children cumulated vsize (KiB) 136340

[startup+942.302 s]
/proc/loadavg: 2.10 2.07 2.01 3/85 29919
/proc/meminfo: memFree=1558384/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=933.48
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 93321 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 933.48
Current children cumulated vsize (KiB) 136340

[startup+1002.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/85 29919
/proc/meminfo: memFree=1536368/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=992.86
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 99259 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 992.86
Current children cumulated vsize (KiB) 136340

[startup+1062.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/85 29919
/proc/meminfo: memFree=1536304/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1052.34
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 105207 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134593632 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1052.34
Current children cumulated vsize (KiB) 136340

[startup+1122.3 s]
/proc/loadavg: 2.20 2.10 2.02 3/85 29919
/proc/meminfo: memFree=1515888/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1111.98
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 111171 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1111.98
Current children cumulated vsize (KiB) 136340

[startup+1182.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/85 29919
/proc/meminfo: memFree=1515824/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1171.96
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 117169 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585068 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1171.96
Current children cumulated vsize (KiB) 136340

[startup+1242.3 s]
/proc/loadavg: 2.09 2.09 2.02 3/85 29919
/proc/meminfo: memFree=1515632/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1231.93
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 123166 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1231.93
Current children cumulated vsize (KiB) 136340

[startup+1302.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/85 29919
/proc/meminfo: memFree=1492272/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1291.91
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 129164 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1291.91
Current children cumulated vsize (KiB) 136340

[startup+1362.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/85 29919
/proc/meminfo: memFree=1492272/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1351.89
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 135162 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1351.89
Current children cumulated vsize (KiB) 136340

[startup+1422.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/85 29919
/proc/meminfo: memFree=1468912/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1411.72
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 141145 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1411.72
Current children cumulated vsize (KiB) 136340

[startup+1482.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/85 29919
/proc/meminfo: memFree=1468784/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1471.69
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 147142 27 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1471.69
Current children cumulated vsize (KiB) 136340

[startup+1542.31 s]
/proc/loadavg: 2.12 2.09 2.02 3/85 29919
/proc/meminfo: memFree=1468656/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1531.69
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 153141 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134604978 0 0 4096 0 0 0 0 17 1 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1531.69
Current children cumulated vsize (KiB) 136340

[startup+1602.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/85 29919
/proc/meminfo: memFree=1444336/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1591.2
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 159092 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1591.2
Current children cumulated vsize (KiB) 136340

[startup+1662.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/85 29921
/proc/meminfo: memFree=1444016/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1650.67
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 165039 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1650.67
Current children cumulated vsize (KiB) 136340

[startup+1722.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/85 29921
/proc/meminfo: memFree=1444016/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1710.15
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 170987 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1710.15
Current children cumulated vsize (KiB) 136340

[startup+1782.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/85 29921
/proc/meminfo: memFree=1443824/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1769.62
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 176934 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1769.62
Current children cumulated vsize (KiB) 136340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.13 2.09 2.02 3/85 29921
/proc/meminfo: memFree=1419568/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1800.01
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 179973 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 136340

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

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

[startup+1813.2 s]
/proc/loadavg: 2.13 2.09 2.02 3/85 29921
/proc/meminfo: memFree=1419568/2055920 swapFree=4179472/4192956
[pid=29878] ppid=29876 vsize=136340 CPUtime=1800.01
/proc/29878/stat : 29878 (casperzito) R 29876 29878 29058 0 -1 4194304 49087 0 0 0 179973 28 0 0 25 0 1 0 2004637140 139612160 10545 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/29878/statm: 34085 10545 479 234 0 32787 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 136340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.21
CPU time (s): 1800.03
CPU user time (s): 1799.74
CPU system time (s): 0.295955
CPU usage (%): 99.2729
Max. virtual memory (cumulated for all children) (KiB): 320016

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

runsolver used 2.05769 second user time and 5.2612 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 13:16:55
IDJOB=1095567
IDBENCH=58914
IDSOLVER=362
FILE ID=node1/1095567-1215256614
PBS_JOBID= 7882020
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be33620531af9f514a9f83480278f903
RANDOM SEED=1765824992

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1443560 kB
Buffers:         21712 kB
Cached:         183228 kB
SwapCached:       7288 kB
Active:         492088 kB
Inactive:        68844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443560 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            8716 kB
Writeback:           0 kB
Mapped:         362732 kB
Slab:            35736 kB
Committed_AS:  3572664 kB
PageTables:       2712 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 node1 at 2008-07-05 13:47:10