Trace number 1101757

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 439.541 439.818

DiagnosticValue
CHECKS96908600

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-44_ext.xml
MD5SUMc17cb85d777563826a59d241a33c8981
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 benchmark11.4893
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.08	c Parsing = 1
0.02/0.13	c Building = 1
0.02/0.14	c [ NumberOfVariables = 40 ]
0.02/0.14	c [ NumberOfConstraints = 340 ]
0.02/0.14	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.02/0.14	c SymmetrySearch = 1
0.09/0.23	c InitialPropagation = 1
0.09/0.24	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.09/0.24	c InitialSAC = 1
0.09/0.25	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.09/0.25	c Search(SampleFF) : 
68.36/68.50	c [ Sampling domwdeg ]
68.36/68.50	c [ Sampling impacts ]
68.36/68.50	c [ SamplingScores: ]
68.36/68.50	c [ domwdeg+min = 0.000678331 | domwdeg+rnd = 0.000677364 ]
68.36/68.50	c [ impacts+min = 6.98837e-05 | impacts+rnd = 0.000113572 ]
68.36/68.50	c [ la+min = 0 | la+rnd = 0 ]
68.36/68.50	c [ domwdeg = 0.000677847 | impacts = 9.17278e-05 | la = 0 ]
68.36/68.50	c [ min = 0.000249405 | rand = 9.17278e-05 ]
68.36/68.50	c [ restarting at (3.96356,0.000639737) ]
78.26/78.42	c [ restarting at (9.9089,0.00834866) ]
103.05/103.23	c [ restarting at (24.7722,0.00908528) ]
165.03/165.24	c [ restarting at (61.9306,0.0166358) ]
319.96/320.28	c [ restarting at (154.827,0.174969) ]
439.52/439.81	c Search(SampleFF) = 1
439.52/439.81	s SATISFIABLE
439.52/439.81	v 11 7 13 15 13 15 4 17 2 18 18 10 11 8 14 4 13 3 16 3 8 11 2 10 0 17 1 13 6 14 2 4 9 13 13 3 17 12 17 5
439.52/439.81	d CHECKS 96908560
439.52/439.81	c [ TotalFails = 1178195 ]
439.52/439.81	c [ NumberOfRestarts = 73 ]
439.52/439.81	c [ TotalTime = 439.598 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-1101757-1215479368/watcher-1101757-1215479368 -o /tmp/evaluation-result-1101757-1215479368/solver-1101757-1215479368 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1101757-1215479368.xml 1169088848 

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.22 3.38 2.58 4/81 3340
/proc/meminfo: memFree=1352008/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=18572 CPUtime=0
/proc/3340/stat : 3340 (runsolver) D 3338 3340 2736 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4634031 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 240153849127 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3340/statm: 4643 292 257 25 0 2626 0

[startup+0.0938931 s]
/proc/loadavg: 3.22 3.38 2.58 4/81 3340
/proc/meminfo: memFree=1352008/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=5700 CPUtime=0.01
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 509 0 8 0 1 0 0 0 18 0 1 0 4634031 5836800 477 996147200 134512640 135472138 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 1425 478 365 234 0 127 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5700

[startup+0.10189 s]
/proc/loadavg: 3.22 3.38 2.58 4/81 3340
/proc/meminfo: memFree=1352008/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=5832 CPUtime=0.02
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 568 0 8 0 1 1 0 0 18 0 1 0 4634031 5971968 536 996147200 134512640 135472138 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 1458 536 365 234 0 160 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5832

[startup+0.301917 s]
/proc/loadavg: 3.22 3.38 2.58 4/81 3340
/proc/meminfo: memFree=1352008/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=0.19
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2853 0 13 0 18 1 0 0 19 0 1 0 4634031 104771584 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1408 476 234 0 24281 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 102316

[startup+0.701966 s]
/proc/loadavg: 3.22 3.38 2.58 4/81 3340
/proc/meminfo: memFree=1352008/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=0.59
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2857 0 13 0 58 1 0 0 22 0 1 0 4634031 104771584 1412 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1412 477 234 0 24281 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 102316

[startup+1.50105 s]
/proc/loadavg: 3.22 3.38 2.58 3/82 3341
/proc/meminfo: memFree=1344896/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=1.39
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2858 0 13 0 138 1 0 0 25 0 1 0 4634031 104771584 1413 996147200 134512640 135472138 4294956224 18446744073709551615 134578448 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1413 477 234 0 24281 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 102316

[startup+3.10123 s]
/proc/loadavg: 3.22 3.38 2.58 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=2.99
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2858 0 13 0 298 1 0 0 25 0 1 0 4634031 104771584 1413 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1413 477 234 0 24281 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 102316

[startup+6.30159 s]
/proc/loadavg: 3.12 3.35 2.58 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=6.19
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2858 0 13 0 618 1 0 0 25 0 1 0 4634031 104771584 1413 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1413 477 234 0 24281 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 102316

[startup+12.7023 s]
/proc/loadavg: 3.03 3.33 2.57 3/82 3341
/proc/meminfo: memFree=1344640/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=12.58
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2859 0 13 0 1257 1 0 0 25 0 1 0 4634031 104771584 1414 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1414 477 234 0 24281 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 102316

[startup+25.5017 s]
/proc/loadavg: 2.80 3.26 2.56 3/82 3341
/proc/meminfo: memFree=1344896/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=25.39
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2861 0 13 0 2537 2 0 0 25 0 1 0 4634031 104771584 1416 996147200 134512640 135472138 4294956224 18446744073709551615 134595534 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1416 477 234 0 24281 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 102316

[startup+51.1016 s]
/proc/loadavg: 2.53 3.16 2.54 3/82 3341
/proc/meminfo: memFree=1345024/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=50.97
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2872 0 13 0 5095 2 0 0 25 0 1 0 4634031 104771584 1427 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1427 479 234 0 24281 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 102316

[startup+102.306 s]
/proc/loadavg: 2.23 2.98 2.52 3/82 3341
/proc/meminfo: memFree=1345024/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=102.16
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2876 0 13 0 10214 2 0 0 25 0 1 0 4634031 104771584 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1431 480 234 0 24281 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 102316

[startup+162.302 s]
/proc/loadavg: 2.08 2.80 2.48 3/82 3341
/proc/meminfo: memFree=1345024/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=162.13
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2880 0 13 0 16211 2 0 0 25 0 1 0 4634031 104771584 1435 996147200 134512640 135472138 4294956224 18446744073709551615 135202017 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1435 480 234 0 24281 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 102316

[startup+222.302 s]
/proc/loadavg: 2.03 2.65 2.45 3/82 3341
/proc/meminfo: memFree=1344960/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=222.1
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2880 0 13 0 22208 2 0 0 25 0 1 0 4634031 104771584 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1435 480 234 0 24281 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 102316

[startup+282.301 s]
/proc/loadavg: 2.06 2.54 2.42 3/82 3341
/proc/meminfo: memFree=1344832/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=282.08
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2880 0 13 0 28206 2 0 0 25 0 1 0 4634031 104771584 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1435 480 234 0 24281 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 102316

[startup+342.301 s]
/proc/loadavg: 2.06 2.46 2.40 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=342.06
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2880 0 13 0 34204 2 0 0 25 0 1 0 4634031 104771584 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1435 480 234 0 24281 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 102316

[startup+402.302 s]
/proc/loadavg: 2.02 2.37 2.37 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=402.03
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2880 0 13 0 40201 2 0 0 25 0 1 0 4634031 104771584 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1435 480 234 0 24281 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 102316

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

[startup+409.502 s]
/proc/loadavg: 2.10 2.38 2.37 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=409.23
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 40921 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134616905 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 409.23
Current children cumulated vsize (KiB) 102316

[startup+422.301 s]
/proc/loadavg: 2.15 2.38 2.37 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=422.03
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 42201 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 422.03
Current children cumulated vsize (KiB) 102316

[startup+428.702 s]
/proc/loadavg: 2.14 2.37 2.37 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=428.42
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 42840 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 428.42
Current children cumulated vsize (KiB) 102316

[startup+435.101 s]
/proc/loadavg: 2.11 2.36 2.36 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=434.82
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 43480 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595544 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 434.82
Current children cumulated vsize (KiB) 102316

[startup+438.302 s]
/proc/loadavg: 2.11 2.36 2.36 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=438.02
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 43800 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 438.02
Current children cumulated vsize (KiB) 102316

[startup+439.102 s]
/proc/loadavg: 2.11 2.36 2.36 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=438.82
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 43880 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 438.82
Current children cumulated vsize (KiB) 102316

[startup+439.502 s]
/proc/loadavg: 2.11 2.36 2.36 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=439.22
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 43920 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 439.22
Current children cumulated vsize (KiB) 102316

[startup+439.702 s]
/proc/loadavg: 2.11 2.36 2.36 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=439.42
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 43940 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134593204 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 439.42
Current children cumulated vsize (KiB) 102316

[startup+439.802 s]
/proc/loadavg: 2.11 2.36 2.36 3/82 3341
/proc/meminfo: memFree=1344704/2055920 swapFree=4192812/4192956
[pid=3340] ppid=3338 vsize=102316 CPUtime=439.52
/proc/3340/stat : 3340 (casperzito) R 3338 3340 2736 0 -1 4194304 2882 0 13 0 43950 2 0 0 25 0 1 0 4634031 104771584 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134616372 0 0 4096 0 0 0 0 17 0 0 0
/proc/3340/statm: 25579 1437 480 234 0 24281 0
Current children cumulated CPU time (s) 439.52
Current children cumulated vsize (KiB) 102316

Child status: 0
Real time (s): 439.818
CPU time (s): 439.541
CPU user time (s): 439.515
CPU system time (s): 0.025996
CPU usage (%): 99.937
Max. virtual memory (cumulated for all children) (KiB): 108844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.515
system time used= 0.025996
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= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46
involuntary context switches= 2054

runsolver used 0.419936 second user time and 1.18982 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-08 03:09:28
IDJOB=1101757
IDBENCH=60063
IDSOLVER=362
FILE ID=node86/1101757-1215479368
PBS_JOBID= 7888626
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c17cb85d777563826a59d241a33c8981
RANDOM SEED=1169088848

node86.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.214
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.214
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:       1352552 kB
Buffers:          2632 kB
Cached:          38236 kB
SwapCached:          0 kB
Active:         655376 kB
Inactive:        13640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3168 kB
Writeback:           0 kB
Mapped:         645252 kB
Slab:            18324 kB
Committed_AS:   890528 kB
PageTables:       3080 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 node86 at 2008-07-08 03:16:48