Trace number 1059558

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 1802.61

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-7-fair.xml
MD5SUM6cf636791860df358abcd7e864103e36
Bench CategoryN-ARY-INT (n-ary 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 variables18639
Number of constraints17647
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17647
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.02	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.02	c Parsing = 1
0.78/0.86	c Building = 1
0.88/0.97	c [ NumberOfVariables = 18639 ]
0.88/0.97	c [ NumberOfConstraints = 17647 ]
0.88/0.98	c [ SizeOfSearchSpace(log2) = 232573 ]
0.88/0.98	c SymmetrySearch = 1
1.57/1.61	c InitialPropagation = 1
1.57/1.67	c [ SizeOfSearchSpace(log2) = 11164.5 ]
1.57/1.67	c InitialSAC = (Timeout)
4.84/4.92	c [ SizeOfSearchSpace(log2) = 10283.8 ]
4.84/4.93	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-1059558-1215123874/watcher-1059558-1215123874 -o /tmp/evaluation-result-1059558-1215123874/solver-1059558-1215123874 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1059558-1215123874.xml 1948656960 

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/80 5743
/proc/meminfo: memFree=1451640/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=8012 CPUtime=0.2
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 1103 0 0 0 19 1 0 0 19 0 1 0 1542062504 8204288 1063 996147200 134512640 135472138 4294956224 18446744073709551615 10161798 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 2003 1063 373 234 0 705 0

[startup+0.306346 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 5743
/proc/meminfo: memFree=1451640/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=8936 CPUtime=0.3
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 1356 0 0 0 29 1 0 0 20 0 1 0 1542062504 9150464 1316 996147200 134512640 135472138 4294956224 18446744073709551615 4158884493 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 2234 1316 373 234 0 936 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8936

[startup+0.402356 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 5743
/proc/meminfo: memFree=1451640/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=9992 CPUtime=0.39
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 1601 0 0 0 38 1 0 0 20 0 1 0 1542062504 10231808 1561 996147200 134512640 135472138 4294956224 18446744073709551615 10128830 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 2498 1561 373 234 0 1200 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9992

[startup+0.502374 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 5743
/proc/meminfo: memFree=1451640/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=10916 CPUtime=0.49
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 1853 0 0 0 48 1 0 0 21 0 1 0 1542062504 11177984 1813 996147200 134512640 135472138 4294956224 18446744073709551615 134785286 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 2729 1813 373 234 0 1431 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10916

[startup+0.701391 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 5743
/proc/meminfo: memFree=1451640/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=12896 CPUtime=0.69
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 2334 0 0 0 67 2 0 0 23 0 1 0 1542062504 13205504 2294 996147200 134512640 135472138 4294956224 18446744073709551615 10137366 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 3224 2294 373 234 0 1926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12896

[startup+1.50146 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5744
/proc/meminfo: memFree=1421168/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=119308 CPUtime=1.47
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 8106 0 0 0 141 6 0 0 25 0 1 0 1542062504 122171392 8046 996147200 134512640 135472138 4294956224 18446744073709551615 134535436 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 29827 8046 459 234 0 28529 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 119308

[startup+3.10163 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5744
/proc/meminfo: memFree=1426224/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=3.05
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 8859 0 0 0 299 6 0 0 25 0 1 0 1542062504 111448064 6786 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 27209 6786 481 234 0 25911 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 108836

[startup+6.30196 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5744
/proc/meminfo: memFree=1423792/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=6.23
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 9465 0 0 0 616 7 0 0 25 0 1 0 1542062504 111448064 7392 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 27209 7392 512 234 0 25911 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 108836

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5744
/proc/meminfo: memFree=1422256/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=12.57
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 9845 0 0 0 1250 7 0 0 25 0 1 0 1542062504 111448064 7772 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 27209 7772 512 234 0 25911 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 108836

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5744
/proc/meminfo: memFree=1422128/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=25.25
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 9911 0 0 0 2518 7 0 0 25 0 1 0 1542062504 111448064 7838 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 27209 7838 512 234 0 25911 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 108836

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5744
/proc/meminfo: memFree=1418800/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=50.61
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 10744 0 0 0 5053 8 0 0 25 0 1 0 1542062504 111448064 8671 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/5743/statm: 27209 8671 512 234 0 25911 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 108836

[startup+102.302 s]
/proc/loadavg: 1.92 1.98 1.99 2/71 5747
/proc/meminfo: memFree=1527744/2055920 swapFree=4122656/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=101.34
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 10883 0 0 0 10125 9 0 0 25 0 1 0 1542062504 111448064 8810 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 8810 512 234 0 25911 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 108836

[startup+162.302 s]
/proc/loadavg: 1.90 1.96 1.98 3/73 5807
/proc/meminfo: memFree=1378416/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=161.26
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 11639 0 0 0 16115 11 0 0 25 0 1 0 1542062504 111448064 9566 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 9566 512 234 0 25911 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 108836

[startup+222.302 s]
/proc/loadavg: 1.96 1.96 1.98 3/73 5807
/proc/meminfo: memFree=1377456/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=221.2
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 11869 0 0 0 22109 11 0 0 25 0 1 0 1542062504 111448064 9796 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 9796 512 234 0 25911 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 108836

[startup+282.302 s]
/proc/loadavg: 1.98 1.97 1.98 3/73 5807
/proc/meminfo: memFree=1375664/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=281.14
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 28102 12 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 108836

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5808
/proc/meminfo: memFree=1375472/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=341.1
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 34098 12 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135263209 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 341.1
Current children cumulated vsize (KiB) 108836

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375472/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=401.03
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 40091 12 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135263213 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 401.03
Current children cumulated vsize (KiB) 108836

[startup+462.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375472/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=460.99
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 46087 12 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 134906773 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 460.99
Current children cumulated vsize (KiB) 108836

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375472/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=520.93
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 52081 12 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 520.93
Current children cumulated vsize (KiB) 108836

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375472/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=580.88
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 58075 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 580.88
Current children cumulated vsize (KiB) 108836

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375472/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=640.83
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 64070 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135202595 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 640.83
Current children cumulated vsize (KiB) 108836


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

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375344/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=880.61
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 88048 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 880.61
Current children cumulated vsize (KiB) 108836

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375344/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=940.55
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 94042 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135202592 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 940.55
Current children cumulated vsize (KiB) 108836

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375280/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1000.5
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 100037 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135202592 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 1000.5
Current children cumulated vsize (KiB) 108836

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375280/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1060.45
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 106032 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 134911426 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 1060.45
Current children cumulated vsize (KiB) 108836

[startup+1122.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375216/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1120.4
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 112027 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 1120.4
Current children cumulated vsize (KiB) 108836

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375152/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1180.34
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 118021 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 1180.34
Current children cumulated vsize (KiB) 108836

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1375088/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1240.29
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12296 0 0 0 124016 13 0 0 25 0 1 0 1542062504 111448064 10223 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10223 512 234 0 25911 0
Current children cumulated CPU time (s) 1240.29
Current children cumulated vsize (KiB) 108836

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374384/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1300.24
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12470 0 0 0 130010 14 0 0 25 0 1 0 1542062504 111448064 10397 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10397 512 234 0 25911 0
Current children cumulated CPU time (s) 1300.24
Current children cumulated vsize (KiB) 108836

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374256/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1360.19
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12470 0 0 0 136005 14 0 0 25 0 1 0 1542062504 111448064 10397 996147200 134512640 135472138 4294956224 18446744073709551615 134984341 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10397 512 234 0 25911 0
Current children cumulated CPU time (s) 1360.19
Current children cumulated vsize (KiB) 108836

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374256/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1420.13
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12470 0 0 0 141999 14 0 0 25 0 1 0 1542062504 111448064 10397 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10397 512 234 0 25911 0
Current children cumulated CPU time (s) 1420.13
Current children cumulated vsize (KiB) 108836

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374128/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1480.07
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12495 0 0 0 147993 14 0 0 25 0 1 0 1542062504 111448064 10422 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10422 512 234 0 25911 0
Current children cumulated CPU time (s) 1480.07
Current children cumulated vsize (KiB) 108836

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374064/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1540.02
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 153988 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1540.02
Current children cumulated vsize (KiB) 108836

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374064/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1599.96
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 159982 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1599.96
Current children cumulated vsize (KiB) 108836

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374064/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1659.9
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 165976 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1659.9
Current children cumulated vsize (KiB) 108836

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1374000/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1719.85
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 171971 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1719.85
Current children cumulated vsize (KiB) 108836

[startup+1782.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1373872/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1779.79
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 177965 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 135202638 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1779.79
Current children cumulated vsize (KiB) 108836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1373872/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1800.07
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 179993 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 135263239 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 108836

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

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

[startup+1802.6 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 5809
/proc/meminfo: memFree=1373872/2055920 swapFree=4122668/4192956
[pid=5743] ppid=5741 vsize=108836 CPUtime=1800.07
/proc/5743/stat : 5743 (casperzito) R 5741 5743 4665 0 -1 4194304 12515 0 0 0 179993 14 0 0 25 0 1 0 1542062504 111448064 10442 996147200 134512640 135472138 4294956224 18446744073709551615 135263239 0 0 4096 0 0 0 0 17 0 0 0
/proc/5743/statm: 27209 10442 512 234 0 25911 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 108836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.61
CPU time (s): 1800.09
CPU user time (s): 1799.93
CPU system time (s): 0.151976
CPU usage (%): 99.8597
Max. virtual memory (cumulated for all children) (KiB): 119308

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

runsolver used 2.11568 second user time and 5.39118 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 00:24:35
IDJOB=1059558
IDBENCH=54291
IDSOLVER=362
FILE ID=node12/1059558-1215123874
PBS_JOBID= 7877180
Free space on /tmp= 66532 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-7-fair.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059558-1215123874/watcher-1059558-1215123874 -o /tmp/evaluation-result-1059558-1215123874/solver-1059558-1215123874 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1059558-1215123874.xml 1948656960 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cf636791860df358abcd7e864103e36
RANDOM SEED=1948656960

node12.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.236
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.236
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:       1452120 kB
Buffers:         44352 kB
Cached:         288644 kB
SwapCached:      64396 kB
Active:         378412 kB
Inactive:       160880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452120 kB
SwapTotal:     4192956 kB
SwapFree:      4122656 kB
Dirty:            5956 kB
Writeback:           0 kB
Mapped:         219916 kB
Slab:            49348 kB
Committed_AS:  3644108 kB
PageTables:       2188 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= 66528 MiB
End job on node12 at 2008-07-04 00:54:39