Trace number 1069969

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.11 1813.23

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ppp:1-9-16-19.xml
MD5SUM81503c95a5922d3627111d8d3767e146
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1429.89
Satisfiable
(Un)Satisfiability was proved
Number of variables4626
Number of constraints30747
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(30747)

Solver Data (download as text)

0.00/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
1.87/1.92	c Building = 1
2.56/2.67	c [ NumberOfVariables = 4626 ]
2.56/2.67	c [ NumberOfConstraints = 30747 ]
2.56/2.67	c [ SizeOfSearchSpace(log2) = 4626 ]
2.56/2.67	c SymmetrySearch = (Timeout)
13.06/13.26	c [ Proceeding without symmetry breaking ]
13.36/13.53	c InitialPropagation = 1
13.55/13.73	c [ SizeOfSearchSpace(log2) = 4626 ]
13.55/13.73	c InitialSAC = 1
16.43/16.64	c [ SizeOfSearchSpace(log2) = 4626 ]
16.43/16.65	c Search(SampleFF) : 
142.15/143.49	c [ Sampling domwdeg ]
142.15/143.49	c [ Sampling impacts ]
142.15/143.49	c [ SamplingScores: ]
142.15/143.49	c [ domwdeg+min = 4.24663e-271 | domwdeg+rnd = 8.11215e-48 ]
142.15/143.49	c [ impacts+min = 1.02965e-138 | impacts+rnd = 2.60873e-34 ]
142.15/143.49	c [ la+min = 0 | la+rnd = 0 ]
142.15/143.49	c [ domwdeg = 4.05607e-48 | impacts = 1.30437e-34 | la = 0 ]
142.15/143.49	c [ min = 3.43216e-139 | rand = 1.30437e-34 ]
142.15/143.49	c [ restarting at (3.96356,9.52719e-263) ]
152.76/154.12	c [ restarting at (9.9089,7.25209e-217) ]
179.03/180.68	c [ restarting at (24.7722,2.02159e-174) ]
244.87/247.08	c [ restarting at (61.9306,5.52715e-76) ]
409.47/413.04	c [ restarting at (154.827,1.29943e-113) ]
820.86/827.93	c [ restarting at (387.066,1.31209e-141) ]
1504.52/1517.47	c [ restarting at (967.666,5.29947e-169) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 3898
/proc/meminfo: memFree=1645760/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=1052 CPUtime=0
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1995236527 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7017252 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 263 26 20 234 0 3 0

[startup+0.209212 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 3898
/proc/meminfo: memFree=1645760/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=8644 CPUtime=0.19
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 1284 0 0 0 19 0 0 0 19 0 1 0 1995236527 8851456 1244 996147200 134512640 135472138 4294956224 18446744073709551615 134805562 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 2161 1244 368 234 0 863 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8644

[startup+0.301076 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 3898
/proc/meminfo: memFree=1645760/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=10096 CPUtime=0.28
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 1636 0 0 0 28 0 0 0 19 0 1 0 1995236527 10338304 1596 996147200 134512640 135472138 4294956224 18446744073709551615 134807026 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 2524 1596 368 234 0 1226 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10096

[startup+0.401081 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 3898
/proc/meminfo: memFree=1645760/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=11680 CPUtime=0.38
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 2015 0 0 0 38 0 0 0 20 0 1 0 1995236527 11960320 1975 996147200 134512640 135472138 4294956224 18446744073709551615 134749046 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 2920 1975 368 234 0 1622 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 11680

[startup+0.701101 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 3898
/proc/meminfo: memFree=1645760/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=16168 CPUtime=0.67
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 3147 0 0 0 66 1 0 0 23 0 1 0 1995236527 16556032 3107 996147200 134512640 135472138 4294956224 18446744073709551615 7458588 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 4042 3107 368 234 0 2744 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 16168

[startup+1.50116 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1627192/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=28048 CPUtime=1.48
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 6113 0 0 0 145 3 0 0 25 0 1 0 1995236527 28721152 6073 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 7012 6073 368 234 0 5714 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28048

[startup+3.10126 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1581688/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=257832 CPUtime=3.06
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 32315 0 0 0 288 18 0 0 25 0 1 0 1995236527 264019968 32146 996147200 134512640 135472138 4294956224 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 64458 32146 467 234 0 63160 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 257832

[startup+6.30247 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1500288/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=272404 CPUtime=6.22
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 39326 0 0 0 601 21 0 0 25 0 1 0 1995236527 278941696 37178 996147200 134512640 135472138 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 68101 37178 468 234 0 66803 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 272404

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1473024/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=296820 CPUtime=12.56
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 48173 0 0 0 1231 25 0 0 25 0 1 0 1995236527 303943680 43557 996147200 134512640 135472138 4294956224 18446744073709551615 134538650 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 74205 43557 468 234 0 72907 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 296820

[startup+25.5067 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1509376/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240512 CPUtime=25.25
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51411 0 0 0 2498 27 0 0 25 0 1 0 1995236527 246284288 34471 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60128 34471 512 234 0 58830 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 240512

[startup+51.1014 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1508672/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240548 CPUtime=50.62
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51559 0 0 0 5034 28 0 0 25 0 1 0 1995236527 246321152 34619 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60137 34619 513 234 0 58839 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 240548

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1507584/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=101.39
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51830 0 0 0 10111 28 0 0 25 0 1 0 1995236527 246341632 34890 996147200 134512640 135472138 4294956224 18446744073709551615 134672490 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 34890 515 234 0 58844 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 240568

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1507008/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=160.88
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51952 0 0 0 16060 28 0 0 25 0 1 0 1995236527 246341632 35012 996147200 134512640 135472138 4294956224 18446744073709551615 135263234 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35012 520 234 0 58844 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 240568

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1507008/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=220.38
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51952 0 0 0 22010 28 0 0 25 0 1 0 1995236527 246341632 35012 996147200 134512640 135472138 4294956224 18446744073709551615 8318710 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35012 520 234 0 58844 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 240568

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1506944/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=279.88
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51952 0 0 0 27959 29 0 0 25 0 1 0 1995236527 246341632 35012 996147200 134512640 135472138 4294956224 18446744073709551615 134882058 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35012 520 234 0 58844 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 240568

[startup+342.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1506944/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=339.38
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51952 0 0 0 33909 29 0 0 25 0 1 0 1995236527 246341632 35012 996147200 134512640 135472138 4294956224 18446744073709551615 135262720 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35012 520 234 0 58844 0
Current children cumulated CPU time (s) 339.38
Current children cumulated vsize (KiB) 240568

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1506816/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=398.86
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51952 0 0 0 39857 29 0 0 25 0 1 0 1995236527 246341632 35012 996147200 134512640 135472138 4294956224 18446744073709551615 135262992 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35012 520 234 0 58844 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 240568

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1506752/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=458.36
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51952 0 0 0 45807 29 0 0 25 0 1 0 1995236527 246341632 35012 996147200 134512640 135472138 4294956224 18446744073709551615 8318710 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35012 520 234 0 58844 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 240568

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1506688/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=517.85
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 51756 29 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134882058 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 240568

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 3899
/proc/meminfo: memFree=1506624/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=577.34
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 57705 29 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 135234795 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 577.34
Current children cumulated vsize (KiB) 240568

[startup+642.302 s]
/proc/loadavg: 2.04 2.00 1.99 3/81 3899
/proc/meminfo: memFree=1506560/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=636.83
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 63654 29 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134945776 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 636.83
Current children cumulated vsize (KiB) 240568


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3899
/proc/meminfo: memFree=1506432/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=815.31
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 81501 30 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 815.31
Current children cumulated vsize (KiB) 240568

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3899
/proc/meminfo: memFree=1506432/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=874.81
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 87451 30 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134882058 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 874.81
Current children cumulated vsize (KiB) 240568

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3901
/proc/meminfo: memFree=1506048/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=934.29
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 93399 30 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 135234747 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 934.29
Current children cumulated vsize (KiB) 240568

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3901
/proc/meminfo: memFree=1506048/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=993.79
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 99349 30 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134578086 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 993.79
Current children cumulated vsize (KiB) 240568

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3901
/proc/meminfo: memFree=1506048/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1053.27
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 105297 30 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 135265624 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1053.27
Current children cumulated vsize (KiB) 240568

[startup+1122.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 3901
/proc/meminfo: memFree=1506048/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1112.77
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 111246 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1112.77
Current children cumulated vsize (KiB) 240568

[startup+1182.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/81 3901
/proc/meminfo: memFree=1506048/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1172.27
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 117196 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134881996 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1172.27
Current children cumulated vsize (KiB) 240568

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 3901
/proc/meminfo: memFree=1506048/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1231.76
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 123145 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134936817 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1231.76
Current children cumulated vsize (KiB) 240568

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 3901
/proc/meminfo: memFree=1505984/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1291.25
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 129094 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134672502 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1291.25
Current children cumulated vsize (KiB) 240568

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 3901
/proc/meminfo: memFree=1505984/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1350.73
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 135042 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134580304 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1350.73
Current children cumulated vsize (KiB) 240568

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 3901
/proc/meminfo: memFree=1505984/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1410.23
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 140992 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134882127 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1410.23
Current children cumulated vsize (KiB) 240568

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 3901
/proc/meminfo: memFree=1505856/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1469.71
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 146940 31 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134949486 0 0 4096 0 0 0 0 17 1 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1469.71
Current children cumulated vsize (KiB) 240568

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3958
/proc/meminfo: memFree=1579392/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1529.4
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51959 0 0 0 152907 33 0 0 25 0 1 0 1995236527 246341632 35019 996147200 134512640 135472138 4294956224 18446744073709551615 134691804 0 0 4096 0 0 0 0 17 0 0 0
/proc/3898/statm: 60142 35019 520 234 0 58844 0
Current children cumulated CPU time (s) 1529.4
Current children cumulated vsize (KiB) 240568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3958
/proc/meminfo: memFree=1579456/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1589.34
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51970 0 0 0 158901 33 0 0 25 0 1 0 1995236527 246341632 35030 996147200 134512640 135472138 4294956224 18446744073709551615 8318710 0 0 4096 0 0 0 0 17 0 0 0
/proc/3898/statm: 60142 35030 520 234 0 58844 0
Current children cumulated CPU time (s) 1589.34
Current children cumulated vsize (KiB) 240568

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3958
/proc/meminfo: memFree=1579328/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1649.3
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51970 0 0 0 164897 33 0 0 25 0 1 0 1995236527 246341632 35030 996147200 134512640 135472138 4294956224 18446744073709551615 134691091 0 0 4096 0 0 0 0 17 0 0 0
/proc/3898/statm: 60142 35030 520 234 0 58844 0
Current children cumulated CPU time (s) 1649.3
Current children cumulated vsize (KiB) 240568

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/73 3958
/proc/meminfo: memFree=1579264/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1709.25
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51970 0 0 0 170892 33 0 0 25 0 1 0 1995236527 246341632 35030 996147200 134512640 135472138 4294956224 18446744073709551615 134672506 0 0 4096 0 0 0 0 17 0 0 0
/proc/3898/statm: 60142 35030 520 234 0 58844 0
Current children cumulated CPU time (s) 1709.25
Current children cumulated vsize (KiB) 240568

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/73 3958
/proc/meminfo: memFree=1579200/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1769.19
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51970 0 0 0 176886 33 0 0 25 0 1 0 1995236527 246341632 35030 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/3898/statm: 60142 35030 520 234 0 58844 0
Current children cumulated CPU time (s) 1769.19
Current children cumulated vsize (KiB) 240568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.11 2.05 2.01 3/73 3958
/proc/meminfo: memFree=1579200/2055920 swapFree=4117484/4192956
[pid=3898] ppid=3896 vsize=240568 CPUtime=1800.07
/proc/3898/stat : 3898 (casperzito) R 3896 3898 3498 0 -1 4194304 51970 0 0 0 179974 33 0 0 25 0 1 0 1995236527 246341632 35030 996147200 134512640 135472138 4294956224 18446744073709551615 134672642 0 0 4096 0 0 0 0 17 0 0 0
/proc/3898/statm: 60142 35030 520 234 0 58844 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 240568

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): 1813.23
CPU time (s): 1800.11
CPU user time (s): 1799.75
CPU system time (s): 0.360945
CPU usage (%): 99.2764
Max. virtual memory (cumulated for all children) (KiB): 297720

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

runsolver used 1.52277 second user time and 5.16021 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 11:10:28
IDJOB=1069969
IDBENCH=55770
IDSOLVER=362
FILE ID=node30/1069969-1215162628
PBS_JOBID= 7881446
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ppp:1-9-16-19.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069969-1215162628/watcher-1069969-1215162628 -o /tmp/evaluation-result-1069969-1215162628/solver-1069969-1215162628 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1069969-1215162628.xml 1797705488 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 81503c95a5922d3627111d8d3767e146
RANDOM SEED=1797705488

node30.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.218
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.218
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:       1646240 kB
Buffers:         34140 kB
Cached:         147744 kB
SwapCached:      69444 kB
Active:         277568 kB
Inactive:        73460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646240 kB
SwapTotal:     4192956 kB
SwapFree:      4117484 kB
Dirty:            8800 kB
Writeback:           0 kB
Mapped:         182680 kB
Slab:            43648 kB
Committed_AS:  4373140 kB
PageTables:       2040 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= 66548 MiB
End job on node30 at 2008-07-04 11:40:44