Trace number 1057154

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.08 1809.61

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-4_ext.xml
MD5SUM05cdd2b4602ac29383ff8939ced15a9d
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 benchmark147.772
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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 CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.28/0.34	c Building = 1
0.39/0.42	c [ NumberOfVariables = 24 ]
0.39/0.42	c [ NumberOfConstraints = 76 ]
0.39/0.42	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.39/0.42	c SymmetrySearch = 1
1.68/1.73	c InitialPropagation = 1
1.68/1.75	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.68/1.75	c InitialSAC = 1
1.88/1.97	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.88/1.97	c Search(SampleFF) : 
72.88/73.39	c [ Sampling domwdeg ]
72.88/73.39	c [ Sampling impacts ]
72.88/73.39	c [ SamplingScores: ]
72.88/73.39	c [ domwdeg+min = 2.25168e-05 | domwdeg+rnd = 6.13558e-06 ]
72.88/73.39	c [ impacts+min = 2.49422e-06 | impacts+rnd = 8.62648e-07 ]
72.88/73.39	c [ la+min = 0 | la+rnd = 0 ]
72.88/73.39	c [ domwdeg = 1.43262e-05 | impacts = 1.67843e-06 | la = 0 ]
72.88/73.39	c [ min = 8.337e-06 | rand = 1.67843e-06 ]
72.88/73.39	c [ restarting at (3.96356,8.13854e-05) ]
83.52/84.05	c [ restarting at (9.9089,0.000292492) ]
109.99/110.61	c [ restarting at (24.7722,0.00174528) ]
175.87/177.01	c [ restarting at (61.9306,0.00550422) ]
340.63/342.97	c [ restarting at (154.827,0.0107092) ]
963.83/969.25	c [ restarting at (387.066,0.0505765) ]

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

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.78 1.95 1.89 4/84 16153
/proc/meminfo: memFree=1486864/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=18572 CPUtime=0
/proc/16153/stat : 16153 (runsolver) R 16151 16153 15897 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1989908404 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16153/statm: 4643 292 257 25 0 2626 0

[startup+0.0527361 s]
/proc/loadavg: 1.78 1.95 1.89 4/84 16153
/proc/meminfo: memFree=1486864/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=6360 CPUtime=0.04
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 690 0 0 0 4 0 0 0 18 0 1 0 1989908404 6512640 650 996147200 134512640 135472138 4294956224 18446744073709551615 3600834 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 1590 650 365 234 0 292 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6360

[startup+0.101739 s]
/proc/loadavg: 1.78 1.95 1.89 4/84 16153
/proc/meminfo: memFree=1486864/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=7552 CPUtime=0.08
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 984 0 0 0 8 0 0 0 18 0 1 0 1989908404 7733248 944 996147200 134512640 135472138 4294956224 18446744073709551615 134779353 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 1888 944 365 234 0 590 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7552

[startup+0.301766 s]
/proc/loadavg: 1.78 1.95 1.89 4/84 16153
/proc/meminfo: memFree=1486864/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=12064 CPUtime=0.28
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 2127 0 0 0 27 1 0 0 19 0 1 0 1989908404 12353536 2087 996147200 134512640 135472138 4294956224 18446744073709551615 134794168 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 3016 2087 365 234 0 1718 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12064

[startup+0.701809 s]
/proc/loadavg: 1.78 1.95 1.89 4/84 16153
/proc/meminfo: memFree=1486864/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=149604 CPUtime=0.68
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 12092 0 0 0 63 5 0 0 23 0 1 0 1989908404 153194496 12052 996147200 134512640 135472138 4294956224 18446744073709551615 134629318 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 37401 12052 432 234 0 36103 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149604

[startup+1.5019 s]
/proc/loadavg: 1.78 1.95 1.89 3/85 16154
/proc/meminfo: memFree=1416328/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=216396 CPUtime=1.48
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 24576 0 0 0 138 10 0 0 25 0 1 0 1989908404 221589504 24386 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 54099 24386 439 234 0 52801 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 216396

[startup+3.10208 s]
/proc/loadavg: 1.80 1.95 1.89 3/85 16154
/proc/meminfo: memFree=1465864/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=3.07
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25513 0 0 0 296 11 0 0 25 0 1 0 1989908404 124674048 5663 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 5663 476 234 0 29140 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 121752

[startup+6.30142 s]
/proc/loadavg: 1.80 1.95 1.89 3/85 16154
/proc/meminfo: memFree=1465096/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=6.26
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25567 0 0 0 615 11 0 0 25 0 1 0 1989908404 124674048 5717 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 5717 476 234 0 29140 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 121752

[startup+12.7011 s]
/proc/loadavg: 1.81 1.95 1.89 3/85 16154
/proc/meminfo: memFree=1465096/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=12.63
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25631 0 0 0 1252 11 0 0 25 0 1 0 1989908404 124674048 5781 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 5781 476 234 0 29140 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 121752

[startup+25.5015 s]
/proc/loadavg: 1.85 1.95 1.90 3/85 16154
/proc/meminfo: memFree=1464712/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=25.37
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25671 0 0 0 2526 11 0 0 25 0 1 0 1989908404 124674048 5821 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 5821 476 234 0 29140 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 121752

[startup+51.1013 s]
/proc/loadavg: 1.90 1.96 1.90 3/85 16154
/proc/meminfo: memFree=1456648/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=50.78
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25871 0 0 0 5067 11 0 0 25 0 1 0 1989908404 124674048 6021 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6021 478 234 0 29140 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 121752

[startup+102.307 s]
/proc/loadavg: 1.96 1.96 1.90 3/85 16154
/proc/meminfo: memFree=1456456/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=101.74
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 10163 11 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 121752

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1434184/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=161.24
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 16113 11 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585183 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 121752

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1434184/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=220.95
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 22084 11 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134617295 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 121752

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1410184/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=280.33
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 28021 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 280.33
Current children cumulated vsize (KiB) 121752

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1410056/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=340.03
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 33991 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 340.03
Current children cumulated vsize (KiB) 121752

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1409992/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=399.74
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 39962 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 399.74
Current children cumulated vsize (KiB) 121752

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1409992/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=459.45
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 45933 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 459.45
Current children cumulated vsize (KiB) 121752

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1387656/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=519.09
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 51897 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 519.09
Current children cumulated vsize (KiB) 121752

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1387592/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=578.79
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 57867 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 578.79
Current children cumulated vsize (KiB) 121752

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1387464/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=638.51
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 63839 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 638.51
Current children cumulated vsize (KiB) 121752


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

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1364424/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=817.62
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 81750 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585125 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 817.62
Current children cumulated vsize (KiB) 121752

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 16154
/proc/meminfo: memFree=1364424/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=877.38
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 87726 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 877.38
Current children cumulated vsize (KiB) 121752

[startup+942.302 s]
/proc/loadavg: 2.06 1.99 1.91 3/85 16154
/proc/meminfo: memFree=1364424/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=937.14
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 93702 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 937.14
Current children cumulated vsize (KiB) 121752

[startup+1002.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/85 16154
/proc/meminfo: memFree=1342408/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=996.71
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 99659 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585002 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 996.71
Current children cumulated vsize (KiB) 121752

[startup+1062.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/85 16154
/proc/meminfo: memFree=1342344/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1056.42
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 105630 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1056.42
Current children cumulated vsize (KiB) 121752

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1342024/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1116.13
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 111601 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1116.13
Current children cumulated vsize (KiB) 121752

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1342024/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1175.84
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 117572 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1175.84
Current children cumulated vsize (KiB) 121752

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1341960/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1235.54
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 123542 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1235.54
Current children cumulated vsize (KiB) 121752

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1341960/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1295.26
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 129514 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1295.26
Current children cumulated vsize (KiB) 121752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1319432/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1354.89
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 135477 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1354.89
Current children cumulated vsize (KiB) 121752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1319432/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1414.6
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 141448 12 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1414.6
Current children cumulated vsize (KiB) 121752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/85 16156
/proc/meminfo: memFree=1319368/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1474.32
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 147419 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1474.32
Current children cumulated vsize (KiB) 121752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1319368/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1534.03
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 153390 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134616936 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1534.03
Current children cumulated vsize (KiB) 121752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1319304/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1593.73
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 159360 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1593.73
Current children cumulated vsize (KiB) 121752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1319304/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1653.44
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 165331 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134616460 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1653.44
Current children cumulated vsize (KiB) 121752

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1319240/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1713.15
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 171302 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585058 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1713.15
Current children cumulated vsize (KiB) 121752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 16156
/proc/meminfo: memFree=1295496/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1772.85
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 177272 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1772.85
Current children cumulated vsize (KiB) 121752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 1.85 1.97 1.91 2/68 16176
/proc/meminfo: memFree=1601928/2055920 swapFree=4179764/4192956
[pid=16153] ppid=16151 vsize=121752 CPUtime=1800.06
/proc/16153/stat : 16153 (casperzito) R 16151 16153 15897 0 -1 4194304 25872 0 0 0 179993 13 0 0 25 0 1 0 1989908404 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/16153/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121752

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): 1809.61
CPU time (s): 1800.08
CPU user time (s): 1799.94
CPU system time (s): 0.139978
CPU usage (%): 99.4734
Max. virtual memory (cumulated for all children) (KiB): 216396

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

runsolver used 1.71074 second user time and 4.88526 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-03 20:22:32
IDJOB=1057154
IDBENCH=54001
IDSOLVER=362
FILE ID=node37/1057154-1215109351
PBS_JOBID= 7877129
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 05cdd2b4602ac29383ff8939ced15a9d
RANDOM SEED=668015115

node37.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.236
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.236
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:       1487344 kB
Buffers:         62448 kB
Cached:         289204 kB
SwapCached:       7116 kB
Active:         300744 kB
Inactive:       195132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487344 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            9948 kB
Writeback:           0 kB
Mapped:         155464 kB
Slab:            57884 kB
Committed_AS:  4114196 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node37 at 2008-07-03 20:52:43