Trace number 1088195

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 571.218 571.527

DiagnosticValue
CHECKS37298800

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f2.xml
MD5SUMeeb0a55b010d032a275f0f7f80fcdb5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6141
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.20/0.20	c Parsing = 1
0.20/0.20	c Building = 1
1.79/1.87	c [ NumberOfVariables = 680 ]
1.79/1.87	c [ NumberOfConstraints = 4103 ]
1.79/1.87	c [ SizeOfSearchSpace(log2) = 3559.98 ]
1.79/1.87	c SymmetrySearch = 1
1.99/2.07	c [ Found 4.83184e+09 symmetries ]
1.99/2.08	c InitialPropagation = 1
2.10/2.11	c [ SizeOfSearchSpace(log2) = 3522.58 ]
2.10/2.11	c InitialSAC = 1
8.18/8.24	c [ SizeOfSearchSpace(log2) = 3486.69 ]
8.18/8.24	c Search(SampleFF) : 
135.11/135.24	c [ Sampling domwdeg ]
135.11/135.24	c [ Sampling impacts ]
135.11/135.24	c [ Sampling la ]
135.11/135.24	c [ SamplingScores: ]
135.11/135.24	c [ domwdeg+min = 0.106197 | domwdeg+rnd = 0.00719165 ]
135.11/135.24	c [ impacts+min = 0.000361012 | impacts+rnd = 0.000976425 ]
135.11/135.24	c [ la+min = 0.00631498 | la+rnd = 1.84449e-05 ]
135.11/135.24	c [ domwdeg = 0.0566946 | impacts = 0.000668718 | la = 0.00316671 ]
135.11/135.24	c [ min = 0.0376245 | rand = 0.000668718 ]
135.11/135.24	c [ restarting at (0.282886,2.38561e-05) ]
135.80/135.95	c [ restarting at (0.707215,0.000799113) ]
137.60/137.72	c [ restarting at (1.76804,0.00403096) ]
141.99/142.15	c [ restarting at (4.42009,0.028239) ]
153.09/153.21	c [ restarting at (11.0502,0.000159465) ]
180.67/180.85	c [ restarting at (27.6256,0.11777) ]
249.74/249.96	c [ restarting at (69.064,0.367233) ]
422.45/422.74	c [ restarting at (172.66,0.426001) ]
571.18/571.52	c Search(SampleFF) = 0
571.18/571.52	s UNSATISFIABLE
571.18/571.52	d CHECKS 37298768
571.18/571.52	c [ TotalFails = 188763 ]
571.18/571.52	c [ NumberOfRestarts = 61 ]
571.18/571.52	c [ TotalTime = 571.3 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-1088195-1215245883/watcher-1088195-1215245883 -o /tmp/evaluation-result-1088195-1215245883/solver-1088195-1215245883 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1088195-1215245883.xml 1810117966 

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: 3.32 2.88 2.62 4/79 5192
/proc/meminfo: memFree=1498828/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=5352 CPUtime=0
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 680315007 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 10230648 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 1338 190 156 235 0 27 0

[startup+0.0699929 s]
/proc/loadavg: 3.32 2.88 2.62 4/79 5192
/proc/meminfo: memFree=1498828/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=6232 CPUtime=0.06
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 662 0 0 0 6 0 0 0 18 0 1 0 680315007 6381568 622 996147200 134512640 135477443 4294956224 18446744073709551615 134791227 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 1558 622 370 235 0 259 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6232

[startup+0.102997 s]
/proc/loadavg: 3.32 2.88 2.62 4/79 5192
/proc/meminfo: memFree=1498828/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=6628 CPUtime=0.09
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 756 0 0 0 9 0 0 0 18 0 1 0 680315007 6787072 716 996147200 134512640 135477443 4294956224 18446744073709551615 134755060 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 1657 716 370 235 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6628

[startup+0.303017 s]
/proc/loadavg: 3.32 2.88 2.62 4/79 5192
/proc/meminfo: memFree=1498828/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=101184 CPUtime=0.29
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 3076 0 0 0 26 3 0 0 19 0 1 0 680315007 103612416 1853 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 25296 1854 458 235 0 23997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101184

[startup+0.70206 s]
/proc/loadavg: 3.32 2.88 2.62 4/79 5192
/proc/meminfo: memFree=1498828/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=291200 CPUtime=0.69
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 7181 0 0 0 60 9 0 0 22 0 1 0 680315007 298188800 2992 996147200 134512640 135477443 4294956224 18446744073709551615 135268567 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 72800 2992 458 235 0 71501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 291200

[startup+1.50114 s]
/proc/loadavg: 3.21 2.87 2.62 3/80 5193
/proc/meminfo: memFree=1484740/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=296876 CPUtime=1.49
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 14642 0 0 0 133 16 0 0 25 0 1 0 680315007 304001024 5475 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 74219 5477 458 235 0 72920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 296876

[startup+3.10131 s]
/proc/loadavg: 3.21 2.87 2.62 3/80 5193
/proc/meminfo: memFree=1470020/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=114712 CPUtime=3.09
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 19346 0 0 0 290 19 0 0 25 0 1 0 680315007 117465088 7921 996147200 134512640 135477443 4294956224 18446744073709551615 135268721 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 28678 7921 507 235 0 27379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114712

[startup+6.30164 s]
/proc/loadavg: 3.21 2.87 2.62 3/80 5193
/proc/meminfo: memFree=1468100/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=114712 CPUtime=6.29
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 19578 0 0 0 610 19 0 0 25 0 1 0 680315007 117465088 8153 996147200 134512640 135477443 4294956224 18446744073709551615 134598127 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 28678 8153 507 235 0 27379 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114712

[startup+12.7013 s]
/proc/loadavg: 3.18 2.87 2.62 3/80 5193
/proc/meminfo: memFree=1467140/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=114712 CPUtime=12.68
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 19738 0 0 0 1249 19 0 0 25 0 1 0 680315007 117465088 8313 996147200 134512640 135477443 4294956224 18446744073709551615 135208581 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 28678 8313 510 235 0 27379 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 114712

[startup+25.5026 s]
/proc/loadavg: 3.00 2.84 2.62 3/80 5193
/proc/meminfo: memFree=1467076/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=114712 CPUtime=25.47
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 19739 0 0 0 2528 19 0 0 25 0 1 0 680315007 117465088 8314 996147200 134512640 135477443 4294956224 18446744073709551615 135208674 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 28678 8314 510 235 0 27379 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 114712

[startup+51.1023 s]
/proc/loadavg: 2.65 2.77 2.60 3/80 5193
/proc/meminfo: memFree=1463172/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=118056 CPUtime=51.04
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 20787 0 0 0 5084 20 0 0 25 0 1 0 680315007 120889344 9362 996147200 134512640 135477443 4294956224 18446744073709551615 134610081 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 29514 9362 510 235 0 28215 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 118056

[startup+102.308 s]
/proc/loadavg: 2.26 2.64 2.56 3/80 5193
/proc/meminfo: memFree=1455556/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=102.22
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22658 0 0 0 10201 21 0 0 25 0 1 0 680315007 127021056 11233 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11233 510 235 0 29712 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 124044

[startup+162.303 s]
/proc/loadavg: 2.09 2.52 2.53 3/80 5193
/proc/meminfo: memFree=1455492/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=162.18
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 16197 21 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 124044

[startup+222.303 s]
/proc/loadavg: 2.03 2.42 2.49 3/80 5193
/proc/meminfo: memFree=1455364/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=222.15
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 22194 21 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 124044

[startup+282.302 s]
/proc/loadavg: 2.01 2.34 2.45 3/80 5193
/proc/meminfo: memFree=1455236/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=282.12
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 28191 21 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 124044

[startup+342.302 s]
/proc/loadavg: 2.00 2.28 2.43 3/80 5193
/proc/meminfo: memFree=1455108/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=342.1
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 34188 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 124044

[startup+402.303 s]
/proc/loadavg: 2.00 2.23 2.40 3/80 5193
/proc/meminfo: memFree=1454980/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=402.06
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 40184 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 124044

[startup+462.303 s]
/proc/loadavg: 2.00 2.18 2.37 3/80 5193
/proc/meminfo: memFree=1454980/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=462.03
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 46181 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 124044

[startup+522.302 s]
/proc/loadavg: 2.00 2.15 2.34 3/80 5193
/proc/meminfo: memFree=1454916/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=522.01
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 52179 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 124044

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

[startup+537.502 s]
/proc/loadavg: 2.00 2.14 2.34 3/80 5193
/proc/meminfo: memFree=1454916/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=537.2
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 53698 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 537.2
Current children cumulated vsize (KiB) 124044

[startup+550.302 s]
/proc/loadavg: 2.00 2.13 2.33 3/80 5193
/proc/meminfo: memFree=1454916/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=549.99
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 54977 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 549.99
Current children cumulated vsize (KiB) 124044

[startup+563.101 s]
/proc/loadavg: 2.00 2.13 2.33 3/80 5193
/proc/meminfo: memFree=1454852/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=562.79
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 56257 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135268948 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 562.79
Current children cumulated vsize (KiB) 124044

[startup+566.302 s]
/proc/loadavg: 2.00 2.13 2.33 3/80 5193
/proc/meminfo: memFree=1454852/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=565.98
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 56576 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208680 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 565.98
Current children cumulated vsize (KiB) 124044

[startup+569.502 s]
/proc/loadavg: 2.00 2.12 2.32 3/80 5193
/proc/meminfo: memFree=1454852/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=569.18
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 56896 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 569.18
Current children cumulated vsize (KiB) 124044

[startup+570.302 s]
/proc/loadavg: 2.00 2.12 2.32 3/80 5193
/proc/meminfo: memFree=1454852/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=569.98
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 56976 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 569.98
Current children cumulated vsize (KiB) 124044

[startup+571.101 s]
/proc/loadavg: 2.00 2.12 2.32 3/80 5193
/proc/meminfo: memFree=1454852/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=570.78
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 57056 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 570.78
Current children cumulated vsize (KiB) 124044

[startup+571.501 s]
/proc/loadavg: 2.00 2.12 2.32 3/80 5193
/proc/meminfo: memFree=1454852/2055920 swapFree=4147308/4192956
[pid=5192] ppid=5190 vsize=124044 CPUtime=571.18
/proc/5192/stat : 5192 (casperzao) R 5190 5192 1466 0 -1 4194304 22659 0 0 0 57096 22 0 0 25 0 1 0 680315007 127021056 11234 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/5192/statm: 31011 11234 511 235 0 29712 0
Current children cumulated CPU time (s) 571.18
Current children cumulated vsize (KiB) 124044

Child status: 0
Real time (s): 571.527
CPU time (s): 571.218
CPU user time (s): 570.986
CPU system time (s): 0.231964
CPU usage (%): 99.946
Max. virtual memory (cumulated for all children) (KiB): 298988

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

runsolver used 0.692894 second user time and 1.9557 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 10:18:04
IDJOB=1088195
IDBENCH=58070
IDSOLVER=361
FILE ID=node90/1088195-1215245883
PBS_JOBID= 7881833
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f2.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088195-1215245883/watcher-1088195-1215245883 -o /tmp/evaluation-result-1088195-1215245883/solver-1088195-1215245883 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1088195-1215245883.xml 1810117966 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eeb0a55b010d032a275f0f7f80fcdb5a
RANDOM SEED=1810117966

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1499180 kB
Buffers:         15220 kB
Cached:         129248 kB
SwapCached:      37024 kB
Active:         477692 kB
Inactive:        23716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499180 kB
SwapTotal:     4192956 kB
SwapFree:      4147308 kB
Dirty:            3524 kB
Writeback:           0 kB
Mapped:         364884 kB
Slab:            39380 kB
Committed_AS:  1356028 kB
PageTables:       2948 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= 66552 MiB
End job on node90 at 2008-07-05 10:27:36