Trace number 1081810

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.07 1812.12

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-48.xml
MD5SUM2954e4929c1ef5c3af61301ca56f5bd2
Bench Category2-ARY-INT (binary constraints in intension)
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 variables2304
Number of constraints54191
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension54191
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
1.57/1.68	c Building = 1
1.87/1.92	c [ NumberOfVariables = 2304 ]
1.87/1.92	c [ NumberOfConstraints = 54191 ]
1.87/1.93	c [ SizeOfSearchSpace(log2) = 12867.8 ]
1.87/1.93	c SymmetrySearch = 1
6.43/6.60	c InitialPropagation = 1
6.52/6.68	c [ SizeOfSearchSpace(log2) = 12867.8 ]
6.52/6.68	c InitialSAC = 1
6.92/7.02	c [ SizeOfSearchSpace(log2) = 12867.8 ]
6.92/7.03	c Search(DomWDeg) = 

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

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 4/81 32129
/proc/meminfo: memFree=1628952/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=1052 CPUtime=0
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 644850685 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 5534500 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 263 26 20 234 0 3 0

[startup+0.064789 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32129
/proc/meminfo: memFree=1628952/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=6308 CPUtime=0.05
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 679 0 0 0 5 0 0 0 18 0 1 0 644850685 6459392 639 996147200 134512640 135472138 4294956224 18446744073709551615 5967280 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 1577 639 373 234 0 279 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6308

[startup+0.101789 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32129
/proc/meminfo: memFree=1628952/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=6572 CPUtime=0.09
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 774 0 0 0 9 0 0 0 18 0 1 0 644850685 6729728 734 996147200 134512640 135472138 4294956224 18446744073709551615 4158917376 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 1643 734 373 234 0 345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6572

[startup+0.301809 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32129
/proc/meminfo: memFree=1628952/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=8552 CPUtime=0.28
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 1249 0 0 0 28 0 0 0 19 0 1 0 644850685 8757248 1209 996147200 134512640 135472138 4294956224 18446744073709551615 5975809 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 2138 1209 373 234 0 840 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8552

[startup+0.701852 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32129
/proc/meminfo: memFree=1628952/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=12116 CPUtime=0.68
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 2160 0 0 0 68 0 0 0 23 0 1 0 644850685 12406784 2120 996147200 134512640 135472138 4294956224 18446744073709551615 134749049 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 3029 2120 373 234 0 1731 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12116

[startup+1.50193 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32130
/proc/meminfo: memFree=1619216/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=19244 CPUtime=1.47
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 3925 0 0 0 145 2 0 0 25 0 1 0 644850685 19705856 3885 996147200 134512640 135472138 4294956224 18446744073709551615 5969498 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 4811 3885 373 234 0 3513 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19244

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32130
/proc/meminfo: memFree=1560656/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=158900 CPUtime=3.05
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 19441 0 0 0 297 8 0 0 25 0 1 0 644850685 162713600 19269 996147200 134512640 135472138 4294956224 18446744073709551615 134534238 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 39725 19269 458 234 0 38427 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 158900

[startup+6.3024 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32130
/proc/meminfo: memFree=1552016/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=158900 CPUtime=6.23
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 20058 0 0 0 614 9 0 0 25 0 1 0 644850685 162713600 19846 996147200 134512640 135472138 4294956224 18446744073709551615 134534922 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 39725 19846 458 234 0 38427 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 158900

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32130
/proc/meminfo: memFree=1574608/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182716 CPUtime=12.57
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21466 0 0 0 1247 10 0 0 25 0 1 0 644850685 187101184 14003 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45679 14003 490 234 0 44381 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 182716

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32130
/proc/meminfo: memFree=1574544/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182716 CPUtime=25.26
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21512 0 0 0 2516 10 0 0 25 0 1 0 644850685 187101184 14049 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45679 14049 490 234 0 44381 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 182716

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32132
/proc/meminfo: memFree=1574160/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182720 CPUtime=50.63
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21617 0 0 0 5053 10 0 0 25 0 1 0 644850685 187105280 14154 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45680 14154 490 234 0 44382 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 182720

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32132
/proc/meminfo: memFree=1573840/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=101.39
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21678 0 0 0 10128 11 0 0 25 0 1 0 644850685 187109376 14215 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14215 490 234 0 44383 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 182724

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32132
/proc/meminfo: memFree=1573712/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=160.87
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21680 0 0 0 16076 11 0 0 25 0 1 0 644850685 187109376 14217 996147200 134512640 135472138 4294956224 18446744073709551615 135202712 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14217 490 234 0 44383 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 182724

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32132
/proc/meminfo: memFree=1573392/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=220.35
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21727 0 0 0 22024 11 0 0 25 0 1 0 644850685 187109376 14264 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14264 490 234 0 44383 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 182724

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32132
/proc/meminfo: memFree=1573392/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=279.85
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21727 0 0 0 27974 11 0 0 25 0 1 0 644850685 187109376 14264 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14264 490 234 0 44383 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 182724

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32132
/proc/meminfo: memFree=1573328/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=339.34
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21727 0 0 0 33922 12 0 0 25 0 1 0 644850685 187109376 14264 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14264 490 234 0 44383 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 182724

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1573328/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=398.8
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21727 0 0 0 39868 12 0 0 25 0 1 0 644850685 187109376 14264 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14264 490 234 0 44383 0
Current children cumulated CPU time (s) 398.8
Current children cumulated vsize (KiB) 182724

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1573200/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=458.29
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21766 0 0 0 45817 12 0 0 25 0 1 0 644850685 187109376 14303 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14303 490 234 0 44383 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 182724

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1573136/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=517.78
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21766 0 0 0 51766 12 0 0 25 0 1 0 644850685 187109376 14303 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14303 490 234 0 44383 0
Current children cumulated CPU time (s) 517.78
Current children cumulated vsize (KiB) 182724

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1573136/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=577.27
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21766 0 0 0 57715 12 0 0 25 0 1 0 644850685 187109376 14303 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14303 490 234 0 44383 0
Current children cumulated CPU time (s) 577.27
Current children cumulated vsize (KiB) 182724

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1573136/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=636.76
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21770 0 0 0 63664 12 0 0 25 0 1 0 644850685 187109376 14307 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14307 490 234 0 44383 0
Current children cumulated CPU time (s) 636.76
Current children cumulated vsize (KiB) 182724


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572944/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182724 CPUtime=874.72
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21770 0 0 0 87460 12 0 0 25 0 1 0 644850685 187109376 14307 996147200 134512640 135472138 4294956224 18446744073709551615 135202760 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45681 14307 490 234 0 44383 0
Current children cumulated CPU time (s) 874.72
Current children cumulated vsize (KiB) 182724

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572816/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=934.22
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21815 0 0 0 93410 12 0 0 25 0 1 0 644850685 187113472 14352 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14352 490 234 0 44384 0
Current children cumulated CPU time (s) 934.22
Current children cumulated vsize (KiB) 182728

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572816/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=993.7
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21815 0 0 0 99358 12 0 0 25 0 1 0 644850685 187113472 14352 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14352 490 234 0 44384 0
Current children cumulated CPU time (s) 993.7
Current children cumulated vsize (KiB) 182728

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572752/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1053.19
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21817 0 0 0 105307 12 0 0 25 0 1 0 644850685 187113472 14354 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14354 490 234 0 44384 0
Current children cumulated CPU time (s) 1053.19
Current children cumulated vsize (KiB) 182728

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572752/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1112.68
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21817 0 0 0 111256 12 0 0 25 0 1 0 644850685 187113472 14354 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14354 490 234 0 44384 0
Current children cumulated CPU time (s) 1112.68
Current children cumulated vsize (KiB) 182728

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572752/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1172.18
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21820 0 0 0 117205 13 0 0 25 0 1 0 644850685 187113472 14357 996147200 134512640 135472138 4294956224 18446744073709551615 135202661 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14357 490 234 0 44384 0
Current children cumulated CPU time (s) 1172.18
Current children cumulated vsize (KiB) 182728

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572624/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1231.68
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21820 0 0 0 123155 13 0 0 25 0 1 0 644850685 187113472 14357 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14357 490 234 0 44384 0
Current children cumulated CPU time (s) 1231.68
Current children cumulated vsize (KiB) 182728

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572560/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1291.17
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21821 0 0 0 129104 13 0 0 25 0 1 0 644850685 187113472 14358 996147200 134512640 135472138 4294956224 18446744073709551615 135202698 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14358 490 234 0 44384 0
Current children cumulated CPU time (s) 1291.17
Current children cumulated vsize (KiB) 182728

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32138
/proc/meminfo: memFree=1572560/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1350.66
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21821 0 0 0 135053 13 0 0 25 0 1 0 644850685 187113472 14358 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/32129/statm: 45682 14358 490 234 0 44384 0
Current children cumulated CPU time (s) 1350.66
Current children cumulated vsize (KiB) 182728

[startup+1422.31 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1586072/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1410.45
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21821 0 0 0 141032 13 0 0 25 0 1 0 644850685 187113472 14358 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14358 490 234 0 44384 0
Current children cumulated CPU time (s) 1410.45
Current children cumulated vsize (KiB) 182728

[startup+1482.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1580120/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1470.41
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21821 0 0 0 147028 13 0 0 25 0 1 0 644850685 187113472 14358 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14358 490 234 0 44384 0
Current children cumulated CPU time (s) 1470.41
Current children cumulated vsize (KiB) 182728

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1573784/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1530.38
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21822 0 0 0 153025 13 0 0 25 0 1 0 644850685 187113472 14359 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14359 490 234 0 44384 0
Current children cumulated CPU time (s) 1530.38
Current children cumulated vsize (KiB) 182728

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1570264/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1590.36
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21822 0 0 0 159022 14 0 0 25 0 1 0 644850685 187113472 14359 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14359 490 234 0 44384 0
Current children cumulated CPU time (s) 1590.36
Current children cumulated vsize (KiB) 182728

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1567064/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1650.32
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21822 0 0 0 165018 14 0 0 25 0 1 0 644850685 187113472 14359 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14359 490 234 0 44384 0
Current children cumulated CPU time (s) 1650.32
Current children cumulated vsize (KiB) 182728

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1560984/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1710.29
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21823 0 0 0 171015 14 0 0 25 0 1 0 644850685 187113472 14360 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14360 490 234 0 44384 0
Current children cumulated CPU time (s) 1710.29
Current children cumulated vsize (KiB) 182728

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1560792/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1770.26
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21823 0 0 0 177012 14 0 0 25 0 1 0 644850685 187113472 14360 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14360 490 234 0 44384 0
Current children cumulated CPU time (s) 1770.26
Current children cumulated vsize (KiB) 182728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1560536/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1800.04
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21823 0 0 0 179990 14 0 0 25 0 1 0 644850685 187113472 14360 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14360 490 234 0 44384 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 182728

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

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

[startup+1812.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 32190
/proc/meminfo: memFree=1560536/2055920 swapFree=4157868/4192956
[pid=32129] ppid=32127 vsize=182728 CPUtime=1800.04
/proc/32129/stat : 32129 (casperzito) R 32127 32129 31425 0 -1 4194304 21823 0 0 0 179990 14 0 0 25 0 1 0 644850685 187113472 14360 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/32129/statm: 45682 14360 490 234 0 44384 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 182728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.12
CPU time (s): 1800.07
CPU user time (s): 1799.91
CPU system time (s): 0.157975
CPU usage (%): 99.335
Max. virtual memory (cumulated for all children) (KiB): 182728

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

runsolver used 1.83672 second user time and 5.2672 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 02:54:36
IDJOB=1081810
IDBENCH=57142
IDSOLVER=362
FILE ID=node60/1081810-1215219275
PBS_JOBID= 7881784
Free space on /tmp= 66480 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-48.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081810-1215219275/watcher-1081810-1215219275 -o /tmp/evaluation-result-1081810-1215219275/solver-1081810-1215219275 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1081810-1215219275.xml 148264305 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2954e4929c1ef5c3af61301ca56f5bd2
RANDOM SEED=148264305

node60.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.216
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.216
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:       1629432 kB
Buffers:         64208 kB
Cached:         237268 kB
SwapCached:      29276 kB
Active:         231760 kB
Inactive:       138524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629432 kB
SwapTotal:     4192956 kB
SwapFree:      4157868 kB
Dirty:            9620 kB
Writeback:           0 kB
Mapped:          84592 kB
Slab:            41100 kB
Committed_AS:  1199004 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= 66476 MiB
End job on node60 at 2008-07-05 03:24:50