Trace number 1086159

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.04 1810.03

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-5.xml
MD5SUMd08e5d47ef9f1649c292e6df05982746
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1265
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.79/0.83	c Building = 1
1.49/1.53	c [ NumberOfVariables = 2750 ]
1.49/1.53	c [ NumberOfConstraints = 23154 ]
1.49/1.58	c [ SizeOfSearchSpace(log2) = 24523 ]
1.49/1.58	c SymmetrySearch = 1
7.03/7.12	c InitialPropagation = 1
7.13/7.20	c [ SizeOfSearchSpace(log2) = 24465 ]
7.13/7.20	c InitialSAC = (Timeout)
10.12/10.28	c [ SizeOfSearchSpace(log2) = 24463.2 ]
10.21/10.35	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-1086159-1215237799/watcher-1086159-1215237799 -o /tmp/evaluation-result-1086159-1215237799/solver-1086159-1215237799 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1086159-1215237799.xml 774739808 

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.85 2.00 1.99 4/74 31772
/proc/meminfo: memFree=786496/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=5348 CPUtime=0
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 646700059 5476352 191 996147200 134512640 135472138 4294956224 18446744073709551615 6757240 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 1337 191 157 234 0 27 0

[startup+0.100443 s]
/proc/loadavg: 1.85 2.00 1.99 4/74 31772
/proc/meminfo: memFree=786496/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=6896 CPUtime=0.08
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 828 0 0 0 8 0 0 0 18 0 1 0 646700059 7061504 788 996147200 134512640 135472138 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 1724 788 368 234 0 426 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6896

[startup+0.20245 s]
/proc/loadavg: 1.85 2.00 1.99 4/74 31772
/proc/meminfo: memFree=786496/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=8216 CPUtime=0.19
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 1170 0 0 0 18 1 0 0 18 0 1 0 646700059 8413184 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134749019 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 2054 1130 368 234 0 756 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8216

[startup+0.301453 s]
/proc/loadavg: 1.85 2.00 1.99 4/74 31772
/proc/meminfo: memFree=786496/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=9536 CPUtime=0.29
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 1498 0 0 0 28 1 0 0 19 0 1 0 646700059 9764864 1458 996147200 134512640 135472138 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 2384 1458 368 234 0 1086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9536

[startup+0.701492 s]
/proc/loadavg: 1.85 2.00 1.99 4/74 31772
/proc/meminfo: memFree=786496/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=14684 CPUtime=0.68
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 2796 0 0 0 66 2 0 0 23 0 1 0 646700059 15036416 2756 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 3671 2756 368 234 0 2373 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14684

[startup+1.50158 s]
/proc/loadavg: 1.86 2.00 1.99 3/75 31773
/proc/meminfo: memFree=719544/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=301892 CPUtime=1.49
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 36255 0 0 0 125 24 0 0 25 0 1 0 646700059 309137408 36215 996147200 134512640 135472138 4294956224 18446744073709551615 134588475 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75473 36217 422 234 0 74175 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 301892

[startup+3.10173 s]
/proc/loadavg: 1.86 2.00 1.99 2/73 31774
/proc/meminfo: memFree=707144/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=338616 CPUtime=3.07
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 43104 0 0 0 281 26 0 0 25 0 1 0 646700059 346742784 42899 996147200 134512640 135472138 4294956224 18446744073709551615 134534349 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 84654 42899 457 234 0 83356 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 338616

[startup+6.30106 s]
/proc/loadavg: 1.86 2.00 1.99 4/82 31809
/proc/meminfo: memFree=709632/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=338616 CPUtime=6.24
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 43587 0 0 0 596 28 0 0 25 0 1 0 646700059 346742784 43336 996147200 134512640 135472138 4294956224 18446744073709551615 134535920 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 84654 43336 457 234 0 83356 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 338616

[startup+12.7017 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 31809
/proc/meminfo: memFree=648832/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=12.61
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44365 0 2 0 1233 28 0 0 25 0 1 0 646700059 310890496 37757 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 37757 511 234 0 74603 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 303604

[startup+25.502 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 31809
/proc/meminfo: memFree=648384/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=25.36
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44466 0 2 0 2507 29 0 0 25 0 1 0 646700059 310890496 37858 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 37858 511 234 0 74603 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 303604

[startup+51.1026 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 31813
/proc/meminfo: memFree=558080/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=50.83
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44560 0 2 0 5054 29 0 0 25 0 1 0 646700059 310890496 37952 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 37952 511 234 0 74603 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 303604

[startup+102.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 31813
/proc/meminfo: memFree=557696/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=101.79
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44642 0 2 0 10150 29 0 0 25 0 1 0 646700059 310890496 38034 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38034 511 234 0 74603 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 303604

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 31813
/proc/meminfo: memFree=556544/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=161.49
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44892 0 2 0 16120 29 0 0 25 0 1 0 646700059 310890496 38284 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38284 511 234 0 74603 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 303604

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 31813
/proc/meminfo: memFree=556544/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=221.21
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44892 0 2 0 22092 29 0 0 25 0 1 0 646700059 310890496 38284 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38284 511 234 0 74603 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 303604

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=556544/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=280.92
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44892 0 2 0 28063 29 0 0 25 0 1 0 646700059 310890496 38284 996147200 134512640 135472138 4294956224 18446744073709551615 134581693 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38284 511 234 0 74603 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 303604

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=556544/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=340.63
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44892 0 2 0 34034 29 0 0 25 0 1 0 646700059 310890496 38284 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38284 511 234 0 74603 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 303604

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=556352/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=400.34
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 44947 0 2 0 40005 29 0 0 25 0 1 0 646700059 310890496 38339 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38339 511 234 0 74603 0
Current children cumulated CPU time (s) 400.34
Current children cumulated vsize (KiB) 303604

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555968/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=460.05
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 45976 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 460.05
Current children cumulated vsize (KiB) 303604

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555904/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=519.76
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 51947 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 519.76
Current children cumulated vsize (KiB) 303604

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555904/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=579.47
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 57918 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 579.47
Current children cumulated vsize (KiB) 303604

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555840/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=639.19
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 63890 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 639.19
Current children cumulated vsize (KiB) 303604


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

[startup+882.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555584/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=878.04
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 87775 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 878.04
Current children cumulated vsize (KiB) 303604

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555584/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=937.75
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 93746 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 937.75
Current children cumulated vsize (KiB) 303604

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555584/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=997.46
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 99717 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202670 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 997.46
Current children cumulated vsize (KiB) 303604

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555520/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1057.17
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 105688 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1057.17
Current children cumulated vsize (KiB) 303604

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555520/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1116.89
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 111660 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1116.89
Current children cumulated vsize (KiB) 303604

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555520/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1176.59
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 117630 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1176.59
Current children cumulated vsize (KiB) 303604

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555264/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1236.3
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 123601 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1236.3
Current children cumulated vsize (KiB) 303604

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555200/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1296.02
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 129573 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1296.02
Current children cumulated vsize (KiB) 303604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31813
/proc/meminfo: memFree=555200/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1355.73
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 135544 29 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202661 0 0 4096 0 0 0 0 17 1 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1355.73
Current children cumulated vsize (KiB) 303604

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665600/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1415.27
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 141497 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1415.27
Current children cumulated vsize (KiB) 303604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665600/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1474.81
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 147451 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1474.81
Current children cumulated vsize (KiB) 303604

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665536/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1534.35
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 153405 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1534.35
Current children cumulated vsize (KiB) 303604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665472/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1593.89
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 159359 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1593.89
Current children cumulated vsize (KiB) 303604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665472/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1653.43
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 165313 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1653.43
Current children cumulated vsize (KiB) 303604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665408/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1712.97
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 171267 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1712.97
Current children cumulated vsize (KiB) 303604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665344/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1772.51
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 177221 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202641 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1772.51
Current children cumulated vsize (KiB) 303604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665344/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1800
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 179970 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 303604

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

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

[startup+1810 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31840
/proc/meminfo: memFree=665344/2055920 swapFree=4176992/4192956
[pid=31772] ppid=31770 vsize=303604 CPUtime=1800
/proc/31772/stat : 31772 (casperzito) R 31770 31772 31735 0 -1 4194304 45032 0 2 0 179970 30 0 0 25 0 1 0 646700059 310890496 38424 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/31772/statm: 75901 38424 511 234 0 74603 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 303604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.03
CPU time (s): 1800.04
CPU user time (s): 1799.7
CPU system time (s): 0.333949
CPU usage (%): 99.4478
Max. virtual memory (cumulated for all children) (KiB): 338616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45032
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 51201

runsolver used 1.77773 second user time and 4.81727 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 08:03:19
IDJOB=1086159
IDBENCH=57767
IDSOLVER=362
FILE ID=node84/1086159-1215237799
PBS_JOBID= 7881979
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-5.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086159-1215237799/watcher-1086159-1215237799 -o /tmp/evaluation-result-1086159-1215237799/solver-1086159-1215237799 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1086159-1215237799.xml 774739808 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d08e5d47ef9f1649c292e6df05982746
RANDOM SEED=774739808

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        786928 kB
Buffers:         33636 kB
Cached:        1080560 kB
SwapCached:      10116 kB
Active:         270648 kB
Inactive:       947636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        786928 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            6316 kB
Writeback:           0 kB
Mapped:         111560 kB
Slab:            35716 kB
Committed_AS:  1272296 kB
PageTables:       2056 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 node84 at 2008-07-05 08:33:31