Trace number 1060040

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 zaoSAT 1320.8 1334.98

DiagnosticValue
CHECKS88454600

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-3-3.xml
MD5SUM4f15245721c7f3fcf70089d146331321
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.8287
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity6
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.22	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.22	c Parsing = 1
0.18/0.22	c Building = 1
1.17/1.25	c [ NumberOfVariables = 100 ]
1.17/1.25	c [ NumberOfConstraints = 40 ]
1.17/1.25	c [ SizeOfSearchSpace(log2) = 680.735 ]
1.17/1.25	c SymmetrySearch = 1
1.17/1.25	c [ Found 4.18456e+13 symmetries ]
1.17/1.25	c InitialPropagation = 1
1.17/1.25	c [ SizeOfSearchSpace(log2) = 655.399 ]
1.17/1.25	c InitialSAC = 1
16.66/16.86	c [ SizeOfSearchSpace(log2) = 644.042 ]
16.66/16.86	c Search(SampleFF) : 
103.19/104.10	c [ Sampling domwdeg ]
103.19/104.10	c [ Sampling impacts ]
103.19/104.10	c [ Sampling la ]
103.19/104.10	c [ SamplingScores: ]
103.19/104.10	c [ domwdeg+min = 4.0384e-05 | domwdeg+rnd = 4.38721e-06 ]
103.19/104.10	c [ impacts+min = 9.08117e-07 | impacts+rnd = 2.01517e-05 ]
103.19/104.10	c [ la+min = 1.43215e-09 | la+rnd = 5.10724e-10 ]
103.19/104.10	c [ domwdeg = 2.23856e-05 | impacts = 1.05299e-05 | la = 9.71439e-10 ]
103.19/104.10	c [ min = 1.37645e-05 | rand = 1.05299e-05 ]
103.19/104.10	c [ restarting at (2.26378,4.97017e-06) ]
109.25/110.16	c [ restarting at (5.65945,1.65027e-05) ]
124.34/125.33	c [ restarting at (14.1486,2.71792e-05) ]
161.94/163.24	c [ restarting at (35.3716,1.21816e-05) ]
256.02/258.02	c [ restarting at (88.4289,0.000110595) ]
491.11/494.96	c [ restarting at (221.072,7.43221e-06) ]
896.11/903.02	c [ restarting at (552.681,0.000226148) ]
1320.71/1334.97	c Search(SampleFF) = 1
1320.71/1334.97	s SATISFIABLE
1320.71/1334.97	v 44 30 113 102 91 69 46 59 58 16 3 17 47 58 103 111 50 29 74 33 35 67 88 2 92 75 5 26 31 75 11 47 98 64 65 45 50 50 15 89 64 112 113 89 54 26 8 113 43 38 92 25 60 56 84 28 58 113 112 18 41 26 113 112 105 20 113 28 52 15 76 53 54 113 113 47 60 85 113 77 31 85 26 13 58 62 5 113 59 48 38 23 106 59 58 98 113 113 94 110
1320.71/1334.97	d CHECKS 88454601
1320.71/1334.97	c [ TotalFails = 472702 ]
1320.71/1334.97	c [ NumberOfRestarts = 69 ]
1320.71/1334.97	c [ TotalTime = 1245.75 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-1060040-1215125586/watcher-1060040-1215125586 -o /tmp/evaluation-result-1060040-1215125586/solver-1060040-1215125586 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1060040-1215125586.xml 14541617 

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: 1.00 1.00 1.07 4/74 19422
/proc/meminfo: memFree=1532752/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=1056 CPUtime=0
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1991527438 1081344 26 996147200 134512640 135477443 4294956240 18446744073709551615 11952932 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 264 26 20 235 0 3 0

[startup+0.0870041 s]
/proc/loadavg: 1.00 1.00 1.07 4/74 19422
/proc/meminfo: memFree=1532752/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=286844 CPUtime=0.07
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 736 0 0 0 7 0 0 0 18 0 1 0 1991527438 293728256 582 996147200 134512640 135477443 4294956240 18446744073709551615 134879887 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 71711 582 466 235 0 70412 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 286844

[startup+0.101 s]
/proc/loadavg: 1.00 1.00 1.07 4/74 19422
/proc/meminfo: memFree=1532752/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=286844 CPUtime=0.08
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 739 0 0 0 8 0 0 0 18 0 1 0 1991527438 293728256 585 996147200 134512640 135477443 4294956240 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 71711 585 466 235 0 70412 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 286844

[startup+0.301032 s]
/proc/loadavg: 1.00 1.00 1.07 4/74 19422
/proc/meminfo: memFree=1532752/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=286844 CPUtime=0.28
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 958 0 0 0 28 0 0 0 19 0 1 0 1991527438 293728256 593 996147200 134512640 135477443 4294956240 18446744073709551615 134583423 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 71711 593 466 235 0 70412 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 286844

[startup+0.701095 s]
/proc/loadavg: 1.00 1.00 1.07 4/74 19422
/proc/meminfo: memFree=1532752/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=286976 CPUtime=0.67
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 1386 0 0 0 67 0 0 0 23 0 1 0 1991527438 293863424 620 996147200 134512640 135477443 4294956240 18446744073709551615 134694286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 71744 620 466 235 0 70445 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 286976

[startup+1.50122 s]
/proc/loadavg: 1.08 1.02 1.08 3/75 19423
/proc/meminfo: memFree=1531208/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99596 CPUtime=1.46
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 1921 0 0 0 146 0 0 0 25 0 1 0 1991527438 101986304 722 996147200 134512640 135477443 4294956240 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24899 722 513 235 0 23600 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 99596

[startup+3.10148 s]
/proc/loadavg: 1.08 1.02 1.08 3/75 19423
/proc/meminfo: memFree=1530952/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99596 CPUtime=3.06
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 1937 0 0 0 306 0 0 0 25 0 1 0 1991527438 101986304 738 996147200 134512640 135477443 4294956240 18446744073709551615 134942259 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24899 738 513 235 0 23600 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99596

[startup+6.30199 s]
/proc/loadavg: 1.08 1.02 1.08 3/75 19423
/proc/meminfo: memFree=1530760/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99596 CPUtime=6.23
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 1971 0 0 0 623 0 0 0 25 0 1 0 1991527438 101986304 772 996147200 134512640 135477443 4294956240 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24899 772 513 235 0 23600 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99596

[startup+12.702 s]
/proc/loadavg: 1.22 1.05 1.08 3/75 19423
/proc/meminfo: memFree=1530440/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99596 CPUtime=12.58
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2053 0 0 0 1258 0 0 0 25 0 1 0 1991527438 101986304 854 996147200 134512640 135477443 4294956240 18446744073709551615 134585558 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24899 854 513 235 0 23600 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99596

[startup+25.5011 s]
/proc/loadavg: 1.34 1.08 1.09 3/75 19423
/proc/meminfo: memFree=1530184/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99596 CPUtime=25.29
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2123 0 0 0 2528 1 0 0 25 0 1 0 1991527438 101986304 924 996147200 134512640 135477443 4294956240 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24899 924 516 235 0 23600 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 99596

[startup+51.1011 s]
/proc/loadavg: 1.56 1.15 1.12 3/75 19423
/proc/meminfo: memFree=1529992/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99728 CPUtime=50.7
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2202 0 0 0 5069 1 0 0 25 0 1 0 1991527438 102121472 1003 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24932 1003 516 235 0 23633 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 99728

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.16 3/75 19423
/proc/meminfo: memFree=1529416/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=101.51
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2301 0 0 0 10150 1 0 0 25 0 1 0 1991527438 102256640 1102 996147200 134512640 135477443 4294956240 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1102 517 235 0 23666 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 99860

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.21 3/75 19423
/proc/meminfo: memFree=1529352/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=161.05
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2304 0 0 0 16104 1 0 0 25 0 1 0 1991527438 102256640 1105 996147200 134512640 135477443 4294956240 18446744073709551615 134942661 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1105 517 235 0 23666 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 99860

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.26 3/75 19423
/proc/meminfo: memFree=1529352/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=220.6
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 22059 1 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 99860

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.30 3/75 19423
/proc/meminfo: memFree=1529352/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=280.14
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 28013 1 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134695371 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 99860

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.34 3/75 19423
/proc/meminfo: memFree=1529224/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=339.68
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 33967 1 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134942129 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 99860

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.38 3/75 19423
/proc/meminfo: memFree=1529160/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=399.22
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 39921 1 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 99860

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.42 3/76 19424
/proc/meminfo: memFree=1529152/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=458.77
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 45876 1 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583413 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 458.77
Current children cumulated vsize (KiB) 99860

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.45 3/76 19430
/proc/meminfo: memFree=1529152/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=518.3
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 51828 2 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134879751 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (KiB) 99860

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.48 3/76 19430
/proc/meminfo: memFree=1529216/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=577.84
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 57782 2 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 577.84
Current children cumulated vsize (KiB) 99860

[startup+642.302 s]
/proc/loadavg: 1.99 1.87 1.51 3/76 19430
/proc/meminfo: memFree=1529152/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=637.4
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 63737 3 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 637.4
Current children cumulated vsize (KiB) 99860


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

/proc/meminfo: memFree=1529024/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=696.93
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 69690 3 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 696.93
Current children cumulated vsize (KiB) 99860

[startup+762.307 s]
/proc/loadavg: 1.99 1.91 1.57 3/76 19430
/proc/meminfo: memFree=1529024/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=756.48
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 75645 3 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134585570 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 756.48
Current children cumulated vsize (KiB) 99860

[startup+822.301 s]
/proc/loadavg: 1.99 1.92 1.59 3/76 19430
/proc/meminfo: memFree=1529024/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=816.02
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 81599 3 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134942352 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 816.02
Current children cumulated vsize (KiB) 99860

[startup+882.302 s]
/proc/loadavg: 1.99 1.93 1.61 3/76 19430
/proc/meminfo: memFree=1528896/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=875.56
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 87553 3 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134880419 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 875.56
Current children cumulated vsize (KiB) 99860

[startup+942.301 s]
/proc/loadavg: 1.96 1.93 1.63 3/93 19518
/proc/meminfo: memFree=1439352/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=935.02
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 93496 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 935.02
Current children cumulated vsize (KiB) 99860

[startup+1002.3 s]
/proc/loadavg: 1.98 1.94 1.65 3/93 19518
/proc/meminfo: memFree=1438328/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=993.96
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 99390 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 993.96
Current children cumulated vsize (KiB) 99860

[startup+1062.3 s]
/proc/loadavg: 1.99 1.95 1.67 3/93 19518
/proc/meminfo: memFree=1438200/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1052.91
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 105285 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1052.91
Current children cumulated vsize (KiB) 99860

[startup+1122.3 s]
/proc/loadavg: 1.99 1.95 1.68 3/93 19518
/proc/meminfo: memFree=1438136/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1111.85
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 111179 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134879648 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1111.85
Current children cumulated vsize (KiB) 99860

[startup+1182.3 s]
/proc/loadavg: 1.99 1.96 1.70 3/93 19518
/proc/meminfo: memFree=1438072/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1170.8
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 117074 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1170.8
Current children cumulated vsize (KiB) 99860

[startup+1242.3 s]
/proc/loadavg: 1.99 1.96 1.72 3/93 19518
/proc/meminfo: memFree=1437952/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1229.74
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 122968 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1229.74
Current children cumulated vsize (KiB) 99860

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1288.69
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 128863 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1288.69
Current children cumulated vsize (KiB) 99860

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

[startup+1305.5 s]
/proc/loadavg: 1.99 1.97 1.73 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1291.83
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 129177 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1291.83
Current children cumulated vsize (KiB) 99860

[startup+1318.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1304.41
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 130435 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134942790 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1304.41
Current children cumulated vsize (KiB) 99860

[startup+1324.7 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1310.69
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 131063 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1310.69
Current children cumulated vsize (KiB) 99860

[startup+1331.1 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1316.98
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 131692 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1316.98
Current children cumulated vsize (KiB) 99860

[startup+1332.7 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1318.55
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 131849 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1318.55
Current children cumulated vsize (KiB) 99860

[startup+1334.31 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1320.13
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 132007 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134942406 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1320.13
Current children cumulated vsize (KiB) 99860

[startup+1334.7 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1320.52
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 132046 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1320.52
Current children cumulated vsize (KiB) 99860

[startup+1334.9 s]
/proc/loadavg: 1.99 1.97 1.74 3/93 19518
/proc/meminfo: memFree=1437888/2055920 swapFree=4179736/4192956
[pid=19422] ppid=19420 vsize=99860 CPUtime=1320.71
/proc/19422/stat : 19422 (casperzao) R 19420 19422 17987 0 -1 4194304 2313 0 0 0 132065 6 0 0 25 0 1 0 1991527438 102256640 1114 996147200 134512640 135477443 4294956240 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/19422/statm: 24965 1114 517 235 0 23666 0
Current children cumulated CPU time (s) 1320.71
Current children cumulated vsize (KiB) 99860

Child status: 0
Real time (s): 1334.98
CPU time (s): 1320.8
CPU user time (s): 1320.73
CPU system time (s): 0.06499
CPU usage (%): 98.9379
Max. virtual memory (cumulated for all children) (KiB): 287108

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

runsolver used 1.3348 second user time and 3.53546 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 00:53:06
IDJOB=1060040
IDBENCH=54399
IDSOLVER=361
FILE ID=node69/1060040-1215125586
PBS_JOBID= 7877067
Free space on /tmp= 66532 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-3-3.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060040-1215125586/watcher-1060040-1215125586 -o /tmp/evaluation-result-1060040-1215125586/solver-1060040-1215125586 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1060040-1215125586.xml 14541617 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f15245721c7f3fcf70089d146331321
RANDOM SEED=14541617

node69.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.259
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.259
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:       1533232 kB
Buffers:         65268 kB
Cached:         363020 kB
SwapCached:       7048 kB
Active:          85192 kB
Inactive:       371332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533232 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:          34840 kB
Slab:            51328 kB
Committed_AS:  3919216 kB
PageTables:       1896 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= 66508 MiB
End job on node69 at 2008-07-04 01:15:21