Trace number 249191

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, and are wall clock time (not CPU 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
CSPtoSAT+minisat 0.3SAT 1155.52 1160.25

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-3-7.xml
MD5SUM51e95dc18ed0b948414a5b0f69cfea27
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 benchmark0.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c This is CSPtoSAT+minisat version 0.3
0.10	c (c) 2006 roussel@cril.univ-artois.fr
0.10	
0.10	c This solver internally uses a modified version of MiniSat2 version 061112
0.10	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.10	
0.10	c parsing...
0.10	c ...done
0.10	c #SATvar=13602 #SATclauses=26900 #CSPpredicates=20
1160.11	Verified 26818 original clauses.
1160.11	c SAT problem is solved
1160.11	restarts              : 28
1160.11	conflicts             : 13562188       (11750 /sec)
1160.11	decisions             : 42161714       (1.45 % random) (36529 /sec)
1160.11	propagations          : 5604271671     (4855519 /sec)
1160.11	conflict literals     : 96442032       (11.13 % deleted)
1160.11	Memory used           : 597.39 MB
1160.11	CPU time              : 1154.21 s
1160.11	c all predicates checked
1160.11	
1160.11	s SATISFIABLE
1160.11	v 8 25 37 29 10 9 5 38 44 19 29 33 43 26 6 17 38 15 19 30 11 42 38 21 11 24 3 46 7 46 15 32 46 28 16 32 23 3 24 46 32 19 19 37 10 16 42 2 2 3 3 36 10 31 4 23 46 18 19 21 15 34 3 24 16 6 44 43 46 43 5 42 11 10 24 5 6 30 14 20 47 42 26 41 29 8 23 40 40 2 18 42 20 32 6 24 17 31 35 41 
1160.11	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-249191-1168094486 -o ROOT/results/node17/solver-249191-1168094486 -C 1800 -M 900 /tmp/evaluation/249191-1168094486/CSPtoSAT+minisat /tmp/evaluation/249191-1168094486/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1622928/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=380 CPUtime=0
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 41 0 0 0 0 0 0 0 21 0 1 0 157843417 389120 26 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 95 26 21 52 0 18 0

[startup+0.103239 s]
/proc/loadavg: 1.92 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1622928/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=8664 CPUtime=0.09
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 1322 0 0 0 9 0 0 0 20 0 1 0 157843417 8871936 1274 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 2166 1274 725 52 0 534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8664

[startup+0.512279 s]
/proc/loadavg: 1.92 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1622928/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=9060 CPUtime=0.5
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 1415 0 0 0 50 0 0 0 25 0 1 0 157843417 9277440 1367 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671298 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 2265 1367 725 52 0 633 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9060

[startup+1.33437 s]
/proc/loadavg: 1.92 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1620048/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=9456 CPUtime=1.31
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 1487 0 0 0 131 0 0 0 25 0 1 0 157843417 9682944 1439 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671292 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 2364 1439 725 52 0 732 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9456

[startup+2.98054 s]
/proc/loadavg: 1.92 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1619600/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=10428 CPUtime=2.95
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 1748 0 0 0 295 0 0 0 25 0 1 0 157843417 10678272 1700 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665665 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 2607 1700 725 52 0 975 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 10428

[startup+6.25988 s]
/proc/loadavg: 1.93 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1617616/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=11848 CPUtime=6.21
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 2092 0 0 0 621 0 0 0 25 0 1 0 157843417 12132352 2044 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671585 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 2962 2044 725 52 0 1330 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 11848

[startup+12.7256 s]
/proc/loadavg: 1.93 1.95 1.90 3/86 18272
/proc/meminfo: memFree=1614872/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=14752 CPUtime=12.65
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 2822 0 0 0 1264 1 0 0 25 0 1 0 157843417 15106048 2774 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 3688 2774 725 52 0 2056 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14752

[startup+25.5429 s]
/proc/loadavg: 1.95 1.95 1.91 3/86 18272
/proc/meminfo: memFree=1609816/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=20128 CPUtime=25.41
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 4139 0 0 0 2539 2 0 0 25 0 1 0 157843417 20611072 4091 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665654 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 5032 4091 725 52 0 3400 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 20128

[startup+51.1956 s]
/proc/loadavg: 1.96 1.95 1.91 3/86 18272
/proc/meminfo: memFree=1597464/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=31784 CPUtime=50.94
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 7084 0 0 0 5090 4 0 0 25 0 1 0 157843417 32546816 7036 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 7946 7036 725 52 0 6314 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 31784

[startup+102.493 s]
/proc/loadavg: 1.98 1.96 1.91 3/86 18272
/proc/meminfo: memFree=1573848/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=55824 CPUtime=102
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 13069 0 0 0 10191 9 0 0 25 0 1 0 157843417 57163776 13021 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671762 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 13956 13021 725 52 0 12324 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 55824

[startup+162.508 s]
/proc/loadavg: 1.99 1.97 1.91 3/86 18272
/proc/meminfo: memFree=1538200/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=90940 CPUtime=161.73
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 21833 0 0 0 16157 16 0 0 25 0 1 0 157843417 93122560 21785 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 22735 21785 725 52 0 21103 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 90940

[startup+222.528 s]
/proc/loadavg: 1.99 1.97 1.91 3/86 18272
/proc/meminfo: memFree=1513752/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=115408 CPUtime=221.47
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 27978 0 0 0 22127 20 0 0 25 0 1 0 157843417 118177792 27930 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678254 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 28852 27930 725 52 0 27220 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 115408

[startup+282.546 s]
/proc/loadavg: 2.06 1.99 1.91 3/86 18272
/proc/meminfo: memFree=1482776/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=146128 CPUtime=281.21
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 35624 0 0 0 28095 26 0 0 25 0 1 0 157843417 149635072 35576 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678260 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 36532 35576 725 52 0 34900 0
Current children cumulated CPU time (s) 281.21
Current children cumulated vsize (KiB) 146128

[startup+342.564 s]
/proc/loadavg: 2.02 1.99 1.91 3/86 18272
/proc/meminfo: memFree=1452696/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=176388 CPUtime=340.94
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 43183 0 0 0 34064 30 0 0 25 0 1 0 157843417 180621312 43135 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134630217 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 44097 43135 725 52 0 42465 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 176388

[startup+402.585 s]
/proc/loadavg: 2.01 1.99 1.91 3/86 18272
/proc/meminfo: memFree=1417048/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=213184 CPUtime=400.69
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 52299 0 0 0 40033 36 0 0 25 0 1 0 157843417 218300416 52251 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 53296 52251 725 52 0 51664 0
Current children cumulated CPU time (s) 400.69
Current children cumulated vsize (KiB) 213184

[startup+462.604 s]
/proc/loadavg: 2.00 1.99 1.91 3/86 18272
/proc/meminfo: memFree=1384024/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=244396 CPUtime=460.43
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 60091 0 0 0 46001 42 0 0 25 0 1 0 157843417 250261504 60043 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 61099 60043 725 52 0 59467 0
Current children cumulated CPU time (s) 460.43
Current children cumulated vsize (KiB) 244396

[startup+522.621 s]
/proc/loadavg: 2.00 1.99 1.91 3/86 18272
/proc/meminfo: memFree=1352984/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=275532 CPUtime=520.16
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 67839 0 0 0 51966 50 0 0 25 0 1 0 157843417 282144768 67783 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665631 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 68883 67783 725 52 0 67251 0
Current children cumulated CPU time (s) 520.16
Current children cumulated vsize (KiB) 275532

[startup+582.642 s]
/proc/loadavg: 2.05 2.00 1.92 3/86 18272
/proc/meminfo: memFree=1318808/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=309668 CPUtime=579.9
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 76342 0 0 0 57932 58 0 0 25 0 1 0 157843417 317100032 76286 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671463 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 77417 76286 725 52 0 75785 0
Current children cumulated CPU time (s) 579.9
Current children cumulated vsize (KiB) 309668

[startup+642.661 s]
/proc/loadavg: 2.02 2.00 1.92 3/86 18272
/proc/meminfo: memFree=1288344/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=340916 CPUtime=639.64
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 84093 0 0 0 63898 66 0 0 25 0 1 0 157843417 349097984 84037 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 85229 84037 725 52 0 83597 0
Current children cumulated CPU time (s) 639.64
Current children cumulated vsize (KiB) 340916

[startup+702.675 s]
/proc/loadavg: 2.04 2.01 1.93 3/86 18272
/proc/meminfo: memFree=1264216/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=364520 CPUtime=699.37
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 89970 0 0 0 69867 70 0 0 25 0 1 0 157843417 373268480 89914 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671643 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 91130 89914 725 52 0 89498 0
Current children cumulated CPU time (s) 699.37
Current children cumulated vsize (KiB) 364520

[startup+762.696 s]
/proc/loadavg: 2.01 2.01 1.93 3/86 18272
/proc/meminfo: memFree=1239448/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=390072 CPUtime=759.12
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 96353 0 0 0 75837 75 0 0 25 0 1 0 157843417 399433728 96297 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 97518 96297 725 52 0 95886 0
Current children cumulated CPU time (s) 759.12
Current children cumulated vsize (KiB) 390072

[startup+822.717 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 18272
/proc/meminfo: memFree=1213528/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=414816 CPUtime=818.86
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 102520 0 0 0 81807 79 0 0 25 0 1 0 157843417 424771584 102464 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671306 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 103704 102464 725 52 0 102072 0
Current children cumulated CPU time (s) 818.86
Current children cumulated vsize (KiB) 414816

[startup+882.74 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 18272
/proc/meminfo: memFree=1190296/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=437724 CPUtime=878.59
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 108259 0 0 0 87776 83 0 0 25 0 1 0 157843417 448229376 108203 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134668905 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 109431 108203 725 52 0 107799 0
Current children cumulated CPU time (s) 878.59
Current children cumulated vsize (KiB) 437724

[startup+942.759 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 18272
/proc/meminfo: memFree=1167896/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=461292 CPUtime=938.33
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 114145 0 0 0 93745 88 0 0 25 0 1 0 157843417 472363008 114089 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667318 0 0 4096 0 0 0 0 17 1 0 0
/proc/18271/statm: 115323 114089 725 52 0 113691 0
Current children cumulated CPU time (s) 938.33
Current children cumulated vsize (KiB) 461292

[startup+1002.77 s]
/proc/loadavg: 1.95 1.98 1.92 3/86 18310
/proc/meminfo: memFree=1129880/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=499324 CPUtime=998.18
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 123622 0 0 0 99723 95 0 0 25 0 1 0 157843417 511307776 123566 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665699 0 0 4096 0 0 0 0 17 0 0 0
/proc/18271/statm: 124831 123566 725 52 0 123199 0
Current children cumulated CPU time (s) 998.18
Current children cumulated vsize (KiB) 499324

[startup+1062.79 s]
/proc/loadavg: 1.98 1.98 1.92 3/86 18310
/proc/meminfo: memFree=1089304/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=533584 CPUtime=1058.15
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 132171 0 0 0 105714 101 0 0 25 0 1 0 157843417 546390016 132115 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678275 0 0 4096 0 0 0 0 17 0 0 0
/proc/18271/statm: 133396 132115 725 52 0 131764 0
Current children cumulated CPU time (s) 1058.15
Current children cumulated vsize (KiB) 533584

[startup+1122.81 s]
/proc/loadavg: 1.99 1.98 1.92 3/86 18310
/proc/meminfo: memFree=1033880/2055920 swapFree=4192812/4192956
[pid=18271] ppid=18269 vsize=584228 CPUtime=1118.12
/proc/18271/stat : 18271 (CSPtoSAT+minisa) R 18269 18271 17420 0 -1 4194304 144826 0 0 0 111701 111 0 0 25 0 1 0 157843417 598249472 144770 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/18271/statm: 146057 144770 725 52 0 144425 0
Current children cumulated CPU time (s) 1118.12
Current children cumulated vsize (KiB) 584228

Child status: 0
Real time (s): 1160.25
CPU time (s): 1155.52
CPU user time (s): 1154.24
CPU system time (s): 1.27981
CPU usage (%): 99.5926
Max. virtual memory (cumulated for all children) (KiB): 611592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1154.24
system time used= 1.27981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151695
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= 12
involuntary context switches= 30275

runsolver used 1.44178 s user time and 3.69144 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 14:41:26 UTC 2007


IDJOB= 249191
IDBENCH= 11764
FILE ID= node17/249191-1168094486

PBS_JOBID= 3476382

Free space on /tmp= 66319 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-20-3-7.xml
COMMAND LINE= /tmp/evaluation/249191-1168094486/CSPtoSAT+minisat /tmp/evaluation/249191-1168094486/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-249191-1168094486 -o ROOT/results/node17/solver-249191-1168094486 -C 1800 -M 900  /tmp/evaluation/249191-1168094486/CSPtoSAT+minisat /tmp/evaluation/249191-1168094486/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  51e95dc18ed0b948414a5b0f69cfea27

RANDOM SEED= 165632067

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623408 kB
Buffers:         38892 kB
Cached:         235420 kB
SwapCached:          0 kB
Active:         167856 kB
Inactive:       173784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          89716 kB
Slab:            75792 kB
Committed_AS:  3916104 kB
PageTables:       2220 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= 66319 MiB



End job on node17 on Sat Jan  6 15:00:47 UTC 2007