Trace number 1100283

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 zitoSAT 782.003 782.269

DiagnosticValue
CHECKS2345850

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-48_ext.xml
MD5SUM9407682d5a79bb9d0792f82455c613f4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.99839
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
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.09/0.19	c Building = 1
0.19/0.24	c [ NumberOfVariables = 40 ]
0.19/0.24	c [ NumberOfConstraints = 84 ]
0.19/0.24	c [ SizeOfSearchSpace(log2) = 299.674 ]
0.19/0.24	c SymmetrySearch = 1
1.99/2.08	c InitialPropagation = 1
2.19/2.23	c [ SizeOfSearchSpace(log2) = 299.674 ]
2.19/2.23	c InitialSAC = 1
6.99/7.01	c [ SizeOfSearchSpace(log2) = 299.674 ]
6.99/7.01	c Search(DomWDeg) = 1
781.92/782.25	s SATISFIABLE
781.92/782.25	v 13 162 82 96 11 152 109 144 84 150 10 138 38 162 128 64 148 66 111 138 24 28 67 16 62 1 149 52 39 174 125 143 173 132 55 112 11 30 112 105
781.92/782.25	d CHECKS 2345846
781.92/782.25	c [ TotalFails = 11218 ]
781.92/782.25	c [ NumberOfRestarts = 7 ]
781.92/782.25	c [ TotalTime = 781.905 secs ]

Verifier Data (download as text)

OK

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

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.05 2.09 2.04 4/73 14065
/proc/meminfo: memFree=1708888/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=5348 CPUtime=0
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 684412489 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 7904120 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 1337 190 156 234 0 27 0

[startup+0.0268759 s]
/proc/loadavg: 2.05 2.09 2.04 4/73 14065
/proc/meminfo: memFree=1708888/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=5964 CPUtime=0.01
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 603 0 0 0 1 0 0 0 18 0 1 0 684412489 6107136 563 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 1491 563 365 234 0 193 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5964

[startup+0.101895 s]
/proc/loadavg: 2.05 2.09 2.04 4/73 14065
/proc/meminfo: memFree=1708888/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=8092 CPUtime=0.09
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 1142 0 0 0 9 0 0 0 18 0 1 0 684412489 8286208 1102 996147200 134512640 135472138 4294956224 18446744073709551615 8369787 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 2023 1102 365 234 0 725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8092

[startup+0.301931 s]
/proc/loadavg: 2.05 2.09 2.04 4/73 14065
/proc/meminfo: memFree=1708888/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=116632 CPUtime=0.29
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 4972 0 0 0 28 1 0 0 19 0 1 0 684412489 119431168 4932 996147200 134512640 135472138 4294956224 18446744073709551615 8369787 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 29158 4933 432 234 0 27860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 116632

[startup+0.702012 s]
/proc/loadavg: 2.05 2.09 2.04 4/73 14065
/proc/meminfo: memFree=1708888/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=168332 CPUtime=0.69
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 13833 0 0 0 64 5 0 0 23 0 1 0 684412489 172371968 13734 996147200 134512640 135472138 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 42083 13734 439 234 0 40785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 168332

[startup+1.50115 s]
/proc/loadavg: 2.05 2.09 2.04 3/74 14066
/proc/meminfo: memFree=1654352/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=168332 CPUtime=1.49
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 14513 0 0 0 143 6 0 0 25 0 1 0 684412489 172371968 14370 996147200 134512640 135472138 4294956224 18446744073709551615 134536191 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 42083 14370 439 234 0 40785 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 168332

[startup+3.10145 s]
/proc/loadavg: 2.04 2.08 2.03 3/74 14066
/proc/meminfo: memFree=1695440/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=3.09
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 16553 0 0 0 302 7 0 0 25 0 1 0 684412489 113889280 5047 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 5047 457 234 0 26507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111220

[startup+6.30105 s]
/proc/loadavg: 2.04 2.08 2.03 3/74 14066
/proc/meminfo: memFree=1689680/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=6.29
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 16648 0 0 0 622 7 0 0 25 0 1 0 684412489 113889280 5142 996147200 134512640 135472138 4294956224 18446744073709551615 134616948 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 5142 457 234 0 26507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111220

[startup+12.7012 s]
/proc/loadavg: 2.04 2.08 2.03 3/74 14066
/proc/meminfo: memFree=1686032/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=12.68
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17520 0 0 0 1261 7 0 0 25 0 1 0 684412489 113889280 6014 996147200 134512640 135472138 4294956224 18446744073709551615 134616498 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6014 473 234 0 26507 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111220

[startup+25.5016 s]
/proc/loadavg: 2.03 2.08 2.03 3/74 14066
/proc/meminfo: memFree=1685456/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=25.49
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17572 0 0 0 2541 8 0 0 25 0 1 0 684412489 113889280 6066 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6066 473 234 0 26507 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111220

[startup+51.1014 s]
/proc/loadavg: 2.02 2.07 2.03 3/74 14066
/proc/meminfo: memFree=1685456/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=51.08
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17590 0 0 0 5100 8 0 0 25 0 1 0 684412489 113889280 6084 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6084 473 234 0 26507 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 111220

[startup+102.306 s]
/proc/loadavg: 2.01 2.06 2.02 3/74 14066
/proc/meminfo: memFree=1685072/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=102.26
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17638 0 0 0 10218 8 0 0 25 0 1 0 684412489 113889280 6132 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6132 473 234 0 26507 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 111220

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.02 3/74 14066
/proc/meminfo: memFree=1684752/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=162.24
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17697 0 0 0 16216 8 0 0 25 0 1 0 684412489 113889280 6191 996147200 134512640 135472138 4294956224 18446744073709551615 134616460 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6191 473 234 0 26507 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 111220

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 14066
/proc/meminfo: memFree=1684816/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=222.21
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17697 0 0 0 22213 8 0 0 25 0 1 0 684412489 113889280 6191 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6191 473 234 0 26507 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 111220

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/74 14066
/proc/meminfo: memFree=1684752/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=282.19
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17697 0 0 0 28211 8 0 0 25 0 1 0 684412489 113889280 6191 996147200 134512640 135472138 4294956224 18446744073709551615 134617104 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6191 473 234 0 26507 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 111220

[startup+342.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/74 14066
/proc/meminfo: memFree=1684688/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=342.17
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 34209 8 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 111220

[startup+402.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/74 14066
/proc/meminfo: memFree=1684688/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=402.16
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 40207 9 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134617116 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 111220

[startup+462.302 s]
/proc/loadavg: 2.06 2.04 2.00 3/74 14066
/proc/meminfo: memFree=1684624/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=462.14
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 46205 9 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134616931 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 111220

[startup+522.303 s]
/proc/loadavg: 2.14 2.06 2.01 3/74 14066
/proc/meminfo: memFree=1684560/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=522.12
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 52203 9 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 111220

[startup+582.302 s]
/proc/loadavg: 2.09 2.06 2.01 3/74 14066
/proc/meminfo: memFree=1684176/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=582.09
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 58200 9 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134616369 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 111220

[startup+642.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/74 14066
/proc/meminfo: memFree=1684048/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=642.08
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 64199 9 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 111220

[startup+702.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/74 14067
/proc/meminfo: memFree=1683984/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=702.05
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17703 0 0 0 70196 9 0 0 25 0 1 0 684412489 113889280 6197 996147200 134512640 135472138 4294956224 18446744073709551615 134616460 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6197 473 234 0 26507 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 111220

[startup+762.305 s]
/proc/loadavg: 2.11 2.08 2.01 3/74 14067
/proc/meminfo: memFree=1683792/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=762.03
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17712 0 0 0 76194 9 0 0 25 0 1 0 684412489 113889280 6206 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6206 473 234 0 26507 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 111220

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

[startup+767.901 s]
/proc/loadavg: 2.10 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683728/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=767.63
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17717 0 0 0 76754 9 0 0 25 0 1 0 684412489 113889280 6211 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6211 473 234 0 26507 0
Current children cumulated CPU time (s) 767.63
Current children cumulated vsize (KiB) 111220

[startup+774.302 s]
/proc/loadavg: 2.10 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683536/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=774.03
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 77394 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 774.03
Current children cumulated vsize (KiB) 111220

[startup+777.501 s]
/proc/loadavg: 2.09 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683536/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=777.22
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 77713 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 777.22
Current children cumulated vsize (KiB) 111220

[startup+780.702 s]
/proc/loadavg: 2.09 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683536/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=780.42
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 78033 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134616936 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 780.42
Current children cumulated vsize (KiB) 111220

[startup+781.503 s]
/proc/loadavg: 2.09 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683536/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=781.22
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 78113 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 781.22
Current children cumulated vsize (KiB) 111220

[startup+781.902 s]
/proc/loadavg: 2.09 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683536/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=781.62
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 78153 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 781.62
Current children cumulated vsize (KiB) 111220

[startup+782.105 s]
/proc/loadavg: 2.08 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683472/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=781.82
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 78173 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134617104 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 781.82
Current children cumulated vsize (KiB) 111220

[startup+782.201 s]
/proc/loadavg: 2.08 2.07 2.01 3/74 14067
/proc/meminfo: memFree=1683472/2055924 swapFree=4177320/4192956
[pid=14065] ppid=14063 vsize=111220 CPUtime=781.92
/proc/14065/stat : 14065 (casperzito) R 14063 14065 11357 0 -1 4194304 17769 0 0 0 78183 9 0 0 25 0 1 0 684412489 113889280 6263 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 27805 6263 473 234 0 26507 0
Current children cumulated CPU time (s) 781.92
Current children cumulated vsize (KiB) 111220

Child status: 0
Real time (s): 782.269
CPU time (s): 782.003
CPU user time (s): 781.899
CPU system time (s): 0.103984
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 168332

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

runsolver used 0.759884 second user time and 2.09768 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 21:40:29
IDJOB=1100283
IDBENCH=59887
IDSOLVER=362
FILE ID=node83/1100283-1215286829
PBS_JOBID= 7882295
Free space on /tmp= 66492 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-48_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100283-1215286829/watcher-1100283-1215286829 -o /tmp/evaluation-result-1100283-1215286829/solver-1100283-1215286829 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1100283-1215286829.xml 41119340 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9407682d5a79bb9d0792f82455c613f4
RANDOM SEED=41119340

node83.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.263
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.263
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:      2055924 kB
MemFree:       1709304 kB
Buffers:         56592 kB
Cached:         220184 kB
SwapCached:       9708 kB
Active:         189056 kB
Inactive:       109548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1709304 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            4696 kB
Writeback:           0 kB
Mapped:          28780 kB
Slab:            33356 kB
Committed_AS:  1281144 kB
PageTables:       1776 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= 66488 MiB
End job on node83 at 2008-07-05 21:53:31