Trace number 1047932

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 zaoUNSAT 869.283 872.694

DiagnosticValue
CHECKS3766130000

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-50-9-mod.xml
MD5SUM4312a5e57186bf6bd2a848a5a1f0f4ee
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.043993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.18	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.18	c Parsing = 1
0.00/0.18	c Building = 1
0.68/0.79	c [ NumberOfVariables = 50 ]
0.68/0.79	c [ NumberOfConstraints = 600 ]
0.68/0.79	c [ SizeOfSearchSpace(log2) = 158.496 ]
0.68/0.79	c SymmetrySearch = 1
0.68/0.79	c InitialPropagation = 1
0.68/0.80	c [ SizeOfSearchSpace(log2) = 158.496 ]
0.68/0.80	c InitialSAC = 1
0.79/0.80	c [ SizeOfSearchSpace(log2) = 158.496 ]
0.79/0.80	c Search(SampleFF) : 
74.89/75.29	c [ Sampling domwdeg ]
74.89/75.29	c [ Sampling impacts ]
74.89/75.29	c [ Sampling la ]
74.89/75.29	c [ SamplingScores: ]
74.89/75.29	c [ domwdeg+min = 0.00341605 | domwdeg+rnd = 0.00355753 ]
74.89/75.29	c [ impacts+min = 0.00354215 | impacts+rnd = 0.00424944 ]
74.89/75.29	c [ la+min = 0.000165047 | la+rnd = 0.000203601 ]
74.89/75.29	c [ domwdeg = 0.00348679 | impacts = 0.00389579 | la = 0.000184324 ]
74.89/75.29	c [ min = 0.00237442 | rand = 0.00389579 ]
74.89/75.29	c [ restarting at (4.52802,0.0125075) ]
87.05/87.43	c [ restarting at (11.3201,0.0259617) ]
117.23/117.77	c [ restarting at (28.3001,0.0634426) ]
192.83/193.61	c [ restarting at (70.7504,0.160833) ]
381.69/383.22	c [ restarting at (176.876,0.433779) ]
853.84/857.24	c [ stopped restarting at (442.19,1.64335) ]
869.18/872.69	c Search(SampleFF) = 0
869.18/872.69	s UNSATISFIABLE
869.18/872.69	d CHECKS 3766127145
869.18/872.69	c [ TotalFails = 674694 ]
869.18/872.69	c [ NumberOfRestarts = 71 ]
869.18/872.69	c [ TotalTime = 814.334 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-1047932-1215041646/watcher-1047932-1215041646 -o /tmp/evaluation-result-1047932-1215041646/solver-1047932-1215041646 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1047932-1215041646.xml 1892115821 

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.12 2.05 1.79 4/72 10372
/proc/meminfo: memFree=585632/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=287372 CPUtime=0.2
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 2330 0 0 0 19 1 0 0 19 0 1 0 1983139742 294268928 738 996147200 134512640 135477443 4294956224 18446744073709551615 135268971 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 71843 738 451 235 0 70544 0

[startup+0.310863 s]
/proc/loadavg: 2.12 2.05 1.79 4/72 10372
/proc/meminfo: memFree=585632/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=287636 CPUtime=0.3
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 3284 0 0 0 28 2 0 0 19 0 1 0 1983139742 294539264 823 996147200 134512640 135477443 4294956224 18446744073709551615 135270487 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 71909 823 451 235 0 70610 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 287636

[startup+0.401873 s]
/proc/loadavg: 2.12 2.05 1.79 4/72 10372
/proc/meminfo: memFree=585632/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=225396 CPUtime=0.39
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 4152 0 0 0 37 2 0 0 19 0 1 0 1983139742 230805504 899 996147200 134512640 135477443 4294956224 18446744073709551615 135265827 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 56349 899 451 235 0 55050 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 225396

[startup+0.501883 s]
/proc/loadavg: 2.12 2.05 1.79 4/72 10372
/proc/meminfo: memFree=585632/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=288164 CPUtime=0.49
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 5113 0 0 0 46 3 0 0 21 0 1 0 1983139742 295079936 991 996147200 134512640 135477443 4294956224 18446744073709551615 135170040 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 72041 991 451 235 0 70742 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 288164

[startup+0.701905 s]
/proc/loadavg: 2.12 2.05 1.79 4/72 10372
/proc/meminfo: memFree=585632/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=288824 CPUtime=0.68
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 7030 0 0 0 64 4 0 0 23 0 1 0 1983139742 295755776 1170 996147200 134512640 135477443 4294956224 18446744073709551615 135207649 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 72206 1170 451 235 0 70907 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 288824

[startup+1.50199 s]
/proc/loadavg: 2.12 2.05 1.79 3/73 10373
/proc/meminfo: memFree=581848/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=1.48
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8127 0 0 0 143 5 0 0 25 0 1 0 1983139742 104030208 1413 996147200 134512640 135477443 4294956224 18446744073709551615 135270276 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1413 497 235 0 24099 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101592

[startup+3.10116 s]
/proc/loadavg: 2.11 2.04 1.79 3/73 10373
/proc/meminfo: memFree=581720/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=3.08
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8128 0 0 0 303 5 0 0 25 0 1 0 1983139742 104030208 1414 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1414 497 235 0 24099 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 101592

[startup+6.30149 s]
/proc/loadavg: 2.11 2.04 1.79 3/73 10373
/proc/meminfo: memFree=581592/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=6.26
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8138 0 0 0 621 5 0 0 25 0 1 0 1983139742 104030208 1424 996147200 134512640 135477443 4294956224 18446744073709551615 135270190 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1424 497 235 0 24099 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 101592

[startup+12.7012 s]
/proc/loadavg: 2.17 2.06 1.79 3/73 10373
/proc/meminfo: memFree=581528/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=12.64
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8150 0 0 0 1259 5 0 0 25 0 1 0 1983139742 104030208 1436 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1436 497 235 0 24099 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 101592

[startup+25.5015 s]
/proc/loadavg: 2.14 2.06 1.80 3/73 10373
/proc/meminfo: memFree=581528/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=25.39
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8162 0 0 0 2534 5 0 0 25 0 1 0 1983139742 104030208 1448 996147200 134512640 135477443 4294956224 18446744073709551615 135272413 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1448 498 235 0 24099 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 101592

[startup+51.1012 s]
/proc/loadavg: 2.17 2.07 1.81 3/73 10373
/proc/meminfo: memFree=581464/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=50.89
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8173 0 0 0 5084 5 0 0 25 0 1 0 1983139742 104030208 1459 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1459 498 235 0 24099 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 101592

[startup+102.302 s]
/proc/loadavg: 2.07 2.05 1.82 3/73 10373
/proc/meminfo: memFree=581336/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=101.89
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 10184 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 101592

[startup+162.302 s]
/proc/loadavg: 2.02 2.04 1.82 3/73 10373
/proc/meminfo: memFree=581336/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=161.65
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 16160 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 101592

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 1.83 3/73 10373
/proc/meminfo: memFree=581336/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=221.42
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 22137 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268500 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 101592

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 1.84 3/73 10374
/proc/meminfo: memFree=581272/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=281.19
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 28114 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 101592

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 1.84 3/73 10375
/proc/meminfo: memFree=581336/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=340.95
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 34090 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135269765 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 101592

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.85 3/73 10375
/proc/meminfo: memFree=581336/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=400.72
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 40067 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135269760 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 101592

[startup+462.306 s]
/proc/loadavg: 2.00 2.01 1.85 3/73 10375
/proc/meminfo: memFree=581272/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=460.49
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 46044 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 460.49
Current children cumulated vsize (KiB) 101592

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.86 3/73 10375
/proc/meminfo: memFree=581336/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=520.25
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 52020 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 520.25
Current children cumulated vsize (KiB) 101592

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/73 10375
/proc/meminfo: memFree=581272/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=580.01
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 57996 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 580.01
Current children cumulated vsize (KiB) 101592

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/73 10375
/proc/meminfo: memFree=581272/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=639.78
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 63973 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 639.78
Current children cumulated vsize (KiB) 101592

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 1.88 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=699.54
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 69949 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268934 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 699.54
Current children cumulated vsize (KiB) 101592

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 1.88 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=759.31
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 75926 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135269774 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 759.31
Current children cumulated vsize (KiB) 101592

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=819.07
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 81902 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134934576 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 819.07
Current children cumulated vsize (KiB) 101592

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

[startup+845.002 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=841.69
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 84164 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268523 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 841.69
Current children cumulated vsize (KiB) 101592

[startup+857.802 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=854.44
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 85439 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134934608 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 854.44
Current children cumulated vsize (KiB) 101592

[startup+864.202 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=860.81
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 86076 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 860.81
Current children cumulated vsize (KiB) 101592

[startup+867.402 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=864
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 86395 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 864
Current children cumulated vsize (KiB) 101592

[startup+870.601 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=867.19
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 86714 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 867.19
Current children cumulated vsize (KiB) 101592

[startup+871.401 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=867.99
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 86794 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135272405 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 867.99
Current children cumulated vsize (KiB) 101592

[startup+872.201 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=868.78
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 86873 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 868.78
Current children cumulated vsize (KiB) 101592

[startup+872.607 s]
/proc/loadavg: 2.00 2.00 1.89 3/73 10375
/proc/meminfo: memFree=581208/2055920 swapFree=4180052/4192956
[pid=10372] ppid=10370 vsize=101592 CPUtime=869.18
/proc/10372/stat : 10372 (casperzao) R 10370 10372 10028 0 -1 4194304 8177 0 0 0 86913 5 0 0 25 0 1 0 1983139742 104030208 1463 996147200 134512640 135477443 4294956224 18446744073709551615 135268562 0 0 4096 0 0 0 0 17 1 0 0
/proc/10372/statm: 25398 1463 499 235 0 24099 0
Current children cumulated CPU time (s) 869.18
Current children cumulated vsize (KiB) 101592

Child status: 0
Real time (s): 872.694
CPU time (s): 869.283
CPU user time (s): 869.225
CPU system time (s): 0.057991
CPU usage (%): 99.6091
Max. virtual memory (cumulated for all children) (KiB): 288824

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

runsolver used 0.802877 second user time and 2.37964 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 01:34:06
IDJOB=1047932
IDBENCH=54339
IDSOLVER=361
FILE ID=node7/1047932-1215041646
PBS_JOBID= 7875160
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-50-9-mod.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047932-1215041646/watcher-1047932-1215041646 -o /tmp/evaluation-result-1047932-1215041646/solver-1047932-1215041646 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1047932-1215041646.xml 1892115821 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4312a5e57186bf6bd2a848a5a1f0f4ee
RANDOM SEED=1892115821

node7.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:        586112 kB
Buffers:         76176 kB
Cached:         491600 kB
SwapCached:       7028 kB
Active:        1004924 kB
Inactive:       384440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        586112 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3220 kB
Writeback:           0 kB
Mapped:         829368 kB
Slab:            64192 kB
Committed_AS:  4192636 kB
PageTables:       3376 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 node7 at 2008-07-03 01:48:38