Trace number 1058902

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.09 1807.91

General information on the benchmark

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

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.68/0.72	c Building = 1
0.78/0.88	c [ NumberOfVariables = 28 ]
0.78/0.88	c [ NumberOfConstraints = 93 ]
0.78/0.88	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.78/0.88	c SymmetrySearch = 1
3.55/3.67	c InitialPropagation = 1
3.66/3.72	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.66/3.72	c InitialSAC = 1
4.15/4.21	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.15/4.21	c Search(SampleFF) : 
95.16/96.04	c [ Sampling domwdeg ]
95.16/96.04	c [ Sampling impacts ]
95.16/96.04	c [ SamplingScores: ]
95.16/96.04	c [ domwdeg+min = 7.7e-08 | domwdeg+rnd = 2.66635e-06 ]
95.16/96.04	c [ impacts+min = 2.26698e-11 | impacts+rnd = 6.52582e-11 ]
95.16/96.04	c [ la+min = 0 | la+rnd = 0 ]
95.16/96.04	c [ domwdeg = 1.37167e-06 | impacts = 4.3964e-11 | la = 0 ]
95.16/96.04	c [ min = 2.56742e-08 | rand = 4.3964e-11 ]
95.16/96.04	c [ restarting at (3.96356,2.46944e-07) ]
105.67/106.67	c [ restarting at (9.9089,3.78094e-06) ]
132.04/133.28	c [ restarting at (24.7722,1.86401e-06) ]
197.88/199.66	c [ restarting at (61.9306,3.25823e-06) ]
362.47/365.60	c [ restarting at (154.827,0.000104648) ]
533.19/537.90	c [ restarting at (387.066,4.60188e-05) ]
1643.25/1651.03	c [ restarting at (967.666,0.00160427) ]

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

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.93 1.99 1.99 4/80 19075
/proc/meminfo: memFree=1410992/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=1052 CPUtime=0
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1990890198 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 11952932 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 263 26 20 234 0 3 0

[startup+0.0947429 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 19075
/proc/meminfo: memFree=1410992/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=7088 CPUtime=0.08
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 896 0 0 0 8 0 0 0 18 0 1 0 1990890198 7258112 856 996147200 134512640 135472138 4294956224 18446744073709551615 134794235 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 1772 856 365 234 0 474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7088

[startup+0.10274 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 19075
/proc/meminfo: memFree=1410992/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=7244 CPUtime=0.08
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 935 0 0 0 8 0 0 0 18 0 1 0 1990890198 7417856 895 996147200 134512640 135472138 4294956224 18446744073709551615 134794249 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 1811 895 365 234 0 513 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7244

[startup+0.302777 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 19075
/proc/meminfo: memFree=1410992/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=11508 CPUtime=0.29
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 2001 0 0 0 28 1 0 0 19 0 1 0 1990890198 11784192 1961 996147200 134512640 135472138 4294956224 18446744073709551615 134774676 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 2877 1961 365 234 0 1579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11508

[startup+0.701839 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 19075
/proc/meminfo: memFree=1410992/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=19720 CPUtime=0.68
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 4053 0 0 0 66 2 0 0 23 0 1 0 1990890198 20193280 4013 996147200 134512640 135472138 4294956224 18446744073709551615 134794084 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 4930 4013 365 234 0 3632 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19720

[startup+1.50197 s]
/proc/loadavg: 1.93 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1363496/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=192308 CPUtime=1.47
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 23403 0 0 0 137 10 0 0 25 0 1 0 1990890198 196923392 23363 996147200 134512640 135472138 4294956224 18446744073709551615 12386002 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 48077 23363 433 234 0 46779 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 192308

[startup+3.10123 s]
/proc/loadavg: 1.93 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1280872/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=320016 CPUtime=3.06
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 47184 0 0 0 283 23 0 0 25 0 1 0 1990890198 327696384 46804 996147200 134512640 135472138 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 80004 46804 440 234 0 78706 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 320016

[startup+6.30174 s]
/proc/loadavg: 1.93 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1371496/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=6.23
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 48696 0 0 0 597 26 0 0 25 0 1 0 1990890198 139612160 10149 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10149 469 234 0 32787 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 136340

[startup+12.7018 s]
/proc/loadavg: 1.94 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1371304/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=12.57
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 48816 0 0 0 1231 26 0 0 25 0 1 0 1990890198 139612160 10269 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10269 477 234 0 32787 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 136340

[startup+25.5028 s]
/proc/loadavg: 1.95 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1370792/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=25.26
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 48928 0 0 0 2500 26 0 0 25 0 1 0 1990890198 139612160 10381 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10381 477 234 0 32787 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 136340

[startup+51.1029 s]
/proc/loadavg: 1.97 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1370792/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=50.64
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 48930 0 0 0 5038 26 0 0 25 0 1 0 1990890198 139612160 10383 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10383 479 234 0 32787 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 136340

[startup+102.305 s]
/proc/loadavg: 1.98 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1370536/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=101.4
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 48987 0 0 0 10114 26 0 0 25 0 1 0 1990890198 139612160 10440 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10440 480 234 0 32787 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 136340

[startup+162.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1370088/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=160.89
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49086 0 0 0 16063 26 0 0 25 0 1 0 1990890198 139612160 10539 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10539 480 234 0 32787 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 136340

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1369960/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=220.39
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49138 0 0 0 22012 27 0 0 25 0 1 0 1990890198 139612160 10591 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10591 480 234 0 32787 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 136340

[startup+282.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 19076
/proc/meminfo: memFree=1369960/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=279.87
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49138 0 0 0 27960 27 0 0 25 0 1 0 1990890198 139612160 10591 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10591 480 234 0 32787 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 136340

[startup+342.302 s]
/proc/loadavg: 2.07 2.00 2.00 3/81 19076
/proc/meminfo: memFree=1369896/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=339.36
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49158 0 0 0 33909 27 0 0 25 0 1 0 1990890198 139612160 10611 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10611 480 234 0 32787 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 136340

[startup+402.301 s]
/proc/loadavg: 2.09 2.02 2.00 3/81 19076
/proc/meminfo: memFree=1369896/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=398.85
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49158 0 0 0 39858 27 0 0 25 0 1 0 1990890198 139612160 10611 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10611 480 234 0 32787 0
Current children cumulated CPU time (s) 398.85
Current children cumulated vsize (KiB) 136340

[startup+462.303 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 19076
/proc/meminfo: memFree=1369896/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=458.34
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49158 0 0 0 45807 27 0 0 25 0 1 0 1990890198 139612160 10611 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10611 480 234 0 32787 0
Current children cumulated CPU time (s) 458.34
Current children cumulated vsize (KiB) 136340

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 19076
/proc/meminfo: memFree=1369768/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=517.83
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49158 0 0 0 51756 27 0 0 25 0 1 0 1990890198 139612160 10611 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10611 480 234 0 32787 0
Current children cumulated CPU time (s) 517.83
Current children cumulated vsize (KiB) 136340

[startup+582.302 s]
/proc/loadavg: 2.18 2.05 2.01 3/85 19117
/proc/meminfo: memFree=1279624/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=577.46
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49158 0 0 0 57717 29 0 0 25 0 1 0 1990890198 139612160 10611 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10611 480 234 0 32787 0
Current children cumulated CPU time (s) 577.46
Current children cumulated vsize (KiB) 136340

[startup+642.302 s]
/proc/loadavg: 2.07 2.04 2.01 3/85 19117
/proc/meminfo: memFree=1262152/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=637.35
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49158 0 0 0 63706 29 0 0 25 0 1 0 1990890198 139612160 10611 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10611 480 234 0 32787 0
Current children cumulated CPU time (s) 637.35
Current children cumulated vsize (KiB) 136340


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19117
/proc/meminfo: memFree=1240584/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=877.22
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49221 0 0 0 87693 29 0 0 25 0 1 0 1990890198 139612160 10674 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10674 480 234 0 32787 0
Current children cumulated CPU time (s) 877.22
Current children cumulated vsize (KiB) 136340

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1217160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=937.12
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49221 0 0 0 93683 29 0 0 25 0 1 0 1990890198 139612160 10674 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10674 480 234 0 32787 0
Current children cumulated CPU time (s) 937.12
Current children cumulated vsize (KiB) 136340

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1216840/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=997.09
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49296 0 0 0 99680 29 0 0 25 0 1 0 1990890198 139612160 10749 996147200 134512640 135472138 4294956224 18446744073709551615 134585288 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10749 480 234 0 32787 0
Current children cumulated CPU time (s) 997.09
Current children cumulated vsize (KiB) 136340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1216840/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1057.07
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49296 0 0 0 105677 30 0 0 25 0 1 0 1990890198 139612160 10749 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10749 480 234 0 32787 0
Current children cumulated CPU time (s) 1057.07
Current children cumulated vsize (KiB) 136340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1193160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1116.94
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49296 0 0 0 111664 30 0 0 25 0 1 0 1990890198 139612160 10749 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10749 480 234 0 32787 0
Current children cumulated CPU time (s) 1116.94
Current children cumulated vsize (KiB) 136340

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1192968/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1176.91
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 117661 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1176.91
Current children cumulated vsize (KiB) 136340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1169352/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1236.69
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 123639 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1236.69
Current children cumulated vsize (KiB) 136340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1169160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1296.66
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 129636 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1296.66
Current children cumulated vsize (KiB) 136340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1169160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1356.63
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 135633 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1356.63
Current children cumulated vsize (KiB) 136340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19117
/proc/meminfo: memFree=1169160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1416.61
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 141631 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1416.61
Current children cumulated vsize (KiB) 136340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19118
/proc/meminfo: memFree=1145160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1476.06
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 147576 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1476.06
Current children cumulated vsize (KiB) 136340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1145032/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1535.54
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 153524 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585155 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1535.54
Current children cumulated vsize (KiB) 136340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1145032/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1595.04
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 159474 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1595.04
Current children cumulated vsize (KiB) 136340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1121288/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1654.54
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 165424 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1654.54
Current children cumulated vsize (KiB) 136340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1121160/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1714.51
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 171421 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1714.51
Current children cumulated vsize (KiB) 136340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1121032/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1774.49
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 177419 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1774.49
Current children cumulated vsize (KiB) 136340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1121032/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1800.08
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 179978 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 136340

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

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19119
/proc/meminfo: memFree=1121032/2055920 swapFree=4179736/4192956
[pid=19075] ppid=19073 vsize=136340 CPUtime=1800.08
/proc/19075/stat : 19075 (casperzito) R 19073 19075 18016 0 -1 4194304 49323 0 0 0 179978 30 0 0 25 0 1 0 1990890198 139612160 10776 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/19075/statm: 34085 10776 480 234 0 32787 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 136340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.91
CPU time (s): 1800.09
CPU user time (s): 1799.78
CPU system time (s): 0.312952
CPU usage (%): 99.5675
Max. virtual memory (cumulated for all children) (KiB): 320016

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

runsolver used 1.74673 second user time and 5.11122 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 23:06:53
IDJOB=1058902
IDBENCH=54194
IDSOLVER=362
FILE ID=node69/1058902-1215119212
PBS_JOBID= 7877068
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 977aeeb2aac26fe232d05998ce5b841c
RANDOM SEED=749639427

node69.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.259
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.259
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:       1411472 kB
Buffers:         69140 kB
Cached:         383016 kB
SwapCached:       7048 kB
Active:         243212 kB
Inactive:       334200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411472 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            8712 kB
Writeback:           0 kB
Mapped:         141416 kB
Slab:            51964 kB
Committed_AS:  4644312 kB
PageTables:       2132 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= 66520 MiB
End job on node69 at 2008-07-03 23:37:03