Trace number 1093268

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zao? (TO) 1800.09 1807.53

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-1.xml
MD5SUMe314bdf1882217984545160cbeb01d02
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 benchmark40.5718
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
3.35/3.41	c Building = 1
4.15/4.29	c [ NumberOfVariables = 25 ]
4.15/4.29	c [ NumberOfConstraints = 56 ]
4.15/4.29	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.15/4.29	c SymmetrySearch = (OutOfMemory)
10.88/11.01	c [ Proceeding without symmetry breaking ]
12.27/12.49	c InitialPropagation = 1
12.36/12.54	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.36/12.54	c InitialSAC = 1
14.44/14.66	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.44/14.66	c Search(SampleFF) : 
191.76/193.56	c [ Sampling domwdeg ]
191.76/193.56	c [ Sampling impacts ]
191.76/193.56	c [ Sampling la ]
191.76/193.56	c [ SamplingScores: ]
191.76/193.56	c [ domwdeg+min = 2.41717e-06 | domwdeg+rnd = 7.82349e-06 ]
191.76/193.56	c [ impacts+min = 2.82882e-07 | impacts+rnd = 3.21597e-08 ]
191.76/193.56	c [ la+min = 4.79027e-09 | la+rnd = 1.91611e-10 ]
191.76/193.56	c [ domwdeg = 5.12033e-06 | impacts = 1.57521e-07 | la = 2.49094e-09 ]
191.76/193.56	c [ min = 9.01616e-07 | rand = 1.57521e-07 ]
191.76/193.56	c [ restarting at (0.1,1.024e-07) ]
192.95/194.73	c [ restarting at (0.25,1.024e-07) ]
194.14/195.95	c [ restarting at (0.625,5.12e-07) ]
195.93/197.76	c [ restarting at (1.5625,1.024e-06) ]
200.19/202.09	c [ restarting at (3.90625,5.7344e-06) ]
210.99/212.94	c [ restarting at (9.76562,7.18848e-06) ]
236.95/239.10	c [ restarting at (24.4141,0.000131072) ]
301.87/304.70	c [ restarting at (61.0352,0.000229376) ]
464.03/468.25	c [ restarting at (152.588,0.000392704) ]
769.18/776.10	c [ restarting at (381.47,0.00042752) ]
1722.68/1730.10	c [ restarting at (953.674,0.00175874) ]

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

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: 2.00 2.00 2.00 3/80 29537
/proc/meminfo: memFree=1387104/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=18572 CPUtime=0
/proc/29537/stat : 29537 (runsolver) R 29535 29537 29058 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003912161 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29537/statm: 4643 292 257 25 0 2626 0

[startup+0.0730331 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 29537
/proc/meminfo: memFree=1387104/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=7068 CPUtime=0.05
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 829 0 0 0 5 0 0 0 18 0 1 0 2003912161 7237632 789 996147200 134512640 135477443 4294956224 18446744073709551615 6270706 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 1767 789 365 235 0 468 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7068

[startup+0.101076 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 29537
/proc/meminfo: memFree=1387104/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=8124 CPUtime=0.08
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 1144 0 0 0 8 0 0 0 18 0 1 0 2003912161 8318976 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134799767 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 2031 1104 365 235 0 732 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8124

[startup+0.301078 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 29537
/proc/meminfo: memFree=1387104/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=12428 CPUtime=0.28
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 2204 0 0 0 27 1 0 0 19 0 1 0 2003912161 12726272 2164 996147200 134512640 135477443 4294956224 18446744073709551615 134784368 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 3107 2164 365 235 0 1808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12428

[startup+0.701152 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 29537
/proc/meminfo: memFree=1387104/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=21496 CPUtime=0.68
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 4469 0 0 0 65 3 0 0 23 0 1 0 2003912161 22011904 4429 996147200 134512640 135477443 4294956224 18446744073709551615 134780942 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 5374 4429 365 235 0 4075 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21496

[startup+1.50131 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1364376/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=41124 CPUtime=1.47
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 9379 0 0 0 141 6 0 0 25 0 1 0 2003912161 42110976 9339 996147200 134512640 135477443 4294956224 18446744073709551615 134799329 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 10281 9339 365 235 0 8982 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41124

[startup+3.10163 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1338584/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=77268 CPUtime=3.06
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 18425 0 0 0 295 11 0 0 25 0 1 0 2003912161 79122432 18385 996147200 134512640 135477443 4294956224 18446744073709551615 134780678 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 19317 18385 365 235 0 18018 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 77268

[startup+6.30126 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1104536/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=483216 CPUtime=6.23
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 92325 0 0 0 577 46 0 0 25 0 1 0 2003912161 494813184 92285 996147200 134512640 135477443 4294956224 18446744073709551615 6264443 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 120804 92285 433 235 0 119505 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 483216

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=650648/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=12.56
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184469 0 0 0 1156 100 0 0 25 0 1 0 2003912161 290357248 42282 996147200 134512640 135477443 4294956224 18446744073709551615 134600916 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42282 464 235 0 69589 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 283552

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1218392/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=25.25
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184605 0 0 0 2424 101 0 0 25 0 1 0 2003912161 290357248 42418 996147200 134512640 135477443 4294956224 18446744073709551615 134600957 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42418 476 235 0 69589 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 283552

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217752/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=50.62
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184795 0 0 0 4961 101 0 0 25 0 1 0 2003912161 290357248 42608 996147200 134512640 135477443 4294956224 18446744073709551615 135268214 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42608 486 235 0 69589 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 283552

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217560/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=101.36
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184795 0 0 0 10035 101 0 0 25 0 1 0 2003912161 290357248 42608 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42608 486 235 0 69589 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 283552

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217560/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=160.84
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184795 0 0 0 15983 101 0 0 25 0 1 0 2003912161 290357248 42608 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42608 486 235 0 69589 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 283552

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217368/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=220.3
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 21928 102 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 283552

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=279.77
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 27875 102 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 279.77
Current children cumulated vsize (KiB) 283552

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=339.23
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 33821 102 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590180 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 339.23
Current children cumulated vsize (KiB) 283552

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=398.7
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 39768 102 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 398.7
Current children cumulated vsize (KiB) 283552

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=458.17
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 45714 103 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 458.17
Current children cumulated vsize (KiB) 283552

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=517.64
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 51661 103 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134600834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 517.64
Current children cumulated vsize (KiB) 283552

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=577.11
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 57608 103 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 577.11
Current children cumulated vsize (KiB) 283552

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29538
/proc/meminfo: memFree=1217176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=636.58
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 63555 103 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134600851 0 0 4096 0 0 0 0 17 1 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 636.58
Current children cumulated vsize (KiB) 283552


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583368/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=875.29
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 87424 105 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 875.29
Current children cumulated vsize (KiB) 283552

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583304/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=935.27
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 93422 105 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 935.27
Current children cumulated vsize (KiB) 283552

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583304/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=995.23
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 99418 105 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134600938 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 995.23
Current children cumulated vsize (KiB) 283552

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583304/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1055.21
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184842 0 0 0 105416 105 0 0 25 0 1 0 2003912161 290357248 42655 996147200 134512640 135477443 4294956224 18446744073709551615 134600916 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42655 487 235 0 69589 0
Current children cumulated CPU time (s) 1055.21
Current children cumulated vsize (KiB) 283552

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583304/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1115.18
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184843 0 0 0 111413 105 0 0 25 0 1 0 2003912161 290357248 42656 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42656 487 235 0 69589 0
Current children cumulated CPU time (s) 1115.18
Current children cumulated vsize (KiB) 283552

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583304/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1175.15
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184843 0 0 0 117410 105 0 0 25 0 1 0 2003912161 290357248 42656 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42656 487 235 0 69589 0
Current children cumulated CPU time (s) 1175.15
Current children cumulated vsize (KiB) 283552

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583176/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1235.12
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184850 0 0 0 123407 105 0 0 25 0 1 0 2003912161 290357248 42663 996147200 134512640 135477443 4294956224 18446744073709551615 134600912 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42663 487 235 0 69589 0
Current children cumulated CPU time (s) 1235.12
Current children cumulated vsize (KiB) 283552

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583048/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1295.1
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184850 0 0 0 129405 105 0 0 25 0 1 0 2003912161 290357248 42663 996147200 134512640 135477443 4294956224 18446744073709551615 134600845 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42663 487 235 0 69589 0
Current children cumulated CPU time (s) 1295.1
Current children cumulated vsize (KiB) 283552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1583048/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1355.06
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184850 0 0 0 135401 105 0 0 25 0 1 0 2003912161 290357248 42663 996147200 134512640 135477443 4294956224 18446744073709551615 134590134 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42663 487 235 0 69589 0
Current children cumulated CPU time (s) 1355.06
Current children cumulated vsize (KiB) 283552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1582984/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1415.04
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184850 0 0 0 141399 105 0 0 25 0 1 0 2003912161 290357248 42663 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42663 487 235 0 69589 0
Current children cumulated CPU time (s) 1415.04
Current children cumulated vsize (KiB) 283552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1582984/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1475
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184850 0 0 0 147395 105 0 0 25 0 1 0 2003912161 290357248 42663 996147200 134512640 135477443 4294956224 18446744073709551615 134600879 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42663 487 235 0 69589 0
Current children cumulated CPU time (s) 1475
Current children cumulated vsize (KiB) 283552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1582728/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1534.97
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 153392 105 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1534.97
Current children cumulated vsize (KiB) 283552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1582728/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1594.94
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 159389 105 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1594.94
Current children cumulated vsize (KiB) 283552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1582664/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1654.92
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 165386 106 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1654.92
Current children cumulated vsize (KiB) 283552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29582
/proc/meminfo: memFree=1582280/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1714.89
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 171383 106 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1714.89
Current children cumulated vsize (KiB) 283552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29582
/proc/meminfo: memFree=1582280/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1774.86
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 177380 106 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1774.86
Current children cumulated vsize (KiB) 283552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29582
/proc/meminfo: memFree=1582280/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1800.05
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 179899 106 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 283552

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29582
/proc/meminfo: memFree=1582280/2055920 swapFree=4179472/4192956
[pid=29537] ppid=29535 vsize=283552 CPUtime=1800.05
/proc/29537/stat : 29537 (casperzao) R 29535 29537 29058 0 -1 4194304 184894 0 0 0 179899 106 0 0 25 0 1 0 2003912161 290357248 42707 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/29537/statm: 70888 42707 487 235 0 69589 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 283552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.53
CPU time (s): 1800.09
CPU user time (s): 1799
CPU system time (s): 1.09083
CPU usage (%): 99.588
Max. virtual memory (cumulated for all children) (KiB): 861008

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

runsolver used 2.05669 second user time and 5.32419 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 11:16:05
IDJOB=1093268
IDBENCH=58694
IDSOLVER=361
FILE ID=node1/1093268-1215249363
PBS_JOBID= 7882020
Free space on /tmp= 66456 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-1.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093268-1215249363/watcher-1093268-1215249363 -o /tmp/evaluation-result-1093268-1215249363/solver-1093268-1215249363 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1093268-1215249363.xml 1957587769 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e314bdf1882217984545160cbeb01d02
RANDOM SEED=1957587769

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:       1387520 kB
Buffers:         13944 kB
Cached:         175764 kB
SwapCached:       7288 kB
Active:         577300 kB
Inactive:        39124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387520 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:           33508 kB
Writeback:           0 kB
Mapped:         440520 kB
Slab:            36444 kB
Committed_AS:  4018004 kB
PageTables:       2656 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= 66484 MiB
End job on node1 at 2008-07-05 11:46:15