Trace number 1101537

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 1445.16 1447.08

DiagnosticValue
CHECKS355157000

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-23_ext.xml
MD5SUM9134282df2ceb7b4f7b3cea4f5381931
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 benchmark2.76258
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 40 ]
0.18/0.21	c [ NumberOfConstraints = 333 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c InitialPropagation = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.18/0.21	c InitialSAC = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.18/0.21	c Search(SampleFF) : 
72.65/73.36	c [ Sampling domwdeg ]
72.65/73.36	c [ Sampling impacts ]
72.65/73.36	c [ SamplingScores: ]
72.65/73.36	c [ domwdeg+min = 0.000227674 | domwdeg+rnd = 0.00114774 ]
72.65/73.36	c [ impacts+min = 0.000482145 | impacts+rnd = 0.00214925 ]
72.65/73.36	c [ la+min = 0 | la+rnd = 0 ]
72.65/73.36	c [ domwdeg = 0.000687707 | impacts = 0.0013157 | la = 0 ]
72.65/73.36	c [ min = 0.000236606 | rand = 0.0013157 ]
72.65/73.36	c [ restarting at (3.96356,0.000479216) ]
83.16/83.99	c [ restarting at (9.9089,0.00283432) ]
109.53/110.58	c [ restarting at (24.7722,0.00891696) ]
142.75/144.09	c [ restarting at (61.9306,0.0145104) ]
297.76/299.17	c [ restarting at (154.827,0.0670891) ]
685.22/686.88	c [ restarting at (387.066,0.219138) ]
1445.07/1447.07	c Search(SampleFF) = 1
1445.07/1447.07	s SATISFIABLE
1445.07/1447.07	v 17 15 8 7 6 5 9 2 9 5 2 16 0 5 7 1 7 4 16 12 0 0 15 1 1 2 13 10 7 1 11 16 4 2 17 0 12 2 3 5
1445.07/1447.07	d CHECKS 355157039
1445.07/1447.07	c [ TotalFails = 5562460 ]
1445.07/1447.07	c [ NumberOfRestarts = 74 ]
1445.07/1447.07	c [ TotalTime = 436225 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-1101537-1215293645/watcher-1101537-1215293645 -o /tmp/evaluation-result-1101537-1215293645/solver-1101537-1215293645 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1101537-1215293645.xml 959423570 

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.01 2.01 2.00 4/80 26700
/proc/meminfo: memFree=1665880/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=1052 CPUtime=0
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 652301677 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7893796 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 263 26 20 234 0 3 0

[startup+0.0785449 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 26700
/proc/meminfo: memFree=1665880/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=103816 CPUtime=0.06
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 1715 0 0 0 6 0 0 0 18 0 1 0 652301677 106307584 1675 996147200 134512640 135472138 4294956224 18446744073709551615 4158915976 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25954 1675 433 234 0 24656 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 103816

[startup+0.101552 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 26700
/proc/meminfo: memFree=1665880/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=108648 CPUtime=0.08
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2426 0 0 0 8 0 0 0 18 0 1 0 652301677 111255552 2386 996147200 134512640 135472138 4294956224 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 27162 2386 440 234 0 25864 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 108648

[startup+0.301593 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 26700
/proc/meminfo: memFree=1665880/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=0.28
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2822 0 0 0 28 0 0 0 19 0 1 0 652301677 104714240 1394 996147200 134512640 135472138 4294956224 18446744073709551615 134579152 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1394 477 234 0 24267 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102260

[startup+0.701671 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 26700
/proc/meminfo: memFree=1665880/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=0.67
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2824 0 0 0 67 0 0 0 23 0 1 0 652301677 104714240 1396 996147200 134512640 135472138 4294956224 18446744073709551615 134595484 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1396 477 234 0 24267 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 102260

[startup+1.50283 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 26701
/proc/meminfo: memFree=1662032/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1.46
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2825 0 0 0 146 0 0 0 25 0 1 0 652301677 104714240 1397 996147200 134512640 135472138 4294956224 18446744073709551615 134690411 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1397 477 234 0 24267 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 102260

[startup+3.10113 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 26701
/proc/meminfo: memFree=1661904/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=3.05
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2825 0 0 0 305 0 0 0 25 0 1 0 652301677 104714240 1397 996147200 134512640 135472138 4294956224 18446744073709551615 135263209 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1397 477 234 0 24267 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 102260

[startup+6.30175 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 26701
/proc/meminfo: memFree=1661840/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=6.23
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2825 0 0 0 623 0 0 0 25 0 1 0 652301677 104714240 1397 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1397 477 234 0 24267 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 102260

[startup+12.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 26701
/proc/meminfo: memFree=1661776/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=12.57
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2828 0 0 0 1257 0 0 0 25 0 1 0 652301677 104714240 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1400 477 234 0 24267 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 102260

[startup+25.5014 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 26701
/proc/meminfo: memFree=1661904/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=25.25
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2829 0 0 0 2525 0 0 0 25 0 1 0 652301677 104714240 1401 996147200 134512640 135472138 4294956224 18446744073709551615 134595717 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1401 477 234 0 24267 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 102260

[startup+51.1014 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 26701
/proc/meminfo: memFree=1660304/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=50.63
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2836 0 0 0 5063 0 0 0 25 0 1 0 652301677 104714240 1408 996147200 134512640 135472138 4294956224 18446744073709551615 134592545 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1408 479 234 0 24267 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 102260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26701
/proc/meminfo: memFree=1660112/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=101.41
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2843 0 0 0 10140 1 0 0 25 0 1 0 652301677 104714240 1415 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/26700/statm: 25565 1415 480 234 0 24267 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 102260

[startup+162.302 s]
/proc/loadavg: 1.87 1.97 1.99 3/73 26762
/proc/meminfo: memFree=1725904/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=161.02
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2849 0 0 0 16101 1 0 0 25 0 1 0 652301677 104714240 1421 996147200 134512640 135472138 4294956224 18446744073709551615 134595534 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1421 480 234 0 24267 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 102260

[startup+222.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/74 26856
/proc/meminfo: memFree=1714248/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=221
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2857 0 0 0 22095 5 0 0 25 0 1 0 652301677 104714240 1429 996147200 134512640 135472138 4294956224 18446744073709551615 9204026 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1429 480 234 0 24267 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 102260

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 26856
/proc/meminfo: memFree=1703112/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=280.97
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 28092 5 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595566 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 102260

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26856
/proc/meminfo: memFree=1697864/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=340.94
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 34089 5 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 102260

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26856
/proc/meminfo: memFree=1694088/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=400.91
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 40086 5 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134617632 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 400.91
Current children cumulated vsize (KiB) 102260

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26856
/proc/meminfo: memFree=1682824/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=460.89
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 46083 6 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 460.89
Current children cumulated vsize (KiB) 102260

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26856
/proc/meminfo: memFree=1682760/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=520.86
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 52080 6 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 520.86
Current children cumulated vsize (KiB) 102260

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26935
/proc/meminfo: memFree=1680840/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=580.8
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 58072 8 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 135262720 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 580.8
Current children cumulated vsize (KiB) 102260

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26973
/proc/meminfo: memFree=1661904/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=640.75
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2865 0 0 0 64067 8 0 0 25 0 1 0 652301677 104714240 1437 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1437 480 234 0 24267 0
Current children cumulated CPU time (s) 640.75
Current children cumulated vsize (KiB) 102260


################
# More data... #
################

/proc/meminfo: memFree=1723024/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=820.66
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2866 0 0 0 82057 9 0 0 25 0 1 0 652301677 104714240 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1438 480 234 0 24267 0
Current children cumulated CPU time (s) 820.66
Current children cumulated vsize (KiB) 102260

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27001
/proc/meminfo: memFree=1723152/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=880.63
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2866 0 0 0 88054 9 0 0 25 0 1 0 652301677 104714240 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1438 480 234 0 24267 0
Current children cumulated CPU time (s) 880.63
Current children cumulated vsize (KiB) 102260

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27001
/proc/meminfo: memFree=1723152/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=940.6
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2866 0 0 0 94051 9 0 0 25 0 1 0 652301677 104714240 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595495 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1438 480 234 0 24267 0
Current children cumulated CPU time (s) 940.6
Current children cumulated vsize (KiB) 102260

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27001
/proc/meminfo: memFree=1723152/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1000.58
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2866 0 0 0 100048 10 0 0 25 0 1 0 652301677 104714240 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595484 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1438 480 234 0 24267 0
Current children cumulated CPU time (s) 1000.58
Current children cumulated vsize (KiB) 102260

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27001
/proc/meminfo: memFree=1723152/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1060.55
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 106045 10 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1060.55
Current children cumulated vsize (KiB) 102260

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27001
/proc/meminfo: memFree=1723088/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1120.52
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 112042 10 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1120.52
Current children cumulated vsize (KiB) 102260

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27002
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1180.49
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 118039 10 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134593073 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1180.49
Current children cumulated vsize (KiB) 102260

[startup+1242.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1240.46
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 124036 10 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134579156 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1240.46
Current children cumulated vsize (KiB) 102260

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27030
/proc/meminfo: memFree=1722832/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1300.44
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 130034 10 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134593642 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1300.44
Current children cumulated vsize (KiB) 102260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1360.41
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 136030 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134616931 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1360.41
Current children cumulated vsize (KiB) 102260

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1420.39
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 142028 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1420.39
Current children cumulated vsize (KiB) 102260

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1431.58
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 143147 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134616680 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1431.58
Current children cumulated vsize (KiB) 102260

[startup+1439.91 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1437.98
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 143787 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1437.98
Current children cumulated vsize (KiB) 102260

[startup+1443.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1441.18
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 144107 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134595450 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1441.18
Current children cumulated vsize (KiB) 102260

[startup+1444.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1442.78
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 144267 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1442.78
Current children cumulated vsize (KiB) 102260

[startup+1446.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1444.37
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 144426 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134585066 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1444.37
Current children cumulated vsize (KiB) 102260

[startup+1446.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1444.77
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 144466 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1444.77
Current children cumulated vsize (KiB) 102260

[startup+1446.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1444.98
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 144487 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134581584 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1444.98
Current children cumulated vsize (KiB) 102260

[startup+1447 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27030
/proc/meminfo: memFree=1722896/2055920 swapFree=4180232/4192956
[pid=26700] ppid=26698 vsize=102260 CPUtime=1445.07
/proc/26700/stat : 26700 (casperzito) R 26698 26700 22450 0 -1 4194304 2867 0 0 0 144496 11 0 0 25 0 1 0 652301677 104714240 1439 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/26700/statm: 25565 1439 480 234 0 24267 0
Current children cumulated CPU time (s) 1445.07
Current children cumulated vsize (KiB) 102260

Child status: 0
Real time (s): 1447.08
CPU time (s): 1445.16
CPU user time (s): 1445.05
CPU system time (s): 0.112982
CPU usage (%): 99.8672
Max. virtual memory (cumulated for all children) (KiB): 108648

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

runsolver used 1.53977 second user time and 4.05038 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 23:34:05
IDJOB=1101537
IDBENCH=60049
IDSOLVER=362
FILE ID=node5/1101537-1215293645
PBS_JOBID= 7882331
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9134282df2ceb7b4f7b3cea4f5381931
RANDOM SEED=959423570

node5.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.279
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.279
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:       1666360 kB
Buffers:         64368 kB
Cached:         198356 kB
SwapCached:       6964 kB
Active:         241324 kB
Inactive:        93104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666360 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          84792 kB
Slab:            40232 kB
Committed_AS:  1855856 kB
PageTables:       1904 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= 66532 MiB
End job on node5 at 2008-07-05 23:58:13