Trace number 1101735

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 1432.41 1447.02

DiagnosticValue
CHECKS343163000

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-12_ext.xml
MD5SUM2a3179ef7953b402b9c008297f563e15
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 benchmark21.0328
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints332
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension332
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 40 ]
0.19/0.20	c [ NumberOfConstraints = 332 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.20	c SymmetrySearch = 1
0.19/0.20	c InitialPropagation = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.20	c InitialSAC = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.20	c Search(SampleFF) : 
67.97/68.43	c [ Sampling domwdeg ]
67.97/68.43	c [ Sampling impacts ]
67.97/68.43	c [ SamplingScores: ]
67.97/68.43	c [ domwdeg+min = 0.000302433 | domwdeg+rnd = 0.000846578 ]
67.97/68.43	c [ impacts+min = 0.000966808 | impacts+rnd = 0.000978169 ]
67.97/68.43	c [ la+min = 0 | la+rnd = 0 ]
67.97/68.43	c [ domwdeg = 0.000574506 | impacts = 0.000972489 | la = 0 ]
67.97/68.43	c [ min = 0.00042308 | rand = 0.000972489 ]
67.97/68.43	c [ restarting at (3.96356,0.000433755) ]
77.81/78.36	c [ restarting at (9.9089,0.00621704) ]
102.47/103.17	c [ restarting at (24.7722,0.0103915) ]
164.21/165.20	c [ restarting at (61.9306,0.0267979) ]
317.40/320.30	c [ restarting at (154.827,0.0759894) ]
700.80/708.03	c [ restarting at (387.066,0.180961) ]
1432.39/1447.01	c Search(SampleFF) = 1
1432.39/1447.01	s SATISFIABLE
1432.39/1447.01	v 12 14 14 2 1 12 16 2 17 10 7 7 18 10 8 8 9 1 7 6 18 16 2 1 9 6 3 15 4 11 4 2 1 18 10 1 18 17 15 17
1432.39/1447.01	d CHECKS 343162890
1432.39/1447.01	c [ TotalFails = 5413123 ]
1432.39/1447.01	c [ NumberOfRestarts = 74 ]
1432.39/1447.01	c [ TotalTime = 1446.72 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-1101735-1215294202/watcher-1101735-1215294202 -o /tmp/evaluation-result-1101735-1215294202/solver-1101735-1215294202 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1101735-1215294202.xml 366548978 

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.25 2.61 2.22 4/99 9944
/proc/meminfo: memFree=875436/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=5436 CPUtime=0
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 456 0 0 0 0 0 0 0 18 0 1 0 685147183 5566464 416 996147200 134512640 135472138 4294956224 18446744073709551615 134748928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 1359 416 362 234 0 61 0

[startup+0.028346 s]
/proc/loadavg: 3.25 2.61 2.22 4/99 9944
/proc/meminfo: memFree=875436/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=5964 CPUtime=0.02
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 612 0 0 0 2 0 0 0 18 0 1 0 685147183 6107136 572 996147200 134512640 135472138 4294956224 18446744073709551615 10696315 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 1491 572 365 234 0 193 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5964

[startup+0.101353 s]
/proc/loadavg: 3.25 2.61 2.22 4/99 9944
/proc/meminfo: memFree=875436/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=108664 CPUtime=0.09
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2492 0 0 0 8 1 0 0 18 0 1 0 685147183 111271936 2448 996147200 134512640 135472138 4294956224 18446744073709551615 134536191 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 27166 2448 440 234 0 25868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108664

[startup+0.301372 s]
/proc/loadavg: 3.25 2.61 2.22 4/99 9944
/proc/meminfo: memFree=875436/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=0.29
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2831 0 0 0 28 1 0 0 19 0 1 0 685147183 104738816 1397 996147200 134512640 135472138 4294956224 18446744073709551615 134595484 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1397 477 234 0 24273 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102284

[startup+0.701416 s]
/proc/loadavg: 3.25 2.61 2.22 4/99 9944
/proc/meminfo: memFree=875436/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=0.69
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2834 0 0 0 68 1 0 0 23 0 1 0 685147183 104738816 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134595792 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1400 477 234 0 24273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102284

[startup+1.5015 s]
/proc/loadavg: 3.25 2.61 2.22 3/100 9945
/proc/meminfo: memFree=871588/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1.49
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2835 0 0 0 148 1 0 0 25 0 1 0 685147183 104738816 1401 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1401 477 234 0 24273 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102284

[startup+3.10166 s]
/proc/loadavg: 3.25 2.61 2.22 3/100 9945
/proc/meminfo: memFree=871332/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=3.08
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2837 0 0 0 307 1 0 0 25 0 1 0 685147183 104738816 1403 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1403 477 234 0 24273 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 102284

[startup+6.30199 s]
/proc/loadavg: 3.15 2.60 2.22 3/100 9945
/proc/meminfo: memFree=871332/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=6.26
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2837 0 0 0 625 1 0 0 25 0 1 0 685147183 104738816 1403 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1403 477 234 0 24273 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 102284

[startup+12.7027 s]
/proc/loadavg: 3.22 2.62 2.23 3/100 9945
/proc/meminfo: memFree=871268/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=12.6
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2840 0 0 0 1259 1 0 0 25 0 1 0 685147183 104738816 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1406 477 234 0 24273 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 102284

[startup+25.502 s]
/proc/loadavg: 2.95 2.59 2.23 3/100 9945
/proc/meminfo: memFree=871268/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=25.32
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2840 0 0 0 2531 1 0 0 25 0 1 0 685147183 104738816 1406 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1406 477 234 0 24273 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 102284

[startup+51.1017 s]
/proc/loadavg: 2.62 2.54 2.22 3/100 9945
/proc/meminfo: memFree=870628/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=50.77
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2851 0 0 0 5076 1 0 0 25 0 1 0 685147183 104738816 1417 996147200 134512640 135472138 4294956224 18446744073709551615 134578817 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1417 479 234 0 24273 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 102284

[startup+102.308 s]
/proc/loadavg: 2.27 2.45 2.21 3/100 9945
/proc/meminfo: memFree=870436/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=101.68
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2864 0 0 0 10167 1 0 0 25 0 1 0 685147183 104738816 1430 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1430 480 234 0 24273 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 102284

[startup+162.301 s]
/proc/loadavg: 2.10 2.37 2.19 3/100 9946
/proc/meminfo: memFree=869284/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=161.33
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2868 0 0 0 16132 1 0 0 25 0 1 0 685147183 104738816 1434 996147200 134512640 135472138 4294956224 18446744073709551615 134593632 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1434 480 234 0 24273 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 102284

[startup+222.301 s]
/proc/loadavg: 2.23 2.35 2.19 3/100 10005
/proc/meminfo: memFree=900644/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=220.62
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2868 0 0 0 22061 1 0 0 25 0 1 0 685147183 104738816 1434 996147200 134512640 135472138 4294956224 18446744073709551615 134595490 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1434 480 234 0 24273 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 102284

[startup+282.302 s]
/proc/loadavg: 2.17 2.31 2.18 3/100 10005
/proc/meminfo: memFree=892900/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=279.94
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2869 0 0 0 27993 1 0 0 25 0 1 0 685147183 104738816 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134593637 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1435 480 234 0 24273 0
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (KiB) 102284

[startup+342.302 s]
/proc/loadavg: 2.10 2.27 2.17 3/100 10005
/proc/meminfo: memFree=887076/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=339.25
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2872 0 0 0 33924 1 0 0 25 0 1 0 685147183 104738816 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1438 480 234 0 24273 0
Current children cumulated CPU time (s) 339.25
Current children cumulated vsize (KiB) 102284

[startup+402.301 s]
/proc/loadavg: 2.03 2.22 2.16 3/100 10005
/proc/meminfo: memFree=883364/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=398.57
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2872 0 0 0 39856 1 0 0 25 0 1 0 685147183 104738816 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1438 480 234 0 24273 0
Current children cumulated CPU time (s) 398.57
Current children cumulated vsize (KiB) 102284

[startup+462.301 s]
/proc/loadavg: 2.01 2.17 2.15 3/100 10005
/proc/meminfo: memFree=873188/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=457.89
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2872 0 0 0 45788 1 0 0 25 0 1 0 685147183 104738816 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134579188 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1438 480 234 0 24273 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 102284

[startup+522.302 s]
/proc/loadavg: 2.00 2.14 2.14 3/100 10005
/proc/meminfo: memFree=869156/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=517.21
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2872 0 0 0 51720 1 0 0 25 0 1 0 685147183 104738816 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1438 480 234 0 24273 0
Current children cumulated CPU time (s) 517.21
Current children cumulated vsize (KiB) 102284

[startup+582.302 s]
/proc/loadavg: 2.00 2.11 2.13 3/100 10005
/proc/meminfo: memFree=869156/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=576.53
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2872 0 0 0 57651 2 0 0 25 0 1 0 685147183 104738816 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1438 480 234 0 24273 0
Current children cumulated CPU time (s) 576.53
Current children cumulated vsize (KiB) 102284

[startup+642.301 s]
/proc/loadavg: 2.00 2.09 2.12 3/100 10005
/proc/meminfo: memFree=863716/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=635.85
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2872 0 0 0 63583 2 0 0 25 0 1 0 685147183 104738816 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134593271 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1438 480 234 0 24273 0
Current children cumulated CPU time (s) 635.85
Current children cumulated vsize (KiB) 102284


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

/proc/meminfo: memFree=854052/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=754.48
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2875 0 0 0 75446 2 0 0 25 0 1 0 685147183 104738816 1441 996147200 134512640 135472138 4294956224 18446744073709551615 135262890 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1441 480 234 0 24273 0
Current children cumulated CPU time (s) 754.48
Current children cumulated vsize (KiB) 102284

[startup+822.302 s]
/proc/loadavg: 2.00 2.04 2.09 3/100 10005
/proc/meminfo: memFree=853988/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=813.79
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2877 0 0 0 81377 2 0 0 25 0 1 0 685147183 104738816 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1443 480 234 0 24273 0
Current children cumulated CPU time (s) 813.79
Current children cumulated vsize (KiB) 102284

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.08 3/100 10005
/proc/meminfo: memFree=853796/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=873.11
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2880 0 0 0 87309 2 0 0 25 0 1 0 685147183 104738816 1446 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1446 480 234 0 24273 0
Current children cumulated CPU time (s) 873.11
Current children cumulated vsize (KiB) 102284

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.07 3/100 10005
/proc/meminfo: memFree=850468/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=932.43
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2880 0 0 0 93241 2 0 0 25 0 1 0 685147183 104738816 1446 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1446 480 234 0 24273 0
Current children cumulated CPU time (s) 932.43
Current children cumulated vsize (KiB) 102284

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/100 10005
/proc/meminfo: memFree=844324/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=991.74
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2880 0 0 0 99172 2 0 0 25 0 1 0 685147183 104738816 1446 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1446 480 234 0 24273 0
Current children cumulated CPU time (s) 991.74
Current children cumulated vsize (KiB) 102284

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/100 10011
/proc/meminfo: memFree=842844/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1051.05
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2880 0 0 0 105103 2 0 0 25 0 1 0 685147183 104738816 1446 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1446 480 234 0 24273 0
Current children cumulated CPU time (s) 1051.05
Current children cumulated vsize (KiB) 102284

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/100 10011
/proc/meminfo: memFree=842724/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1110.36
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 111034 2 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1110.36
Current children cumulated vsize (KiB) 102284

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.06 3/107 10060
/proc/meminfo: memFree=880428/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1169.78
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 116975 3 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595479 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1169.78
Current children cumulated vsize (KiB) 102284

[startup+1242.3 s]
/proc/loadavg: 2.15 2.04 2.06 3/107 10060
/proc/meminfo: memFree=880364/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1229.77
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 122974 3 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1229.77
Current children cumulated vsize (KiB) 102284

[startup+1302.3 s]
/proc/loadavg: 2.23 2.08 2.07 3/107 10060
/proc/meminfo: memFree=880172/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1289.76
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 128973 3 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134581584 0 0 4096 0 0 0 0 17 1 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1289.76
Current children cumulated vsize (KiB) 102284

[startup+1362.3 s]
/proc/loadavg: 3.57 2.45 2.20 3/120 10114
/proc/meminfo: memFree=828740/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1348.44
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 134840 4 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1348.44
Current children cumulated vsize (KiB) 102284

[startup+1422.3 s]
/proc/loadavg: 4.01 2.81 2.34 3/120 10114
/proc/meminfo: memFree=829316/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1407.84
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 140779 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1407.84
Current children cumulated vsize (KiB) 102284

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

[startup+1433.8 s]
/proc/loadavg: 3.70 2.79 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1419.27
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 141922 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595450 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1419.27
Current children cumulated vsize (KiB) 102284

[startup+1440.21 s]
/proc/loadavg: 3.44 2.76 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1425.63
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 142558 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134605441 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1425.63
Current children cumulated vsize (KiB) 102284

[startup+1443.4 s]
/proc/loadavg: 3.44 2.76 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1428.81
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 142876 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1428.81
Current children cumulated vsize (KiB) 102284

[startup+1445 s]
/proc/loadavg: 3.32 2.75 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1430.4
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 143035 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1430.4
Current children cumulated vsize (KiB) 102284

[startup+1445.8 s]
/proc/loadavg: 3.32 2.75 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1431.19
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 143114 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1431.19
Current children cumulated vsize (KiB) 102284

[startup+1446.6 s]
/proc/loadavg: 3.32 2.75 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1431.99
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 143194 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595378 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1431.99
Current children cumulated vsize (KiB) 102284

[startup+1447 s]
/proc/loadavg: 3.32 2.75 2.33 3/120 10114
/proc/meminfo: memFree=829380/2055920 swapFree=4147328/4192956
[pid=9944] ppid=9942 vsize=102284 CPUtime=1432.39
/proc/9944/stat : 9944 (casperzito) R 9942 9944 6351 0 -1 4194304 2883 0 0 0 143234 5 0 0 25 0 1 0 685147183 104738816 1449 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9944/statm: 25571 1449 480 234 0 24273 0
Current children cumulated CPU time (s) 1432.39
Current children cumulated vsize (KiB) 102284

Child status: 0
Real time (s): 1447.02
CPU time (s): 1432.41
CPU user time (s): 1432.36
CPU system time (s): 0.055991
CPU usage (%): 98.9905
Max. virtual memory (cumulated for all children) (KiB): 108664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.36
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2886
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= 17
involuntary context switches= 31394

runsolver used 2.23266 second user time and 6.32604 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 23:43:26
IDJOB=1101735
IDBENCH=60062
IDSOLVER=362
FILE ID=node90/1101735-1215294202
PBS_JOBID= 7882203
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a3179ef7953b402b9c008297f563e15
RANDOM SEED=366548978

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:        875852 kB
Buffers:         39964 kB
Cached:         984052 kB
SwapCached:      36920 kB
Active:         682568 kB
Inactive:       438252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        875852 kB
SwapTotal:     4192956 kB
SwapFree:      4147328 kB
Dirty:            3548 kB
Writeback:           0 kB
Mapped:         104892 kB
Slab:            42064 kB
Committed_AS:  1092036 kB
PageTables:       3604 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 node90 at 2008-07-06 00:07:33