Trace number 1060146

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.05 1807.31

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-9.xml
MD5SUM4b78d7f43a355b62cc35ed3e75b3d9c4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.11783
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size888
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 225 ]
0.19/0.20	c [ NumberOfConstraints = 3150 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 2185.31 ]
0.19/0.20	c SymmetrySearch = 1
0.19/0.21	c InitialPropagation = 1
0.19/0.21	c [ SizeOfSearchSpace(log2) = 2185.31 ]
0.19/0.21	c InitialSAC = 1
0.19/0.23	c [ SizeOfSearchSpace(log2) = 2185.31 ]
0.19/0.23	c Search(SampleFF) : 
87.33/88.12	c [ Sampling domwdeg ]
87.33/88.12	c [ Sampling impacts ]
87.33/88.12	c [ SamplingScores: ]
87.33/88.12	c [ domwdeg+min = 1.34196e-297 | domwdeg+rnd = 3.67002e-13 ]
87.33/88.12	c [ impacts+min = 5.16174e-186 | impacts+rnd = 1.19208e-07 ]
87.33/88.12	c [ la+min = 0 | la+rnd = 0 ]
87.33/88.12	c [ domwdeg = 1.83501e-13 | impacts = 5.96041e-08 | la = 0 ]
87.33/88.12	c [ min = 1.72058e-186 | rand = 5.96041e-08 ]
87.33/88.12	c [ restarting at (3.96356,1.1036e-227) ]
97.84/98.75	c [ restarting at (9.9089,1.92123e-230) ]
124.20/125.34	c [ restarting at (24.7722,2.65078e-233) ]
190.13/191.82	c [ restarting at (61.9306,4.35356e-217) ]
355.01/358.16	c [ restarting at (154.827,2.47658e-266) ]
766.98/773.60	c [ restarting at (387.066,3.95542e-256) ]
780.96/787.75	c [ restarting at (967.666,1.01935e-235) ]

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

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 1.99 4/80 1998
/proc/meminfo: memFree=1647168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=1052 CPUtime=0
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1991568588 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7861028 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 263 26 20 234 0 3 0

[startup+0.0698021 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1998
/proc/meminfo: memFree=1647168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=6228 CPUtime=0.05
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 664 0 0 0 5 0 0 0 18 0 1 0 1991568588 6377472 624 996147200 134512640 135472138 4294956224 18446744073709551615 4159732839 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 1557 624 368 234 0 259 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6228

[startup+0.101803 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1998
/proc/meminfo: memFree=1647168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=6624 CPUtime=0.08
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 772 0 0 0 8 0 0 0 18 0 1 0 1991568588 6782976 732 996147200 134512640 135472138 4294956224 18446744073709551615 134749013 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 1656 732 368 234 0 358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6624

[startup+0.301843 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1998
/proc/meminfo: memFree=1647168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=0.29
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2418 0 0 0 28 1 0 0 19 0 1 0 1991568588 103796736 1647 996147200 134512640 135472138 4294956224 18446744073709551615 134906046 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1647 486 234 0 24043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101364

[startup+0.701918 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1998
/proc/meminfo: memFree=1647168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=0.68
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2420 0 0 0 67 1 0 0 23 0 1 0 1991568588 103796736 1649 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1649 487 234 0 24043 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 101364

[startup+1.50106 s]
/proc/loadavg: 2.08 2.02 2.00 3/81 1999
/proc/meminfo: memFree=1642424/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=1.47
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2421 0 0 0 146 1 0 0 25 0 1 0 1991568588 103796736 1650 996147200 134512640 135472138 4294956224 18446744073709551615 135265528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1650 487 234 0 24043 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 101364

[startup+3.10233 s]
/proc/loadavg: 2.08 2.02 2.00 3/81 1999
/proc/meminfo: memFree=1642168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=3.06
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2421 0 0 0 305 1 0 0 25 0 1 0 1991568588 103796736 1650 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1650 487 234 0 24043 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 101364

[startup+6.3019 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 1999
/proc/meminfo: memFree=1642168/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=6.23
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2422 0 0 0 622 1 0 0 25 0 1 0 1991568588 103796736 1651 996147200 134512640 135472138 4294956224 18446744073709551615 134677783 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1651 487 234 0 24043 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 101364

[startup+12.702 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 1999
/proc/meminfo: memFree=1641976/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=12.58
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2424 0 0 0 1257 1 0 0 25 0 1 0 1991568588 103796736 1653 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1653 487 234 0 24043 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 101364

[startup+25.5013 s]
/proc/loadavg: 2.05 2.01 2.00 3/81 1999
/proc/meminfo: memFree=1641528/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=101364 CPUtime=25.27
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 2575 0 0 0 2526 1 0 0 25 0 1 0 1991568588 103796736 1804 996147200 134512640 135472138 4294956224 18446744073709551615 135264623 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25341 1804 487 234 0 24043 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 101364

[startup+51.1018 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 1999
/proc/meminfo: memFree=1635384/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=50.65
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4122 0 0 0 5063 2 0 0 25 0 1 0 1991568588 106094592 3351 996147200 134512640 135472138 4294956224 18446744073709551615 134691164 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3351 489 234 0 24604 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 103608

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 1999
/proc/meminfo: memFree=1634680/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=101.42
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 10140 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 103608

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634552/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=160.88
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 16086 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135264971 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 103608

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634552/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=220.37
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 22035 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 103608

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634552/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=279.86
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 27984 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135265579 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 103608

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634552/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=339.35
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 33933 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134578273 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 339.35
Current children cumulated vsize (KiB) 103608

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634616/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=398.83
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 39881 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135264940 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 103608

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634616/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=458.32
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 45830 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 458.32
Current children cumulated vsize (KiB) 103608

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634616/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=517.81
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 51779 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135262958 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 103608

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634552/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=577.3
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 57728 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134581653 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 577.3
Current children cumulated vsize (KiB) 103608

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2006
/proc/meminfo: memFree=1634488/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=636.79
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 63677 2 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135264979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 636.79
Current children cumulated vsize (KiB) 103608


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

[startup+882.302 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 2122
/proc/meminfo: memFree=1569832/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=875.46
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 87541 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 875.46
Current children cumulated vsize (KiB) 103608

[startup+942.301 s]
/proc/loadavg: 2.12 2.03 2.01 3/74 2123
/proc/meminfo: memFree=1476072/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=935.42
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 93537 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 935.42
Current children cumulated vsize (KiB) 103608

[startup+1002.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/74 2123
/proc/meminfo: memFree=1447464/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=995.39
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 99534 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135266758 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 995.39
Current children cumulated vsize (KiB) 103608

[startup+1062.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/74 2123
/proc/meminfo: memFree=1406888/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1055.37
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 105532 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 9162491 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1055.37
Current children cumulated vsize (KiB) 103608

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/74 2123
/proc/meminfo: memFree=1366312/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1115.34
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 111529 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1115.34
Current children cumulated vsize (KiB) 103608

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 2123
/proc/meminfo: memFree=1327208/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1175.31
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 117526 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134581150 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1175.31
Current children cumulated vsize (KiB) 103608

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 2123
/proc/meminfo: memFree=1292904/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1235.28
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 123523 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135267194 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1235.28
Current children cumulated vsize (KiB) 103608

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 2123
/proc/meminfo: memFree=1255080/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1295.26
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 129521 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 9162491 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1295.26
Current children cumulated vsize (KiB) 103608

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 2123
/proc/meminfo: memFree=1218088/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1355.22
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 135517 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1355.22
Current children cumulated vsize (KiB) 103608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=1178216/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1415.2
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 141515 5 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134588451 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1415.2
Current children cumulated vsize (KiB) 103608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=1129960/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1475.18
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 147512 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135264421 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1475.18
Current children cumulated vsize (KiB) 103608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=1092520/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1535.15
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 153509 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134588650 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1535.15
Current children cumulated vsize (KiB) 103608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=1060776/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1595.13
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 159507 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135262992 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1595.13
Current children cumulated vsize (KiB) 103608

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=1020520/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1655.09
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 165503 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1655.09
Current children cumulated vsize (KiB) 103608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=970472/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1715.07
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 171501 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135263209 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1715.07
Current children cumulated vsize (KiB) 103608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=918056/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1775.04
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 177498 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 134580886 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1775.04
Current children cumulated vsize (KiB) 103608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=897128/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1800.04
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 179998 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135234757 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103608

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

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 2123
/proc/meminfo: memFree=897128/2055920 swapFree=4180540/4192956
[pid=1998] ppid=1996 vsize=103608 CPUtime=1800.04
/proc/1998/stat : 1998 (casperzito) R 1996 1998 1727 0 -1 4194304 4262 0 0 0 179998 6 0 0 25 0 1 0 1991568588 106094592 3491 996147200 134512640 135472138 4294956224 18446744073709551615 135234757 0 0 4096 0 0 0 0 17 0 0 0
/proc/1998/statm: 25902 3491 490 234 0 24604 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.31
CPU time (s): 1800.05
CPU user time (s): 1799.98
CPU system time (s): 0.066989
CPU usage (%): 99.598
Max. virtual memory (cumulated for all children) (KiB): 105520

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

runsolver used 1.84372 second user time and 5.19521 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 00:59:02
IDJOB=1060146
IDBENCH=54408
IDSOLVER=362
FILE ID=node18/1060146-1215125942
PBS_JOBID= 7877259
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-9.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060146-1215125942/watcher-1060146-1215125942 -o /tmp/evaluation-result-1060146-1215125942/solver-1060146-1215125942 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1060146-1215125942.xml 1581677409 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4b78d7f43a355b62cc35ed3e75b3d9c4
RANDOM SEED=1581677409

node18.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.268
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	: 5931.00
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.268
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:       1647648 kB
Buffers:         43116 kB
Cached:         233960 kB
SwapCached:       6280 kB
Active:         206080 kB
Inactive:       141764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647648 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:          84268 kB
Slab:            45780 kB
Committed_AS:  4189756 kB
PageTables:       1868 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= 66492 MiB
End job on node18 at 2008-07-04 01:29:11