Trace number 1098523

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 zitoUNSAT 733.814 734.154

DiagnosticValue
CHECKS156934000

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-41_ext.xml
MD5SUM6d8668f6c0e8e6fe5156e2e337fc4ecd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.6258
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.01	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.01	c Parsing = 1
0.00/0.04	c Building = 1
0.00/0.04	c [ NumberOfVariables = 40 ]
0.00/0.04	c [ NumberOfConstraints = 339 ]
0.00/0.04	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.00/0.04	c SymmetrySearch = 1
0.08/0.13	c InitialPropagation = 1
0.08/0.14	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.08/0.14	c InitialSAC = 1
0.08/0.15	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.08/0.15	c Search(SampleFF) : 
68.26/68.39	c [ Sampling domwdeg ]
68.26/68.39	c [ Sampling impacts ]
68.26/68.39	c [ SamplingScores: ]
68.26/68.39	c [ domwdeg+min = 0.00328629 | domwdeg+rnd = 0.00230239 ]
68.26/68.39	c [ impacts+min = 0.000241635 | impacts+rnd = 0.000969832 ]
68.26/68.39	c [ la+min = 0 | la+rnd = 0 ]
68.26/68.39	c [ domwdeg = 0.00279434 | impacts = 0.000605734 | la = 0 ]
68.26/68.39	c [ min = 0.00117597 | rand = 0.000605734 ]
68.26/68.39	c [ restarting at (3.96356,0.00367641) ]
78.25/78.32	c [ restarting at (9.9089,0.0560236) ]
103.04/103.12	c [ restarting at (24.7722,0.119444) ]
165.02/165.14	c [ restarting at (61.9306,0.212314) ]
319.94/320.19	c [ restarting at (154.827,0.330545) ]
707.37/707.79	c [ stopped restarting at (387.066,1.0554) ]
733.76/734.15	c Search(SampleFF) = 0
733.76/734.15	s UNSATISFIABLE
733.76/734.15	d CHECKS 156934408
733.76/734.15	c [ TotalFails = 1875966 ]
733.76/734.15	c [ NumberOfRestarts = 73 ]
733.76/734.15	c [ TotalTime = 733.961 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

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.99 1.98 1.99 4/72 2604
/proc/meminfo: memFree=1749800/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=2328 CPUtime=0
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 2007401304 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 5829412 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 582 41 31 234 0 14 0

[startup+0.103319 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2604
/proc/meminfo: memFree=1749800/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=108728 CPUtime=0.08
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2512 0 0 0 8 0 0 0 18 0 1 0 2007401304 111337472 2472 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 27182 2472 440 234 0 25884 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 108728

[startup+0.201338 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2604
/proc/meminfo: memFree=1749800/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=0.19
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2855 0 0 0 18 1 0 0 18 0 1 0 2007401304 104767488 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1404 476 234 0 24280 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 102312

[startup+0.302361 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2604
/proc/meminfo: memFree=1749800/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=0.29
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2857 0 0 0 28 1 0 0 19 0 1 0 2007401304 104767488 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1406 477 234 0 24280 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102312

[startup+0.701437 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2604
/proc/meminfo: memFree=1749800/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=0.69
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2860 0 0 0 68 1 0 0 23 0 1 0 2007401304 104767488 1409 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1409 477 234 0 24280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102312

[startup+1.5026 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1746080/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=1.49
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2861 0 0 0 148 1 0 0 25 0 1 0 2007401304 104767488 1410 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1410 477 234 0 24280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102312

[startup+3.10191 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745952/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=3.09
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2861 0 0 0 308 1 0 0 25 0 1 0 2007401304 104767488 1410 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1410 477 234 0 24280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102312

[startup+6.30254 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745888/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=6.29
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2863 0 0 0 628 1 0 0 25 0 1 0 2007401304 104767488 1412 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1412 477 234 0 24280 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102312

[startup+12.7018 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745696/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=12.68
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2865 0 0 0 1267 1 0 0 25 0 1 0 2007401304 104767488 1414 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1414 477 234 0 24280 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102312

[startup+25.5013 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745696/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=25.48
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2866 0 0 0 2547 1 0 0 25 0 1 0 2007401304 104767488 1415 996147200 134512640 135472138 4294956224 18446744073709551615 134593642 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1415 477 234 0 24280 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102312

[startup+51.1014 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745632/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=51.06
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2879 0 0 0 5105 1 0 0 25 0 1 0 2007401304 104767488 1428 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1428 479 234 0 24280 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 102312

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=102.25
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 10224 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 102312

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2605
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=162.22
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 16221 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 102312

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745312/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=222.19
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 22218 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134579198 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 102312

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745312/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=282.16
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 28215 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 102312

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745376/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=342.13
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 34212 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 102312

[startup+402.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745376/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=402.1
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 40209 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 102312

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745376/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=462.07
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 46206 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595458 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 102312

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745376/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=522.05
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 52204 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134587318 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 102312

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745376/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=582.02
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 58201 1 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 102312

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745312/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=642
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2880 0 0 0 64198 2 0 0 25 0 1 0 2007401304 104767488 1429 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1429 480 234 0 24280 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 102312

[startup+702.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745248/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=701.97
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 70195 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 102312

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

[startup+716.802 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=716.46
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 71644 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134579100 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 716.46
Current children cumulated vsize (KiB) 102312

[startup+723.202 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=722.86
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 72284 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 722.86
Current children cumulated vsize (KiB) 102312

[startup+729.601 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=729.26
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 72924 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 729.26
Current children cumulated vsize (KiB) 102312

[startup+731.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=730.86
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 73084 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 730.86
Current children cumulated vsize (KiB) 102312

[startup+732.803 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=732.46
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 73244 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595458 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 732.46
Current children cumulated vsize (KiB) 102312

[startup+733.602 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=733.26
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 73324 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 733.26
Current children cumulated vsize (KiB) 102312

[startup+734.002 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=733.66
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 73364 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 135266862 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 733.66
Current children cumulated vsize (KiB) 102312

[startup+734.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2611
/proc/meminfo: memFree=1745184/2055920 swapFree=4179472/4192956
[pid=2604] ppid=2602 vsize=102312 CPUtime=733.76
/proc/2604/stat : 2604 (casperzito) R 2602 2604 30568 0 -1 4194304 2882 0 0 0 73374 2 0 0 25 0 1 0 2007401304 104767488 1431 996147200 134512640 135472138 4294956224 18446744073709551615 135266860 0 0 4096 0 0 0 0 17 0 0 0
/proc/2604/statm: 25578 1431 480 234 0 24280 0
Current children cumulated CPU time (s) 733.76
Current children cumulated vsize (KiB) 102312

Child status: 0
Real time (s): 734.154
CPU time (s): 733.814
CPU user time (s): 733.791
CPU system time (s): 0.022996
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 108728

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

runsolver used 0.872867 second user time and 2.14967 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 20:57:37
IDJOB=1098523
IDBENCH=59633
IDSOLVER=362
FILE ID=node1/1098523-1215284257
PBS_JOBID= 7882189
Free space on /tmp= 66516 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-41_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098523-1215284257/watcher-1098523-1215284257 -o /tmp/evaluation-result-1098523-1215284257/solver-1098523-1215284257 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1098523-1215284257.xml 863012235 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d8668f6c0e8e6fe5156e2e337fc4ecd
RANDOM SEED=863012235

node1.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.265
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.265
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:       1750280 kB
Buffers:         54932 kB
Cached:         182376 kB
SwapCached:       7288 kB
Active:         162656 kB
Inactive:        90564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750280 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          24048 kB
Slab:            37716 kB
Committed_AS:  3347932 kB
PageTables:       1808 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= 66512 MiB
End job on node1 at 2008-07-05 21:09:51